diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-07 14:04:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-07 14:04:25 +0000 |
commit | 794f096bf9bd73aab6d500a04feda040ab8029c8 (patch) | |
tree | 8bd506e71c6e6bac8cc09be08e242acdcf4a58eb /multimedia | |
parent | eb4975532fd8fe8d6af635097f3ece18fe8afc0f (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 4 | ||||
-rw-r--r-- | multimedia/quodlibet/Makefile | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 4b42c4a6651e..6aafd9306876 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmpx PORTVERSION= 0.36.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://files.beep-media-player.org/releases/0.36/ @@ -35,7 +35,7 @@ USE_GCC= 3.4+ USE_GMAKE= yes USE_GNOME= gtk20 libglade2 desktopfileutils INSTALLS_ICONS= yes -USE_GSTREAMER= good mad ogg vorbis cdparanoia +USE_GSTREAMER= good mp3 ogg vorbis cdparanoia USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-hal \ diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index 5f7ba2276a2b..1b28135c5225 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -8,7 +8,7 @@ PORTNAME= gstreamer-plugins-all PORTVERSION= 1.3.${GST_VERSION}.${GST_SHLIB_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= # empty DISTFILES= # empty @@ -30,7 +30,7 @@ WITHOUT_LAME= yes # MP3 License , no package .endif # Remove core, yes -PLUGS= ${_USE_GSTREAMER_ALL:S/core//:S/yes//} +PLUGS= ${_USE_GSTREAMER10_ALL} .for all in ${PLUGS} OPTIONS+= ${all:U} "${all} plugin " on diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index 5b16cf30791c..25c9c4887ba1 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-plugins-core PORTVERSION= 0.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -25,7 +25,7 @@ WANT_GSTREAMER= yes .include <bsd.port.pre.mk> # Audio plugins -USE_GSTREAMER+= mad ogg vorbis +USE_GSTREAMER+= mp3 ogg vorbis # Graphics plugins USE_GSTREAMER+= libpng diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index 11ccd42feffa..7f5a8e45e518 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -7,6 +7,7 @@ PORTNAME= quodlibet PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://www.sacredchao.net/~piman/software/ \ http://www.tortall.net/mirrors/piman-software/ @@ -58,7 +59,7 @@ USE_GSTREAMER+= speex .endif .if !defined(WITHOUT_MP3) -USE_GSTREAMER+= mad +USE_GSTREAMER+= mp3 .endif .if !defined(WITHOUT_FLAC) |