From 52eded07e305c57a9715d565c1ef0538cab2d8f0 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 18 Sep 2003 14:05:07 +0000 Subject: Initial import of mp3splt-1.9. 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. Otherwise if you have a file created either with Mp3Wrap or AlbumWrap you can extract tracks just in few seconds. --- audio/mp3splt/DESCR | 10 ++++++++++ audio/mp3splt/Makefile | 21 +++++++++++++++++++++ audio/mp3splt/PLIST | 4 ++++ audio/mp3splt/distinfo | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 audio/mp3splt/DESCR create mode 100644 audio/mp3splt/Makefile create mode 100644 audio/mp3splt/PLIST create mode 100644 audio/mp3splt/distinfo (limited to 'audio/mp3splt') diff --git a/audio/mp3splt/DESCR b/audio/mp3splt/DESCR new file mode 100644 index 00000000000..801be060300 --- /dev/null +++ b/audio/mp3splt/DESCR @@ -0,0 +1,10 @@ +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. +Otherwise if you have a file created either with Mp3Wrap or AlbumWrap +you can extract tracks just in few seconds. diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile new file mode 100644 index 00000000000..7f8091f0fdc --- /dev/null +++ b/audio/mp3splt/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/18 14:05:07 wiz Exp $ +# + +DISTNAME= mp3splt-1.9-src +PKGNAME= ${DISTNAME:S/-src//} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://mp3splt.sourceforge.net/ +COMMENT= Command line utility to split MP3 (VBR supported) and OGG files + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../audio/libmad/buildlink2.mk" +.include "../../audio/libogg/buildlink2.mk" +.include "../../audio/libvorbis/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mp3splt/PLIST b/audio/mp3splt/PLIST new file mode 100644 index 00000000000..f96891dfc1f --- /dev/null +++ b/audio/mp3splt/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/18 14:05:07 wiz Exp $ +bin/mp3splt +bin/oggsplt +man/man1/mp3splt.1 diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo new file mode 100644 index 00000000000..882e7e33b86 --- /dev/null +++ b/audio/mp3splt/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/18 14:05:07 wiz Exp $ + +SHA1 (mp3splt-1.9-src.tar.gz) = 671580da1f6d16a529607380bfe6c3a1e81be172 +Size (mp3splt-1.9-src.tar.gz) = 112066 bytes -- cgit v1.2.3