gst1-plugins-ugly: 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:39:11 -05:00 committed by Rosen Penev
parent 819b1160bf
commit 4c08a12dbf
2 changed files with 7 additions and 6 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gst1-plugins-ugly PKG_NAME:=gst1-plugins-ugly
PKG_VERSION:=1.18.5 PKG_VERSION:=1.20.2
PKG_RELEASE:=$(AUTORELEASE) PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=gst-plugins-ugly-$(PKG_VERSION).tar.xz PKG_SOURCE:=gst-plugins-ugly-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-ugly PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-ugly
PKG_HASH:=df32803e98f8a9979373fa2ca7e05e62f977b1097576d3a80619d9f5c69f66d9 PKG_HASH:=b43fb4df94459afbf67ec22003ca58ffadcd19e763f276dca25b64c848adb7bf
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-ugly-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-ugly-$(PKG_VERSION)
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \ PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
@ -108,6 +108,7 @@ MESON_ARGS += \
-Dsidplay=disabled \ -Dsidplay=disabled \
-Dx264=disabled \ -Dx264=disabled \
\ \
-Dgpl=enabled \
-Dnls=enabled \ -Dnls=enabled \
-Dorc=disabled \ -Dorc=disabled \
-Dtests=disabled \ -Dtests=disabled \

View File

@ -1,11 +1,11 @@
--- a/meson.build --- a/meson.build
+++ b/meson.build +++ b/meson.build
@@ -257,7 +257,7 @@ if get_option('default_library') == 'sha @@ -279,7 +279,7 @@ endif
plugins_pkgconfig_install_dir = disabler()
endif gpl_allowed = get_option('gpl').allowed()
-python3 = import('python').find_installation() -python3 = import('python').find_installation()
+python3 = 'python3' +python3 = 'python3'
subdir('gst') subdir('gst')
subdir('ext') subdir('ext')
subdir('tests')