You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gstreamer1-plugins-bad-free.../build_what_we_need_only.patch

130 lines
3.9 KiB

diff -uNrp a/ext/meson.build b/ext/meson.build
--- a/ext/meson.build 2023-01-23 19:29:34.000000000 +0000
+++ b/ext/meson.build 2023-02-19 12:17:51.741137633 +0000
@@ -1,75 +1,9 @@
-subdir('aes')
5 years ago
-subdir('assrender')
-subdir('aom')
-subdir('avtp')
-subdir('bs2b')
-subdir('bz2')
-subdir('chromaprint')
-subdir('closedcaption')
-subdir('colormanagement')
-subdir('curl')
-subdir('dash')
-subdir('dc1394')
-subdir('directfb')
-subdir('dtls')
subdir('dts')
-subdir('faac')
subdir('faad')
-subdir('fdkaac')
-subdir('flite')
-subdir('fluidsynth')
-subdir('gme')
-subdir('gs')
5 years ago
-subdir('gsm')
-subdir('gtk')
5 years ago
-subdir('hls')
-subdir('iqa')
-subdir('isac')
5 years ago
-subdir('kate')
-subdir('ladspa')
-subdir('ldac')
5 years ago
subdir('libde265')
-subdir('lv2')
-subdir('mdns')
-subdir('modplug')
subdir('mpeg2enc')
subdir('mplex')
-subdir('musepack')
-subdir('neon')
-subdir('onnx')
5 years ago
-subdir('openal')
-subdir('openaptx')
5 years ago
-subdir('opencv')
-subdir('openexr')
-subdir('openh264')
-subdir('openjpeg')
-subdir('openmpt')
-subdir('openni2')
-subdir('opus')
-subdir('qroverlay')
5 years ago
-subdir('resindvd')
-subdir('rsvg')
subdir('rtmp')
-subdir('sbc')
-subdir('sctp')
-subdir('smoothstreaming')
-subdir('sndfile')
-subdir('soundtouch')
-subdir('spandsp')
-subdir('srt')
-subdir('srtp')
4 years ago
subdir('svthevcenc')
5 years ago
-subdir('teletextdec')
-subdir('ttml')
-subdir('voaacenc')
subdir('voamrwbenc')
-subdir('vulkan')
-subdir('wayland')
-subdir('webrtc')
-subdir('webrtcdsp')
-subdir('webp')
-subdir('wildmidi')
-subdir('wpe')
subdir('x265')
-subdir('zxing')
-subdir('zbar')
4 years ago
diff -uNrp a/gst/meson.build b/gst/meson.build
--- a/gst/meson.build 2023-01-23 19:29:34.000000000 +0000
+++ b/gst/meson.build 2023-02-19 12:17:51.742137630 +0000
@@ -1,19 +1,4 @@
5 years ago
-foreach plugin : ['accurip', 'adpcmdec', 'adpcmenc', 'aiff', 'asfmux',
- 'audiobuffersplit', 'audiofxbad', 'audiomixmatrix',
- 'audiolatency', 'audiovisualizers', 'autoconvert', 'bayer',
- 'camerabin2', 'codecalpha', 'codectimestamper', 'coloreffects',
- 'debugutils', 'dvbsubenc',
5 years ago
- 'dvbsuboverlay', 'dvdspu', 'faceoverlay', 'festival',
- 'fieldanalysis', 'freeverb', 'frei0r', 'gaudieffects', 'gdp',
- 'geometrictransform', 'id3tag', 'inter', 'interlace',
- 'ivfparse', 'ivtc', 'jp2kdecimator', 'jpegformat', 'librfb',
- 'midi', 'mpegdemux', 'mpegpsmux', 'mpegtsdemux', 'mpegtsmux',
- 'mxf', 'netsim', 'onvif', 'pcapparse', 'pnm', 'proxy',
- 'rawparse', 'removesilence', 'rist', 'rtmp2', 'rtp', 'sdp',
- 'segmentclip', 'siren', 'smooth', 'speed', 'subenc', 'switchbin',
- 'timecode', 'transcode', 'videofilters',
- 'videoframe_audiolevel', 'videoparsers', 'videosignal',
- 'vmnc', 'y4m']
+foreach plugin : ['dvbsuboverlay', 'dvdspu', 'siren']
if not get_option(plugin).disabled()
subdir(plugin)
endif
4 years ago
diff -uNrp a/meson.build b/meson.build
--- a/meson.build 2023-01-23 19:29:34.000000000 +0000
+++ b/meson.build 2023-02-19 12:17:51.743137626 +0000
@@ -309,6 +309,8 @@ gstapp_dep = dependency('gstreamer-app-1
4 years ago
fallback : ['gst-plugins-base', 'app_dep'])
gstaudio_dep = dependency('gstreamer-audio-1.0', version : gst_req,
fallback : ['gst-plugins-base', 'audio_dep'])
+gstcodecparsers_dep = dependency('gstreamer-codecparsers-1.0', version : gst_req,
+ fallback : ['gst-plugins-bad', 'codecparsers_dep'])
gstfft_dep = dependency('gstreamer-fft-1.0', version : gst_req,
fallback : ['gst-plugins-base', 'fft_dep'])
gstriff_dep = dependency('gstreamer-riff-1.0', version : gst_req,
@@ -540,13 +542,9 @@ pkgconfig.generate(
gpl_allowed = get_option('gpl').allowed()
5 years ago
-subdir('gst-libs')
subdir('gst')
-subdir('sys')
subdir('ext')
-subdir('tests')
subdir('data')
-subdir('tools')
4 years ago
if have_orcc
update_orc_dist_files = find_program('scripts/update-orc-dist-files.py')