summaryrefslogtreecommitdiffstats
path: root/audio/xmms-mp4
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-mp4')
-rw-r--r--audio/xmms-mp4/README11
-rw-r--r--audio/xmms-mp4/slack-desc2
-rw-r--r--audio/xmms-mp4/xmms-mp4.SlackBuild12
-rw-r--r--audio/xmms-mp4/xmms-mp4.info6
4 files changed, 14 insertions, 17 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..4670497106 100644
--- a/audio/xmms-mp4/xmms-mp4.SlackBuild
+++ b/audio/xmms-mp4/xmms-mp4.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xmms-mp4
-# 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.
@@ -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..38f7b02b05 100644
--- a/audio/xmms-mp4/xmms-mp4.info
+++ b/audio/xmms-mp4/xmms-mp4.info
@@ -1,10 +1,10 @@
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=""
REQUIRES="faad2"
MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
+EMAIL="urchlay@slackware.uk"