package/gst1-libav: bump version to 1.20.3
Drop patch which is now upstream.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 88d70d2c2b
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0017e54f11
commit
1c1d12f6fa
@ -1,35 +0,0 @@
|
|||||||
From 1477eb1fad92ac07cd057b3ecdb04edeeef9edba Mon Sep 17 00:00:00 2001
|
|
||||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
Date: Mon, 4 Apr 2022 23:32:56 +0200
|
|
||||||
Subject: [PATCH] gst-libav: fix build on systems without C++ compiler
|
|
||||||
|
|
||||||
Fix the following build failure on systems without C++ compiler:
|
|
||||||
|
|
||||||
The following exception(s) were encountered:
|
|
||||||
Running "/nvmedata/autobuild/instance-9/output-1/host/bin/or1k-buildroot-linux-musl-g++ --version" gave "[Errno 2] No such file or directory: '/nvmedata/autobuild/instance-9/output-1/host/bin/or1k-buildroot-linux-musl-g++'"
|
|
||||||
|
|
||||||
Fixes:
|
|
||||||
- http://autobuild.buildroot.org/results/8ac0ba5eaaf7571857b4d8cfabf1488d640dc59a
|
|
||||||
|
|
||||||
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2112>
|
|
||||||
|
|
||||||
[Retrieved (and backported) from:
|
|
||||||
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/1477eb1fad92ac07cd057b3ecdb04edeeef9edba]
|
|
||||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
---
|
|
||||||
subprojects/gst-libav/meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index fbfa3049afe..7da94b80d59 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-project('gst-libav', 'c', 'cpp',
|
|
||||||
+project('gst-libav', 'c',
|
|
||||||
version : '1.20.1',
|
|
||||||
meson_version : '>= 0.60',
|
|
||||||
default_options : [ 'warning_level=1',
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.20.1.tar.xz.sha256sum
|
# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.20.3.tar.xz.sha256sum
|
||||||
sha256 91a71fb633b75e1bd52e22a457845cb0ba563a2972ba5954ec88448f443a9fc7 gst-libav-1.20.1.tar.xz
|
sha256 3fedd10560fcdfaa1b6462cbf79a38c4e7b57d7f390359393fc0cef6dbf27dfe gst-libav-1.20.3.tar.xz
|
||||||
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
|
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
GST1_LIBAV_VERSION = 1.20.1
|
GST1_LIBAV_VERSION = 1.20.3
|
||||||
GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
|
GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
|
||||||
GST1_LIBAV_SITE = https://gstreamer.freedesktop.org/src/gst-libav
|
GST1_LIBAV_SITE = https://gstreamer.freedesktop.org/src/gst-libav
|
||||||
GST1_LIBAV_LICENSE = LGPL-2.1+
|
GST1_LIBAV_LICENSE = LGPL-2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user