gst-plugins-base: update to 0.10.35.
This commit is contained in:
parent
9b4ef10bf3
commit
81c8a54b0f
1 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,15 @@
|
|||
# Template file for 'gst-plugins-base'.
|
||||
pkgname=gst-plugins-base
|
||||
version=0.10.34
|
||||
version=0.10.35
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-experimental --disable-gnome_vfs"
|
||||
configure_args="--enable-experimental --disable-gnome_vfs
|
||||
--with-gudev --with-gtk=3.0"
|
||||
short_desc="Core GStreamer libraries and elements"
|
||||
maintainer="Juan RP <xtraeme@gmail.org>"
|
||||
checksum=7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989
|
||||
homepage="http://gstreamer.freedesktop.org/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=cd24f01bb5258a1f400bc4f2c212bb7cee9ee23c9ffb80d537a24ef366d17103
|
||||
long_desc="
|
||||
GStreamer is a streaming media framework, based on graphs of filters which
|
||||
operate on media data. Applications using this library can do anything
|
||||
|
@ -40,6 +43,7 @@ Add_dependency run libtheora
|
|||
Add_dependency run libvorbis
|
||||
Add_dependency run orc
|
||||
|
||||
Add_dependency build coreutils
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build libgudev-devel
|
||||
|
@ -53,8 +57,6 @@ Add_dependency build fontconfig-devel
|
|||
Add_dependency build libogg-devel
|
||||
Add_dependency build liboil-devel
|
||||
Add_dependency build alsa-lib-devel
|
||||
Add_dependency build libSM-devel
|
||||
Add_dependency build libICE-devel
|
||||
Add_dependency build libX11-devel
|
||||
Add_dependency build libXv-devel
|
||||
Add_dependency build libXext-devel
|
||||
|
@ -63,5 +65,3 @@ Add_dependency build cdparanoia-devel
|
|||
Add_dependency build libtheora-devel
|
||||
Add_dependency build libvorbis-devel
|
||||
Add_dependency build orc-devel
|
||||
Add_dependency build coreutils
|
||||
Add_dependency build diffutils
|
||||
|
|
Loading…
Reference in a new issue