gst1-plugins-ugly: update to 1.20.2
authorW. Michael Petullo <redacted>
Wed, 11 May 2022 00:39:11 +0000 (19:39 -0500)
committerRosen Penev <redacted>
Wed, 11 May 2022 21:51:01 +0000 (17:51 -0400)
Signed-off-by: W. Michael Petullo <redacted>
multimedia/gst1-plugins-ugly/Makefile
multimedia/gst1-plugins-ugly/patches/010-distutils.patch

index 7bf7650ac2327e02773935a5963922cc9393e6ed..ac394fd7426ac0ed1f1bb302f8a9a3878141ebde 100644 (file)
@@ -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 <mike@flyn.org> \
@@ -108,6 +108,7 @@ MESON_ARGS += \
        -Dsidplay=disabled \
        -Dx264=disabled \
        \
+       -Dgpl=enabled \
        -Dnls=enabled \
        -Dorc=disabled \
        -Dtests=disabled \
index 142cb2d79c21868847c275db0265aeef7eb5ab89..b0bf4ebce4784d6474b169d03a69474269dbe345 100644 (file)
@@ -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')
git clone https://git.99rst.org/PROJECT