From: W. Michael Petullo Date: Tue, 20 Dec 2022 14:17:58 +0000 (-0600) Subject: gst1-plugins-good: update to 1.20.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fb3edc1bac451d6c56fd1f5e530d36e0d2ee52c3;p=openwrt-packages.git gst1-plugins-good: update to 1.20.4 Removed deprecated use of AUTORELEASE, and refreshed patches. Signed-off-by: W. Michael Petullo --- diff --git a/multimedia/gst1-plugins-good/Makefile b/multimedia/gst1-plugins-good/Makefile index 32d55dc6c..311d8ba3d 100644 --- a/multimedia/gst1-plugins-good/Makefile +++ b/multimedia/gst1-plugins-good/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-good -PKG_VERSION:=1.20.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.20.4 +PKG_RELEASE:=1 PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-good/ -PKG_HASH:=83589007bf002b8f9ef627718f308c16d83351905f0db8e85c3060f304143aae +PKG_HASH:=b16130fbe632fa8547c2147a0ef575b0140fb521065c5cb121c72ddbd23b64da PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ diff --git a/multimedia/gst1-plugins-good/patches/010-distutils.patch b/multimedia/gst1-plugins-good/patches/010-distutils.patch index 0e30a9eee..7092bfcda 100644 --- a/multimedia/gst1-plugins-good/patches/010-distutils.patch +++ b/multimedia/gst1-plugins-good/patches/010-distutils.patch @@ -1,6 +1,6 @@ --- a/meson.build +++ b/meson.build -@@ -441,7 +441,7 @@ endif +@@ -434,7 +434,7 @@ endif presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')