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:   joerg
Date:           Sun Jun 19 22:57:55 UTC 2016

Modified Files:
        pkgsrc/audio/xjadeo: Makefile

Log Message:
A X program works better with a couple of X11 libraries around. Pick Xv
and OpenGL as sane options for output for now. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/xjadeo/Makefile

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.1 pkgsrc/audio/xjadeo/Makefile:1.2
--- pkgsrc/audio/xjadeo/Makefile:1.1    Sun Jun 19 09:16:15 2016
+++ pkgsrc/audio/xjadeo/Makefile        Sun Jun 19 22:57:55 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/06/19 09:16:15 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/19 22:57:55 joerg Exp $
 
 DISTNAME=      xjadeo-0.8.5
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=x42/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,6 +20,9 @@ GNU_CONFIGURE=        yes
 pre-configure:
        ${RUN} cd ${WRKSRC} && ./autogen.sh
 
-.include "../../multimedia/ffmpeg3/buildlink3.mk"
 .include "../../audio/jack/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../multimedia/ffmpeg3/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index