diff options
author | lioux <lioux@FreeBSD.org> | 2004-03-14 11:58:16 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-03-14 11:58:16 +0800 |
commit | 2a61816c5723e584b6be7bd8baf1591677aa5a90 (patch) | |
tree | 6cbf0fcf4d582e4448acfd0e5365612a6f891d89 /multimedia | |
parent | 9b2662592f2c4cc1804a528e88614cf768dc0ac6 (diff) | |
download | freebsd-ports-gnome-2a61816c5723e584b6be7bd8baf1591677aa5a90.tar.gz freebsd-ports-gnome-2a61816c5723e584b6be7bd8baf1591677aa5a90.tar.zst freebsd-ports-gnome-2a61816c5723e584b6be7bd8baf1591677aa5a90.zip |
o Chase libdv shared library version bump [1]
o Correctly depend on libshout2 instead of libshout port [2]
PR: 59230 [2],
64154 [1]
Submitted by: michael jonson <ahze@ahze.net> [1],
pseniura@techie.com <pseniura@techie.com> [2]
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 7153c000d7b4..ccabcae35824 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -455,7 +455,7 @@ PLIST_SUB+= LIBAUDIOFILE="" CONFIGURE_ARGS+= --disable-libdv PLIST_SUB+= LIBDV="@comment " .else -LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv +LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv PLIST_SUB+= LIBDV="" .endif @@ -522,7 +522,7 @@ PLIST_SUB+= LIBMPEG2="" CONFIGURE_ARGS+= --disable-shout PLIST_SUB+= LIBSHOUT="@comment " .else -LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout +LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2 PLIST_SUB+= LIBSHOUT="" .endif diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 7153c000d7b4..ccabcae35824 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -455,7 +455,7 @@ PLIST_SUB+= LIBAUDIOFILE="" CONFIGURE_ARGS+= --disable-libdv PLIST_SUB+= LIBDV="@comment " .else -LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv +LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv PLIST_SUB+= LIBDV="" .endif @@ -522,7 +522,7 @@ PLIST_SUB+= LIBMPEG2="" CONFIGURE_ARGS+= --disable-shout PLIST_SUB+= LIBSHOUT="@comment " .else -LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout +LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2 PLIST_SUB+= LIBSHOUT="" .endif |