summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author AlexGAV <alexgav.home[AT]gmail.com>2010-08-10 01:28:57 +0100
committer Michiel van Wessem <michiel@slackbuilds.org>2010-08-10 01:28:57 +0100
commite2da28964b61abf4e486a21cd3fb5334fe83c5a0 (patch)
tree32365742b4ea35d2c228782f9abe9079f9cdbbfd /audio
parent7d4d482d412004a33e48be8eb89a7577b133dfe4 (diff)
downloadslackbuilds-e2da28964b61abf4e486a21cd3fb5334fe83c5a0.tar.gz
slackbuilds-e2da28964b61abf4e486a21cd3fb5334fe83c5a0.tar.xz
audio/deadbeef: Updated for version 0.4.1.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/deadbeef/README48
-rw-r--r--audio/deadbeef/deadbeef.SlackBuild12
-rw-r--r--audio/deadbeef/deadbeef.info8
-rw-r--r--audio/deadbeef/slack-desc5
4 files changed, 37 insertions, 36 deletions
diff --git a/audio/deadbeef/README b/audio/deadbeef/README
index bb08fa2fa9..64ceb7b37f 100644
--- a/audio/deadbeef/README
+++ b/audio/deadbeef/README
@@ -1,25 +1,29 @@
-DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11.
+DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11
+(though now it also runs in plain console without X, in FreeBSD, and in OpenSolaris).
Main features:
-* mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, cd audio (and many more).
-* sid, nsf and lots of other popular chiptune formats.
-* ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support.
-* character set detection for non-unicode id3 tags
-* unicode tags are fully supported as well (both utf8 and ucs2).
-* cuesheet (.cue files) support, with charset detection
-* tracker modules like mod, s3m, it, xm, etc.
-* HVSC song length database support for sid.
-* gtk2 interface with efficient custom widgets; no GNOME or KDE dependencies.
-* minimize to tray, with scrollwheel volume control.
-* drag and drop, both inside of playlist, and from filemanagers and such.
-* control playback from command line.
-* global hotkeys.
-* plugin support; bundled with lots of plugins, such as global hotkeys
- and last.fm scrobbler; sdk is included.
-* duration calculation is as precise as possible for vbr mp3 files (with
- and without xing/info tags).
-* was tested and works on x86, x86_64 and ppc64 architectures. should work
- on most modern platforms.
-amrnb, amrwb, dirac, faac, faad2, ffmpeg, lame, libsndfile, openjpeg,
-schroedinger, speex, x264, and xvidcore are optional dependencies.
+* mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, cd audio (and many more)
+* sid, nsf and lots of other popular chiptune formats
+* ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
+* character set detection for non-unicode id3 tags - supports cp1251 and
+ iso8859-1
+* unicode tags are fully supported as well (both utf8 and ucs2)
+* cuesheet (.cue files) support, with charset detection (utf8/cp1251/iso8859-1)
+* tracker modules like mod, s3m, it, xm, etc
+* HVSC song length database support for sid
+* gtk2 interface with efficient custom widgets
+* no GNOME or KDE dependencies
+* minimize to tray, with scrollwheel volume control
+* drag and drop, both inside of playlist, and from filemanagers and such
+* control playback from command line
+* global hotkeys
+* plugin support; bundled with lots of plugins, such as global hotkeys and
+ last.fm scrobbler; sdk is included
+* duration calculation is as precise as possible for vbr mp3 files (with and
+ without xing/info tags)
+* was tested and works on x86, x86_64 and ppc64 architectures. should work on
+ most modern platforms
+
+ffmpeg and libsndfile are optional dependencies for deadbeef. Build scripts
+for these can be found on SlackBuilds.org.
diff --git a/audio/deadbeef/deadbeef.SlackBuild b/audio/deadbeef/deadbeef.SlackBuild
index 45f8bc5a73..f914e032f3 100644
--- a/audio/deadbeef/deadbeef.SlackBuild
+++ b/audio/deadbeef/deadbeef.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for deadbeef
#
-# Copyright 2010 AlexGAV
+# Copyright 2010 AlexGAV
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=deadbeef
-VERSION=0.3.3
-BUILD=${BUILD:-2}
+VERSION=0.4.1
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+rw,go+r-w .
@@ -83,7 +83,9 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-cp -a AUTHORS $PKG/usr/doc/$PRGNAM-$VERSION
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING.* ChangeLog INSTALL NEWS README \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/audio/deadbeef/deadbeef.info b/audio/deadbeef/deadbeef.info
index e6dfb5a288..12e6d50e3e 100644
--- a/audio/deadbeef/deadbeef.info
+++ b/audio/deadbeef/deadbeef.info
@@ -1,10 +1,10 @@
PRGNAM="deadbeef"
-VERSION="0.3.3"
+VERSION="0.4.1"
HOMEPAGE="http://deadbeef.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/deadbeef/deadbeef-0.3.3.tar.gz"
-MD5SUM="5f6a00dd18cd27f488f0660ce675182a"
+DOWNLOAD="http://downloads.sourceforge.net/deadbeef/deadbeef-0.4.1.tar.bz2"
DOWNLOAD_x86_64=""
+MD5SUM="69383c6490461751c2ec6281158a8624"
MD5SUM_x86_64=""
MAINTAINER="AlexGAV"
EMAIL="alexgav.home[AT]gmail.com"
-APPROVED="dsomero"
+APPROVED="Michiel"
diff --git a/audio/deadbeef/slack-desc b/audio/deadbeef/slack-desc
index a2d18599d5..756aea7152 100644
--- a/audio/deadbeef/slack-desc
+++ b/audio/deadbeef/slack-desc
@@ -6,14 +6,9 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-deadbeef: deadbeef (audio player)
-deadbeef:
deadbeef: DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems
deadbeef: with X11 (though now it also runs in plain console without X,
deadbeef: in FreeBSD, and in OpenSolaris).
deadbeef:
deadbeef: Homepage: http://deadbeef.sourceforge.net/
deadbeef:
-deadbeef:
-deadbeef:
-deadbeef: