multimedia/pitivi: Updated for version 0.15.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Binh Nguyen 2012-08-25 23:24:58 +07:00 committed by Robby Workman
parent 5b5dda3970
commit 73f4705a88
2 changed files with 10 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for PiTiVi
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pitivi
VERSION=${VERSION:-0.13.4}
VERSION=${VERSION:-0.15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@ -87,8 +87,10 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README RELEASE \
cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README RELEASE \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,10 +1,10 @@
PRGNAM="pitivi"
VERSION="0.13.4"
VERSION="0.15.2"
HOMEPAGE="http://www.pitivi.org/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.13/pitivi-0.13.4.tar.bz2"
MD5SUM="1c960ce49947412299aceed6eec54ebc"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.15/pitivi-0.15.2.tar.xz"
MD5SUM="e0e379fca759025140ac1316819b2173"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnonlin gst-python pygoocanvas"
REQUIRES="gnonlin gst-python pygoocanvas zope.interface"
MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm"