diff options
author | lofi <lofi@FreeBSD.org> | 2006-01-09 05:58:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-01-09 05:58:20 +0800 |
commit | ce900ec0889666996570cbcd70ad903b1bc0de0d (patch) | |
tree | f930b077bcc8b70f903c130288a0912d908a34c3 /multimedia | |
parent | 5c0da1adc1034cbf03e7ede5457997a31877014b (diff) | |
download | freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.tar.gz freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.tar.zst freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.zip |
Chase libshout2 shared library version bump.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index b88204070b2f..d0f0b594cc05 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -361,7 +361,7 @@ LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout # shout2 .if ${GST_PLUGIN}=="shout2" -LIB_DEPENDS+= shout.4:${PORTSDIR}/audio/libshout2 +LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 .endif # sidplay diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index b88204070b2f..d0f0b594cc05 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -361,7 +361,7 @@ LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout # shout2 .if ${GST_PLUGIN}=="shout2" -LIB_DEPENDS+= shout.4:${PORTSDIR}/audio/libshout2 +LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 .endif # sidplay diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 479a596105d3..8e453c40e05c 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -595,7 +595,7 @@ CONFIGURE_ARGS+= --enable-real .endif .if (defined(WITH_SHOUT) || exists(${LOCALBASE}/lib/libshout.a)) && !defined(WITHOUT_SHOUT) -LIB_DEPENDS+= shout.4:${PORTSDIR}/audio/libshout2 +LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 CONFIGURE_AGRS+= --enable-shout .endif |