summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-05-02 11:29:35 +0000
committerdrochner <drochner@pkgsrc.org>2005-05-02 11:29:35 +0000
commit5000f4fab007db7792d63b0406d3f397eb9f67b7 (patch)
treebf9470439acab660d87b7e1712df0e45ef8edd4b /multimedia/xine-lib/Makefile
parent27eeb36dd41cf9fe2a62608a8cb315065320d8e9 (diff)
downloadpkgsrc-5000f4fab007db7792d63b0406d3f397eb9f67b7.tar.gz
update to 1.0.1
changes: -Big XvMC quality / correctness / cpu-usage fix -added support for WMA Voice codec -support for Windows Media Audio Lossless -bugfixes -security fixes (were already patched in pkgsrc) also add a patch to correct the path for win32 codecs, needed if xine-lib in embedded into other applications (as totem)
Diffstat (limited to 'multimedia/xine-lib/Makefile')
-rw-r--r--multimedia/xine-lib/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile
index 1784035b40c..1ed799c7e30 100644
--- a/multimedia/xine-lib/Makefile
+++ b/multimedia/xine-lib/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2005/04/26 12:48:34 tron Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/02 11:29:35 drochner Exp $
.include "Makefile.common"
-PKGREVISION= 2
-
.if ${MACHINE_ARCH} == "i386"
DEPENDS+= win32-codecs>=011227:../../multimedia/win32-codecs
PLIST_SUBST+= I386=""
@@ -13,7 +11,8 @@ PLIST_SUBST+= I386="@comment "
BUILDLINK_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1
-SUBST_CLASSES+= oss
+SUBST_CLASSES+= oss w32path
+
SUBST_STAGE.oss= post-patch
SUBST_FILES.oss= src/audio_out/audio_oss_out.c
SUBST_SED.oss= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
@@ -22,6 +21,11 @@ SUBST_SED.oss+= -e "s,\"dsp\",\"audio\",g"
.endif
SUBST_MESSAGE.oss= "Fixing hardcoded audio device."
+SUBST_STAGE.w32path= post-patch
+SUBST_FILES.w32path= src/libw32dll/wine/module.c
+SUBST_SED.w32path= -e "s,@W32PATH@,${PREFIX}/lib/win32,"
+SUBST_MESSAGE.w32path= "Fixing win32 dll path."
+
# This needs to come before checking the values, otherwise the builtin.mk
# files are not doing its work.
.include "../../graphics/Mesa/buildlink3.mk"