mp3splt-2.1c, split mp3/ogg files without decoding

from armin wolfermann
This commit is contained in:
jolan 2005-10-17 04:39:12 +00:00
parent 49beac3f28
commit baa0dcf168
4 changed files with 47 additions and 0 deletions

31
audio/mp3splt/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/17 04:39:12 jolan Exp $
COMMENT= "split mp3/ogg files without decoding"
DISTNAME= mp3splt-2.1c-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= audio
HOMEPAGE= http://sourceforge.net/projects/mp3splt/
MAINTAINER= Armin Wolfermann <armin@wolfermann.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ogg
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
WRKDIST=${WRKDIR}/${DISTNAME:S/-src//}
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS+= mad.2::audio/libmad \
vorbis.3,vorbisfile.4::audio/libvorbis
.include <bsd.port.mk>

4
audio/mp3splt/distinfo Normal file
View File

@ -0,0 +1,4 @@
40962d696c2a687569ab55382600178f5c8fd2b1 mp3splt-2.1c-src.tar.gz
MD5 (mp3splt-2.1c-src.tar.gz) = b355835e4d57b8b921a14a6485244c87
RMD160 (mp3splt-2.1c-src.tar.gz) = 857b225ac4645cc43cc0381e5ecfe908d9c01fb9
SIZE (mp3splt-2.1c-src.tar.gz) = 131810

8
audio/mp3splt/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
Mp3Splt is a command line utility to split mp3 (VBR supported) 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.

4
audio/mp3splt/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/10/17 04:39:12 jolan Exp $
bin/mp3splt
bin/oggsplt
@man man/man1/mp3splt.1