gst1-libav: update to 1.17.2
Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
87c1f2b8b4
commit
38281b4f06
2 changed files with 11 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gst1-libav
|
||||
PKG_VERSION:=1.17.1
|
||||
PKG_VERSION:=1.17.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=gst-libav-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-libav
|
||||
PKG_HASH:=9d8d73a7944f776199c7648b3b7330f940b10dc4e08a6509185ae43cb456cb1f
|
||||
PKG_HASH:=5c8768e308b547b237700d4003c3a5622eb361914d69ec43b480f1c23ea31752
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-libav-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
|
||||
|
|
9
multimedia/gst1-libav/patches/010-distutils.patch
Normal file
9
multimedia/gst1-libav/patches/010-distutils.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -188,5 +188,5 @@ plugins = []
|
||||
subdir('ext/libav')
|
||||
subdir('docs')
|
||||
|
||||
-python3 = import('python').find_installation()
|
||||
+python3 = 'python3'
|
||||
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')
|
Loading…
Reference in a new issue