pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc -depend on vcdimager for libvcdinfo, th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c09eaaca7e29
branches:  trunk
changeset: 473432:c09eaaca7e29
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Apr 19 18:15:00 2004 +0000

description:
-depend on vcdimager for libvcdinfo, this gives us some vcd support
-for some reason, it tries to build the experimental "skins2" plugin
 for me -- disable it explicitely
(PKGREVISION++)

diffstat:

 multimedia/vlc/Makefile |  6 +++++-
 multimedia/vlc/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (48 lines):

diff -r 103dd977ae41 -r c09eaaca7e29 multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Mon Apr 19 18:14:28 2004 +0000
+++ b/multimedia/vlc/Makefile   Mon Apr 19 18:15:00 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/04/14 12:11:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/19 18:15:00 drochner Exp $
 #
 
 DISTNAME=              vlc-0.7.1
+PKGREVISION=           1
 CATEGORIES=            multimedia
 MASTER_SITES=          http://download.videolan.org/pub/videolan/vlc/0.7.1/
 EXTRACT_SUFX=          .tar.bz2
@@ -32,7 +33,9 @@
 # XXX FIXME
 .if ${OPSYS} == "NetBSD"
 CONFIGURE_ARGS+=        --disable-vcd
+CONFIGURE_ARGS+=       --disable-skins2
 .endif
+BUILDLINK_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1
 
 CONFIGURE_ARGS+=       --enable-oss
 CONFIGURE_ARGS+=       --enable-dvb
@@ -83,6 +86,7 @@
 .include "../../multimedia/libmpeg2/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
 .include "../../net/openslp/buildlink3.mk"
+.include "../../sysutils/vcdimager-devel/buildlink3.mk"
 .include "../../x11/wxGTK/buildlink3.mk"
 
 .include "../../mk/ossaudio.buildlink3.mk"
diff -r 103dd977ae41 -r c09eaaca7e29 multimedia/vlc/PLIST
--- a/multimedia/vlc/PLIST      Mon Apr 19 18:14:28 2004 +0000
+++ b/multimedia/vlc/PLIST      Mon Apr 19 18:15:00 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 10:30:29 grant Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/19 18:15:00 drochner Exp $
 bin/vlc
 bin/vlc-config
 bin/wxvlc
@@ -22,6 +22,7 @@
 lib/vlc/access/libdvdplay_plugin.so
 lib/vlc/access/libdvdread_plugin.so
 lib/vlc/access/libslp_plugin.so
+lib/vlc/access/libvcdx_plugin.so
 lib/vlc/access_output/libaccess_output_dummy_plugin.so
 lib/vlc/access_output/libaccess_output_file_plugin.so
 lib/vlc/access_output/libaccess_output_http_plugin.so



Home | Main Index | Thread Index | Old Index