From e63f77e858f63a3194fd109ac520650c07c8d010 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 10 May 2022 19:38:28 -0500 Subject: [PATCH] gst1-plugins-good: update to 1.20.2 Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-good/Makefile | 4 ++-- multimedia/gst1-plugins-good/patches/010-distutils.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/gst1-plugins-good/Makefile b/multimedia/gst1-plugins-good/Makefile index 3911f27a92..32da8e1861 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.18.5 +PKG_VERSION:=1.20.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-good/ -PKG_HASH:=3aaeeea7765fbf8801acce4a503a9b05f73f04e8a35352e9d00232cfd555796b +PKG_HASH:=83589007bf002b8f9ef627718f308c16d83351905f0db8e85c3060f304143aae 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 3fa41d6b77..0e30a9eee2 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 -@@ -422,7 +422,7 @@ endif +@@ -441,7 +441,7 @@ endif presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')