mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed extra/gstreamer-vaapi
This commit is contained in:
parent
6f94330744
commit
94127713d5
1 changed files with 0 additions and 60 deletions
|
@ -1,60 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed makedepend on valgrind
|
||||
|
||||
pkgname=gstreamer-vaapi
|
||||
pkgver=1.12.4
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
arch=(x86_64)
|
||||
license=(LGPL)
|
||||
depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
|
||||
makedepends=(gtk-doc git python)
|
||||
_commit=e540e0899421d580423f41a7bd65307923eb6a26 # tags/1.12.4^0
|
||||
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit"
|
||||
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
||||
sha256sums=('SKIP'
|
||||
'SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git describe --tags | sed 's/-/+/g'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
git submodule init
|
||||
git config --local submodule.common.url "$srcdir/gst-common"
|
||||
git submodule update
|
||||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
||||
--with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
|
||||
--with-package-origin="https://www.archlinux.org/" \
|
||||
--disable-builtin-libvpx \
|
||||
--enable-experimental --enable-gtk-doc --disable-static
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in a new issue