diff options
Diffstat (limited to 'multimedia/gstreamer1/plugins-good/patches')
5 files changed, 0 insertions, 54 deletions
diff --git a/multimedia/gstreamer1/plugins-good/patches/CVS/Entries b/multimedia/gstreamer1/plugins-good/patches/CVS/Entries deleted file mode 100644 index d450936..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/CVS/Entries +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | /patch-ext_soup_gstsouploader_c/1.6/Wed Jan 25 18:20:48 2023// | ||
| 2 | /patch-sys_v4l2_v4l2_calls_c/1.5/Wed Jun 21 17:20:01 2023// | ||
| 3 | /patch-gst_deinterlace_x86_x86inc_asm/1.1/Mon Feb 26 04:49:46 2024// | ||
| 4 | D | ||
diff --git a/multimedia/gstreamer1/plugins-good/patches/CVS/Repository b/multimedia/gstreamer1/plugins-good/patches/CVS/Repository deleted file mode 100644 index e83764f..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-good/patches | ||
diff --git a/multimedia/gstreamer1/plugins-good/patches/patch-ext_soup_gstsouploader_c b/multimedia/gstreamer1/plugins-good/patches/patch-ext_soup_gstsouploader_c deleted file mode 100644 index 62ed903..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/patch-ext_soup_gstsouploader_c +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | Index: ext/soup/gstsouploader.c | ||
| 2 | --- ext/soup/gstsouploader.c.orig | ||
| 3 | +++ ext/soup/gstsouploader.c | ||
| 4 | @@ -46,8 +46,8 @@ GST_DEBUG_CATEGORY (gst_soup_debug); | ||
| 5 | #define LIBSOUP_3_SONAME "libsoup-3.0.0.dylib" | ||
| 6 | #define LIBSOUP_2_SONAME "libsoup-2.4.1.dylib" | ||
| 7 | #else | ||
| 8 | -#define LIBSOUP_3_SONAME "libsoup-3.0.so.0" | ||
| 9 | -#define LIBSOUP_2_SONAME "libsoup-2.4.so.1" | ||
| 10 | +#define LIBSOUP_3_SONAME "libsoup-3.0.so" | ||
| 11 | +#define LIBSOUP_2_SONAME "libsoup-2.4.so" | ||
| 12 | #endif | ||
| 13 | |||
| 14 | |||
diff --git a/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm b/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm deleted file mode 100644 index c8b38e9..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: gst/deinterlace/x86/x86inc.asm | ||
| 2 | --- gst/deinterlace/x86/x86inc.asm.orig | ||
| 3 | +++ gst/deinterlace/x86/x86inc.asm | ||
| 4 | @@ -732,6 +732,9 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, | ||
| 5 | %endif | ||
| 6 | align function_align | ||
| 7 | %2: | ||
| 8 | + %if ARCH_X86_64 | ||
| 9 | + endbr64 | ||
| 10 | + %endif | ||
| 11 | RESET_MM_PERMUTATION ; needed for x86-64, also makes disassembly somewhat nicer | ||
| 12 | %xdefine rstk rsp ; copy of the original stack pointer, used when greater alignment than the known stack alignment is required | ||
| 13 | %assign stack_offset 0 ; stack pointer offset relative to the return address | ||
diff --git a/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_v4l2_calls_c b/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_v4l2_calls_c deleted file mode 100644 index 2d84e48..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_v4l2_calls_c +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | Index: sys/v4l2/v4l2_calls.c | ||
| 2 | --- sys/v4l2/v4l2_calls.c.orig | ||
| 3 | +++ sys/v4l2/v4l2_calls.c | ||
| 4 | @@ -1333,14 +1333,18 @@ gst_v4l2_query_dv_timings (GstV4l2Object * v4l2object, | ||
| 5 | |||
| 6 | if (ret < 0) { | ||
| 7 | switch (errno) { | ||
| 8 | +#ifdef ENODATA | ||
| 9 | case ENODATA: | ||
| 10 | GST_DEBUG_OBJECT (v4l2object->dbg_obj, | ||
| 11 | "QUERY_DV_TIMINGS not supported for this input/output"); | ||
| 12 | break; | ||
| 13 | +#endif | ||
| 14 | +#ifdef ENOLINK | ||
| 15 | case ENOLINK: | ||
| 16 | GST_DEBUG_OBJECT (v4l2object->dbg_obj, | ||
| 17 | "No timings could be detected because no signal was found."); | ||
| 18 | break; | ||
| 19 | +#endif | ||
| 20 | case ENOLCK: | ||
| 21 | GST_INFO_OBJECT (v4l2object->dbg_obj, | ||
| 22 | "The signal was unstable and the hardware could not lock on to it."); | ||
