New package: gstreamer-vaapi-0.3.7.
This commit is contained in:
parent
ed293e53c9
commit
409d2f02e0
4 changed files with 64 additions and 0 deletions
1
srcpkgs/gstreamer-vaapi-devel
Symbolic link
1
srcpkgs/gstreamer-vaapi-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gstreamer-vaapi
|
13
srcpkgs/gstreamer-vaapi/gstreamer-vaapi-devel.template
Normal file
13
srcpkgs/gstreamer-vaapi/gstreamer-vaapi-devel.template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'gstreamer-vaapi-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="${sourcepkg}>=${version}"
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
}
|
21
srcpkgs/gstreamer-vaapi/gstreamer-vaapi.rshlibs
Normal file
21
srcpkgs/gstreamer-vaapi/gstreamer-vaapi.rshlibs
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
libgstbasevideo-0.10.so.23
|
||||||
|
libgstvideo-0.10.so.0
|
||||||
|
libva.so.1
|
||||||
|
libavcodec.so.53
|
||||||
|
libgstcodecparsers-0.10.so.23
|
||||||
|
libgstbase-0.10.so.0
|
||||||
|
libgstreamer-0.10.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libgmodule-2.0.so.0
|
||||||
|
libgthread-2.0.so.0
|
||||||
|
librt.so.1
|
||||||
|
libxml2.so.2
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libm.so.6
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
||||||
|
libGL.so.1
|
||||||
|
libva-glx.so.1
|
||||||
|
libX11.so.6
|
||||||
|
libva-x11.so.1
|
||||||
|
libgstinterfaces-0.10.so.0
|
29
srcpkgs/gstreamer-vaapi/template
Normal file
29
srcpkgs/gstreamer-vaapi/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'gstreamer-vaapi'
|
||||||
|
pkgname=gstreamer-vaapi
|
||||||
|
version=0.3.7
|
||||||
|
revision=1
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
wrksrc=${pkgname}
|
||||||
|
subpackages="${pkgname}-devel"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static --enable-vaapisink-glx"
|
||||||
|
makedepends="automake git which gtk-doc pkg-config libva-devel
|
||||||
|
gst-plugins-base-devel gst-plugins-bad-devel MesaLib-devel ffmpeg-devel"
|
||||||
|
short_desc="VA-API plugins for GStreamer"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://www.splitted-desktop.com/static/libva/gstreamer-vaapi/"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
|
||||||
|
long_desc="
|
||||||
|
${pkgname} is a collection of GStreamer plugins and helper libraries that
|
||||||
|
allow hardware accelerated video decoding through VA-API."
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone -b ${version} git://gitorious.org/vaapi/gstreamer-vaapi.git
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue