diff options
author | W. Michael Petullo <mike@flyn.org> | 2022-12-20 08:16:26 -0600 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-12-22 16:32:46 -0800 |
commit | e059dbf9802ba4d89f7b5f1a211e8131dd967331 (patch) | |
tree | f6a900df86f61d484ce69474853ffbce57ca735e | |
parent | 8e7a31b19edda1117de5a1e1a22c051d6d168626 (diff) |
gst1-plugins-bad: update to 1.20.4
Removed deprecated use of AUTORELEASE, and refreshed patches.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
-rw-r--r-- | multimedia/gst1-plugins-bad/Makefile | 6 | ||||
-rw-r--r-- | 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 cc6e29f89..7dace2b53 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 <mike@flyn.org> \ diff --git a/multimedia/gst1-plugins-bad/patches/010-distutils.patch b/multimedia/gst1-plugins-bad/patches/010-distutils.patch index 691362d59..fbea8ae10 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') |