gst-plugins-good1: update to 1.0.3.
This commit is contained in:
parent
511e461ea5
commit
9228ee8aed
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gst-plugins-good1'.
|
||||
pkgname=gst-plugins-good1
|
||||
version=1.0.2
|
||||
version=1.0.3
|
||||
revision=1
|
||||
wrksrc="gst-plugins-good-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -8,18 +8,18 @@ configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
|||
--disable-libcaca --disable-libdv --disable-dv1394 --disable-shout2
|
||||
--disable-aalib --enable-speex"
|
||||
# XXX: build aalib, libcaca, libdv, dv1394 and shout2 modules.
|
||||
depends="gstreamer1>=1.0.2 gst-plugins-base1>=1.0.2"
|
||||
depends="gst-plugins-base1>=${version}"
|
||||
makedepends="pkg-config intltool libpng-devel>=1.5.10 libxml2-devel
|
||||
libgudev-devel libflac-devel libXdamage-devel libXfixes-devel gtk+-devel
|
||||
taglib-devel libsoup-gnome-devel gst-plugins-base1-devel>=1.0.2 GConf-devel
|
||||
pulseaudio-devel orc-devel>=0.4.16 libXv-devel wavpack-devel v4l-utils-devel
|
||||
jack-devel speex-devel libvpx-devel"
|
||||
taglib-devel libsoup-gnome-devel gst-plugins-base1-devel>=${version}
|
||||
GConf-devel pulseaudio-devel orc-devel>=0.4.16 libXv-devel wavpack-devel
|
||||
v4l-utils-devel jack-devel speex-devel libvpx-devel"
|
||||
short_desc="Core GStreamer libraries and elements (v1.x)"
|
||||
maintainer="Juan RP <xtraeme@gmail.org>"
|
||||
homepage="http://gstreamer.freedesktop.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${version}.tar.xz"
|
||||
checksum=34762dbd1462dd31b6ca2a01cf6477843c9dc7112e5819cc9d6dd7396b79244c
|
||||
checksum=92ab8bdee2e539a5302c1b0c8d460e638da33ebf89142caee210cb0c9720c68e
|
||||
long_desc="
|
||||
GStreamer is a streaming media framework, goodd on graphs of filters which
|
||||
operate on media data. Applications using this library can do anything
|
||||
|
|
Loading…
Reference in a new issue