summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2024-03-03 22:02:24 -0500
committerShokara Kou <kou@13f0.net>2024-03-03 22:04:04 -0500
commit314e042ab2241e28e90488aa24eef78f4d8f8eeb (patch)
treea6655444ea0de71219d28e061f89b4078513a6a5
parent9846421274ab6c5bce74731965de217773906f1b (diff)
disable lots of options in multimedia/gstreamer1-plugins-base/bad
-rw-r--r--multimedia/gstreamer1/core/Makefile15
-rw-r--r--multimedia/gstreamer1/core/pkg/PLIST74
-rw-r--r--multimedia/gstreamer1/plugins-bad/Makefile94
-rw-r--r--multimedia/gstreamer1/plugins-bad/pkg/PLIST101
-rw-r--r--multimedia/gstreamer1/plugins-base/Makefile52
-rw-r--r--multimedia/gstreamer1/plugins-base/pkg/PLIST86
6 files changed, 93 insertions, 329 deletions
diff --git a/multimedia/gstreamer1/core/Makefile b/multimedia/gstreamer1/core/Makefile
index d9d6e53..11cd5a5 100644
--- a/multimedia/gstreamer1/core/Makefile
+++ b/multimedia/gstreamer1/core/Makefile
@@ -9,20 +9,25 @@ SHARED_LIBS += gstcontroller-1.0 7.1 # 0.2210.0
9SHARED_LIBS += gstnet-1.0 7.1 # 0.2210.0 9SHARED_LIBS += gstnet-1.0 7.1 # 0.2210.0
10SHARED_LIBS += gstcheck-1.0 7.1 # 0.2210.0 10SHARED_LIBS += gstcheck-1.0 7.1 # 0.2210.0
11 11
12WANTLIB += c execinfo gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl m 12WANTLIB += c execinfo gio-2.0 glib-2.0 gmodule-2.0 m
13 13
14SITES= ${SITE_GST:=gstreamer/} 14SITES= ${SITE_GST:=gstreamer/}
15 15
16BUILD_DEPENDS= devel/bison \ 16BUILD_DEPENDS= devel/bison
17 devel/gobject-introspection \
18 shells/bash-completion
19 17
20LIB_DEPENDS= devel/glib2 18LIB_DEPENDS= devel/glib2
21 19
22CONFIGURE_ARGS= -Dbenchmarks=disabled \ 20CONFIGURE_ARGS= -Dbenchmarks=disabled \
23 -Dlibunwind=disabled \ 21 -Dlibunwind=disabled \
24 -Dlibdw=disabled \ 22 -Dlibdw=disabled \
25 -Ddbghelp=disabled 23 -Ddbghelp=disabled \
24 -Dbash-completion=disabled \
25 -Dintrospection=disabled \
26 -Dexamples=disabled \
27 -Dtests=disabled \
28 -Dtools=disabled \
29 -Dnls=disabled \
30 -Ddoc=disabled
26 31
27# PTP helper does not do anything on OpenBSD (functionality needs to be 32# PTP helper does not do anything on OpenBSD (functionality needs to be
28# implemented): no need to install it suid root 33# implemented): no need to install it suid root
diff --git a/multimedia/gstreamer1/core/pkg/PLIST b/multimedia/gstreamer1/core/pkg/PLIST
index c79c17f..a364c52 100644
--- a/multimedia/gstreamer1/core/pkg/PLIST
+++ b/multimedia/gstreamer1/core/pkg/PLIST
@@ -1,7 +1,3 @@
1@bin bin/gst-inspect-${API}
2@bin bin/gst-launch-${API}
3@bin bin/gst-stats-${API}
4@bin bin/gst-typefind-${API}
5include/gstreamer-${API}/ 1include/gstreamer-${API}/
6include/gstreamer-${API}/gst/ 2include/gstreamer-${API}/gst/
7include/gstreamer-${API}/gst/base/ 3include/gstreamer-${API}/gst/base/
@@ -130,12 +126,6 @@ include/gstreamer-${API}/gst/net/gstnetutils.h
130include/gstreamer-${API}/gst/net/gstptpclock.h 126include/gstreamer-${API}/gst/net/gstptpclock.h
131include/gstreamer-${API}/gst/net/net-prelude.h 127include/gstreamer-${API}/gst/net/net-prelude.h
132include/gstreamer-${API}/gst/net/net.h 128include/gstreamer-${API}/gst/net/net.h
133lib/girepository-${API}/
134lib/girepository-${API}/Gst-${API}.typelib
135lib/girepository-${API}/GstBase-${API}.typelib
136lib/girepository-${API}/GstCheck-${API}.typelib
137lib/girepository-${API}/GstController-${API}.typelib
138lib/girepository-${API}/GstNet-${API}.typelib
139lib/gstreamer-${API}/ 129lib/gstreamer-${API}/
140@so lib/gstreamer-${API}/libgstcoreelements.so 130@so lib/gstreamer-${API}/libgstcoreelements.so
141@so lib/gstreamer-${API}/libgstcoretracers.so 131@so lib/gstreamer-${API}/libgstcoretracers.so
@@ -150,71 +140,19 @@ lib/pkgconfig/gstreamer-check-${API}.pc
150lib/pkgconfig/gstreamer-controller-${API}.pc 140lib/pkgconfig/gstreamer-controller-${API}.pc
151lib/pkgconfig/gstreamer-net-${API}.pc 141lib/pkgconfig/gstreamer-net-${API}.pc
152libexec/gstreamer-${API}/ 142libexec/gstreamer-${API}/
153@bin libexec/gstreamer-${API}/gst-completion-helper
154@bin libexec/gstreamer-${API}/gst-hotdoc-plugins-scanner 143@bin libexec/gstreamer-${API}/gst-hotdoc-plugins-scanner
155@bin libexec/gstreamer-${API}/gst-plugin-scanner 144@bin libexec/gstreamer-${API}/gst-plugin-scanner
156libexec/gstreamer-${API}/gst-plugins-doc-cache-generator 145libexec/gstreamer-${API}/gst-plugins-doc-cache-generator
157@bin libexec/gstreamer-${API}/gst-ptp-helper 146@bin libexec/gstreamer-${API}/gst-ptp-helper
158@man man/man1/gst-inspect-${API}.1 147share/aclocal/
159@man man/man1/gst-launch-${API}.1
160@man man/man1/gst-stats-${API}.1
161@man man/man1/gst-typefind-${API}.1
162share/aclocal/gst-element-check-${API}.m4 148share/aclocal/gst-element-check-${API}.m4
163share/bash-completion/completions/gst-inspect-${API} 149share/gdb/
164share/bash-completion/completions/gst-launch-${API} 150share/gdb/auto-load/
165share/bash-completion/helpers/ 151share/gdb/auto-load/usr/
166share/bash-completion/helpers/gst 152share/gdb/auto-load/usr/local/
153share/gdb/auto-load/usr/local/lib/
167share/gdb/auto-load/usr/local/lib/libgstreamer-${API}.so.0.2210.0-gdb.py 154share/gdb/auto-load/usr/local/lib/libgstreamer-${API}.so.0.2210.0-gdb.py
168share/gir-${API}/
169share/gir-${API}/Gst-${API}.gir
170share/gir-${API}/GstBase-${API}.gir
171share/gir-${API}/GstCheck-${API}.gir
172share/gir-${API}/GstController-${API}.gir
173share/gir-${API}/GstNet-${API}.gir
174share/gstreamer-${API}/ 155share/gstreamer-${API}/
175share/gstreamer-${API}/gdb/ 156share/gstreamer-${API}/gdb/
176share/gstreamer-${API}/gdb/glib_gobject_helper.py 157share/gstreamer-${API}/gdb/glib_gobject_helper.py
177share/gstreamer-${API}/gdb/gst_gdb.py 158share/gstreamer-${API}/gdb/gst_gdb.py
178share/locale/af/LC_MESSAGES/gstreamer-${API}.mo
179share/locale/ast/LC_MESSAGES/gstreamer-${API}.mo
180share/locale/az/LC_MESSAGES/gstreamer-${API}.mo
181share/locale/be/LC_MESSAGES/gstreamer-${API}.mo
182share/locale/bg/LC_MESSAGES/gstreamer-${API}.mo
183share/locale/ca/LC_MESSAGES/gstreamer-${API}.mo
184share/locale/cs/LC_MESSAGES/gstreamer-${API}.mo
185share/locale/da/LC_MESSAGES/gstreamer-${API}.mo
186share/locale/de/LC_MESSAGES/gstreamer-${API}.mo
187share/locale/el/LC_MESSAGES/gstreamer-${API}.mo
188share/locale/en_GB/LC_MESSAGES/gstreamer-${API}.mo
189share/locale/eo/LC_MESSAGES/gstreamer-${API}.mo
190share/locale/es/LC_MESSAGES/gstreamer-${API}.mo
191share/locale/eu/LC_MESSAGES/gstreamer-${API}.mo
192share/locale/fi/LC_MESSAGES/gstreamer-${API}.mo
193share/locale/fr/LC_MESSAGES/gstreamer-${API}.mo
194share/locale/fur/LC_MESSAGES/gstreamer-${API}.mo
195share/locale/gl/LC_MESSAGES/gstreamer-${API}.mo
196share/locale/hr/LC_MESSAGES/gstreamer-${API}.mo
197share/locale/hu/LC_MESSAGES/gstreamer-${API}.mo
198share/locale/id/LC_MESSAGES/gstreamer-${API}.mo
199share/locale/it/LC_MESSAGES/gstreamer-${API}.mo
200share/locale/ja/LC_MESSAGES/gstreamer-${API}.mo
201share/locale/ka/LC_MESSAGES/gstreamer-${API}.mo
202share/locale/ko/LC_MESSAGES/gstreamer-${API}.mo
203share/locale/lt/LC_MESSAGES/gstreamer-${API}.mo
204share/locale/nb/LC_MESSAGES/gstreamer-${API}.mo
205share/locale/nl/LC_MESSAGES/gstreamer-${API}.mo
206share/locale/pl/LC_MESSAGES/gstreamer-${API}.mo
207share/locale/pt_BR/LC_MESSAGES/gstreamer-${API}.mo
208share/locale/ro/LC_MESSAGES/gstreamer-${API}.mo
209share/locale/ru/LC_MESSAGES/gstreamer-${API}.mo
210share/locale/rw/LC_MESSAGES/gstreamer-${API}.mo
211share/locale/sk/LC_MESSAGES/gstreamer-${API}.mo
212share/locale/sl/LC_MESSAGES/gstreamer-${API}.mo
213share/locale/sq/LC_MESSAGES/gstreamer-${API}.mo
214share/locale/sr/LC_MESSAGES/gstreamer-${API}.mo
215share/locale/sv/LC_MESSAGES/gstreamer-${API}.mo
216share/locale/tr/LC_MESSAGES/gstreamer-${API}.mo
217share/locale/uk/LC_MESSAGES/gstreamer-${API}.mo
218share/locale/vi/LC_MESSAGES/gstreamer-${API}.mo
219share/locale/zh_CN/LC_MESSAGES/gstreamer-${API}.mo
220share/locale/zh_TW/LC_MESSAGES/gstreamer-${API}.mo
diff --git a/multimedia/gstreamer1/plugins-bad/Makefile b/multimedia/gstreamer1/plugins-bad/Makefile
index 6c7737b..c45e22f 100644
--- a/multimedia/gstreamer1/plugins-bad/Makefile
+++ b/multimedia/gstreamer1/plugins-bad/Makefile
@@ -3,70 +3,56 @@ COMMENT= bad elements for GStreamer
3DISTNAME= gst-plugins-bad-${V} 3DISTNAME= gst-plugins-bad-${V}
4PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-bad-${V} 4PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-bad-${V}
5 5
6SHARED_LIBS += gsturidownloader-1.0 5.1 # 0.2210.0
7SHARED_LIBS += gstadaptivedemux-1.0 4.1 # 0.2210.0
8SHARED_LIBS += gstbadaudio-1.0 3.1 # 0.2210.0
9SHARED_LIBS += gstbasecamerabinsrc-1.0 6.1 # 0.2210.0
10SHARED_LIBS += gstcodecparsers-1.0 6.1 # 0.2210.0
11SHARED_LIBS += gstcodecs-1.0 1.1 # 0.2210.0
12SHARED_LIBS += gstinsertbin-1.0 5.1 # 0.2210.0
13SHARED_LIBS += gstphotography-1.0 6.1 # 0.2210.0
14SHARED_LIBS += gstisoff-1.0 3.1 # 0.2210.0
15SHARED_LIBS += gstmpegts-1.0 5.1 # 0.2210.0
16SHARED_LIBS += gstplay-1.0 0.1 # 0.2210.0
17SHARED_LIBS += gstplayer-1.0 3.1 # 0.2210.0
18SHARED_LIBS += gstsctp-1.0 3.1 # 0.2210.0
19SHARED_LIBS += gsttranscoder-1.0 1.1 # 0
20SHARED_LIBS += gstwayland-1.0 0.0 # 0.2210.0
21SHARED_LIBS += gstwebrtc-1.0 3.1 # 0.2210.0
22
23COMPILER_LANGS = c c++ 6COMPILER_LANGS = c c++
24 7
25WANTLIB += ${COMPILER_LIBCXX} SoundTouch X11 ass bs2b bz2 c cairo 8SHARED_LIBS += gstadaptivedemux-1.0 0.0 # 0.0
26WANTLIB += crypto gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gstallocators-1.0 9SHARED_LIBS += gstbadaudio-1.0 0.0 # 0.0
10SHARED_LIBS += gstbasecamerabinsrc-1.0 0.0 # 0.0
11SHARED_LIBS += gstcodecparsers-1.0 0.0 # 0.0
12SHARED_LIBS += gstcodecs-1.0 0.0 # 0.0
13SHARED_LIBS += gstinsertbin-1.0 0.0 # 0.0
14SHARED_LIBS += gstisoff-1.0 0.0 # 0.0
15SHARED_LIBS += gstmpegts-1.0 0.0 # 0.0
16SHARED_LIBS += gstphotography-1.0 0.0 # 0.0
17SHARED_LIBS += gstplay-1.0 0.0 # 0.0
18SHARED_LIBS += gstplayer-1.0 0.0 # 0.0
19SHARED_LIBS += gstsctp-1.0 0.0 # 0.0
20SHARED_LIBS += gsttranscoder-1.0 0.0 # 0.0
21SHARED_LIBS += gsturidownloader-1.0 0.0 # 0.0
22SHARED_LIBS += gstwebrtc-1.0 0.0 # 0.0
23
24WANTLIB += ${COMPILER_LIBCXX} X11 c cairo
25WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gstallocators-1.0
27WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstnet-1.0 26WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstnet-1.0
28WANTLIB += gstpbutils-1.0 gstreamer-1.0 gstrtp-1.0 gstsdp-1.0 27WANTLIB += gstpbutils-1.0 gstreamer-1.0 gstsdp-1.0
29WANTLIB += gsttag-1.0 gstvideo-1.0 intl lcms2 m nettle opus orc-0.4 28WANTLIB += gsttag-1.0 gstvideo-1.0 intl m
30WANTLIB += pango-1.0 pangocairo-1.0 rsvg-2 wayland-client xml2
31 29
32SITES = ${SITE_GST:=gst-plugins-bad/} 30SITES = ${SITE_GST:=gst-plugins-bad/}
33 31
34BUILD_DEPENDS= devel/gobject-introspection \ 32LIB_DEPENDS= ${P}/plugins-base=${V}
35 wayland/wayland-protocols 33
36 34DISABLED += opencv wayland aes aom avtp amfcodec androidmedia applemedia asio
37# needed for ${WRKSRC}/tests/ 35DISABLED += assrender bluez bs2b bz2 chromaprint closedcaption colormanagement
38BUILD_DEPENDS += graphics/libexif 36DISABLED += curl curl-ssh2 d3dvideosink d3d11 dash dc1394 decklink directfb
39 37DISABLED += directsound directshow dtls dts dvb faac faad fbdev fdkaac flite
40LIB_DEPENDS= ${P}/plugins-base=${V} \ 38DISABLED += fluidsynth gme gs gsm gtk3 ipcpipeline iqa kms ladspa ladspa-rdf
41 audio/libbs2b \ 39DISABLED += ldac openaptx lv2 mediafoundation microdns modplug mpeg2enc mplex
42 audio/opus \ 40DISABLED += msdk musepack neon nvcodec onnx openal openexr openmpt openni2
43 audio/soundtouch \ 41DISABLED += opensles qroverlay qsv rsvg rtmp sbc sctp shm smoothstreaming
44 graphics/lcms2 \ 42DISABLED += soundtouch spandsp srt srtp svthevcenc teletext tinyalsa transcode
45 multimedia/libass \ 43DISABLED += ttml uvch264 va voaacenc voamrwbenc wasapi wasapi2 webp webrtc
46 security/libnettle \ 44DISABLED += webrtcdsp wildmidi wic win32ipc winks winscreencap x265 zbar zxing
47 x11/gnome/librsvg 45DISABLED += wpe magicleap v4l2codecs isac hls sctp-internal-usrsctp opus vulkan
48 46DISABLED += kate libde265 openh264 resindvd
49# each plugin that has an external dependency is disabled unless proven useful 47DISABLED += examples tests introspection nls orc
50DISABLED += opencv aom androidmedia applemedia bluez ldac 48ENABLED += openjpeg sndfile
51DISABLED += chromaprint curl curl-ssh2 dc1394 decklink directfb
52DISABLED += dtls dts dvb faac faad fbdev fdkaac flite fluidsynth
53DISABLED += gme gsm iqa kate ladspa libde265 lv2 modplug mpeg2enc
54DISABLED += mplex msdk musepack neon openal openexr gs isac onnx
55DISABLED += openh264 openjpeg openmpt openni2 opensles resindvd rtmp
56DISABLED += sbc sctp sndfile spandsp srt srtp teletext tinyalsa
57DISABLED += uvch264 voaacenc voamrwbenc vulkan wasapi webp openaptx
58DISABLED += webrtc webrtcdsp wildmidi winks winscreencap wpe x265
59DISABLED += zbar magicleap v4l2codecs va wasapi2 avtp microdns
60DISABLED += svthevcenc zxing qroverlay timecode amfcodec directshow
61DISABLED += nvcodec qsv gtk3 dvbsuboverlay siren
62 49
63.for d in ${DISABLED} 50.for d in ${DISABLED}
64CONFIGURE_ARGS += -D${d}=disabled 51CONFIGURE_ARGS += -D${d}=disabled
65.endfor 52.endfor
66 53.for d in ${ENABLED}
67# XXX cannot set to 'openssl' because meson.build will fail because of 54CONFIGURE_ARGS += -D${d}=enabled
68# hls_crypto_dep not deing defined (if not hls_crypto_dep.found ...) 55.endfor
69CONFIGURE_ARGS += -Dhls-crypto="nettle"
70 56
71DEBUG_PACKAGES= ${BUILD_PACKAGES} 57DEBUG_PACKAGES= ${BUILD_PACKAGES}
72 58
diff --git a/multimedia/gstreamer1/plugins-bad/pkg/PLIST b/multimedia/gstreamer1/plugins-bad/pkg/PLIST
index 0638358..a65c754 100644
--- a/multimedia/gstreamer1/plugins-bad/pkg/PLIST
+++ b/multimedia/gstreamer1/plugins-bad/pkg/PLIST
@@ -1,4 +1,7 @@
1@bin bin/gst-transcoder-${API} 1@bin bin/gst-transcoder-${API}
2include/gstreamer-${API}/
3include/gstreamer-${API}/gst/
4include/gstreamer-${API}/gst/audio/
2include/gstreamer-${API}/gst/audio/audio-bad-prelude.h 5include/gstreamer-${API}/gst/audio/audio-bad-prelude.h
3include/gstreamer-${API}/gst/audio/gstnonstreamaudiodecoder.h 6include/gstreamer-${API}/gst/audio/gstnonstreamaudiodecoder.h
4include/gstreamer-${API}/gst/audio/gstplanaraudioadapter.h 7include/gstreamer-${API}/gst/audio/gstplanaraudioadapter.h
@@ -77,18 +80,6 @@ include/gstreamer-${API}/gst/uridownloader/gstfragment.h
77include/gstreamer-${API}/gst/uridownloader/gsturidownloader.h 80include/gstreamer-${API}/gst/uridownloader/gsturidownloader.h
78include/gstreamer-${API}/gst/uridownloader/gsturidownloader_debug.h 81include/gstreamer-${API}/gst/uridownloader/gsturidownloader_debug.h
79include/gstreamer-${API}/gst/uridownloader/uridownloader-prelude.h 82include/gstreamer-${API}/gst/uridownloader/uridownloader-prelude.h
80include/gstreamer-${API}/gst/wayland/
81include/gstreamer-${API}/gst/wayland/gstwl_fwd.h
82include/gstreamer-${API}/gst/wayland/gstwlbuffer.h
83include/gstreamer-${API}/gst/wayland/gstwlcontext.h
84include/gstreamer-${API}/gst/wayland/gstwldisplay.h
85include/gstreamer-${API}/gst/wayland/gstwllinuxdmabuf.h
86include/gstreamer-${API}/gst/wayland/gstwlshmallocator.h
87include/gstreamer-${API}/gst/wayland/gstwlvideobufferpool.h
88include/gstreamer-${API}/gst/wayland/gstwlvideoformat.h
89include/gstreamer-${API}/gst/wayland/gstwlwindow.h
90include/gstreamer-${API}/gst/wayland/wayland-prelude.h
91include/gstreamer-${API}/gst/wayland/wayland.h
92include/gstreamer-${API}/gst/webrtc/ 83include/gstreamer-${API}/gst/webrtc/
93include/gstreamer-${API}/gst/webrtc/datachannel.h 84include/gstreamer-${API}/gst/webrtc/datachannel.h
94include/gstreamer-${API}/gst/webrtc/dtlstransport.h 85include/gstreamer-${API}/gst/webrtc/dtlstransport.h
@@ -103,21 +94,12 @@ include/gstreamer-${API}/gst/webrtc/sctptransport.h
103include/gstreamer-${API}/gst/webrtc/webrtc-enumtypes.h 94include/gstreamer-${API}/gst/webrtc/webrtc-enumtypes.h
104include/gstreamer-${API}/gst/webrtc/webrtc.h 95include/gstreamer-${API}/gst/webrtc/webrtc.h
105include/gstreamer-${API}/gst/webrtc/webrtc_fwd.h 96include/gstreamer-${API}/gst/webrtc/webrtc_fwd.h
106lib/girepository-${API}/GstBadAudio-${API}.typelib 97lib/gstreamer-${API}/
107lib/girepository-${API}/GstCodecs-${API}.typelib
108lib/girepository-${API}/GstInsertBin-${API}.typelib
109lib/girepository-${API}/GstMpegts-${API}.typelib
110lib/girepository-${API}/GstPlay-${API}.typelib
111lib/girepository-${API}/GstPlayer-${API}.typelib
112lib/girepository-${API}/GstTranscoder-${API}.typelib
113lib/girepository-${API}/GstWebRTC-${API}.typelib
114@so lib/gstreamer-${API}/libgstaccurip.so 98@so lib/gstreamer-${API}/libgstaccurip.so
115@so lib/gstreamer-${API}/libgstadpcmdec.so 99@so lib/gstreamer-${API}/libgstadpcmdec.so
116@so lib/gstreamer-${API}/libgstadpcmenc.so 100@so lib/gstreamer-${API}/libgstadpcmenc.so
117@so lib/gstreamer-${API}/libgstaes.so
118@so lib/gstreamer-${API}/libgstaiff.so 101@so lib/gstreamer-${API}/libgstaiff.so
119@so lib/gstreamer-${API}/libgstasfmux.so 102@so lib/gstreamer-${API}/libgstasfmux.so
120@so lib/gstreamer-${API}/libgstassrender.so
121@so lib/gstreamer-${API}/libgstaudiobuffersplit.so 103@so lib/gstreamer-${API}/libgstaudiobuffersplit.so
122@so lib/gstreamer-${API}/libgstaudiofxbad.so 104@so lib/gstreamer-${API}/libgstaudiofxbad.so
123@so lib/gstreamer-${API}/libgstaudiolatency.so 105@so lib/gstreamer-${API}/libgstaudiolatency.so
@@ -125,17 +107,13 @@ lib/girepository-${API}/GstWebRTC-${API}.typelib
125@so lib/gstreamer-${API}/libgstaudiovisualizers.so 107@so lib/gstreamer-${API}/libgstaudiovisualizers.so
126@so lib/gstreamer-${API}/libgstautoconvert.so 108@so lib/gstreamer-${API}/libgstautoconvert.so
127@so lib/gstreamer-${API}/libgstbayer.so 109@so lib/gstreamer-${API}/libgstbayer.so
128@so lib/gstreamer-${API}/libgstbs2b.so
129@so lib/gstreamer-${API}/libgstbz2.so
130@so lib/gstreamer-${API}/libgstcamerabin.so 110@so lib/gstreamer-${API}/libgstcamerabin.so
131@so lib/gstreamer-${API}/libgstclosedcaption.so
132@so lib/gstreamer-${API}/libgstcodecalpha.so 111@so lib/gstreamer-${API}/libgstcodecalpha.so
133@so lib/gstreamer-${API}/libgstcodectimestamper.so 112@so lib/gstreamer-${API}/libgstcodectimestamper.so
134@so lib/gstreamer-${API}/libgstcoloreffects.so 113@so lib/gstreamer-${API}/libgstcoloreffects.so
135@so lib/gstreamer-${API}/libgstcolormanagement.so
136@so lib/gstreamer-${API}/libgstdash.so
137@so lib/gstreamer-${API}/libgstdebugutilsbad.so 114@so lib/gstreamer-${API}/libgstdebugutilsbad.so
138@so lib/gstreamer-${API}/libgstdvbsubenc.so 115@so lib/gstreamer-${API}/libgstdvbsubenc.so
116@so lib/gstreamer-${API}/libgstdvbsuboverlay.so
139@so lib/gstreamer-${API}/libgstdvdspu.so 117@so lib/gstreamer-${API}/libgstdvdspu.so
140@so lib/gstreamer-${API}/libgstfaceoverlay.so 118@so lib/gstreamer-${API}/libgstfaceoverlay.so
141@so lib/gstreamer-${API}/libgstfestival.so 119@so lib/gstreamer-${API}/libgstfestival.so
@@ -145,11 +123,9 @@ lib/girepository-${API}/GstWebRTC-${API}.typelib
145@so lib/gstreamer-${API}/libgstgaudieffects.so 123@so lib/gstreamer-${API}/libgstgaudieffects.so
146@so lib/gstreamer-${API}/libgstgdp.so 124@so lib/gstreamer-${API}/libgstgdp.so
147@so lib/gstreamer-${API}/libgstgeometrictransform.so 125@so lib/gstreamer-${API}/libgstgeometrictransform.so
148@so lib/gstreamer-${API}/libgsthls.so
149@so lib/gstreamer-${API}/libgstid3tag.so 126@so lib/gstreamer-${API}/libgstid3tag.so
150@so lib/gstreamer-${API}/libgstinter.so 127@so lib/gstreamer-${API}/libgstinter.so
151@so lib/gstreamer-${API}/libgstinterlace.so 128@so lib/gstreamer-${API}/libgstinterlace.so
152@so lib/gstreamer-${API}/libgstipcpipeline.so
153@so lib/gstreamer-${API}/libgstivfparse.so 129@so lib/gstreamer-${API}/libgstivfparse.so
154@so lib/gstreamer-${API}/libgstivtc.so 130@so lib/gstreamer-${API}/libgstivtc.so
155@so lib/gstreamer-${API}/libgstjp2kdecimator.so 131@so lib/gstreamer-${API}/libgstjp2kdecimator.so
@@ -162,34 +138,30 @@ lib/girepository-${API}/GstWebRTC-${API}.typelib
162@so lib/gstreamer-${API}/libgstmpegtsmux.so 138@so lib/gstreamer-${API}/libgstmpegtsmux.so
163@so lib/gstreamer-${API}/libgstmxf.so 139@so lib/gstreamer-${API}/libgstmxf.so
164@so lib/gstreamer-${API}/libgstnetsim.so 140@so lib/gstreamer-${API}/libgstnetsim.so
165@so lib/gstreamer-${API}/libgstopusparse.so 141@so lib/gstreamer-${API}/libgstopenjpeg.so
166@so lib/gstreamer-${API}/libgstpcapparse.so 142@so lib/gstreamer-${API}/libgstpcapparse.so
167@so lib/gstreamer-${API}/libgstpnm.so 143@so lib/gstreamer-${API}/libgstpnm.so
168@so lib/gstreamer-${API}/libgstproxy.so 144@so lib/gstreamer-${API}/libgstproxy.so
169@so lib/gstreamer-${API}/libgstremovesilence.so 145@so lib/gstreamer-${API}/libgstremovesilence.so
170@so lib/gstreamer-${API}/libgstrfbsrc.so 146@so lib/gstreamer-${API}/libgstrfbsrc.so
171@so lib/gstreamer-${API}/libgstrist.so 147@so lib/gstreamer-${API}/libgstrist.so
172@so lib/gstreamer-${API}/libgstrsvg.so
173@so lib/gstreamer-${API}/libgstrtmp2.so 148@so lib/gstreamer-${API}/libgstrtmp2.so
174@so lib/gstreamer-${API}/libgstrtpmanagerbad.so 149@so lib/gstreamer-${API}/libgstrtpmanagerbad.so
175@so lib/gstreamer-${API}/libgstrtponvif.so 150@so lib/gstreamer-${API}/libgstrtponvif.so
176@so lib/gstreamer-${API}/libgstsdpelem.so 151@so lib/gstreamer-${API}/libgstsdpelem.so
177@so lib/gstreamer-${API}/libgstsegmentclip.so 152@so lib/gstreamer-${API}/libgstsegmentclip.so
178@so lib/gstreamer-${API}/libgstshm.so 153@so lib/gstreamer-${API}/libgstsiren.so
179@so lib/gstreamer-${API}/libgstsmooth.so 154@so lib/gstreamer-${API}/libgstsmooth.so
180@so lib/gstreamer-${API}/libgstsmoothstreaming.so 155@so lib/gstreamer-${API}/libgstsndfile.so
181@so lib/gstreamer-${API}/libgstsoundtouch.so
182@so lib/gstreamer-${API}/libgstspeed.so 156@so lib/gstreamer-${API}/libgstspeed.so
183@so lib/gstreamer-${API}/libgstsubenc.so 157@so lib/gstreamer-${API}/libgstsubenc.so
184@so lib/gstreamer-${API}/libgstswitchbin.so 158@so lib/gstreamer-${API}/libgstswitchbin.so
185@so lib/gstreamer-${API}/libgsttranscode.so 159@so lib/gstreamer-${API}/libgsttimecode.so
186@so lib/gstreamer-${API}/libgstttmlsubs.so
187@so lib/gstreamer-${API}/libgstvideofiltersbad.so 160@so lib/gstreamer-${API}/libgstvideofiltersbad.so
188@so lib/gstreamer-${API}/libgstvideoframe_audiolevel.so 161@so lib/gstreamer-${API}/libgstvideoframe_audiolevel.so
189@so lib/gstreamer-${API}/libgstvideoparsersbad.so 162@so lib/gstreamer-${API}/libgstvideoparsersbad.so
190@so lib/gstreamer-${API}/libgstvideosignal.so 163@so lib/gstreamer-${API}/libgstvideosignal.so
191@so lib/gstreamer-${API}/libgstvmnc.so 164@so lib/gstreamer-${API}/libgstvmnc.so
192@so lib/gstreamer-${API}/libgstwaylandsink.so
193@so lib/gstreamer-${API}/libgsty4mdec.so 165@so lib/gstreamer-${API}/libgsty4mdec.so
194@lib lib/libgstadaptivedemux-${API}.so.${LIBgstadaptivedemux-${API}_VERSION} 166@lib lib/libgstadaptivedemux-${API}.so.${LIBgstadaptivedemux-${API}_VERSION}
195@lib lib/libgstbadaudio-${API}.so.${LIBgstbadaudio-${API}_VERSION} 167@lib lib/libgstbadaudio-${API}.so.${LIBgstbadaudio-${API}_VERSION}
@@ -205,7 +177,6 @@ lib/girepository-${API}/GstWebRTC-${API}.typelib
205@lib lib/libgstsctp-${API}.so.${LIBgstsctp-${API}_VERSION} 177@lib lib/libgstsctp-${API}.so.${LIBgstsctp-${API}_VERSION}
206@lib lib/libgsttranscoder-${API}.so.${LIBgsttranscoder-${API}_VERSION} 178@lib lib/libgsttranscoder-${API}.so.${LIBgsttranscoder-${API}_VERSION}
207@lib lib/libgsturidownloader-${API}.so.${LIBgsturidownloader-${API}_VERSION} 179@lib lib/libgsturidownloader-${API}.so.${LIBgsturidownloader-${API}_VERSION}
208@lib lib/libgstwayland-${API}.so.${LIBgstwayland-${API}_VERSION}
209@lib lib/libgstwebrtc-${API}.so.${LIBgstwebrtc-${API}_VERSION} 180@lib lib/libgstwebrtc-${API}.so.${LIBgstwebrtc-${API}_VERSION}
210lib/pkgconfig/gstreamer-bad-audio-${API}.pc 181lib/pkgconfig/gstreamer-bad-audio-${API}.pc
211lib/pkgconfig/gstreamer-codecparsers-${API}.pc 182lib/pkgconfig/gstreamer-codecparsers-${API}.pc
@@ -217,16 +188,8 @@ lib/pkgconfig/gstreamer-player-${API}.pc
217lib/pkgconfig/gstreamer-plugins-bad-${API}.pc 188lib/pkgconfig/gstreamer-plugins-bad-${API}.pc
218lib/pkgconfig/gstreamer-sctp-${API}.pc 189lib/pkgconfig/gstreamer-sctp-${API}.pc
219lib/pkgconfig/gstreamer-transcoder-${API}.pc 190lib/pkgconfig/gstreamer-transcoder-${API}.pc
220lib/pkgconfig/gstreamer-wayland-${API}.pc
221lib/pkgconfig/gstreamer-webrtc-${API}.pc 191lib/pkgconfig/gstreamer-webrtc-${API}.pc
222share/gir-${API}/GstBadAudio-${API}.gir 192share/gstreamer-${API}/
223share/gir-${API}/GstCodecs-${API}.gir
224share/gir-${API}/GstInsertBin-${API}.gir
225share/gir-${API}/GstMpegts-${API}.gir
226share/gir-${API}/GstPlay-${API}.gir
227share/gir-${API}/GstPlayer-${API}.gir
228share/gir-${API}/GstTranscoder-${API}.gir
229share/gir-${API}/GstWebRTC-${API}.gir
230share/gstreamer-${API}/encoding-profiles/ 193share/gstreamer-${API}/encoding-profiles/
231share/gstreamer-${API}/encoding-profiles/device/ 194share/gstreamer-${API}/encoding-profiles/device/
232share/gstreamer-${API}/encoding-profiles/device/dvd.gep 195share/gstreamer-${API}/encoding-profiles/device/dvd.gep
@@ -244,47 +207,3 @@ share/gstreamer-${API}/encoding-profiles/online-services/
244share/gstreamer-${API}/encoding-profiles/online-services/youtube.gep 207share/gstreamer-${API}/encoding-profiles/online-services/youtube.gep
245share/gstreamer-${API}/presets/ 208share/gstreamer-${API}/presets/
246share/gstreamer-${API}/presets/GstFreeverb.prs 209share/gstreamer-${API}/presets/GstFreeverb.prs
247share/locale/af/LC_MESSAGES/gst-plugins-bad-${API}.mo
248share/locale/ast/LC_MESSAGES/gst-plugins-bad-${API}.mo
249share/locale/az/LC_MESSAGES/gst-plugins-bad-${API}.mo
250share/locale/bg/LC_MESSAGES/gst-plugins-bad-${API}.mo
251share/locale/ca/LC_MESSAGES/gst-plugins-bad-${API}.mo
252share/locale/cs/LC_MESSAGES/gst-plugins-bad-${API}.mo
253share/locale/da/LC_MESSAGES/gst-plugins-bad-${API}.mo
254share/locale/de/LC_MESSAGES/gst-plugins-bad-${API}.mo
255share/locale/el/LC_MESSAGES/gst-plugins-bad-${API}.mo
256share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-${API}.mo
257share/locale/eo/LC_MESSAGES/gst-plugins-bad-${API}.mo
258share/locale/es/LC_MESSAGES/gst-plugins-bad-${API}.mo
259share/locale/eu/LC_MESSAGES/gst-plugins-bad-${API}.mo
260share/locale/fi/LC_MESSAGES/gst-plugins-bad-${API}.mo
261share/locale/fr/LC_MESSAGES/gst-plugins-bad-${API}.mo
262share/locale/fur/LC_MESSAGES/gst-plugins-bad-${API}.mo
263share/locale/gl/LC_MESSAGES/gst-plugins-bad-${API}.mo
264share/locale/hr/LC_MESSAGES/gst-plugins-bad-${API}.mo
265share/locale/hu/LC_MESSAGES/gst-plugins-bad-${API}.mo
266share/locale/id/LC_MESSAGES/gst-plugins-bad-${API}.mo
267share/locale/it/LC_MESSAGES/gst-plugins-bad-${API}.mo
268share/locale/ja/LC_MESSAGES/gst-plugins-bad-${API}.mo
269share/locale/ka/LC_MESSAGES/gst-plugins-bad-${API}.mo
270share/locale/ky/LC_MESSAGES/gst-plugins-bad-${API}.mo
271share/locale/lt/LC_MESSAGES/gst-plugins-bad-${API}.mo
272share/locale/lv/LC_MESSAGES/gst-plugins-bad-${API}.mo
273share/locale/mt/LC_MESSAGES/gst-plugins-bad-${API}.mo
274share/locale/nb/LC_MESSAGES/gst-plugins-bad-${API}.mo
275share/locale/nl/LC_MESSAGES/gst-plugins-bad-${API}.mo
276share/locale/or/LC_MESSAGES/gst-plugins-bad-${API}.mo
277share/locale/pl/LC_MESSAGES/gst-plugins-bad-${API}.mo
278share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-${API}.mo
279share/locale/ro/LC_MESSAGES/gst-plugins-bad-${API}.mo
280share/locale/ru/LC_MESSAGES/gst-plugins-bad-${API}.mo
281share/locale/sk/LC_MESSAGES/gst-plugins-bad-${API}.mo
282share/locale/sl/LC_MESSAGES/gst-plugins-bad-${API}.mo
283share/locale/sq/LC_MESSAGES/gst-plugins-bad-${API}.mo
284share/locale/sr/LC_MESSAGES/gst-plugins-bad-${API}.mo
285share/locale/sv/LC_MESSAGES/gst-plugins-bad-${API}.mo
286share/locale/tr/LC_MESSAGES/gst-plugins-bad-${API}.mo
287share/locale/uk/LC_MESSAGES/gst-plugins-bad-${API}.mo
288share/locale/vi/LC_MESSAGES/gst-plugins-bad-${API}.mo
289share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-${API}.mo
290share/locale/zh_TW/LC_MESSAGES/gst-plugins-bad-${API}.mo
diff --git a/multimedia/gstreamer1/plugins-base/Makefile b/multimedia/gstreamer1/plugins-base/Makefile
index 6757df2..ea14807 100644
--- a/multimedia/gstreamer1/plugins-base/Makefile
+++ b/multimedia/gstreamer1/plugins-base/Makefile
@@ -18,43 +18,39 @@ SHARED_LIBS += gstgl-1.0 6.1 # 0.2210.0
18 18
19SITES= ${SITE_GST:=gst-plugins-base/} 19SITES= ${SITE_GST:=gst-plugins-base/}
20 20
21WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo cdda_interface 21WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo
22WANTLIB += cdda_paranoia gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 22WANTLIB += glib-2.0 gmodule-2.0
23WANTLIB += graphene-1.0 gstbase-1.0 gstcontroller-1.0 gstnet-1.0 23WANTLIB += gstbase-1.0 gstcontroller-1.0 gstnet-1.0
24WANTLIB += gstreamer-1.0 intl jpeg m ogg opus orc-0.4 pango-1.0 24WANTLIB += gstreamer-1.0 m jpeg png sndio xcb z
25WANTLIB += pangocairo-1.0 png sndio theoradec theoraenc vorbis
26WANTLIB += vorbisenc wayland-client wayland-cursor wayland-egl
27WANTLIB += xcb z
28
29BUILD_DEPENDS= devel/iso-codes \
30 devel/gobject-introspection \
31 wayland/wayland-protocols
32
33RUN_DEPENDS= devel/iso-codes
34 25
35LIB_DEPENDS= ${P}/core=${V} \ 26LIB_DEPENDS= ${P}/core=${V} \
36 audio/cdparanoia \ 27 graphics/cairo \
37 audio/libvorbis \
38 audio/opus \
39 devel/orc \
40 devel/pango \
41 graphics/graphene \
42 graphics/jpeg \ 28 graphics/jpeg \
43 multimedia/libtheora \ 29 graphics/png
44 wayland/wayland
45 30
46# optional dependency for the the gio plugin; 31# optional dependency for the the gio plugin;
47# disabled because of cyclic build dependency: 32# disabled because of cyclic build dependency:
48# x11/gtk+4 -> gst-plugins-{bad,base} -> gvfs -> gtk+4,-guic -> x11/gtk+4 33# x11/gtk+4 -> gst-plugins-{bad,base} -> gvfs -> gtk+4,-guic -> x11/gtk+4
49#RUN_DEPENDS += x11/gnome/gvfs 34#RUN_DEPENDS += x11/gnome/gvfs
50 35
51CONFIGURE_ARGS= -Dalsa=disabled 36CONFIGURE_ARGS= -Dalsa=disabled \
52 37 -Dlibvisual=disabled \
53#XXX libvisual needs to be ported 38 -Dtremor=disabled \
54CONFIGURE_ARGS += -Dlibvisual=disabled 39 -Diso-codes=disabled \
55 40 -Dgl-graphene=disabled \
56# XXX needs vorbisidec 41 -Dgio=disabled \
57CONFIGURE_ARGS += -Dtremor=disabled 42 -Dcdparanoia=disabled \
43 -Dogg=disabled \
44 -Dopus=disabled \
45 -Dpango=disabled \
46 -Dtheora=disabled \
47 -Dvorbis=disabled \
48 -Dexamples=disabled \
49 -Dtests=disabled \
50 -Dtools=disabled \
51 -Dintrospection=disabled \
52 -Dnls=disabled \
53 -Dorc=disabled
58 54
59DEBUG_PACKAGES= ${BUILD_PACKAGES} 55DEBUG_PACKAGES= ${BUILD_PACKAGES}
60 56
diff --git a/multimedia/gstreamer1/plugins-base/pkg/PLIST b/multimedia/gstreamer1/plugins-base/pkg/PLIST
index 74635d6..e3c85de 100644
--- a/multimedia/gstreamer1/plugins-base/pkg/PLIST
+++ b/multimedia/gstreamer1/plugins-base/pkg/PLIST
@@ -1,7 +1,6 @@
1@conflict gstreamer1-plugins-bad-<1.14.0 1@conflict gstreamer1-plugins-bad-<1.14.0
2@bin bin/gst-device-monitor-${API} 2include/gstreamer-${API}/
3@bin bin/gst-discoverer-${API} 3include/gstreamer-${API}/gst/
4@bin bin/gst-play-${API}
5include/gstreamer-${API}/gst/allocators/ 4include/gstreamer-${API}/gst/allocators/
6include/gstreamer-${API}/gst/allocators/allocators-prelude.h 5include/gstreamer-${API}/gst/allocators/allocators-prelude.h
7include/gstreamer-${API}/gst/allocators/allocators.h 6include/gstreamer-${API}/gst/allocators/allocators.h
@@ -110,9 +109,6 @@ include/gstreamer-${API}/gst/gl/gstglupload.h
110include/gstreamer-${API}/gst/gl/gstglutils.h 109include/gstreamer-${API}/gst/gl/gstglutils.h
111include/gstreamer-${API}/gst/gl/gstglviewconvert.h 110include/gstreamer-${API}/gst/gl/gstglviewconvert.h
112include/gstreamer-${API}/gst/gl/gstglwindow.h 111include/gstreamer-${API}/gst/gl/gstglwindow.h
113include/gstreamer-${API}/gst/gl/wayland/
114include/gstreamer-${API}/gst/gl/wayland/gstgldisplay_wayland.h
115include/gstreamer-${API}/gst/gl/wayland/wayland.h
116include/gstreamer-${API}/gst/gl/x11/ 112include/gstreamer-${API}/gst/gl/x11/
117include/gstreamer-${API}/gst/gl/x11/gstgldisplay_x11.h 113include/gstreamer-${API}/gst/gl/x11/gstgldisplay_x11.h
118include/gstreamer-${API}/gst/gl/x11/x11.h 114include/gstreamer-${API}/gst/gl/x11/x11.h
@@ -211,19 +207,7 @@ include/gstreamer-${API}/gst/video/video.h
211include/gstreamer-${API}/gst/video/videodirection.h 207include/gstreamer-${API}/gst/video/videodirection.h
212include/gstreamer-${API}/gst/video/videoorientation.h 208include/gstreamer-${API}/gst/video/videoorientation.h
213include/gstreamer-${API}/gst/video/videooverlay.h 209include/gstreamer-${API}/gst/video/videooverlay.h
214lib/girepository-${API}/GstAllocators-${API}.typelib 210lib/gstreamer-${API}/
215lib/girepository-${API}/GstApp-${API}.typelib
216lib/girepository-${API}/GstAudio-${API}.typelib
217lib/girepository-${API}/GstGL-${API}.typelib
218lib/girepository-${API}/GstGLEGL-${API}.typelib
219lib/girepository-${API}/GstGLWayland-${API}.typelib
220lib/girepository-${API}/GstGLX11-${API}.typelib
221lib/girepository-${API}/GstPbutils-${API}.typelib
222lib/girepository-${API}/GstRtp-${API}.typelib
223lib/girepository-${API}/GstRtsp-${API}.typelib
224lib/girepository-${API}/GstSdp-${API}.typelib
225lib/girepository-${API}/GstTag-${API}.typelib
226lib/girepository-${API}/GstVideo-${API}.typelib
227lib/gstreamer-${API}/include/ 211lib/gstreamer-${API}/include/
228lib/gstreamer-${API}/include/gst/ 212lib/gstreamer-${API}/include/gst/
229lib/gstreamer-${API}/include/gst/gl/ 213lib/gstreamer-${API}/include/gst/gl/
@@ -235,28 +219,21 @@ lib/gstreamer-${API}/include/gst/gl/gstglconfig.h
235@so lib/gstreamer-${API}/libgstaudiorate.so 219@so lib/gstreamer-${API}/libgstaudiorate.so
236@so lib/gstreamer-${API}/libgstaudioresample.so 220@so lib/gstreamer-${API}/libgstaudioresample.so
237@so lib/gstreamer-${API}/libgstaudiotestsrc.so 221@so lib/gstreamer-${API}/libgstaudiotestsrc.so
238@so lib/gstreamer-${API}/libgstcdparanoia.so
239@so lib/gstreamer-${API}/libgstcompositor.so 222@so lib/gstreamer-${API}/libgstcompositor.so
240@so lib/gstreamer-${API}/libgstencoding.so 223@so lib/gstreamer-${API}/libgstencoding.so
241@so lib/gstreamer-${API}/libgstgio.so
242@so lib/gstreamer-${API}/libgstogg.so
243@so lib/gstreamer-${API}/libgstopengl.so 224@so lib/gstreamer-${API}/libgstopengl.so
244@so lib/gstreamer-${API}/libgstopus.so
245@so lib/gstreamer-${API}/libgstoverlaycomposition.so 225@so lib/gstreamer-${API}/libgstoverlaycomposition.so
246@so lib/gstreamer-${API}/libgstpango.so
247@so lib/gstreamer-${API}/libgstpbtypes.so 226@so lib/gstreamer-${API}/libgstpbtypes.so
248@so lib/gstreamer-${API}/libgstplayback.so 227@so lib/gstreamer-${API}/libgstplayback.so
249@so lib/gstreamer-${API}/libgstrawparse.so 228@so lib/gstreamer-${API}/libgstrawparse.so
250@so lib/gstreamer-${API}/libgstsndio.so 229@so lib/gstreamer-${API}/libgstsndio.so
251@so lib/gstreamer-${API}/libgstsubparse.so 230@so lib/gstreamer-${API}/libgstsubparse.so
252@so lib/gstreamer-${API}/libgsttcp.so 231@so lib/gstreamer-${API}/libgsttcp.so
253@so lib/gstreamer-${API}/libgsttheora.so
254@so lib/gstreamer-${API}/libgsttypefindfunctions.so 232@so lib/gstreamer-${API}/libgsttypefindfunctions.so
255@so lib/gstreamer-${API}/libgstvideoconvertscale.so 233@so lib/gstreamer-${API}/libgstvideoconvertscale.so
256@so lib/gstreamer-${API}/libgstvideorate.so 234@so lib/gstreamer-${API}/libgstvideorate.so
257@so lib/gstreamer-${API}/libgstvideotestsrc.so 235@so lib/gstreamer-${API}/libgstvideotestsrc.so
258@so lib/gstreamer-${API}/libgstvolume.so 236@so lib/gstreamer-${API}/libgstvolume.so
259@so lib/gstreamer-${API}/libgstvorbis.so
260@so lib/gstreamer-${API}/libgstximagesink.so 237@so lib/gstreamer-${API}/libgstximagesink.so
261@so lib/gstreamer-${API}/libgstxvimagesink.so 238@so lib/gstreamer-${API}/libgstxvimagesink.so
262@lib lib/libgstallocators-${API}.so.${LIBgstallocators-${API}_VERSION} 239@lib lib/libgstallocators-${API}.so.${LIBgstallocators-${API}_VERSION}
@@ -278,7 +255,6 @@ lib/pkgconfig/gstreamer-fft-${API}.pc
278lib/pkgconfig/gstreamer-gl-${API}.pc 255lib/pkgconfig/gstreamer-gl-${API}.pc
279lib/pkgconfig/gstreamer-gl-egl-${API}.pc 256lib/pkgconfig/gstreamer-gl-egl-${API}.pc
280lib/pkgconfig/gstreamer-gl-prototypes-${API}.pc 257lib/pkgconfig/gstreamer-gl-prototypes-${API}.pc
281lib/pkgconfig/gstreamer-gl-wayland-${API}.pc
282lib/pkgconfig/gstreamer-gl-x11-${API}.pc 258lib/pkgconfig/gstreamer-gl-x11-${API}.pc
283lib/pkgconfig/gstreamer-pbutils-${API}.pc 259lib/pkgconfig/gstreamer-pbutils-${API}.pc
284lib/pkgconfig/gstreamer-plugins-base-${API}.pc 260lib/pkgconfig/gstreamer-plugins-base-${API}.pc
@@ -288,62 +264,6 @@ lib/pkgconfig/gstreamer-rtsp-${API}.pc
288lib/pkgconfig/gstreamer-sdp-${API}.pc 264lib/pkgconfig/gstreamer-sdp-${API}.pc
289lib/pkgconfig/gstreamer-tag-${API}.pc 265lib/pkgconfig/gstreamer-tag-${API}.pc
290lib/pkgconfig/gstreamer-video-${API}.pc 266lib/pkgconfig/gstreamer-video-${API}.pc
291@man man/man1/gst-device-monitor-${API}.1
292@man man/man1/gst-discoverer-${API}.1
293@man man/man1/gst-play-${API}.1
294share/gir-${API}/GstAllocators-${API}.gir
295share/gir-${API}/GstApp-${API}.gir
296share/gir-${API}/GstAudio-${API}.gir
297share/gir-${API}/GstGL-${API}.gir
298share/gir-${API}/GstGLEGL-${API}.gir
299share/gir-${API}/GstGLWayland-${API}.gir
300share/gir-${API}/GstGLX11-${API}.gir
301share/gir-${API}/GstPbutils-${API}.gir
302share/gir-${API}/GstRtp-${API}.gir
303share/gir-${API}/GstRtsp-${API}.gir
304share/gir-${API}/GstSdp-${API}.gir
305share/gir-${API}/GstTag-${API}.gir
306share/gir-${API}/GstVideo-${API}.gir
307share/gst-plugins-base/ 267share/gst-plugins-base/
308share/gst-plugins-base/${API}/ 268share/gst-plugins-base/${API}/
309share/gst-plugins-base/${API}/license-translations.dict 269share/gst-plugins-base/${API}/license-translations.dict
310share/locale/af/LC_MESSAGES/gst-plugins-base-${API}.mo
311share/locale/az/LC_MESSAGES/gst-plugins-base-${API}.mo
312share/locale/bg/LC_MESSAGES/gst-plugins-base-${API}.mo
313share/locale/ca/LC_MESSAGES/gst-plugins-base-${API}.mo
314share/locale/cs/LC_MESSAGES/gst-plugins-base-${API}.mo
315share/locale/da/LC_MESSAGES/gst-plugins-base-${API}.mo
316share/locale/de/LC_MESSAGES/gst-plugins-base-${API}.mo
317share/locale/el/LC_MESSAGES/gst-plugins-base-${API}.mo
318share/locale/en_GB/LC_MESSAGES/gst-plugins-base-${API}.mo
319share/locale/eo/LC_MESSAGES/gst-plugins-base-${API}.mo
320share/locale/es/LC_MESSAGES/gst-plugins-base-${API}.mo
321share/locale/eu/LC_MESSAGES/gst-plugins-base-${API}.mo
322share/locale/fi/LC_MESSAGES/gst-plugins-base-${API}.mo
323share/locale/fr/LC_MESSAGES/gst-plugins-base-${API}.mo
324share/locale/fur/LC_MESSAGES/gst-plugins-base-${API}.mo
325share/locale/gl/LC_MESSAGES/gst-plugins-base-${API}.mo
326share/locale/hr/LC_MESSAGES/gst-plugins-base-${API}.mo
327share/locale/hu/LC_MESSAGES/gst-plugins-base-${API}.mo
328share/locale/id/LC_MESSAGES/gst-plugins-base-${API}.mo
329share/locale/it/LC_MESSAGES/gst-plugins-base-${API}.mo
330share/locale/ja/LC_MESSAGES/gst-plugins-base-${API}.mo
331share/locale/ka/LC_MESSAGES/gst-plugins-base-${API}.mo
332share/locale/lt/LC_MESSAGES/gst-plugins-base-${API}.mo
333share/locale/lv/LC_MESSAGES/gst-plugins-base-${API}.mo
334share/locale/nb/LC_MESSAGES/gst-plugins-base-${API}.mo
335share/locale/nl/LC_MESSAGES/gst-plugins-base-${API}.mo
336share/locale/or/LC_MESSAGES/gst-plugins-base-${API}.mo
337share/locale/pl/LC_MESSAGES/gst-plugins-base-${API}.mo
338share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-${API}.mo
339share/locale/ro/LC_MESSAGES/gst-plugins-base-${API}.mo
340share/locale/ru/LC_MESSAGES/gst-plugins-base-${API}.mo
341share/locale/sk/LC_MESSAGES/gst-plugins-base-${API}.mo
342share/locale/sl/LC_MESSAGES/gst-plugins-base-${API}.mo
343share/locale/sq/LC_MESSAGES/gst-plugins-base-${API}.mo
344share/locale/sr/LC_MESSAGES/gst-plugins-base-${API}.mo
345share/locale/sv/LC_MESSAGES/gst-plugins-base-${API}.mo
346share/locale/tr/LC_MESSAGES/gst-plugins-base-${API}.mo
347share/locale/uk/LC_MESSAGES/gst-plugins-base-${API}.mo
348share/locale/vi/LC_MESSAGES/gst-plugins-base-${API}.mo
349share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-${API}.mo