summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1/plugins-base/patches
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer1/plugins-base/patches')
-rw-r--r--multimedia/gstreamer1/plugins-base/patches/CVS/Entries5
-rw-r--r--multimedia/gstreamer1/plugins-base/patches/CVS/Repository1
-rw-r--r--multimedia/gstreamer1/plugins-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc_c21
-rw-r--r--multimedia/gstreamer1/plugins-base/patches/patch-ext_meson_build9
-rw-r--r--multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c14
-rw-r--r--multimedia/gstreamer1/plugins-base/patches/patch-meson_options_txt11
6 files changed, 0 insertions, 61 deletions
diff --git a/multimedia/gstreamer1/plugins-base/patches/CVS/Entries b/multimedia/gstreamer1/plugins-base/patches/CVS/Entries
deleted file mode 100644
index 123e6b9..0000000
--- a/multimedia/gstreamer1/plugins-base/patches/CVS/Entries
+++ /dev/null
@@ -1,5 +0,0 @@
1/patch-ext_cdparanoia_gstcdparanoiasrc_c/1.6/Sat Mar 12 08:17:10 2022//
2/patch-ext_meson_build/1.2/Sat Mar 12 08:17:10 2022//
3/patch-gst_tcp_gstmultihandlesink_c/1.7/Sat Mar 12 08:17:10 2022//
4/patch-meson_options_txt/1.4/Wed Jan 25 18:20:48 2023//
5D
diff --git a/multimedia/gstreamer1/plugins-base/patches/CVS/Repository b/multimedia/gstreamer1/plugins-base/patches/CVS/Repository
deleted file mode 100644
index c9c872f..0000000
--- a/multimedia/gstreamer1/plugins-base/patches/CVS/Repository
+++ /dev/null
@@ -1 +0,0 @@
1ports/multimedia/gstreamer1/plugins-base/patches
diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc_c b/multimedia/gstreamer1/plugins-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc_c
deleted file mode 100644
index 203fc05..0000000
--- a/multimedia/gstreamer1/plugins-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc_c
+++ /dev/null
@@ -1,21 +0,0 @@
1XXX old cdparanoia-3.a9.8 (cdparanoia-III-9.8) does not have cache control.
2
3Index: ext/cdparanoia/gstcdparanoiasrc.c
4--- ext/cdparanoia/gstcdparanoiasrc.c.orig
5+++ ext/cdparanoia/gstcdparanoiasrc.c
6@@ -259,6 +259,7 @@ gst_cd_paranoia_src_open (GstAudioCdSrc * audiocdsrc,
7 GST_INFO_OBJECT (src, "search overlap set to %u", src->search_overlap);
8 }
9
10+#ifdef PARANOIA_CB_CACHEERR
11 cache_size = src->cache_size;
12 if (cache_size == -1) {
13 /* if paranoia mode is low (the default), assume we're doing playback */
14@@ -269,6 +270,7 @@ gst_cd_paranoia_src_open (GstAudioCdSrc * audiocdsrc,
15 }
16 paranoia_cachemodel_size (src->p, cache_size);
17 GST_INFO_OBJECT (src, "set cachemodel size to %u", cache_size);
18+#endif
19
20 src->next_sector = -1;
21
diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-ext_meson_build b/multimedia/gstreamer1/plugins-base/patches/patch-ext_meson_build
deleted file mode 100644
index 4943153..0000000
--- a/multimedia/gstreamer1/plugins-base/patches/patch-ext_meson_build
+++ /dev/null
@@ -1,9 +0,0 @@
1Index: ext/meson.build
2--- ext/meson.build.orig
3+++ ext/meson.build
4@@ -1,4 +1,5 @@
5 subdir('alsa')
6+subdir('sndio')
7 subdir('cdparanoia')
8 subdir('gl')
9 subdir('libvisual')
diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c b/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c
deleted file mode 100644
index 5f58fae..0000000
--- a/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c
+++ /dev/null
@@ -1,14 +0,0 @@
1gstmultihandlesink.c:542: error: field 'sa' has incomplete type
2gstmultihandlesink.c:544: error: field 'sa_stor' has incomplete type
3
4Index: gst/tcp/gstmultihandlesink.c
5--- gst/tcp/gstmultihandlesink.c.orig
6+++ gst/tcp/gstmultihandlesink.c
7@@ -35,6 +35,7 @@
8 #endif
9
10 #ifndef G_OS_WIN32
11+#include <sys/socket.h>
12 #include <netinet/in.h>
13 #endif
14
diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-meson_options_txt b/multimedia/gstreamer1/plugins-base/patches/patch-meson_options_txt
deleted file mode 100644
index 8c276a2..0000000
--- a/multimedia/gstreamer1/plugins-base/patches/patch-meson_options_txt
+++ /dev/null
@@ -1,11 +0,0 @@
1Index: meson_options.txt
2--- meson_options.txt.orig
3+++ meson_options.txt
4@@ -53,6 +53,7 @@ option('volume', type : 'feature', value : 'auto')
5
6 # Feature options for plugins with external deps
7 option('alsa', type : 'feature', value : 'auto', description : 'ALSA audio source/sink plugin')
8+option('sndio', type : 'feature', value : 'auto', description : 'SNDIO audio source/sink plugin')
9 option('cdparanoia', type : 'feature', value : 'auto', description : 'cdparanoia plugin')
10 option('libvisual', type : 'feature', value : 'auto', description : 'libvisual audio visualization plugin')
11 option('ogg', type : 'feature', value : 'auto', description : 'ogg parser, muxer, demuxer plugin')