orc: Upgraded to 0.4.22.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-09-09 21:53:25 +07:00
parent 2c6d1a0360
commit f882d176ff

View file

@ -6,7 +6,7 @@
# Modified by Willy Sudiarto Raharjo for CSB Project
PRGNAM=orc
VERSION=${VERSION:-0.4.19}
VERSION=${VERSION:-0.4.22}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -18,7 +18,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://gstreamer.freedesktop.org/src/orc/$PRGNAM-$VERSION.tar.gz
wget -c http://gstreamer.freedesktop.org/src/orc/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}
@ -45,7 +45,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \