From e059dbf9802ba4d89f7b5f1a211e8131dd967331 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 20 Dec 2022 08:16:26 -0600 Subject: [PATCH] gst1-plugins-bad: update to 1.20.4 Removed deprecated use of AUTORELEASE, and refreshed patches. Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-bad/Makefile | 6 +++--- multimedia/gst1-plugins-bad/patches/010-distutils.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index cc6e29f89d..7dace2b531 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-bad -PKG_VERSION:=1.20.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.20.4 +PKG_RELEASE:=1 PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/ -PKG_HASH:=4adc4c05f41051f8136b80cda99b0d049a34e777832f9fea7c5a70347658745b +PKG_HASH:=a1a3f53b3604d9a04fdd0bf9a1a616c3d2dab5320489e9ecee1178e81e33a16a PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ diff --git a/multimedia/gst1-plugins-bad/patches/010-distutils.patch b/multimedia/gst1-plugins-bad/patches/010-distutils.patch index 691362d59b..fbea8ae10c 100644 --- a/multimedia/gst1-plugins-bad/patches/010-distutils.patch +++ b/multimedia/gst1-plugins-bad/patches/010-distutils.patch @@ -1,6 +1,6 @@ --- a/meson.build +++ b/meson.build -@@ -468,7 +468,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H +@@ -467,7 +467,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H configinc = include_directories('.') libsinc = include_directories('gst-libs') -- 2.30.2