Skip to content

Commit

Permalink
xjadeo: Update to 0.8.9
Browse files Browse the repository at this point in the history
2018-11-30 (0.8.9)  Robin Gareus <robin@gareus.org>
* prefer -pthread over -lpthread, fixes #18
* mainly a build-system, binary only update

2018-06-06 (0.8.8)  Robin Gareus <robin@gareus.org>
* use PortMidi default device (allow using portmidisetup)
* fix loading fonts with non ASCII paths on Windows
* allow verbose/debug logging on windows
  • Loading branch information
alarixnia committed Dec 2, 2019
1 parent 7e9e475 commit f4a1074
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
13 changes: 9 additions & 4 deletions audio/xjadeo/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 2018/11/23 08:06:30 ryoon Exp $
# $NetBSD: Makefile,v 1.10 2019/12/02 13:50:39 nia Exp $

DISTNAME= xjadeo-0.8.7
PKGREVISION= 3
DISTNAME= xjadeo-0.8.9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=x42/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -17,12 +16,18 @@ USE_TOOLS+= automake aclocal autoheader autoconf pkg-config

GNU_CONFIGURE= yes

CONFIGURE_ARGS+= --disable-ltc
CONFIGURE_ARGS+= --disable-sdl

pre-configure:
${RUN} cd ${WRKSRC} && ./autogen.sh

.include "../../audio/jack/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../multimedia/ffmpeg3/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../multimedia/ffmpeg4/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions audio/xjadeo/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2017/05/27 13:43:00 mef Exp $
$NetBSD: distinfo,v 1.3 2019/12/02 13:50:39 nia Exp $

SHA1 (xjadeo-0.8.7.tar.gz) = 932d165999ff14b3eeb938571ddf17bb670882dc
RMD160 (xjadeo-0.8.7.tar.gz) = c582667d97715a1339acd032f70bec40159aa19a
SHA512 (xjadeo-0.8.7.tar.gz) = a3ea75707a69969e473906bec39b3cda1f66e880600ced8dcb485271ce3b4af7a47181ee229cc070036daf1549333b5017b2d6849227c72a7e3546f04c25df48
Size (xjadeo-0.8.7.tar.gz) = 996237 bytes
SHA1 (xjadeo-0.8.9.tar.gz) = cb7683ab3bedb1f1a972b96c21ede6958ae62111
RMD160 (xjadeo-0.8.9.tar.gz) = f6f95ddb361232e0e149f17ea088ab8c5c143245
SHA512 (xjadeo-0.8.9.tar.gz) = b3760b61cdb4d04a3823d298c2b0ce15295db2bb677e8d54de924853aa68eec7813e06fa90e92e83f08ad683da3d8409edf7e70ed2fc6824d59fe8faea52b501
Size (xjadeo-0.8.9.tar.gz) = 996572 bytes
SHA1 (patch-src_xjadeo_libsofd.c) = 4af37e40a9e2dacae8a9983228a98ed58e1a612f

0 comments on commit f4a1074

Please sign in to comment.