pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Add cddax and vcdx plugins to PLIST, th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/271b167247ee
branches:  trunk
changeset: 513019:271b167247ee
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 19 10:38:02 2006 +0000

description:
Add cddax and vcdx plugins to PLIST, they should depend only on libcdio.
Bump revision. Uses C++.

diffstat:

 multimedia/vlc/Makefile     |  5 +++--
 multimedia/vlc/PLIST.common |  4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r f6dfd1111026 -r 271b167247ee multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Fri May 19 09:46:50 2006 +0000
+++ b/multimedia/vlc/Makefile   Fri May 19 10:38:02 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2006/04/28 23:16:28 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2006/05/19 10:38:02 joerg Exp $
 #
 
 DISTNAME=              vlc-${VLC_VER}
-PKGREVISION=           13
+PKGREVISION=           14
 CATEGORIES=            multimedia
 MASTER_SITES=          http://download.videolan.org/pub/videolan/vlc/${VLC_VER}/
 EXTRACT_SUFX=          .tar.bz2
@@ -11,6 +11,7 @@
 HOMEPAGE=              http://www.videolan.org/
 COMMENT=               VideoLAN Client
 
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
diff -r f6dfd1111026 -r 271b167247ee multimedia/vlc/PLIST.common
--- a/multimedia/vlc/PLIST.common       Fri May 19 09:46:50 2006 +0000
+++ b/multimedia/vlc/PLIST.common       Fri May 19 10:38:02 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.4 2006/04/28 23:16:28 wiz Exp $
+@comment $NetBSD: PLIST.common,v 1.5 2006/05/19 10:38:02 joerg Exp $
 bin/vlc
 bin/vlc-config
 bin/wxvlc
@@ -17,10 +17,12 @@
 lib/vlc/access/libaccess_mms_plugin.so
 lib/vlc/access/libaccess_tcp_plugin.so
 lib/vlc/access/libaccess_udp_plugin.so
+lib/vlc/access/libcddax_plugin.so
 ${DVDCSS}lib/vlc/access/libdvd_plugin.so
 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