pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Fix the PLIST on Dragonfly, and possibl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee0f9f7f15e3
branches:  trunk
changeset: 547776:ee0f9f7f15e3
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Thu Oct 02 17:49:00 2008 +0000

description:
Fix the PLIST on Dragonfly, and possibly other systems.

diffstat:

 multimedia/vlc/Makefile |  9 +++++++--
 multimedia/vlc/PLIST    |  4 +++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r 2abe7dfb9e33 -r ee0f9f7f15e3 multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Thu Oct 02 17:40:43 2008 +0000
+++ b/multimedia/vlc/Makefile   Thu Oct 02 17:49:00 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2008/09/27 22:33:20 ahoka Exp $
+# $NetBSD: Makefile,v 1.61 2008/10/02 17:49:00 ahoka Exp $
 #
 
 DISTNAME=              vlc-0.9.2
+PKGREVISION=           1
 CATEGORIES=            multimedia
 MASTER_SITES=          http://download.videolan.org/pub/videolan/vlc/0.9.2/
 EXTRACT_SUFX=          .tar.bz2
@@ -19,13 +20,17 @@
 PTHREAD_OPTS+=         require
 USE_LANGUAGES=         c99 c++
 USE_DIRS+=             xdg-1.4
-PLIST_VARS+=           x86simd altivec v4l2
+PLIST_VARS+=           x86simd altivec v4l2 vcd cdda
 
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
 .if ${OPSYS} == "NetBSD"
 CONFIGURE_ARGS+=       --disable-vcd
+.else
+PLIST.vcd=             yes
+# This may need a closer look.
+PLIST.cdda=            yes
 .endif
 
 BUILDLINK_API_DEPENDS.zlib+=           zlib>=1.2.0
diff -r 2abe7dfb9e33 -r ee0f9f7f15e3 multimedia/vlc/PLIST
--- a/multimedia/vlc/PLIST      Thu Oct 02 17:40:43 2008 +0000
+++ b/multimedia/vlc/PLIST      Thu Oct 02 17:49:00 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2008/09/27 22:33:20 ahoka Exp $
+@comment $NetBSD: PLIST,v 1.19 2008/10/02 17:49:00 ahoka Exp $
 ${PLIST.faad}lib/vlc/codec/libfaad_plugin.la
 ${PLIST.dbus}lib/vlc/control/libdbus_plugin.la
 ${PLIST.dbus}lib/vlc/misc/libinhibit_plugin.la
@@ -31,6 +31,8 @@
 ${PLIST.x86simd}lib/vlc/video_chroma/libi422_yuy2_sse2_plugin.la
 ${PLIST.gnome}lib/vlc/access/libaccess_gnomevfs_plugin.la
 ${PLIST.v4l2}lib/vlc/access/libaccess_v4l2_plugin.la
+${PLIST.cdda}lib/vlc/access/libcdda_plugin.la
+${PLIST.vcd}lib/vlc/access/libvcd_plugin.la
 bin/cvlc
 bin/rvlc
 bin/vlc



Home | Main Index | Thread Index | Old Index