pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/xjadeo
Module Name: pkgsrc
Committed By: nia
Date: Mon Dec 2 13:50:39 UTC 2019
Modified Files:
pkgsrc/audio/xjadeo: Makefile distinfo
Log Message:
xjadeo: Update to 0.8.9
2018-11-30 (0.8.9) Robin Gareus <robin%gareus.org@localhost>
* prefer -pthread over -lpthread, fixes #18
* mainly a build-system, binary only update
2018-06-06 (0.8.8) Robin Gareus <robin%gareus.org@localhost>
* use PortMidi default device (allow using portmidisetup)
* fix loading fonts with non ASCII paths on Windows
* allow verbose/debug logging on windows
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/xjadeo/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/xjadeo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/xjadeo/Makefile
diff -u pkgsrc/audio/xjadeo/Makefile:1.9 pkgsrc/audio/xjadeo/Makefile:1.10
--- pkgsrc/audio/xjadeo/Makefile:1.9 Fri Nov 23 08:06:30 2018
+++ pkgsrc/audio/xjadeo/Makefile Mon Dec 2 13:50:39 2019
@@ -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}
@@ -17,12 +16,18 @@ USE_TOOLS+= automake aclocal autoheader
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"
Index: pkgsrc/audio/xjadeo/distinfo
diff -u pkgsrc/audio/xjadeo/distinfo:1.2 pkgsrc/audio/xjadeo/distinfo:1.3
--- pkgsrc/audio/xjadeo/distinfo:1.2 Sat May 27 13:43:00 2017
+++ pkgsrc/audio/xjadeo/distinfo Mon Dec 2 13:50:39 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index