22 lines
667 B
Plaintext
22 lines
667 B
Plaintext
# Template file for 'gst-libav'
|
|
pkgname=gst-libav
|
|
version=1.1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-libav-extra-configure=--enable-runtime-cpudetect"
|
|
hostmakedepends="pkg-config yasm python"
|
|
makedepends="orc-devel>=0.4.17 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=3543b55a3d95980ed7e834b1bf3dc33ff200f8396bd8fcb7be4399d1c68e12c2
|
|
|
|
gst-libav_package() {
|
|
depends="orc>=0.4.17 gst-plugins-base1>=1.1.1"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|