From 4c08a12dbfdb11528698d0ac90e3f508cd4a5c5f Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 10 May 2022 19:39:11 -0500 Subject: [PATCH] gst1-plugins-ugly: update to 1.20.2 Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-ugly/Makefile | 5 +++-- multimedia/gst1-plugins-ugly/patches/010-distutils.patch | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/multimedia/gst1-plugins-ugly/Makefile b/multimedia/gst1-plugins-ugly/Makefile index 7bf7650ac2..ac394fd742 100644 --- a/multimedia/gst1-plugins-ugly/Makefile +++ b/multimedia/gst1-plugins-ugly/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-ugly -PKG_VERSION:=1.18.5 +PKG_VERSION:=1.20.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=gst-plugins-ugly-$(PKG_VERSION).tar.xz 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_MAINTAINER:=W. Michael Petullo \ @@ -108,6 +108,7 @@ MESON_ARGS += \ -Dsidplay=disabled \ -Dx264=disabled \ \ + -Dgpl=enabled \ -Dnls=enabled \ -Dorc=disabled \ -Dtests=disabled \ diff --git a/multimedia/gst1-plugins-ugly/patches/010-distutils.patch b/multimedia/gst1-plugins-ugly/patches/010-distutils.patch index 142cb2d79c..b0bf4ebce4 100644 --- a/multimedia/gst1-plugins-ugly/patches/010-distutils.patch +++ b/multimedia/gst1-plugins-ugly/patches/010-distutils.patch @@ -1,11 +1,11 @@ --- a/meson.build +++ b/meson.build -@@ -257,7 +257,7 @@ if get_option('default_library') == 'sha - plugins_pkgconfig_install_dir = disabler() - endif +@@ -279,7 +279,7 @@ endif + + gpl_allowed = get_option('gpl').allowed() -python3 = import('python').find_installation() +python3 = 'python3' + subdir('gst') subdir('ext') - subdir('tests')