mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
gst-libav: update to 1.1.1.
This commit is contained in:
parent
a5860016c6
commit
4a623f97d6
1 changed files with 5 additions and 3 deletions
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'gst-libav'
|
# Template file for 'gst-libav'
|
||||||
pkgname=gst-libav
|
pkgname=gst-libav
|
||||||
version=1.0.7
|
version=1.1.1
|
||||||
revision=1
|
revision=1
|
||||||
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"
|
||||||
makedepends="pkg-config yasm orc-devel gst-plugins-base1-devel"
|
hostmakedepends="pkg-config yasm"
|
||||||
|
makedepends="orc-devel>=0.4.17 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=aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a
|
checksum=3543b55a3d95980ed7e834b1bf3dc33ff200f8396bd8fcb7be4399d1c68e12c2
|
||||||
|
|
||||||
gst-libav_package() {
|
gst-libav_package() {
|
||||||
|
depends="orc>=0.4.17 gst-plugins-base1>=1.1.1"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue