From 553b0caf701de93b9229d94c3e58b6f0456706a4 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sat, 1 Oct 2022 15:25:44 +0200 Subject: [PATCH] Corrected patch --- ...ugins-bad-1.18.4-use-system-libs-hls.patch | 298 ++---------------- 1 file changed, 22 insertions(+), 276 deletions(-) diff --git a/media-plugins/gst-plugins-hls/files/gst-plugins-bad-1.18.4-use-system-libs-hls.patch b/media-plugins/gst-plugins-hls/files/gst-plugins-bad-1.18.4-use-system-libs-hls.patch index 40eb203..f1c1b7f 100644 --- a/media-plugins/gst-plugins-hls/files/gst-plugins-bad-1.18.4-use-system-libs-hls.patch +++ b/media-plugins/gst-plugins-hls/files/gst-plugins-bad-1.18.4-use-system-libs-hls.patch @@ -1,278 +1,24 @@ - - - -gst-plugins-bad-1.18.4-use-system-libs-hls.patch « files « gst-plugins-hls « media-plugins - repo/gentoo.git - Official Gentoo ebuild repository - - - - - - - - - - - - - -
- - -
+commit 761c367338adbd004f763c404e6e5d2aed90ecd7 +Author: Igor V. Kovalenko +Date: Sat Jul 3 19:10:06 2021 +0300 -
-
-
-
- - - - -
-summaryrefslogtreecommitdiff
- - - -
-
-
blob: f1c1b7fb5fcc70e25f5b5256527aaebbd9acc8f5 (plain) - - -
1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23
-24
-
commit 761c367338adbd004f763c404e6e5d2aed90ecd7
-Author: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
-Date:   Sat Jul 3 19:10:06 2021 +0300
+    Patch gst-plugins-bad 1.18.4 to build hls plugin using installed libs
+    
+    Header gst/adaptivedemux/gstadaptivedemux.h is not installed by gst-plugins-bad,
+    fix include_directories to find it in gst-libs/gst/adaptivedemux via libsinc.
+    
+    Signed-off-by: Igor V. Kovalenko 
 
-    Patch gst-plugins-bad 1.18.4 to build hls plugin using installed libs
-    
-    Header gst/adaptivedemux/gstadaptivedemux.h is not installed by gst-plugins-bad,
-    fix include_directories to find it in gst-libs/gst/adaptivedemux via libsinc.
-    
-    Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
-
-diff --git a/ext/hls/meson.build b/ext/hls/meson.build
-index 3ef45ee03..98205e4b8 100644
---- a/ext/hls/meson.build
-+++ b/ext/hls/meson.build
-@@ -55,7 +55,7 @@ gsthls = library('gsthls',
-   hls_sources,
-   c_args : gst_plugins_bad_args + hls_cargs,
-   link_args : noseh_link_args,
--  include_directories : [configinc],
-+  include_directories : [configinc, libsinc],
-   dependencies : [gstpbutils_dep, gsttag_dep, gstvideo_dep,
-                   gstadaptivedemux_dep, gsturidownloader_dep,
-                   hls_crypto_dep, gio_dep, libm],
-
-
-
-
-
-
-
- -
-
-
-
-   -
-
-

Questions or comments?

- Please feel free to contact us. -
-
-
-
- -
-
- © 2001–2022 Gentoo Foundation, Inc.
- - Gentoo is a trademark of the Gentoo Foundation, Inc. - The contents of this document, unless otherwise expressly stated, are licensed under the - CC-BY-SA-4.0 license. - The Gentoo Name and Logo Usage Guidelines apply. - -
-
-
-
- - - - - - - +diff --git a/ext/hls/meson.build b/ext/hls/meson.build +index 3ef45ee03..98205e4b8 100644 +--- a/ext/hls/meson.build ++++ b/ext/hls/meson.build +@@ -55,7 +55,7 @@ gsthls = library('gsthls', + hls_sources, + c_args : gst_plugins_bad_args + hls_cargs, + link_args : noseh_link_args, +- include_directories : [configinc], ++ include_directories : [configinc, libsinc], + dependencies : [gstpbutils_dep, gsttag_dep, gstvideo_dep, + gstadaptivedemux_dep, gsturidownloader_dep, + hls_crypto_dep, gio_dep, libm],