pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mp3splt Initial import of mp3splt-1.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/052cbe504575
branches:  trunk
changeset: 461623:052cbe504575
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 18 14:05:07 2003 +0000

description:
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.

diffstat:

 audio/mp3splt/DESCR    |  10 ++++++++++
 audio/mp3splt/Makefile |  21 +++++++++++++++++++++
 audio/mp3splt/PLIST    |   4 ++++
 audio/mp3splt/distinfo |   4 ++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 895e99a46aca -r 052cbe504575 audio/mp3splt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3splt/DESCR       Thu Sep 18 14:05:07 2003 +0000
@@ -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 -r 895e99a46aca -r 052cbe504575 audio/mp3splt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3splt/Makefile    Thu Sep 18 14:05:07 2003 +0000
@@ -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@localhost
+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 -r 895e99a46aca -r 052cbe504575 audio/mp3splt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3splt/PLIST       Thu Sep 18 14:05:07 2003 +0000
@@ -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 -r 895e99a46aca -r 052cbe504575 audio/mp3splt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3splt/distinfo    Thu Sep 18 14:05:07 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index