mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/gst-plugins-bad to 1.12.2-3
This commit is contained in:
parent
77a31f822d
commit
e44a117471
1 changed files with 5 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=gst-plugins-bad
|
||||
pkgver=1.12.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -23,13 +23,9 @@ makedepends=(python gobject-introspection gtk-doc git autoconf-archive vulkan-he
|
|||
fluidsynth lilv opencv openexr)
|
||||
_commit=0a4f4f7c2d0185c91ac3c768a8e8d20dc292f8ee # tags/1.12.2^0
|
||||
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit"
|
||||
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common"
|
||||
'https://github.com/GStreamer/gst-plugins-bad/commit/15f24fef53a955c7c76fc966302cb0453732e657.patch' # OpenJPEG 2.2 support
|
||||
'https://github.com/GStreamer/gst-plugins-bad/commit/df4c6385aa0739d59e83916d32b704de9b9f3d40.patch') # OpenJPEG 2.2 support
|
||||
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
||||
sha256sums=('SKIP'
|
||||
'SKIP'
|
||||
'c1b18a2d7008b4a9a50f4bbf9e758ccc1777cf0d4399826f059de4685f587fc0'
|
||||
'5c2dbc5738c3466e523ec2872edc39ef6ed1f4217eda149df984e40202674ab9')
|
||||
'SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
|
@ -39,8 +35,8 @@ pkgver() {
|
|||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
patch -Np1 -i ../15f24fef53a955c7c76fc966302cb0453732e657.patch
|
||||
patch -Np1 -i ../df4c6385aa0739d59e83916d32b704de9b9f3d40.patch
|
||||
# OpenJPEG 2.2 support
|
||||
git cherry-pick -n 15f24fef53 df4c6385aa
|
||||
|
||||
git submodule init
|
||||
git config --local submodule.common.url "$srcdir/gst-common"
|
||||
|
|
Loading…
Reference in a new issue