gst-libav: update to 1.2.0.
This commit is contained in:
parent
d6bd7fb963
commit
af8114edcf
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'gst-libav'
|
# Template file for 'gst-libav'
|
||||||
pkgname=gst-libav
|
pkgname=gst-libav
|
||||||
version=1:1.0.10
|
version=1:1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version#*:}"
|
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"
|
||||||
makedepends="orc-devel>=0.4.17 gst-plugins-base1-devel>=${version}"
|
makedepends="orc-devel>=0.4.18 gst-plugins-base1-devel>=${version}"
|
||||||
short_desc="GStreamer libav plugin"
|
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=b6d059d1a39967ef7e1d345009fe003afe14ab55006d68e895a64f4a36968c5e
|
checksum=48721eb318ffffdd134edea754d0b65d76b08c8209a8d2c8a42bca1f799f9099
|
||||||
|
|
||||||
gst-libav_package() {
|
gst-libav_package() {
|
||||||
depends="orc>=0.4.17 gst-plugins-base1>=${version}"
|
depends="orc>=0.4.18 gst-plugins-base1>=${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue