summaryrefslogtreecommitdiff
path: root/multimedia/gxine/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-05-03 12:47:47 +0000
committerdrochner <drochner@pkgsrc.org>2006-05-03 12:47:47 +0000
commit332dad95f89f3e4f998813f71cd409bade3777e7 (patch)
tree7554b14d7a461f6862c63d4360909a85b413350b /multimedia/gxine/Makefile
parent49a12e65a3da13460e023001fc618141533b7c7e (diff)
downloadpkgsrc-332dad95f89f3e4f998813f71cd409bade3777e7.tar.gz
update to 0.5.6
New features include automatic handling of separate subtitles files, DVD title/chapter display, and improved playlist item management and creation. There are some small but potentially useful Javascript additions too, and quite a few small tweaks and fixes
Diffstat (limited to 'multimedia/gxine/Makefile')
-rw-r--r--multimedia/gxine/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index c6594801881..5e2ab34e2a2 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:42 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/05/03 12:47:47 drochner Exp $
-DISTNAME= gxine-0.4.9
-PKGREVISION= 4
+DISTNAME= gxine-0.5.6
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xinehq.de/
@@ -13,13 +13,22 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
BROKEN_GETTEXT_DETECTION= yes
PTHREAD_OPTS+= require
+EGDIR= ${PREFIX}/share/examples/gxine
+PKG_SYSCONFSUBDIR= gxine
+
+.for f in gtkrc keypad.xml startup toolbar-fullscreen.xml toolbar-window.xml
+CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
+.endfor
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../multimedia/xine-lib/buildlink3.mk"
+.include "../../www/firefox/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"