gst-ffmpeg: update to 0.10.13.

This commit is contained in:
Juan RP 2012-01-22 20:35:47 +01:00
parent 35e838bd53
commit 05d43d5e05
2 changed files with 7 additions and 5 deletions

View file

@ -14,3 +14,4 @@ libpthread.so.0
libc.so.6
libgstvideo-0.10.so.0
liborc-0.4.so.0
libgstpbutils-0.10.so.0

View file

@ -1,20 +1,21 @@
# Template file for 'gst-ffmpeg'
pkgname=gst-ffmpeg
version=0.10.11
revision=2
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
version=0.10.13
homepage="http://gstreamer.freedesktop.org"
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="GStreamer FFmpeg plugins"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ff36a138e5af4ed8dcc459d6d6521fe66ed31ec29ba9a924dc3675c6749a692e
license="GPL-2"
checksum=76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62
long_desc="
This GStreamer plugin supports a large number of audio and video compression
formats through the use of the FFmpeg library. The plugin contains GStreamer
elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
demuxing 30+ formats and colorspace conversion."
Add_dependency build coreutils # /bin/mktemp
Add_dependency build pkg-config
Add_dependency build yasm
Add_dependency build zlib-devel
Add_dependency build bzip2-devel
Add_dependency build orc-devel