From 8be00a488cdf9a288a5b57e8b6ee0cc6eb8e4e4b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Feb 04 2022 15:06:59 +0000 Subject: Update to 1.20.0 remove old patch --- diff --git a/gst-editing-services-1.19.3-fix-missing-image-source-header.patch b/gst-editing-services-1.19.3-fix-missing-image-source-header.patch deleted file mode 100644 index a520bdd..0000000 --- a/gst-editing-services-1.19.3-fix-missing-image-source-header.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 34964b6a98ca74a70ca1b956e90bebac089c641e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= -Date: Mon, 24 Jan 2022 19:44:32 +0200 -Subject: [PATCH] ges: Include ges-image-source.h in the installed headers - -It's referenced by `ges.h` and was previously available, so removing it -is an API change. - -Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/963 - -Part-of: ---- - subprojects/gst-editing-services/ges/meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/subprojects/gst-editing-services/ges/meson.build b/subprojects/gst-editing-services/ges/meson.build -index 79900bab3f..4d1d039737 100644 ---- a/subprojects/gst-editing-services/ges/meson.build -+++ b/subprojects/gst-editing-services/ges/meson.build -@@ -224,7 +224,7 @@ endif - - # GESImageSource is unused and is internal only so it gets stripped out when we statically - # link GES. We keep the header for backward compatibility reasons. --install_headers(ges_headers, subdir : 'gstreamer-1.0/ges') -+install_headers(ges_headers + files('ges-image-source.h'), subdir : 'gstreamer-1.0/ges') - libraries += [[pkg_name, library_def]] - - ges_dep = declare_dependency(link_with : libges, --- -GitLab - diff --git a/gst-editing-services.spec b/gst-editing-services.spec index 769b9d8..0c3004b 100644 --- a/gst-editing-services.spec +++ b/gst-editing-services.spec @@ -17,8 +17,6 @@ Source0: gst-editing-services-%{version}.tar.xz # autogen.sh was run before tarballing, because it calls git Source0: http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-%{version}.tar.xz %endif -# https://bugzilla.redhat.com/show_bug.cgi?id=2036385 -Patch0: gst-editing-services-1.19.3-fix-missing-image-source-header.patch BuildRequires: meson >= 0.48.0 BuildRequires: gcc @@ -91,6 +89,7 @@ cp data/completions/ges-launch-1.0 \ %changelog * Fri Feb 4 2022 Wim Taymans - 1.20.0-1 - Update to 1.20.0 +- remove old patch * Mon Jan 24 2022 David King - 1.19.3-3} - Fix missing ges-image-source.h header (#2036385)