summaryrefslogtreecommitdiffstats
path: root/audio/asunder
diff options
context:
space:
mode:
Diffstat (limited to 'audio/asunder')
-rw-r--r--audio/asunder/README5
-rw-r--r--audio/asunder/asunder.SlackBuild20
-rw-r--r--audio/asunder/asunder.info6
3 files changed, 19 insertions, 12 deletions
diff --git a/audio/asunder/README b/audio/asunder/README
index fb52473048..753d6a1680 100644
--- a/audio/asunder/README
+++ b/audio/asunder/README
@@ -2,7 +2,6 @@ Asunder is a graphical Audio CD ripper and encoder. You can use
it to save tracks from an Audio CD as WAV, MP3, OGG, FLAC, AAC
and/or Wavpack.
-
* Can save audio tracks as WAV, MP3, Ogg Vorbis, FLAC, Opus,
Wavpack, Musepack, AAC, and Monkey's audio files
* Uses CDDB to name and tag each track
@@ -14,8 +13,6 @@ and/or Wavpack.
Optional dependecies:
- * lame (for MP3 support)
- * opus (for Opus support)
* mppenc (for Musepack support)
- * nero-aac (for AAC support)
+ * Fraunhofer FDK AAC (for AAC support)
* mac (for Monkey's Audio support)
diff --git a/audio/asunder/asunder.SlackBuild b/audio/asunder/asunder.SlackBuild
index 0ec8591df5..c53c449d1b 100644
--- a/audio/asunder/asunder.SlackBuild
+++ b/audio/asunder/asunder.SlackBuild
@@ -1,9 +1,9 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for Asunder
# Copyright 2008-2012 Frank Caraballo <fecaraballo{at}gmail{dot}com>
-# Copyright 2017-2018 Alan Ianson, Penticton, BC Canada
+# Copyright 2017-2020 Alan Ianson, Penticton, BC Canada
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,10 +23,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=asunder
-VERSION=${VERSION:-2.9.3}
+VERSION=${VERSION:-2.9.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -36,7 +39,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# 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
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -91,4 +101,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/audio/asunder/asunder.info b/audio/asunder/asunder.info
index ca88c676fd..3295eaac0f 100644
--- a/audio/asunder/asunder.info
+++ b/audio/asunder/asunder.info
@@ -1,8 +1,8 @@
PRGNAM="asunder"
-VERSION="2.9.3"
+VERSION="2.9.6"
HOMEPAGE="http://littlesvr.ca/asunder/"
-DOWNLOAD="http://littlesvr.ca/asunder/releases/asunder-2.9.3.tar.bz2"
-MD5SUM="fe20004f6f7699b4959e7f0458488ebf"
+DOWNLOAD="http://littlesvr.ca/asunder/releases/asunder-2.9.6.tar.bz2"
+MD5SUM="64c1d87e0eb9e695af5bea9af19131b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""