mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gst-libav to 1.12.3+1+ge87c20d-1
This commit is contained in:
parent
eb1c87b182
commit
82d0a77e24
1 changed files with 7 additions and 4 deletions
|
@ -6,16 +6,16 @@
|
|||
# - removed makedepend on valgrind
|
||||
|
||||
pkgname=gst-libav
|
||||
pkgver=1.12.3
|
||||
pkgver=1.12.3+1+ge87c20d
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
arch=(i686 x86_64)
|
||||
license=(GPL)
|
||||
depends=(gst-plugins-base-libs bzip2 ffmpeg)
|
||||
makedepends=(python gtk-doc autoconf-archive git)
|
||||
makedepends=(python gtk-doc autoconf-archive git yasm)
|
||||
provides=("gst-ffmpeg=$pkgver-$pkgrel")
|
||||
_commit=326c74123d969a7ea0eccbfdef5fa45ce68076ad # tags/1.12.3^0
|
||||
_commit=e87c20d325eaf9e6813c46654292d68f8b9bc521 # 1.12
|
||||
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit"
|
||||
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common"
|
||||
"git+https://git.videolan.org/git/ffmpeg")
|
||||
|
@ -31,6 +31,9 @@ pkgver() {
|
|||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
# BRSTM/BFSTM
|
||||
git cherry-pick -n a771795005fe5ebc06d788a4520e80890685aadc
|
||||
|
||||
git submodule init
|
||||
git config --local submodule.common.url "$srcdir/gst-common"
|
||||
git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
|
||||
|
@ -45,7 +48,7 @@ build() {
|
|||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
||||
--with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
|
||||
--with-package-origin="https://www.archlinux.org/" \
|
||||
--with-system-libav --with-libav-extra-configure="--enable-runtime-cpudetect" \
|
||||
--without-system-libav --with-libav-extra-configure="--enable-runtime-cpudetect" \
|
||||
--enable-experimental --enable-gtk-doc --disable-static
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||
|
|
Loading…
Reference in a new issue