diff options
author | Roberto Neri <rneri@libero.it> | 2011-07-19 07:47:14 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:11 -0500 |
commit | ab1a2081671d46a9eb827c91a505bd54b2325221 (patch) | |
tree | 48fed2517512b03cdfcc505ac5111a1c15f43dfa /audio/mp3splt | |
parent | f39358749f70bf18ecda8e8d394fa2a75cda108f (diff) | |
download | slackbuilds-ab1a2081671d46a9eb827c91a505bd54b2325221.tar.gz |
audio/mp3splt: Updated for version 2.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/README | 16 | ||||
-rw-r--r-- | audio/mp3splt/mp3splt.SlackBuild | 6 | ||||
-rw-r--r-- | audio/mp3splt/mp3splt.info | 6 |
3 files changed, 14 insertions, 14 deletions
diff --git a/audio/mp3splt/README b/audio/mp3splt/README index 6ac7b29a97..420a0598f0 100644 --- a/audio/mp3splt/README +++ b/audio/mp3splt/README @@ -1,11 +1,11 @@ -Mp3Splt-project is a utility to split mp3 and ogg files selecting a begin and an -end time position, without decoding. It's very useful to split large mp3/ogg to -make smaller files or to split entire albums to obtain original tracks. If you -want to split an album, you can select split points and filenames manually or -you can get them automatically from CDDB (internet or a local file) or from .cue -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 a utility to split mp3 and ogg files selecting a begin +and an end time position, without decoding. It's very useful to split +large mp3/ogg to make smaller files or to split entire albums to obtain +original tracks. If you want to split an album, you can select split +points and filenames manually or you can get them automatically from CDDB +(internet or a local file) or from .cue 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 (all available from SlackBuilds.org): - libmp3splt, a library (created from mp3splt version 2.1c) diff --git a/audio/mp3splt/mp3splt.SlackBuild b/audio/mp3splt/mp3splt.SlackBuild index c8f27dead2..b4fd41af58 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.3a} +VERSION=${VERSION:-2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,8 +57,8 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ - --build=$ARCH-slackware-linux \ - --enable-oggsplt_symlink + --enable-oggsplt_symlink \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG diff --git a/audio/mp3splt/mp3splt.info b/audio/mp3splt/mp3splt.info index 31895afbf9..447b8bd99f 100644 --- a/audio/mp3splt/mp3splt.info +++ b/audio/mp3splt/mp3splt.info @@ -1,8 +1,8 @@ PRGNAM="mp3splt" -VERSION="2.3a" +VERSION="2.4" HOMEPAGE="http://mp3splt.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.3a.tar.gz" -MD5SUM="1fe663f7de5a6949bbe5b6aa78fea79f" +DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.4.tar.gz" +MD5SUM="aa4dc3de6e789961c71d8b3daaac0623" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Roberto Neri" |