void-packages/srcpkgs/gst-libav/template

23 lines
711 B
Plaintext
Raw Normal View History

2012-10-18 10:16:35 +02:00
# Template file for 'gst-libav'
pkgname=gst-libav
2013-11-12 09:15:16 +01:00
version=1:1.2.1
2012-10-18 10:16:35 +02:00
revision=1
2013-08-30 11:43:05 +02:00
wrksrc="${pkgname}-${version#*:}"
2012-10-18 10:16:35 +02:00
build_style=gnu-configure
configure_args="--with-libav-extra-configure=--enable-runtime-cpudetect"
2013-06-06 17:00:24 +02:00
hostmakedepends="pkg-config yasm python"
2013-09-26 13:09:53 +02:00
makedepends="orc-devel>=0.4.18 gst-plugins-base1-devel>=${version}"
2012-10-18 10:16:35 +02:00
short_desc="GStreamer libav plugin"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://gstreamer.freedesktop.org"
2013-08-30 11:43:05 +02:00
distfiles="${homepage}/src/${pkgname}/${pkgname}-${version#*:}.tar.xz"
2013-11-12 09:15:16 +01:00
checksum=fd152b7aec56ae76ad58b9759913a8bfe1792bdf64f260d0acaba75b75076676
gst-libav_package() {
2013-09-26 13:09:53 +02:00
depends="orc>=0.4.18 gst-plugins-base1>=${version}"
pkg_install() {
2013-04-27 04:00:45 +02:00
vmove all
}
}