gst-libav: update to 1.0.10.

This commit is contained in:
Juan RP 2013-08-30 11:43:05 +02:00
parent 1fdbd70b80
commit b0cf769d0c

View File

@ -1,7 +1,8 @@
# Template file for 'gst-libav' # Template file for 'gst-libav'
pkgname=gst-libav pkgname=gst-libav
version=1.1.1 version=1:1.0.10
revision=1 revision=1
wrksrc="${pkgname}-${version#*:}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-libav-extra-configure=--enable-runtime-cpudetect" configure_args="--with-libav-extra-configure=--enable-runtime-cpudetect"
hostmakedepends="pkg-config yasm python" hostmakedepends="pkg-config yasm python"
@ -10,11 +11,11 @@ short_desc="GStreamer libav plugin"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://gstreamer.freedesktop.org" homepage="http://gstreamer.freedesktop.org"
distfiles="${homepage}/src/${pkgname}/${pkgname}-${version}.tar.xz" distfiles="${homepage}/src/${pkgname}/${pkgname}-${version#*:}.tar.xz"
checksum=3543b55a3d95980ed7e834b1bf3dc33ff200f8396bd8fcb7be4399d1c68e12c2 checksum=b6d059d1a39967ef7e1d345009fe003afe14ab55006d68e895a64f4a36968c5e
gst-libav_package() { gst-libav_package() {
depends="orc>=0.4.17 gst-plugins-base1>=1.1.1" depends="orc>=0.4.17 gst-plugins-base1>=${version}"
pkg_install() { pkg_install() {
vmove all vmove all
} }