From 011fed0002accd94c407597431945b8a265d6193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 3 Feb 2021 21:02:33 +0700 Subject: [PATCH] gst-plugins-bad1: remove gir patch --- .../patches/no-gir-automagic.patch | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 srcpkgs/gst-plugins-bad1/patches/no-gir-automagic.patch diff --git a/srcpkgs/gst-plugins-bad1/patches/no-gir-automagic.patch b/srcpkgs/gst-plugins-bad1/patches/no-gir-automagic.patch deleted file mode 100644 index 38cc2f5edc1..00000000000 --- a/srcpkgs/gst-plugins-bad1/patches/no-gir-automagic.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d4cba6b214ff9a631cdfb845c07101f97510abff Mon Sep 17 00:00:00 2001 -From: Nathan Owens -Date: Sun, 15 Nov 2020 10:33:52 -0600 -Subject: [PATCH] no-gir-automatic - ---- - meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git meson.build meson.build -index 5d52ea9..4b2b5ea 100644 ---- meson.build -+++ meson.build -@@ -445,7 +445,7 @@ python3 = import('python').find_installation() - - gir = find_program('g-ir-scanner', required : get_option('introspection')) - gnome = import('gnome') --build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled()) -+build_gir = gir.found() or get_option('introspection').enabled() - gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' + \ - 'g_setenv("GST_REGISTRY_1.0", "@0@", TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \ - 'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \ --- -2.29.2 -