pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc08 Now that the faad/mp4ip conflict is r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5661f9635038
branches:  trunk
changeset: 514196:5661f9635038
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jun 08 18:03:13 2006 +0000

description:
Now that the faad/mp4ip conflict is resolved, enable the faad2 plugin
and bump PKGREVISION.
If we had a newer libffmpeg now, with better h.264 support, it would
be great...

diffstat:

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

diffs (47 lines):

diff -r 08a5efa81ad2 -r 5661f9635038 multimedia/vlc08/Makefile
--- a/multimedia/vlc08/Makefile Thu Jun 08 17:59:23 2006 +0000
+++ b/multimedia/vlc08/Makefile Thu Jun 08 18:03:13 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2006/05/26 15:21:44 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/08 18:03:13 drochner Exp $
 #
 
 DISTNAME=              vlc-${VLC_VER}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            multimedia
 MASTER_SITES=          http://download.videolan.org/pub/videolan/vlc/${VLC_VER}/
 EXTRACT_SUFX=          .tar.bz2
@@ -43,6 +43,7 @@
 CONFIGURE_ARGS+=       --with-ffmpeg-zlib
 CONFIGURE_ARGS+=       --enable-cddax
 CONFIGURE_ARGS+=       --enable-dvdread
+CONFIGURE_ARGS+=       --enable-faad
 
 pre-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/vlc/http/dialogs
@@ -94,6 +95,7 @@
 PLIST_SUBST+=          COND_VCD=""
 .endif
 
+.include "../../audio/faad2/buildlink3.mk"
 .include "../../audio/lame/buildlink3.mk"
 .include "../../audio/liba52/buildlink3.mk"
 .include "../../audio/libcddb/buildlink3.mk"
diff -r 08a5efa81ad2 -r 5661f9635038 multimedia/vlc08/PLIST
--- a/multimedia/vlc08/PLIST    Thu Jun 08 17:59:23 2006 +0000
+++ b/multimedia/vlc08/PLIST    Thu Jun 08 18:03:13 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/05/26 15:21:44 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/06/08 18:03:13 drochner Exp $
 bin/vlc
 bin/vlc-config
 bin/wxvlc
@@ -75,6 +75,7 @@
 lib/vlc/codec/libcvdsub_plugin.so
 lib/vlc/codec/libdts_plugin.so
 lib/vlc/codec/libdvbsub_plugin.so
+lib/vlc/codec/libfaad_plugin.so
 lib/vlc/codec/libfake_plugin.so
 lib/vlc/codec/libflacdec_plugin.so
 lib/vlc/codec/liblibmpeg2_plugin.so



Home | Main Index | Thread Index | Old Index