summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson2021-12-03 19:57:51 +0100
committer Willy Sudiarto Raharjo2021-12-10 02:37:34 +0100
commit0c96872d44670f844cd5445b2ba147cd035cae9c (patch)
tree99e142b04fd0a4665ddc09b6b70fd4d49a39b258 /audio
parent460e00674abf12adbad8f5d7183b5a11f1a441ed (diff)
downloadslackbuilds-0c96872d44670f844cd5445b2ba147cd035cae9c.tar.gz
audio/xmms-mp4: Update URLS, README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-mp4/README11
-rw-r--r--audio/xmms-mp4/slack-desc2
-rw-r--r--audio/xmms-mp4/xmms-mp4.SlackBuild10
-rw-r--r--audio/xmms-mp4/xmms-mp4.info4
4 files changed, 12 insertions, 15 deletions
diff --git a/audio/xmms-mp4/README b/audio/xmms-mp4/README
index b279954157..5e4620e5d1 100644
--- a/audio/xmms-mp4/README
+++ b/audio/xmms-mp4/README
@@ -1,5 +1,8 @@
-Plugin to support .mp4/.m4a/.aac files in XMMS 1.x.
+xmms-mp4 (plugin to support .mp4/.m4a/.aac files in XMMS 1)
-Notes that seeking is not supported. Also note that this
-package is for XMMS 1.x (the one shipped with Slackware).
-It's not needed for the xmms2 package from slackbuilds.org.
+This adds playback support for mp4/m4a/aac files to XMMS 1. This is
+for XMMS 1.x (the one shipped with Slackware). It's not needed for
+xmms2 from SlackBuilds.org.
+
+Seeking is not fully supported. It seems to work on some files at
+least.
diff --git a/audio/xmms-mp4/slack-desc b/audio/xmms-mp4/slack-desc
index 797f16f2d3..99ba484589 100644
--- a/audio/xmms-mp4/slack-desc
+++ b/audio/xmms-mp4/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-xmms-mp4: xmms-mp4 (Plugin to support .mp4/.m4a/.aac files in XMMS)
+xmms-mp4: xmms-mp4 (plugin to support .mp4/.m4a/.aac files in XMMS 1)
xmms-mp4:
xmms-mp4: This adds playback support for mp4/m4a/aac files to XMMS 1.
xmms-mp4:
diff --git a/audio/xmms-mp4/xmms-mp4.SlackBuild b/audio/xmms-mp4/xmms-mp4.SlackBuild
index 8af943dcc4..672262f37e 100644
--- a/audio/xmms-mp4/xmms-mp4.SlackBuild
+++ b/audio/xmms-mp4/xmms-mp4.SlackBuild
@@ -22,9 +22,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
@@ -57,11 +54,8 @@ rm -rf ${PRGNAM}_$VERSION
tar xvf $CWD/${PRGNAM}_$VERSION.tar.bz2
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 {} \+
# modern gcc doesn't allow a header to declare a static function when
# the function isn't defined as static, fix.
diff --git a/audio/xmms-mp4/xmms-mp4.info b/audio/xmms-mp4/xmms-mp4.info
index e6016e7edf..df44ddc9b4 100644
--- a/audio/xmms-mp4/xmms-mp4.info
+++ b/audio/xmms-mp4/xmms-mp4.info
@@ -1,7 +1,7 @@
PRGNAM="xmms-mp4"
VERSION="20050213"
-HOMEPAGE="http://fondriest.frederic.free.fr/realisations/"
-DOWNLOAD="http://fondriest.frederic.free.fr/fichiers/xmms-mp4_20050213.tar.bz2"
+HOMEPAGE="https://web.archive.org/web/20160609083106/http://fondriest.frederic.free.fr/realisations/"
+DOWNLOAD="https://web.archive.org/web/20160609083106/http://fondriest.frederic.free.fr/fichiers/xmms-mp4_20050213.tar.bz2"
MD5SUM="bac0a31ea170788e0c7c252959b46528"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""