From 901cc59a07de9052f758373fca0fe2e7bf8fd5d1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 18 Dec 2023 16:08:54 -0800 Subject: [PATCH] gst1-plugins-ugly: update to 1.22.8 Signed-off-by: Rosen Penev --- multimedia/gst1-plugins-ugly/Makefile | 4 ++-- .../gst1-plugins-ugly/patches/010-distutils.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 multimedia/gst1-plugins-ugly/patches/010-distutils.patch diff --git a/multimedia/gst1-plugins-ugly/Makefile b/multimedia/gst1-plugins-ugly/Makefile index 3da36b8971..5dca4521b5 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.22.6 +PKG_VERSION:=1.22.8 PKG_RELEASE:=1 PKG_SOURCE:=gst-plugins-ugly-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-ugly -PKG_HASH:=3e31454c98cb2f7f6d2d355eceb933a892fa0f1dc09bc36c9abc930d8e29ca48 +PKG_HASH:=0761d96ba508e01c0271881b26828c2bffd7d8afd50872219f088f755b252ca7 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-ugly-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ diff --git a/multimedia/gst1-plugins-ugly/patches/010-distutils.patch b/multimedia/gst1-plugins-ugly/patches/010-distutils.patch deleted file mode 100644 index 4603938d7b..0000000000 --- a/multimedia/gst1-plugins-ugly/patches/010-distutils.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/meson.build -+++ b/meson.build -@@ -305,7 +305,7 @@ endif - - gpl_allowed = get_option('gpl').allowed() - --python3 = import('python').find_installation() -+python3 = 'python3' - - subdir('gst') - subdir('ext')