libraries/libmp3splt: Updated for version 0.7.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Roberto Neri 2011-07-19 07:45:23 -03:00 committed by Robby Workman
parent 2f46a80dbb
commit f39358749f
3 changed files with 12 additions and 12 deletions

View file

@ -1,11 +1,11 @@
Mp3Splt-project is a utility to split mp3 and ogg files selecting a begin and an Mp3Splt-project is a utility to split mp3 and ogg files selecting a begin
end time position, without decoding. It's very useful to split large mp3/ogg to and an end time position, without decoding. It's very useful to split
make smaller files or to split entire albums to obtain original tracks. If you large mp3/ogg to make smaller files or to split entire albums to obtain
want to split an album, you can select split points and filenames manually or original tracks. If you want to split an album, you can select split
you can get them automatically from CDDB (internet or a local file) or from .cue points and filenames manually or you can get them automatically from CDDB
files. Supports also automatic silence split, that can be used also to adjust (internet or a local file) or from .cue files. Supports also automatic
cddb/cue splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in silence split, that can be used also to adjust cddb/cue splitpoints. You
few seconds. can extract tracks from Mp3Wrap or AlbumWrap files in few seconds.
Mp3splt-project is divided in 3 parts (all available from SlackBuilds.org): Mp3splt-project is divided in 3 parts (all available from SlackBuilds.org):
- libmp3splt, a library (created from mp3splt version 2.1c) - libmp3splt, a library (created from mp3splt version 2.1c)

View file

@ -5,7 +5,7 @@
# Written by Roberto Neri <rneri@libero.it> # Written by Roberto Neri <rneri@libero.it>
PRGNAM=libmp3splt PRGNAM=libmp3splt
VERSION=${VERSION:-0.6.1a} VERSION=${VERSION:-0.7}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="libmp3splt" PRGNAM="libmp3splt"
VERSION="0.6.1a" VERSION="0.7"
HOMEPAGE="http://mp3splt.sourceforge.net" HOMEPAGE="http://mp3splt.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/mp3splt/libmp3splt-0.6.1a.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/mp3splt/libmp3splt-0.7.tar.gz"
MD5SUM="a6a00d83e49adf27abb7a0cb0ea384a4" MD5SUM="dadb166361e2a28955032a1b9f10ed38"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Roberto Neri" MAINTAINER="Roberto Neri"