mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/frei0r: Updated for version 1.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6ddcaa863c
commit
db9974ef0c
3 changed files with 10 additions and 11 deletions
|
@ -2,5 +2,3 @@ Frei0r is a minimalistic plugin API for video sources and filters. The
|
|||
behaviour of the effects can be controlled from the host by simple parameters.
|
||||
The intent is to solve the recurring reimplementation or adaptation issue of
|
||||
standard effects.
|
||||
|
||||
MD5 may be different since there is only a daily snapshot provided
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
#
|
||||
|
||||
PRGNAM=frei0r
|
||||
VERSION=20100124
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=1.3
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -68,7 +68,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
||||
tar xvf $CWD/$PRGNAM-plugins-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -77,7 +77,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
./autogen.sh
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -96,9 +95,11 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cd $TMP/$PRGNAM-$VERSION
|
||||
# move html doc and clean $PKG/usr/share
|
||||
#mv $PKG/usr/share/doc/$PRGNAM-plugins-$VERSION/html $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
#rm -fR $PKG/usr/share
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog Doxyfile INSTALL NEWS README \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="frei0r"
|
||||
VERSION="20100124"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://www.piksel.org/frei0r"
|
||||
DOWNLOAD="http://www.slackbuilds.org/sources/13.0/frei0r-20100124.tar.gz"
|
||||
MD5SUM="a5bc4fe886c1b9915adae94559af143b"
|
||||
DOWNLOAD="http://www.piksel.no/frei0r/releases/frei0r-plugins-1.3.tar.gz"
|
||||
MD5SUM="a2eb63feeeb0c5cf439ccca276cbf70c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue