diff options
author | Roberto Neri <rneri@libero.it> | 2010-05-12 17:37:11 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:37:11 +0200 |
commit | c1561ef68d924886457cd01669b2ae07ba3c90b3 (patch) | |
tree | 5487c2b66bbd27db242e10624d2b9488dfe90aa6 /audio | |
parent | d7baa66e84df13cbc2fda1af3986dcfa77f3ac9f (diff) | |
download | slackbuilds-c1561ef68d924886457cd01669b2ae07ba3c90b3.tar.gz |
audio/mp3splt: Updated for version 2.2.3
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3splt/README | 3 | ||||
-rw-r--r-- | audio/mp3splt/mp3splt.SlackBuild | 11 | ||||
-rw-r--r-- | audio/mp3splt/mp3splt.info | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/audio/mp3splt/README b/audio/mp3splt/README index c346bfe81b..72ea27f498 100644 --- a/audio/mp3splt/README +++ b/audio/mp3splt/README @@ -7,8 +7,7 @@ files. Supports also automatic silence split, that can be used also to adjust cddb/cue splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in few seconds. -Mp3splt-project is divided in 3 parts: +Mp3splt-project is divided in 3 parts (all available from SlackBuilds.org): - libmp3splt, a library (created from mp3splt version 2.1c) - mp3splt, a command line program - mp3splt-gtk, a gtk2 gui -all available from SlackBuilds.org diff --git a/audio/mp3splt/mp3splt.SlackBuild b/audio/mp3splt/mp3splt.SlackBuild index 6cefee3cf6..18f2ea62b9 100644 --- a/audio/mp3splt/mp3splt.SlackBuild +++ b/audio/mp3splt/mp3splt.SlackBuild @@ -5,7 +5,7 @@ # Written by Roberto Neri <rneri@libero.it> PRGNAM=mp3splt -VERSION=${VERSION:-2.2.1} +VERSION=${VERSION:-2.2.3} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,14 +42,17 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/man \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null ) ( cd $PKG/usr/man diff --git a/audio/mp3splt/mp3splt.info b/audio/mp3splt/mp3splt.info index 603913ee27..3cd7aee6d5 100644 --- a/audio/mp3splt/mp3splt.info +++ b/audio/mp3splt/mp3splt.info @@ -1,8 +1,8 @@ PRGNAM="mp3splt" -VERSION="2.2.1" +VERSION="2.2.3" HOMEPAGE="http://mp3splt.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.2.1.tar.gz" -MD5SUM="8f487a5353b608f8c11de0a42253641e" +DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.2.3.tar.gz" +MD5SUM="aa67e24931c62d2f09be13303fbf410e" MAINTAINER="Roberto Neri" EMAIL="rneri@libero.it" -APPROVED="David Somero" +APPROVED="rworkman" |