On Wed, Mar 23, 2011 at 09:47:18AM +0000, Edd Barrett wrote:
> Hi,
> 
> On Tue, Mar 22, 2011 at 9:29 PM, Brad <b...@comstyle.com> wrote:
> >> ffmpeg has no no_x11 FLAVOR, so what happens to mplayer's no_x11 flavor?
> >
> > Now that it is expected that all systems should have the X libs/headers
> > around the no_x11 FLAVORs should go. Although IMO that was a stupid move.
> 
> Well, so be it. That was not our decision to make. We will just fall
> in line and remove the no_x11 flavour.
> 
> Ack aja, @pkgpath markers needed for both sdl and no_x11 flavours.
> 
> The next stage is to put in the new ffmpeg. I'm going to test vlc
> builds with it first.

I built all ffmpeg-dependent ports.  they all build (and I tested most
of them), but some need WANTLIB changes due to the removal of faad
from ffmpeg's LIB_DEPENDS.

-- 
jake...@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org

Index: audio/akode/Makefile
===================================================================
RCS file: /cvs/ports/audio/akode/Makefile,v
retrieving revision 1.26
diff -N -u -p audio/akode/Makefile
--- audio/akode/Makefile        26 Nov 2010 07:07:56 -0000      1.26
+++ audio/akode/Makefile        23 Mar 2011 20:54:22 -0000
@@ -3,7 +3,7 @@
 COMMENT=       decoding library for KDE Multimedia
 
 DISTNAME=      akode-2.0.2
-REVISION=      14
+REVISION=      15
 
 SHARED_LIBS += akode                2.1      # .2.0
 
@@ -21,7 +21,7 @@ PERMIT_PACKAGE_FTP=     Yes
 PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=   Yes
 
-WANTLIB=       bz2 c faac faad gsm m mp3lame ogg pthread orc-0.4 \
+WANTLIB=       bz2 c faac gsm m mp3lame ogg pthread orc-0.4 \
                samplerate schroedinger-1.0 sndio stdc++ theora x264 z \
                FLAC>=8 mad speex ltdl vorbis vorbisfile vorbisenc \
                jack avcodec>=14 avformat>=13 avutil>=7
Index: graphics/ffmpegthumbnailer/Makefile
===================================================================
RCS file: /cvs/ports/graphics/ffmpegthumbnailer/Makefile,v
retrieving revision 1.12
diff -N -u -p graphics/ffmpegthumbnailer/Makefile
--- graphics/ffmpegthumbnailer/Makefile 17 Nov 2010 08:05:13 -0000      1.12
+++ graphics/ffmpegthumbnailer/Makefile 23 Mar 2011 20:54:22 -0000
@@ -3,7 +3,7 @@
 COMMENT=       lightweight video thumbnailer for file managers
 
 DISTNAME=      ffmpegthumbnailer-2.0.2
-REVISION=      1
+REVISION=      2
 CATEGORIES=    graphics multimedia
 MASTER_SITES=  http://ffmpegthumbnailer.googlecode.com/files/
 
@@ -24,7 +24,7 @@ LIB_DEPENDS=  graphics/ffmpeg>=20100512 \
                graphics/png \
                graphics/jpeg
 
-WANTLIB=       bz2 c faac faad gsm m mp3lame ogg pthread \
+WANTLIB=       bz2 c faac gsm m mp3lame ogg pthread \
                stdc++ theora vorbis vorbisenc x264 z \
                orc-0.4 schroedinger-1.0 speex \
                avcodec>=14 avformat>=13 avutil>=7 swscale>=2 \
Index: multimedia/dvdstyler/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/dvdstyler/Makefile,v
retrieving revision 1.17
diff -N -u -p multimedia/dvdstyler/Makefile
--- multimedia/dvdstyler/Makefile       19 Nov 2010 07:23:12 -0000      1.17
+++ multimedia/dvdstyler/Makefile       23 Mar 2011 20:54:22 -0000
@@ -4,7 +4,7 @@ COMMENT=                DVD authoring application
 
 DISTNAME=              DVDStyler-1.8.0.3
 PKGNAME=               ${DISTNAME:L}
-REVISION=              1
+REVISION=              2
 CATEGORIES=            multimedia
 
 HOMEPAGE=              http://www.dvdstyler.de/
