pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/xine-lib Require libcdio>=0.75. The build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fbc1af98bf2
branches:  trunk
changeset: 504839:0fbc1af98bf2
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Dec 24 12:49:35 2005 +0000

description:
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:

 multimedia/xine-lib/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r f8e48878c5ee -r 0fbc1af98bf2 multimedia/xine-lib/Makefile
--- a/multimedia/xine-lib/Makefile      Sat Dec 24 11:09:14 2005 +0000
+++ b/multimedia/xine-lib/Makefile      Sat Dec 24 12:49:35 2005 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index