From fd5f7bb451b053f9260f78a3c1b9f880de7057f6 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 6 Nov 2013 11:59:02 +0100 Subject: libraries/frei0r: Updated for version 1.4, changed homepage. Signed-off-by: Matteo Bernardini --- libraries/frei0r/frei0r.SlackBuild | 17 +++++++++-------- libraries/frei0r/frei0r.info | 8 ++++---- libraries/frei0r/slack-desc | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/libraries/frei0r/frei0r.SlackBuild b/libraries/frei0r/frei0r.SlackBuild index 1523616827..ae6e370803 100644 --- a/libraries/frei0r/frei0r.SlackBuild +++ b/libraries/frei0r/frei0r.SlackBuild @@ -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 diff --git a/libraries/frei0r/frei0r.info b/libraries/frei0r/frei0r.info index 2012a13f70..bd8568630f 100644 --- a/libraries/frei0r/frei0r.info +++ b/libraries/frei0r/frei0r.info @@ -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="" diff --git a/libraries/frei0r/slack-desc b/libraries/frei0r/slack-desc index 10f1abd00b..eb4dcab34d 100644 --- a/libraries/frei0r/slack-desc +++ b/libraries/frei0r/slack-desc @@ -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: -- cgit v1.2.3