gstreamer1: update to 1.20.4
authorW. Michael Petullo <redacted>
Tue, 20 Dec 2022 14:18:49 +0000 (08:18 -0600)
committerRosen Penev <redacted>
Fri, 23 Dec 2022 00:32:46 +0000 (16:32 -0800)
Removed deprecated use of AUTORELEASE, and refreshed patches.

Signed-off-by: W. Michael Petullo <redacted>
multimedia/gstreamer1/Makefile
multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch
multimedia/gstreamer1/patches/020-distutils.patch

index 26da641a564bcf4c556624ff254e57cf4447d5ef..6fe3a639940b2ddab7e1680714fc8606f3389884 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gstreamer1
-PKG_VERSION:=1.20.2
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=1.20.4
+PKG_RELEASE:=1
 
 PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer
-PKG_HASH:=df24e8792691a02dfe003b3833a51f1dbc6c3331ae625d143b17da939ceb5e0a
+PKG_HASH:=67c1edf8c3c339cda5dde85f4f7b953bb9607c2d13ae970e2491c5c4c055ef5f
 PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION)
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
index 8cf5238ab94c311fb20543b795f9a51b6188a07a..bdd6f2254b18303cb51cff6cf806cf43219c7ccb 100644 (file)
@@ -1,6 +1,6 @@
 --- a/gst/gstplugin.c
 +++ b/gst/gstplugin.c
-@@ -851,15 +851,8 @@ _priv_gst_plugin_load_file_for_registry
+@@ -854,15 +854,8 @@ _priv_gst_plugin_load_file_for_registry
    }
  #endif
  
index 7dfbe7d3b9d67d218d64d00fa14d7baba32259c8..302377854301d0e0ebe1603b95c195e3f8bc5517 100644 (file)
@@ -1,6 +1,6 @@
 --- a/meson.build
 +++ b/meson.build
-@@ -528,7 +528,7 @@ if get_option('default_library') == 'sta
+@@ -527,7 +527,7 @@ if get_option('default_library') == 'sta
  endif
  
  # Used in gst/parse/meson.build and below
git clone https://git.99rst.org/PROJECT