multimedia/xmms-crossfade: Reflow README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-09-10 23:46:59 -04:00 committed by Willy Sudiarto Raharjo
parent da97a22188
commit 5d36a1e75c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 32 additions and 36 deletions

View File

@ -6,26 +6,28 @@ 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.
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.
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.
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
@ -34,5 +36,5 @@ Features:
* 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
useful for example when using the volume normalizing plugin together
with the icecast plugin.

View File

@ -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" \

View File

@ -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=""