summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author B. Watson2021-09-11 05:46:59 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:22 +0200
commit5d36a1e75c9eb0d0b42ed670eb39268704c3f74e (patch)
tree8ae82d98a82acf1ffab9bdb8b7c3e0c6ee12e596 /multimedia
parentda97a2218875ecd3a68c11776a2d3d299b062b69 (diff)
downloadslackbuilds-5d36a1e75c9eb0d0b42ed670eb39268704c3f74e.tar.gz
multimedia/xmms-crossfade: Reflow README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xmms-crossfade/README64
-rw-r--r--multimedia/xmms-crossfade/xmms-crossfade.SlackBuild10
-rw-r--r--multimedia/xmms-crossfade/xmms-crossfade.info4
3 files changed, 37 insertions, 41 deletions
diff --git a/multimedia/xmms-crossfade/README b/multimedia/xmms-crossfade/README
index 3272c8660c..d91aea033f 100644
--- a/multimedia/xmms-crossfade/README
+++ b/multimedia/xmms-crossfade/README
@@ -5,34 +5,36 @@ smoothly crossfade inbetween.
Features:
- * Crossfading
- Crossfade between two songs, i.e. fade out the end of the current song
- while fading in the beginning of the next for a smooth transition. Length
- and volume of the fadings can be adjusted separately for fading in and
- out.
-
- * Fadein/Fadeout
- Smoothly fadein/fadeout at the beginning or end of playback.
-
- * Continuous output
- Keeps the audio device opened when switching from one song to the next.
- When used with the Gap-Killer, this allows for seamless playback of whole
- albums without any audible interruption between the tracks.
-
- * Gap-Killer
- Removes the short gaps of silence at the beginning and/or end of mp3
- files. These gaps are caused by some mp3-encoders.
-
- * Automatic detection of live albums
- Automatically detects live albums and pre-mixed tracks which already are
- crossfaded. For those tracks, crossfading can be disabled automatically.
-
- * High quality
- XMMS-crossfade can take special care to avoid the clicks some
- soundcards produce when suddenly being stopped. Also, it can improve
- quality when seeking within a song.
-
- * Secondary effect plugin:
- XMMS-crossfade allows you to select a second effect plugin. This is
- usefull for example when using the volume normalizing plugin together
- with the icecast plugin.
+* Crossfading
+ Crossfade between two songs, i.e. fade out the end of the current
+ song while fading in the beginning of the next for a smooth
+ transition. Length and volume of the fadings can be adjusted
+ separately for fading in and out.
+
+* Fadein/Fadeout
+ Smoothly fadein/fadeout at the beginning or end of playback.
+
+* Continuous output
+ Keeps the audio device opened when switching from one song to
+ the next. When used with the Gap-Killer, this allows for seamless
+ playback of whole albums without any audible interruption between
+ the tracks.
+
+* Gap-Killer
+ Removes the short gaps of silence at the beginning and/or end of mp3
+ files. These gaps are caused by some mp3-encoders.
+
+* Automatic detection of live albums
+ Automatically detects live albums and pre-mixed tracks which already
+ are crossfaded. For those tracks, crossfading can be disabled
+ automatically.
+
+* High quality
+ XMMS-crossfade can take special care to avoid the clicks some
+ soundcards produce when suddenly being stopped. Also, it can improve
+ quality when seeking within a song.
+
+* Secondary effect plugin:
+ XMMS-crossfade allows you to select a second effect plugin. This is
+ useful for example when using the volume normalizing plugin together
+ with the icecast plugin.
diff --git a/multimedia/xmms-crossfade/xmms-crossfade.SlackBuild b/multimedia/xmms-crossfade/xmms-crossfade.SlackBuild
index 697a2f4033..ef61c86e5b 100644
--- a/multimedia/xmms-crossfade/xmms-crossfade.SlackBuild
+++ b/multimedia/xmms-crossfade/xmms-crossfade.SlackBuild
@@ -33,9 +33,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
@@ -70,11 +67,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 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 {} \+
LDFLAGS="-Wl,-s" \
CFLAGS="$SLKCFLAGS -fgnu89-inline" \
diff --git a/multimedia/xmms-crossfade/xmms-crossfade.info b/multimedia/xmms-crossfade/xmms-crossfade.info
index 1b82ba026b..6da46ab155 100644
--- a/multimedia/xmms-crossfade/xmms-crossfade.info
+++ b/multimedia/xmms-crossfade/xmms-crossfade.info
@@ -1,7 +1,7 @@
PRGNAM="xmms-crossfade"
VERSION="0.3.14"
-HOMEPAGE="http://www.eisenlohr.org/xmms-crossfade"
-DOWNLOAD="http://www.eisenlohr.org/xmms-crossfade/xmms-crossfade-0.3.14.tar.gz"
+HOMEPAGE="https://www.eisenlohr.org/xmms-crossfade"
+DOWNLOAD="https://www.eisenlohr.org/xmms-crossfade/xmms-crossfade-0.3.14.tar.gz"
MD5SUM="026c52544c7f3193d384288c9f8296aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""