gst1-plugins-bad: update to 1.20.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2022-05-10 19:38:52 -05:00 committed by Rosen Penev
parent e63f77e858
commit 819b1160bf
2 changed files with 4 additions and 5 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gst1-plugins-bad PKG_NAME:=gst1-plugins-bad
PKG_VERSION:=1.18.5 PKG_VERSION:=1.20.2
PKG_RELEASE:=$(AUTORELEASE) PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/ 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_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION)
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \ PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
@ -194,6 +194,7 @@ MESON_ARGS += \
-Dfluidsynth=disabled \ -Dfluidsynth=disabled \
-Dgl=disabled \ -Dgl=disabled \
-Dgme=disabled \ -Dgme=disabled \
-Dgpl=enabled \
-Dgsm=disabled \ -Dgsm=disabled \
-Dipcpipeline=disabled \ -Dipcpipeline=disabled \
-Diqa=disabled \ -Diqa=disabled \
@ -201,7 +202,6 @@ MESON_ARGS += \
-Dkms=disabled \ -Dkms=disabled \
-Dladspa=disabled \ -Dladspa=disabled \
-Dlibde265=disabled \ -Dlibde265=disabled \
-Dlibmms=disabled \
-Dlv2=disabled \ -Dlv2=disabled \
-Dmediafoundation=disabled \ -Dmediafoundation=disabled \
-Dmicrodns=disabled \ -Dmicrodns=disabled \
@ -212,7 +212,6 @@ MESON_ARGS += \
-Dmusepack=disabled \ -Dmusepack=disabled \
-Dneon=disabled \ -Dneon=disabled \
-Dnvcodec=disabled \ -Dnvcodec=disabled \
-Dofa=disabled \
-Dopenal=disabled \ -Dopenal=disabled \
-Dopenexr=disabled \ -Dopenexr=disabled \
-Dopenh264=disabled \ -Dopenh264=disabled \

View File

@ -1,6 +1,6 @@
--- a/meson.build --- a/meson.build
+++ b/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('.') configinc = include_directories('.')
libsinc = include_directories('gst-libs') libsinc = include_directories('gst-libs')