mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/frei0r: Updated for version 1.4, changed homepage.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
89c44a2ebd
commit
fd5f7bb451
3 changed files with 14 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright 2009, Jonathan Larsen (agentc0re), SLC, UT
|
||||
# Contact Info: agentc0re 'AT' learnix 'DOT' net
|
||||
|
@ -25,12 +25,13 @@
|
|||
#
|
||||
# Mar 3rd, 2010
|
||||
# *Revised to build "2" - fixed the "strip" for bash 4
|
||||
# *compatability and removed the man page section
|
||||
#
|
||||
# *compatibility and removed the man page section
|
||||
# Mar 12th, 2013
|
||||
# *Updated for 1.4
|
||||
|
||||
PRGNAM=frei0r
|
||||
VERSION=1.3
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -67,9 +68,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-plugins-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-plugins-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
cd $PRGNAM-plugins-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -91,7 +92,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
find $PKG -print0 | xargs -0 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="frei0r"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://www.piksel.org/frei0r"
|
||||
DOWNLOAD="http://www.piksel.no/frei0r/releases/frei0r-plugins-1.3.tar.gz"
|
||||
MD5SUM="a2eb63feeeb0c5cf439ccca276cbf70c"
|
||||
VERSION="1.4"
|
||||
HOMEPAGE="http://frei0r.dyne.org"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/frei0r-plugins-1.4.tar.gz"
|
||||
MD5SUM="202375d1bcb545c1b6eb8f34e0260ec5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -13,7 +13,7 @@ frei0r: The behaviour of the effects can be controlled from the host by simple
|
|||
frei0r: parameters. The intent is to solve the recurring reimplementation or
|
||||
frei0r: adaptation issue of standard effects.
|
||||
frei0r:
|
||||
frei0r: homepage: http://frei0r.dyne.org
|
||||
frei0r:
|
||||
frei0r:
|
||||
frei0r: homepage: http://www.piksel.org/frei0r
|
||||
frei0r:
|
||||
|
|
Loading…
Reference in a new issue