Browse Source

gst1-plugins-good: update to 1.18.4

Signed-off-by: W. Michael Petullo <mike@flyn.org>
lilik-openwrt-22.03
W. Michael Petullo 3 years ago
parent
commit
1d36ae78c7
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      multimedia/gst1-plugins-good/Makefile
  2. +1
    -1
      multimedia/gst1-plugins-good/patches/010-distutils.patch

+ 3
- 3
multimedia/gst1-plugins-good/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gst1-plugins-good
PKG_VERSION:=1.18.1
PKG_RELEASE:=1
PKG_VERSION:=1.18.4
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-good/
PKG_HASH:=e210e91a5590ecb6accc9d06c949a58ca6897d8edb3b3d55828e424c624f626c
PKG_HASH:=b6e50e3a9bbcd56ee6ec71c33aa8332cc9c926b0c1fae995aac8b3040ebe39b0
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION)
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \


+ 1
- 1
multimedia/gst1-plugins-good/patches/010-distutils.patch View File

@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -424,7 +424,7 @@ endif
@@ -422,7 +422,7 @@ endif
presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')


Loading…
Cancel
Save