From baa0dcf1683e56f50849e5b273d4ed77a4fa90ec Mon Sep 17 00:00:00 2001 From: jolan Date: Mon, 17 Oct 2005 04:39:12 +0000 Subject: [PATCH] mp3splt-2.1c, split mp3/ogg files without decoding from armin wolfermann --- audio/mp3splt/Makefile | 31 +++++++++++++++++++++++++++++++ audio/mp3splt/distinfo | 4 ++++ audio/mp3splt/pkg/DESCR | 8 ++++++++ audio/mp3splt/pkg/PLIST | 4 ++++ 4 files changed, 47 insertions(+) create mode 100644 audio/mp3splt/Makefile create mode 100644 audio/mp3splt/distinfo create mode 100644 audio/mp3splt/pkg/DESCR create mode 100644 audio/mp3splt/pkg/PLIST diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile new file mode 100644 index 00000000000..54ef90a5d27 --- /dev/null +++ b/audio/mp3splt/Makefile @@ -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 + +# 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 diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo new file mode 100644 index 00000000000..0eab7717290 --- /dev/null +++ b/audio/mp3splt/distinfo @@ -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 diff --git a/audio/mp3splt/pkg/DESCR b/audio/mp3splt/pkg/DESCR new file mode 100644 index 00000000000..1af82f0d2be --- /dev/null +++ b/audio/mp3splt/pkg/DESCR @@ -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. diff --git a/audio/mp3splt/pkg/PLIST b/audio/mp3splt/pkg/PLIST new file mode 100644 index 00000000000..6a4e1208efd --- /dev/null +++ b/audio/mp3splt/pkg/PLIST @@ -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