23 lines
711 B
Plaintext
23 lines
711 B
Plaintext
# Template file for 'gst-libav'
|
|
pkgname=gst-libav
|
|
version=1:1.2.1
|
|
revision=1
|
|
wrksrc="${pkgname}-${version#*:}"
|
|
build_style=gnu-configure
|
|
configure_args="--with-libav-extra-configure=--enable-runtime-cpudetect"
|
|
hostmakedepends="pkg-config yasm python"
|
|
makedepends="orc-devel>=0.4.18 gst-plugins-base1-devel>=${version}"
|
|
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=fd152b7aec56ae76ad58b9759913a8bfe1792bdf64f260d0acaba75b75076676
|
|
|
|
gst-libav_package() {
|
|
depends="orc>=0.4.18 gst-plugins-base1>=${version}"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|