From 05d43d5e0517dff014531aff9733bbe8d73bb714 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 22 Jan 2012 20:35:47 +0100 Subject: [PATCH] gst-ffmpeg: update to 0.10.13. --- srcpkgs/gst-ffmpeg/gst-ffmpeg.rshlibs | 1 + srcpkgs/gst-ffmpeg/template | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gst-ffmpeg/gst-ffmpeg.rshlibs b/srcpkgs/gst-ffmpeg/gst-ffmpeg.rshlibs index 88eaaef78aa..6d5bcb73e2b 100644 --- a/srcpkgs/gst-ffmpeg/gst-ffmpeg.rshlibs +++ b/srcpkgs/gst-ffmpeg/gst-ffmpeg.rshlibs @@ -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 diff --git a/srcpkgs/gst-ffmpeg/template b/srcpkgs/gst-ffmpeg/template index 8188f75c81e..cebdcd1d720 100644 --- a/srcpkgs/gst-ffmpeg/template +++ b/srcpkgs/gst-ffmpeg/template @@ -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 " -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