gst-plugins-bad1: update to 1.0.1.
This commit is contained in:
parent
3495426f36
commit
161793fdaf
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gst-plugins-bad1-devel'.
|
# Template file for 'gst-plugins-bad1-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="gst-plugins-base1-devel gst-plugins-bad1>=${version}"
|
depends="gst-plugins-base1-devel gst-plugins-bad1-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,24 +1,17 @@
|
||||||
# Template file for 'gst-plugins-bad1'.
|
# Template file for 'gst-plugins-bad1'.
|
||||||
pkgname=gst-plugins-bad1
|
pkgname=gst-plugins-bad1
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="gst-plugins-bad-${version}"
|
wrksrc="gst-plugins-bad-${version}"
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-experimental --disable-static"
|
configure_args="--enable-experimental --disable-static"
|
||||||
makedepends="pkg-config intltool alsa-lib-devel celt-devel openssl-devel
|
|
||||||
gst-plugins-base1-devel libdca-devel orc-devel>=0.4.16 libmms-devel exempi-devel
|
|
||||||
libexif-devel libmpcdec-devel faac-devel SDL-devel libpng-devel>=1.5.10
|
|
||||||
faad2-devel libdvdread-devel libdvdnav-devel librsvg-devel libsndfile-devel
|
|
||||||
xvidcore-devel jasper-devel libmodplug-devel neon-devel libcurl-devel
|
|
||||||
libvpx-devel libvdpau-devel libgsm-devel librtmp-devel libass-devel
|
|
||||||
mpg123-devel soundtouch-devel"
|
|
||||||
short_desc="GStreamer plugins from the bad set (v1.x)"
|
short_desc="GStreamer plugins from the bad set (v1.x)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://gstreamer.freedesktop.org"
|
homepage="http://gstreamer.freedesktop.org"
|
||||||
distfiles="$homepage/src/gst-plugins-bad/gst-plugins-bad-${version}.tar.xz"
|
distfiles="$homepage/src/gst-plugins-bad/gst-plugins-bad-${version}.tar.xz"
|
||||||
checksum=9af78a20a535687bfbb58128713376f3f5ae670af8afb3be4285713557c2381b
|
checksum=5e3cffcd258c4c722c880a52ebc9920d6b38aa4153bbc49d1b5a9893885d45f3
|
||||||
long_desc="
|
long_desc="
|
||||||
GStreamer is a streaming media framework, badd on graphs of filters which
|
GStreamer is a streaming media framework, badd on graphs of filters which
|
||||||
operate on media data. Applications using this library can do anything
|
operate on media data. Applications using this library can do anything
|
||||||
|
@ -31,3 +24,11 @@ long_desc="
|
||||||
compared to the rest. They might be close to being good quality, but
|
compared to the rest. They might be close to being good quality, but
|
||||||
they're missing something - be it a good code review, some documentation,
|
they're missing something - be it a good code review, some documentation,
|
||||||
a set of tests, a real live maintainer, or some actual wide use."
|
a set of tests, a real live maintainer, or some actual wide use."
|
||||||
|
|
||||||
|
makedepends="pkg-config intltool alsa-lib-devel celt-devel openssl-devel
|
||||||
|
gst-plugins-base1-devel libdca-devel orc-devel>=0.4.16 libmms-devel exempi-devel
|
||||||
|
libexif-devel libmpcdec-devel faac-devel SDL-devel libpng-devel>=1.5.10
|
||||||
|
faad2-devel libdvdread-devel libdvdnav-devel librsvg-devel libsndfile-devel
|
||||||
|
xvidcore-devel jasper-devel libmodplug-devel neon-devel libcurl-devel
|
||||||
|
libvpx-devel libvdpau-devel libgsm-devel librtmp-devel libass-devel
|
||||||
|
mpg123-devel soundtouch-devel"
|
||||||
|
|
Loading…
Reference in New Issue