libraries/gstreamermm: Updated for version 0.10.10.2.

This fixes building with glib >= 2.31.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-07-25 12:43:38 +02:00 committed by Robby Workman
parent 74c49b3825
commit 281f45ef63
3 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,3 @@
gstreamermm provides C++ bindings for the GStreamer streaming multimedia
library (http://gstreamer.freedesktop.org). With gstreamermm it is
possible to develop applications that work with multimedia in C++.
This requires gtkmm and libxml++.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gstreamermm
VERSION=0.10.8
VERSION=0.10.10.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .

View File

@ -1,8 +1,8 @@
PRGNAM="gstreamermm"
VERSION="0.10.8"
VERSION="0.10.10.2"
HOMEPAGE="http://www.gnome.org/"
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/gstreamermm-0.10.8.tar.bz2"
MD5SUM="aa0ab3f4335e19a7a9b95a42cc2decba"
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/gstreamermm-0.10.10.2.tar.xz"
MD5SUM="2563bde3ffa785eac64c4d443da88360"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtkmm libxml++"