summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-24 22:37:50 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:09:00 +0100
commit2ac2a8e471b50e34eceb247bd5a47865ea8e4d6c (patch)
treea3faadd83484fc1bb384711d8583bec9c876a33d
parent02b4ec5dc77a2184ea79a573cc8f9217ac8d7e04 (diff)
downloadslackbuilds-2ac2a8e471b50e34eceb247bd5a47865ea8e4d6c.tar.gz
libraries/libfishsound: Fix README, remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libfishsound/README16
-rw-r--r--libraries/libfishsound/libfishsound.SlackBuild10
-rw-r--r--libraries/libfishsound/libfishsound.info2
3 files changed, 11 insertions, 17 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..82980e4a36 100644
--- a/libraries/libfishsound/libfishsound.SlackBuild
+++ b/libraries/libfishsound/libfishsound.SlackBuild
@@ -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..8620c52240 100644
--- a/libraries/libfishsound/libfishsound.info
+++ b/libraries/libfishsound/libfishsound.info
@@ -1,6 +1,6 @@
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=""