gst-plugins-base: update to 0.10.27.
This commit is contained in:
parent
65957d538c
commit
b62c200260
1 changed files with 8 additions and 5 deletions
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'gst-plugins-good'.
|
||||
pkgname=gst-plugins-good
|
||||
version=0.10.25
|
||||
version=0.10.27
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
||||
--disable-schemas-install --disable-aalib --disable-esd --disable-hal
|
||||
--disable-libcaca --disable-libdv --disable-wavpack
|
||||
--disable-dv1394 --disable-shout2
|
||||
--disable-libcaca --disable-libdv --disable-dv1394 --disable-shout2
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
||||
short_desc="Core GStreamer libraries and elements"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
checksum=b5d5750c12412c47d85ba9391c842f6f02cad9511876695e48b15fb37e4699f6
|
||||
checksum=a9d801c3d42b456a6ebc0b95f68c44f153f756ec0fbd4877197c469cc67771fa
|
||||
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
|
||||
|
@ -23,7 +22,7 @@ long_desc="
|
|||
|
||||
gconf_schemas="gstreamer-0.10.schemas"
|
||||
|
||||
# XXX: build libcaca, libdv, wavpack, dv1394 and shout2 modules.
|
||||
# XXX: build libcaca, libdv, dv1394 and shout2 modules.
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
|
@ -52,6 +51,8 @@ Add_dependency run libspeex
|
|||
Add_dependency run libpulseaudio
|
||||
Add_dependency run orc
|
||||
Add_dependency run GConf
|
||||
Add_dependency run libXv
|
||||
Add_dependency run libwavpack
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
@ -80,6 +81,8 @@ Add_dependency build gst-plugins-base-devel
|
|||
Add_dependency build GConf-devel
|
||||
Add_dependency build pulseaudio-devel
|
||||
Add_dependency build orc-devel
|
||||
Add_dependency build libXv-devel
|
||||
Add_dependency build wavpack-devel
|
||||
Add_dependency build coreutils
|
||||
Add_dependency build diffutils
|
||||
|
||||
|
|
Loading…
Reference in a new issue