From 51c5aee4fcc37c84d47c7ec98c735ab7d01ca99c Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 10 May 2022 19:38:52 -0500 Subject: [PATCH] gst1-plugins-bad: update to 1.20.2 Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-bad/Makefile | 7 +++---- multimedia/gst1-plugins-bad/patches/010-distutils.patch | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index feba4edf..cc6e29f8 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.18.5 +PKG_VERSION:=1.20.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/ -PKG_HASH:=a164923b94f0d08578a6fcaeaac6e0c05da788a46903a1086870e9ca45ad678e +PKG_HASH:=4adc4c05f41051f8136b80cda99b0d049a34e777832f9fea7c5a70347658745b PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ @@ -192,6 +192,7 @@ MESON_ARGS += \ -Dfluidsynth=disabled \ -Dgl=disabled \ -Dgme=disabled \ + -Dgpl=enabled \ -Dgsm=disabled \ -Dipcpipeline=disabled \ -Diqa=disabled \ @@ -199,7 +200,6 @@ MESON_ARGS += \ -Dkms=disabled \ -Dladspa=disabled \ -Dlibde265=disabled \ - -Dlibmms=disabled \ -Dlv2=disabled \ -Dmediafoundation=disabled \ -Dmicrodns=disabled \ @@ -210,7 +210,6 @@ MESON_ARGS += \ -Dmusepack=disabled \ -Dneon=disabled \ -Dnvcodec=disabled \ - -Dofa=disabled \ -Dopenal=disabled \ -Dopenexr=disabled \ -Dopenh264=disabled \ diff --git a/multimedia/gst1-plugins-bad/patches/010-distutils.patch b/multimedia/gst1-plugins-bad/patches/010-distutils.patch index 39ffbd30..691362d5 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 -@@ -441,7 +441,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H +@@ -468,7 +468,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H configinc = include_directories('.') libsinc = include_directories('gst-libs')