diff options
author | kwm <kwm@FreeBSD.org> | 2017-07-22 19:35:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-07-22 19:35:44 +0800 |
commit | b373042cff9de15198cd2ef10fdd8b8b22cbf3e2 (patch) | |
tree | db8ae1482499741d4dbb123637dac45579f28eb5 /multimedia/gstreamer1-plugins-good | |
parent | 403761e2fb7c7b8dca331d78f774541fc003b24d (diff) | |
download | freebsd-ports-gnome-b373042cff9de15198cd2ef10fdd8b8b22cbf3e2.tar.gz freebsd-ports-gnome-b373042cff9de15198cd2ef10fdd8b8b22cbf3e2.tar.zst freebsd-ports-gnome-b373042cff9de15198cd2ef10fdd8b8b22cbf3e2.zip |
Update GStreamer1 ports to 1.12.2.
Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included.
* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.
PR: 220753
Exp-run by: antoine@
Diffstat (limited to 'multimedia/gstreamer1-plugins-good')
-rw-r--r-- | multimedia/gstreamer1-plugins-good/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-good/pkg-plist | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/gstreamer1-plugins-good/Makefile b/multimedia/gstreamer1-plugins-good/Makefile index a1b1d498fdaa..f05e649a02f9 100644 --- a/multimedia/gstreamer1-plugins-good/Makefile +++ b/multimedia/gstreamer1-plugins-good/Makefile @@ -30,7 +30,6 @@ do-build: do-install: .for dir in ${GOOD_GST_DIRS} @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - .endfor .include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-good/pkg-plist b/multimedia/gstreamer1-plugins-good/pkg-plist index cd64f69d198e..edf6d7dc280f 100644 --- a/multimedia/gstreamer1-plugins-good/pkg-plist +++ b/multimedia/gstreamer1-plugins-good/pkg-plist @@ -21,15 +21,15 @@ lib/gstreamer-%%VERSION%%/libgsticydemux.so lib/gstreamer-%%VERSION%%/libgstid3demux.so lib/gstreamer-%%VERSION%%/libgstimagefreeze.so lib/gstreamer-%%VERSION%%/libgstinterleave.so +lib/gstreamer-%%VERSION%%/libgstisomp4.so lib/gstreamer-%%VERSION%%/libgstlevel.so lib/gstreamer-%%VERSION%%/libgstmatroska.so lib/gstreamer-%%VERSION%%/libgstmulaw.so lib/gstreamer-%%VERSION%%/libgstmultifile.so lib/gstreamer-%%VERSION%%/libgstmultipart.so lib/gstreamer-%%VERSION%%/libgstnavigationtest.so -lib/gstreamer-%%VERSION%%/libgstoss4audio.so +lib/gstreamer-%%VERSION%%/libgstoss4.so lib/gstreamer-%%VERSION%%/libgstossaudio.so -lib/gstreamer-%%VERSION%%/libgstisomp4.so lib/gstreamer-%%VERSION%%/libgstreplaygain.so lib/gstreamer-%%VERSION%%/libgstrtp.so lib/gstreamer-%%VERSION%%/libgstrtpmanager.so @@ -45,8 +45,9 @@ lib/gstreamer-%%VERSION%%/libgstvideomixer.so lib/gstreamer-%%VERSION%%/libgstwavenc.so lib/gstreamer-%%VERSION%%/libgstwavparse.so lib/gstreamer-%%VERSION%%/libgsty4menc.so -share/gstreamer-%%VERSION%%/presets/GstIirEqualizer10Bands.prs -share/gstreamer-%%VERSION%%/presets/GstIirEqualizer3Bands.prs +%%DATADIR%%-%%VERSION%%/presets/GstIirEqualizer10Bands.prs +%%DATADIR%%-%%VERSION%%/presets/GstIirEqualizer3Bands.prs +%%DATADIR%%-%%VERSION%%/presets/GstQTMux.prs share/locale/af/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/az/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo @@ -61,6 +62,7 @@ share/locale/es/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo +share/locale/fur/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/hr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo |