summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/Makefile.common
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-12-21 18:56:44 +0000
committerdrochner <drochner@pkgsrc.org>2004-12-21 18:56:44 +0000
commit7687cb5c997fc9aa80d8f2567557e9ad68210c58 (patch)
tree829bb4c289a87ee6d254381ab3596ded412886c8 /multimedia/xine-lib/Makefile.common
parent671ad6da688a7784c1b8bdbc4cd736fcbf923d19 (diff)
downloadpkgsrc-7687cb5c997fc9aa80d8f2567557e9ad68210c58.tar.gz
update to 1-rc8
fixes some security vulnerabilities, bugfixes
Diffstat (limited to 'multimedia/xine-lib/Makefile.common')
-rw-r--r--multimedia/xine-lib/Makefile.common8
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common
index fc68a1d8d0f..75b294a47a0 100644
--- a/multimedia/xine-lib/Makefile.common
+++ b/multimedia/xine-lib/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.13 2004/11/23 03:04:56 tv Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/12/21 18:56:44 drochner Exp $
#
-DISTNAME= xine-lib-1-rc6a
-XINE_PKGNAME= xine-lib-1rc6a
+DISTNAME= xine-lib-1-rc8
+XINE_PKGNAME= xine-lib-1rc8
PKGNAME?= ${XINE_PKGNAME}
CATEGORIES?= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
@@ -27,9 +27,11 @@ USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32'
CONFIGURE_ARGS+= --without-external-ffmpeg --disable-ffmpegtest
+CONFIGURE_ARGS+= --enable-shared-xv
CONFIGURE_ENV+= have_libpng="yes"
CONFIGURE_ENV+= PNG_CFLAGS="-I${PREFIX}/include"
CONFIGURE_ENV+= PNG_LIBS="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lpng"
+BUILD_ENV+= "mkdir_p"="mkdir -p"
.include "../../mk/bsd.prefs.mk"