summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-12-24 12:49:35 +0000
committerjmmv <jmmv>2005-12-24 12:49:35 +0000
commitde7b8ef50932c565a19c68dd87ad9f72c93631d8 (patch)
treeb8859e7c5b5444fa64f2e1a8963aa0dce2e27622 /multimedia
parentb458fc0a7a1570f777bd955b5251f3a30bba7f21 (diff)
downloadpkgsrc-de7b8ef50932c565a19c68dd87ad9f72c93631d8.tar.gz
Require libcdio>=0.75. The build of xine-lib fails on amd64 with older
versions of this library as reported in: http://mail-index.netbsd.org/port-amd64/2005/11/04/0001.html Bump PKGREVISION to 3. Maybe we should do this dependency bump in libcdio's buildlink3.mk file, because it might also affect other packages...
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xine-lib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile
index e2f50bee271..337541c28e8 100644
--- a/multimedia/xine-lib/Makefile
+++ b/multimedia/xine-lib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2005/12/11 09:40:46 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2005/12/24 12:49:35 jmmv Exp $
.include "Makefile.common"
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= Multimedia player library
@@ -23,6 +23,9 @@ SUBST_FILES.w32path= src/libw32dll/wine/module.c
SUBST_SED.w32path= -e "s,@W32PATH@,${PREFIX}/lib/win32,"
SUBST_MESSAGE.w32path= "Fixing win32 dll path."
+# Needed to fix build problems under, at least, NetBSD/amd64.
+BUILDLINK_DEPENDS.libcdio+= libcdio>=0.75
+
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"