diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-11-03 11:58:10 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-11-03 11:58:10 +0000 |
commit | 54c5444eba1973f2f6e1c0f576cf13cb1fa7f055 (patch) | |
tree | b334f264681f2e08e196f19340f62a77ab5d75ec /Mk | |
parent | ed3db43e3e696487cae99eb82b53f50be03a8c54 (diff) | |
download | freebsd-ports-54c5444eba1973f2f6e1c0f576cf13cb1fa7f055.zip |
Update GStreamer to 1.14.4.
PR: 231406
Submitted by: Greg V <greg@unrelenting.technology>
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index a172cd321d49..5599634f11f4 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -98,7 +98,6 @@ _GSTREAMER_PLUGINS= \ pango \ pulse \ resindvd \ - schroedinger \ shout2 \ sndfile \ sndio \ @@ -137,6 +136,7 @@ _GSTREAMER_PLUGINS+= \ nas \ python \ qt4 \ + schroedinger \ sdl \ vdpau \ vp8 \ @@ -146,6 +146,7 @@ _GSTREAMER_PLUGINS+= \ # plugins only in 1.0 .if defined(USE_GSTREAMER1) _GSTREAMER_PLUGINS+= \ + aom \ assrender \ bs2b \ chromaprint \ @@ -166,6 +167,7 @@ _GSTREAMER_PLUGINS+= \ openexr \ openh264 \ openjpeg \ + openmpt \ png \ rsvg \ rtmp \ @@ -174,6 +176,7 @@ _GSTREAMER_PLUGINS+= \ srtp \ ttml \ vpx \ + vulkan \ webp \ x \ x265 \ @@ -356,6 +359,9 @@ aalib_IMPL= good annodex_DEPENDS= multimedia/gstreamer-plugins-annodex annodex_IMPL= good +aom_DEPENDS= multimedia/gstreamer-plugins-aom +aom_IMPL= bad + assrender_DEPENDS= multimedia/gstreamer-plugins-assrender assrender_IMPL= bad @@ -392,6 +398,9 @@ openexr_IMPL= bad openjpeg_DEPENDS= graphics/gstreamer-plugins-openjpeg openjpeg_IMPL= bad +openmpt_DEPENDS= audio/gstreamer-plugins-openmpt +openmpt_IMPL= bad + png_DEPENDS= graphics/gstreamer-plugins-png png_IMPL= good @@ -507,6 +516,9 @@ vp8_IMPL= bad vpx_DEPENDS= multimedia/gstreamer-plugins-vpx vpx_IMPL= good +vulkan_DEPENDS= graphics/gstreamer-plugins-vulkan +vulkan_IMPL= bad + # XXX: This is a quick solution for ports with USE_GSTREAMER=python # but without USE_PYTHON. PYTHON_PKGNAMEPREFIX?= py*- |