diff options
author | Jonathan Larsen <agentc0re@learnix.net> | 2010-10-20 01:33:40 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-20 10:50:47 -0500 |
commit | c8f8497bd74f1186a91dde543a1a0bf85009287e (patch) | |
tree | bc78355cefa590e9ee3511d3a7b8609fb33ba5cf /multimedia/openshot | |
parent | 2644829c798c150b6ecdfd260b2f05e40db4809d (diff) | |
download | slackbuilds-c8f8497bd74f1186a91dde543a1a0bf85009287e.tar.gz |
multimedia/openshot: Updated for version 1.2.2.
Diffstat (limited to 'multimedia/openshot')
-rw-r--r-- | multimedia/openshot/openshot.SlackBuild | 13 | ||||
-rw-r--r-- | multimedia/openshot/openshot.info | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/multimedia/openshot/openshot.SlackBuild b/multimedia/openshot/openshot.SlackBuild index abb411248d..ba478faef9 100644 --- a/multimedia/openshot/openshot.SlackBuild +++ b/multimedia/openshot/openshot.SlackBuild @@ -33,18 +33,19 @@ # Sept 18th, 2010 # Version upgrade 1.1.3, script sync with 13.1 script updates # +# Oct 11th, 2010 +# Version upgrade to 1.2.2 +# PRGNAM=openshot -VERSION=1.1.3 +VERSION=1.2.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -93,10 +94,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mv $PKG/usr/share/man $PKG/usr/ rm -rf $PKG/usr/share/man -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cd $TMP/$PRGNAM-$VERSION diff --git a/multimedia/openshot/openshot.info b/multimedia/openshot/openshot.info index 7cba4dcd28..bdef96e056 100644 --- a/multimedia/openshot/openshot.info +++ b/multimedia/openshot/openshot.info @@ -1,8 +1,8 @@ PRGNAM="openshot" -VERSION="1.1.3" +VERSION="1.2.2" HOMEPAGE="http://www.openshotvideo.com" -DOWNLOAD="http://launchpad.net/openshot/1.1/1.1.3/+download/openshot-1.1.3.tar.gz" -MD5SUM="2c6285d2aa6356a90da48b9944a0174c" +DOWNLOAD="http://launchpad.net/openshot/1.2/1.2.2/+download/openshot-1.2.2.tar.gz" +MD5SUM="36648c67c845bc7407abd55703a777be" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Jonathan Larsen" |