void-packages/srcpkgs/gst-libav/template
2013-04-27 04:00:45 +02:00

20 lines
574 B
Plaintext

# Template file for 'gst-libav'
pkgname=gst-libav
version=1.0.7
revision=1
build_style=gnu-configure
configure_args="--with-libav-extra-configure=--enable-runtime-cpudetect"
makedepends="pkg-config yasm orc-devel gst-plugins-base1-devel"
short_desc="GStreamer libav plugin"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://gstreamer.freedesktop.org"
distfiles="${homepage}/src/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a
gst-libav_package() {
pkg_install() {
vmove all
}
}