diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-19 04:07:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-19 04:07:20 +0800 |
commit | 26e1501d2d28916d50602121299bd186177bd648 (patch) | |
tree | c3852a9a9e0a25349e42f647981d2149e2427e0e /multimedia | |
parent | fd6972b57e12c7d16cbfed392551a4becbc68003 (diff) | |
download | freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.tar.gz freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.tar.zst freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.zip |
- Update to 1.5.1
PR: 161631
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-buzztard/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index f1715a5729cb..2608847079fd 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 2.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ @@ -352,7 +352,7 @@ PLIST_SUB+= NLS="@comment " .endif .if defined(WITH_AMIDI) -LIB_DEPENDS+= fluidsynth.4:${PORTSDIR}/audio/fluidsynth +LIB_DEPENDS+= fluidsynth.1:${PORTSDIR}/audio/fluidsynth CONFIGURE_ARGS+=--enable-amidiplug --enable-amidiplug-flsyn PLIST_SUB+= AMIDIPLUGIN="" .else diff --git a/multimedia/gstreamer-plugins-buzztard/Makefile b/multimedia/gstreamer-plugins-buzztard/Makefile index bf01595f79dd..21a85299c25e 100644 --- a/multimedia/gstreamer-plugins-buzztard/Makefile +++ b/multimedia/gstreamer-plugins-buzztard/Makefile @@ -7,6 +7,7 @@ PORTNAME= buzztard PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20gstreamer%20extensions/${PORTVERSION} PKGNAMEPREFIX= gstreamer-plugins- @@ -15,7 +16,7 @@ DISTNAME= gst-${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Buzztard gstreamer plugins -LIB_DEPENDS= fluidsynth.4:${PORTSDIR}/audio/fluidsynth +LIB_DEPENDS= fluidsynth.1:${PORTSDIR}/audio/fluidsynth USE_AUTOTOOLS= libtool USE_GSTREAMER= yes diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index fbf6b5b640dc..2412ce289d22 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -7,7 +7,7 @@ PORTNAME= vlc DISTVERSION= 1.1.11 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ @@ -321,7 +321,7 @@ CONFIGURE_ARGS+=--enable-flac .endif .if defined(WITH_FLUID) -LIB_DEPENDS+= fluidsynth.4:${PORTSDIR}/audio/fluidsynth +LIB_DEPENDS+= fluidsynth.1:${PORTSDIR}/audio/fluidsynth CONFIGURE_ARGS+=--enable-fluidsynth .else CONFIGURE_ARGS+=--disable-fluidsynth |