diff options
author | Roberto Neri <rneri@libero.it> | 2010-05-12 17:41:30 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:41:30 +0200 |
commit | 164b9f62f4c787a647082eae6959dc1b4fdbf09c (patch) | |
tree | 9865f6b0a14a21f2833f059b06dea44d5b3d264c /libraries/libmp3splt | |
parent | d1f797f87236f5ae65a28eaf4a3fe9177e5b79f6 (diff) | |
download | slackbuilds-164b9f62f4c787a647082eae6959dc1b4fdbf09c.tar.gz |
libraries/libmp3splt: Updated for version 0.5.4
Diffstat (limited to 'libraries/libmp3splt')
-rw-r--r-- | libraries/libmp3splt/README | 3 | ||||
-rw-r--r-- | libraries/libmp3splt/libmp3splt.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/libmp3splt/libmp3splt.info | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/libraries/libmp3splt/README b/libraries/libmp3splt/README index c346bfe81b..72ea27f498 100644 --- a/libraries/libmp3splt/README +++ b/libraries/libmp3splt/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/libraries/libmp3splt/libmp3splt.SlackBuild b/libraries/libmp3splt/libmp3splt.SlackBuild index 8d69e444e1..bb468070f7 100644 --- a/libraries/libmp3splt/libmp3splt.SlackBuild +++ b/libraries/libmp3splt/libmp3splt.SlackBuild @@ -5,7 +5,7 @@ # Written by Roberto Neri <rneri@libero.it> PRGNAM=libmp3splt -VERSION=${VERSION:-0.5.2} +VERSION=${VERSION:-0.5.4} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,14 +42,17 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --disable-static + --disable-static \ + --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 ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/libraries/libmp3splt/libmp3splt.info b/libraries/libmp3splt/libmp3splt.info index bb2774cb5c..3d23f617b0 100644 --- a/libraries/libmp3splt/libmp3splt.info +++ b/libraries/libmp3splt/libmp3splt.info @@ -1,8 +1,8 @@ PRGNAM="libmp3splt" -VERSION="0.5.2" +VERSION="0.5.4" HOMEPAGE="http://mp3splt.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/mp3splt/libmp3splt-0.5.2.tar.gz" -MD5SUM="03b3ee3e6c6d583cc9c66c3981860bcd" +DOWNLOAD="http://downloads.sourceforge.net/mp3splt/libmp3splt-0.5.4.tar.gz" +MD5SUM="a65f63dc9c176dabff3c6c85c4c3bf2c" MAINTAINER="Roberto Neri" EMAIL="rneri@libero.it" -APPROVED="David Somero" +APPROVED="rworkman" |