summaryrefslogtreecommitdiffstats
path: root/libraries/libfishsound
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libfishsound')
-rw-r--r--libraries/libfishsound/README16
-rw-r--r--libraries/libfishsound/libfishsound.SlackBuild12
-rw-r--r--libraries/libfishsound/libfishsound.info4
3 files changed, 13 insertions, 19 deletions
diff --git a/libraries/libfishsound/README b/libraries/libfishsound/README
index 7a2f9d0b44..2924b766c9 100644
--- a/libraries/libfishsound/README
+++ b/libraries/libfishsound/README
@@ -1,11 +1,11 @@
libfishsound (unified API for xiph.org audio codecs)
-libfishsound provides a simple programming interface for decoding and
-encoding audio data using Xiph.Org codecs (FLAC, Speex and Vorbis).
+libfishsound provides a simple programming interface for decoding and
+encoding audio data using Xiph.Org codecs (FLAC, Speex and Vorbis).
-libfishsound is a wrapper around the existing codec libraries and provides
-a consistent, higher-level programming interface. It has been designed for
-use in a wide variety of applications; it has no direct dependencies on
-Ogg encapsulation, though it is most commonly used in conjunction with
-liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files,
-including Ogg Theora and Annodex.
+libfishsound is a wrapper around the existing codec libraries and
+provides a consistent, higher-level programming interface. It has been
+designed for use in a wide variety of applications; it has no direct
+dependencies on Ogg encapsulation, though it is most commonly used
+in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis
+audio tracks in Ogg files, including Ogg Theora and Annodex.
diff --git a/libraries/libfishsound/libfishsound.SlackBuild b/libraries/libfishsound/libfishsound.SlackBuild
index 23ae0823dc..e1630cc049 100644
--- a/libraries/libfishsound/libfishsound.SlackBuild
+++ b/libraries/libfishsound/libfishsound.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libfishsound
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
@@ -25,9 +25,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -60,11 +57,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
sh autogen.sh
diff --git a/libraries/libfishsound/libfishsound.info b/libraries/libfishsound/libfishsound.info
index 7ae295f75f..1575b5a7db 100644
--- a/libraries/libfishsound/libfishsound.info
+++ b/libraries/libfishsound/libfishsound.info
@@ -1,10 +1,10 @@
PRGNAM="libfishsound"
VERSION="1.0.0"
-HOMEPAGE="http://github.com/kfish/libfishsound/"
+HOMEPAGE="https://github.com/kfish/libfishsound/"
DOWNLOAD="https://github.com/kfish/libfishsound/archive/1.0.0/libfishsound-1.0.0.tar.gz"
MD5SUM="f7f3f4d9e8afb2a832b4a5d19d533ed3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
+EMAIL="urchlay@slackware.uk"