pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xjadeo A X program works better with a couple of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e47d20160cf6
branches:  trunk
changeset: 348887:e47d20160cf6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 19 22:57:55 2016 +0000

description:
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.

diffstat:

 audio/xjadeo/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6a5a7408b727 -r e47d20160cf6 audio/xjadeo/Makefile
--- a/audio/xjadeo/Makefile     Sun Jun 19 22:55:18 2016 +0000
+++ b/audio/xjadeo/Makefile     Sun Jun 19 22:57:55 2016 +0000
@@ -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 @@
 pre-configure:
        ${RUN} cd ${WRKSRC} && ./autogen.sh
 
+.include "../../audio/jack/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../multimedia/ffmpeg3/buildlink3.mk"
-.include "../../audio/jack/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index