@@ -24,7 +24,7 @@ WANTLIB= ICE ORBit-2 SM X11 Xau Xcomposite Xcursor \
        Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
        Xrender art_lgpl_2 atk-1.0 bonobo-2 \
        bonobo-activation bonoboui-2 bz2 c cairo \
-       dbus-1 exif expat faac faad fontconfig freetype \
+       dbus-1 exif expat faac fontconfig freetype \
        gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
        gio-2.0 glib-2.0 gmodule-2.0 gnome-2 \
        gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
Index: multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile,v
retrieving revision 1.18
diff -N -u -p multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile
--- multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile   18 Jan 2011 11:37:40 
-0000      1.18
+++ multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile   23 Mar 2011 20:54:22 
-0000
@@ -5,7 +5,7 @@ COMMENT =               ffmpeg element for GStreamer
 V =                    0.10.11
 DISTNAME =             gst-ffmpeg-$V
 PKGNAME =              gstreamer-ffmpeg-$V
-REVISION =             0
+REVISION =             1
 
 MASTER_SITES =         ${MASTER_SITE_GST:=gst-ffmpeg/}
 
@@ -18,7 +18,7 @@ AUTOCONF_VERSION =    2.64
 
 MODULES +=     devel/gettext
 
-WANTLIB += bz2 faac faad glib-2.0 gmodule-2.0 gobject-2.0 gsm
+WANTLIB += bz2 faac glib-2.0 gmodule-2.0 gobject-2.0 gsm
 WANTLIB += gthread-2.0 m mp3lame ogg pcre schroedinger-1.0
 WANTLIB += speex theora vorbis vorbisenc x264 xml2 z orc-0.4
 WANTLIB += gstreamer-0.10 gstbase-0.10 gstaudio-0.10 gstvideo-0.10
Index: multimedia/transcode/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/transcode/Makefile,v
retrieving revision 1.39
diff -N -u -p multimedia/transcode/Makefile
--- multimedia/transcode/Makefile       19 Nov 2010 07:23:15 -0000      1.39
+++ multimedia/transcode/Makefile       23 Mar 2011 20:54:23 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY=    Yes
 COMMENT=       video stream processing tools
 
 DISTNAME=      transcode-1.1.5
-REVISION=      5
+REVISION=      6
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_BERLIOS:=tcforge/}
 EXTRACT_SUFX=  .tar.bz2
@@ -19,7 +19,7 @@ PERMIT_DISTFILES_CDROM=       Yes
 PERMIT_DISTFILES_FTP=  Yes
 
 WANTLIB += ICE SDL SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt
-WANTLIB += Xv bz2 a52 avcodec avformat avutil c dv dvdread faac faad
+WANTLIB += Xv bz2 a52 avcodec avformat avutil c dv dvdread faac
 WANTLIB += freetype gsm jpeg m mp3lame mpeg2 mpeg2convert ogg orc-0.4
 WANTLIB += postproc pthread-stubs pthread schroedinger-1.0 sndio
 WANTLIB += speex theora usbhid vorbis vorbisenc vorbisfile x264
Index: x11/wxSVG/Makefile
===================================================================
RCS file: /cvs/ports/x11/wxSVG/Makefile,v
retrieving revision 1.13
diff -N -u -p x11/wxSVG/Makefile
--- x11/wxSVG/Makefile  22 Nov 2010 08:37:05 -0000      1.13
+++ x11/wxSVG/Makefile  23 Mar 2011 20:54:23 -0000
@@ -3,7 +3,7 @@
 COMMENT=               C++ library to create, manipulate and render SVG files
 
 DISTNAME=              wxsvg-1.0.4
-REVISION=              0
+REVISION=              1
 EPOCH=                 0
 SHARED_LIBS += wxsvg                0.0      # .0.0
 CATEGORIES=            x11 graphics
@@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
 EXTRACT_SUFX=          .tar.bz2
 
-WANTLIB += X11 Xau Xdmcp bz2 c expat faac faad fontconfig
+WANTLIB += X11 Xau Xdmcp bz2 c expat faac fontconfig
 WANTLIB += freetype glib-2.0 gmodule-2.0 gobject-2.0 m mp3lame
 WANTLIB += ogg pango-1.0 pangoft2-1.0 pcre pthread stdc++ theora
 WANTLIB += vorbis vorbisenc x264 z orc-0.4 schroedinger-1.0

Reply via email to