From a47552c4c8cd3d86aaa1c5fb35c081b96f35bc10 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 10 May 2022 19:37:35 -0500 Subject: [PATCH] gstreamer1: update to 1.20.2 Signed-off-by: W. Michael Petullo --- multimedia/gstreamer1/Makefile | 5 ++--- .../patches/010-gstplugin-use-lazy-symbol-binding.patch | 2 +- multimedia/gstreamer1/patches/020-distutils.patch | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index a7cb7d056f..c1e38a2dab 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gstreamer1 -PKG_VERSION:=1.18.5 +PKG_VERSION:=1.20.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer -PKG_HASH:=55862232a63459bbf56abebde3085ca9aec211b478e891dacea4d6df8cafe80a +PKG_HASH:=df24e8792691a02dfe003b3833a51f1dbc6c3331ae625d143b17da939ceb5e0a PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ @@ -134,7 +134,6 @@ MESON_ARGS += \ -Dexamples=disabled \ -Dbenchmarks=disabled \ -Dtools=enabled \ - -Dgtk_doc=disabled \ -Dintrospection=disabled \ -Dnls=enabled \ -Dgobject-cast-checks=disabled \ diff --git a/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch b/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch index 910bc26a70..8cf5238ab9 100644 --- a/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch +++ b/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch @@ -1,6 +1,6 @@ --- a/gst/gstplugin.c +++ b/gst/gstplugin.c -@@ -790,15 +790,8 @@ _priv_gst_plugin_load_file_for_registry +@@ -851,15 +851,8 @@ _priv_gst_plugin_load_file_for_registry } #endif diff --git a/multimedia/gstreamer1/patches/020-distutils.patch b/multimedia/gstreamer1/patches/020-distutils.patch index e530f24617..7dfbe7d3b9 100644 --- a/multimedia/gstreamer1/patches/020-distutils.patch +++ b/multimedia/gstreamer1/patches/020-distutils.patch @@ -1,6 +1,6 @@ --- a/meson.build +++ b/meson.build -@@ -522,7 +522,7 @@ if get_option('default_library') == 'sta +@@ -528,7 +528,7 @@ if get_option('default_library') == 'sta endif # Used in gst/parse/meson.build and below -- 2.30.2