gst-ffmpeg: update to 0.10.13.
This commit is contained in:
parent
35e838bd53
commit
05d43d5e05
2 changed files with 7 additions and 5 deletions
|
@ -14,3 +14,4 @@ libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libgstvideo-0.10.so.0
|
libgstvideo-0.10.so.0
|
||||||
liborc-0.4.so.0
|
liborc-0.4.so.0
|
||||||
|
libgstpbutils-0.10.so.0
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'gst-ffmpeg'
|
# Template file for 'gst-ffmpeg'
|
||||||
pkgname=gst-ffmpeg
|
pkgname=gst-ffmpeg
|
||||||
version=0.10.11
|
version=0.10.13
|
||||||
revision=2
|
homepage="http://gstreamer.freedesktop.org"
|
||||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="GStreamer FFmpeg plugins"
|
short_desc="GStreamer FFmpeg plugins"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ff36a138e5af4ed8dcc459d6d6521fe66ed31ec29ba9a924dc3675c6749a692e
|
license="GPL-2"
|
||||||
|
checksum=76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62
|
||||||
long_desc="
|
long_desc="
|
||||||
This GStreamer plugin supports a large number of audio and video compression
|
This GStreamer plugin supports a large number of audio and video compression
|
||||||
formats through the use of the FFmpeg library. The plugin contains GStreamer
|
formats through the use of the FFmpeg library. The plugin contains GStreamer
|
||||||
elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
|
elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
|
||||||
demuxing 30+ formats and colorspace conversion."
|
demuxing 30+ formats and colorspace conversion."
|
||||||
|
|
||||||
Add_dependency build coreutils # /bin/mktemp
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build yasm
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
Add_dependency build bzip2-devel
|
Add_dependency build bzip2-devel
|
||||||
Add_dependency build orc-devel
|
Add_dependency build orc-devel
|
||||||
|
|
Loading…
Reference in a new issue