mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gstreamer-vaapi to 1.12.2-1
This commit is contained in:
parent
7580f71bfa
commit
2006976e8d
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - removed makedepend on valgrind
|
# - removed makedepend on valgrind
|
||||||
|
|
||||||
pkgname=gstreamer-vaapi
|
pkgname=gstreamer-vaapi
|
||||||
pkgver=1.12.1
|
pkgver=1.12.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
|
pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
|
||||||
url="https://gstreamer.freedesktop.org/"
|
url="https://gstreamer.freedesktop.org/"
|
||||||
|
@ -13,7 +13,7 @@ arch=(i686 x86_64)
|
||||||
license=(LGPL)
|
license=(LGPL)
|
||||||
depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
|
depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
|
||||||
makedepends=(gtk-doc git python)
|
makedepends=(gtk-doc git python)
|
||||||
_commit=d0054566c029286afda49f705c4554fe9a68799a # tags/1.12.1^0
|
_commit=3df7d3d4b052d31feeec998d6ab1d96de037ef67 # tags/1.12.2^0
|
||||||
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit"
|
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit"
|
||||||
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
@ -39,7 +39,7 @@ build() {
|
||||||
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
||||||
--with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
|
--with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
|
||||||
--with-package-origin="http://www.archlinux.org/" \
|
--with-package-origin="https://www.archlinux.org/" \
|
||||||
--disable-builtin-libvpx \
|
--disable-builtin-libvpx \
|
||||||
--enable-experimental --enable-gtk-doc --disable-static
|
--enable-experimental --enable-gtk-doc --disable-static
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue