diff options
author | drochner <drochner@pkgsrc.org> | 2003-09-05 09:58:36 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-09-05 09:58:36 +0000 |
commit | 5a6e7d563659b20ae3a556254b7e2ff60fef6b0c (patch) | |
tree | ec9ae2149a1e04f6d2d53c7b7b70ee6b15055c63 /graphics/xine-lib/Makefile | |
parent | e8c411d4221b5b93c48ae418c5302c9a20fd557a (diff) | |
download | pkgsrc-5a6e7d563659b20ae3a556254b7e2ff60fef6b0c.tar.gz |
update to 1-rc0a
As usual, there have been both bugfixes and new features. Most notably,
there's a new "broadcast" mode (allows you to play the same session on
two, or possily more, xine instances on the same network) and an
advanced deinterlacer based on the tvtime project.
Diffstat (limited to 'graphics/xine-lib/Makefile')
-rw-r--r-- | graphics/xine-lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xine-lib/Makefile b/graphics/xine-lib/Makefile index 4686b1ae076..a29dbfaa38a 100644 --- a/graphics/xine-lib/Makefile +++ b/graphics/xine-lib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2003/07/26 21:41:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/05 09:58:36 drochner Exp $ # -DISTNAME= xine-lib-1-beta10 -PKGNAME= ${DISTNAME:S/-beta/.0rc/} -PKGREVISION= 4 +DISTNAME= xine-lib-1-rc0a +PKGNAME= xine-lib-1rc0a CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} @@ -25,6 +24,7 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool-nofpic PKGCONFIG_OVERRIDE= ${WRKSRC}/misc/libxine.pc.in +USE_GMAKE= yes CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32' CONFIGURE_ENV+= have_libpng="yes" |