diff options
author | Roberto Neri <rneri@libero.it> | 2011-05-27 13:25:26 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:30:55 -0400 |
commit | 1f26435c7b1ec33b2c37bb5f8b663af27be49c87 (patch) | |
tree | 9259f155f5e5796b8547a6be35bb0580875f6a13 /libraries | |
parent | cb373c32c4049f8c82ea418ba6e39a96d02f4c40 (diff) | |
download | slackbuilds-1f26435c7b1ec33b2c37bb5f8b663af27be49c87.tar.gz |
libraries/libmp3splt: Updated for version 0.6.1a
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libmp3splt/libmp3splt.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/libmp3splt/libmp3splt.info | 8 | ||||
-rw-r--r-- | libraries/libmp3splt/slack-desc | 10 |
3 files changed, 11 insertions, 13 deletions
diff --git a/libraries/libmp3splt/libmp3splt.SlackBuild b/libraries/libmp3splt/libmp3splt.SlackBuild index 21d64e2a3b..7e60e8697a 100644 --- a/libraries/libmp3splt/libmp3splt.SlackBuild +++ b/libraries/libmp3splt/libmp3splt.SlackBuild @@ -5,16 +5,14 @@ # Written by Roberto Neri <rneri@libero.it> PRGNAM=libmp3splt -VERSION=${VERSION:-0.5.9} +VERSION=${VERSION:-0.6.1a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -64,7 +62,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/libraries/libmp3splt/libmp3splt.info b/libraries/libmp3splt/libmp3splt.info index 7fabbb2a08..493082e92e 100644 --- a/libraries/libmp3splt/libmp3splt.info +++ b/libraries/libmp3splt/libmp3splt.info @@ -1,10 +1,10 @@ PRGNAM="libmp3splt" -VERSION="0.5.9" +VERSION="0.6.1a" HOMEPAGE="http://mp3splt.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/mp3splt/libmp3splt-0.5.9.tar.gz" -MD5SUM="2a29c8a8965d45ae89582a3f112f48e3" +DOWNLOAD="http://downloads.sourceforge.net/mp3splt/libmp3splt-0.6.1a.tar.gz" +MD5SUM="a6a00d83e49adf27abb7a0cb0ea384a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Roberto Neri" EMAIL="rneri@libero.it" -APPROVED="rworkman" +APPROVED="Niels Horn" diff --git a/libraries/libmp3splt/slack-desc b/libraries/libmp3splt/slack-desc index bfaad2398e..fb0c870b9a 100644 --- a/libraries/libmp3splt/slack-desc +++ b/libraries/libmp3splt/slack-desc @@ -1,13 +1,13 @@ # HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| libmp3splt: libmp3splt (library from the mp3splt project) -libmp3splt: +libmp3splt: libmp3splt: mp3splt is a free utility to split mp3/ogg files (without decoding), libmp3splt: selecting begin/end time; if file is an album, you can get splitpoints libmp3splt: automatically from internet or a local cue/cddb file. |