diff options
author | schmonz <schmonz> | 2008-10-05 22:56:41 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2008-10-05 22:56:41 +0000 |
commit | 1a04a7ea4b729e6eecfc557bbdd3ec91e16f9c9c (patch) | |
tree | 7e65b133ebb4bdc9d15ce92e3d7bb8193bc50d47 /audio/mp3splt | |
parent | ad94d668445df1f392f720c5853dc629e7e675e9 (diff) | |
download | pkgsrc-1a04a7ea4b729e6eecfc557bbdd3ec91e16f9c9c.tar.gz |
Update mp3splt to 2.2.1 (obviating the need for mp3splt-devel) and take
MAINTAINER. From the changelog:
- corrected the -g option to be more intuitive
- fixed bug in the man page (from wrong '-t' to wrong '-g')
- changed small usage error on '-g' option
- mp3splt is now using libmp3splt
- checks for compatibilities between options
- added 'm-' for mp3 STDIN
- possibility to specify the server and port for freedb search;
(now using tracktype.org by default)
- original id3v1 for mp3 tags are kept in the splitted files and also
ogg vorbis tags
- add custom tags with the new '-g' option
- '-o' option now creates the specified directories if '-d' option is not
specified
- added '-Q' option which enables the '-q' option and does not print
anything to STDOUT
- added experimental '-D' debug mode option
- added '-i' option for counting the number of silence splitpoints
- also added '-h' option which shows a small usage
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 16 | ||||
-rw-r--r-- | audio/mp3splt/PLIST | 3 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 11 | ||||
-rw-r--r-- | audio/mp3splt/patches/patch-aa | 27 | ||||
-rw-r--r-- | audio/mp3splt/patches/patch-ab | 13 |
5 files changed, 29 insertions, 41 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 9922a09199b..8052bde37eb 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,23 +1,19 @@ -# $NetBSD: Makefile,v 1.12 2008/07/14 12:55:58 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/10/05 22:56:41 schmonz Exp $ # -DISTNAME= mp3splt-2.1c-src -PKGNAME= ${DISTNAME:S/-src//} +DISTNAME= mp3splt-2.2.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://mp3splt.sourceforge.net/ COMMENT= Command line utility to split MP3 (VBR supported) and OGG files PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes - -.include "../../audio/libmad/buildlink3.mk" -.include "../../audio/libvorbis/buildlink3.mk" -.include "../../multimedia/libogg/buildlink3.mk" +GNU_CONFIGURE= yes +USE_FEATURES= getopt_long +.include "../../audio/libmp3splt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/mp3splt/PLIST b/audio/mp3splt/PLIST index f96891dfc1f..9c8ce1f1334 100644 --- a/audio/mp3splt/PLIST +++ b/audio/mp3splt/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/18 14:05:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/10/05 22:56:41 schmonz Exp $ bin/mp3splt -bin/oggsplt man/man1/mp3splt.1 diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index 6da8f3ab4e0..54314be3a27 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2006/03/06 14:26:17 joerg Exp $ +$NetBSD: distinfo,v 1.8 2008/10/05 22:56:41 schmonz Exp $ -SHA1 (mp3splt-2.1c-src.tar.gz) = 40962d696c2a687569ab55382600178f5c8fd2b1 -RMD160 (mp3splt-2.1c-src.tar.gz) = 857b225ac4645cc43cc0381e5ecfe908d9c01fb9 -Size (mp3splt-2.1c-src.tar.gz) = 131810 bytes -SHA1 (patch-aa) = f90ac091d136de06b00daee259dcfadd77b68e30 -SHA1 (patch-ab) = 7572d2a026e328f355675b54b258ba262fab1568 +SHA1 (mp3splt-2.2.1.tar.gz) = c20df0c33f8d865f9253b0eb186e862803543402 +RMD160 (mp3splt-2.2.1.tar.gz) = 9272b058743e15f826312f34dce4ce56d42bb8eb +Size (mp3splt-2.2.1.tar.gz) = 131218 bytes +SHA1 (patch-aa) = 936252eebac04437f52c74796297cb6c3f61a24b diff --git a/audio/mp3splt/patches/patch-aa b/audio/mp3splt/patches/patch-aa index 75ded249249..1dfb0078d7e 100644 --- a/audio/mp3splt/patches/patch-aa +++ b/audio/mp3splt/patches/patch-aa @@ -1,13 +1,20 @@ -$NetBSD: patch-aa,v 1.3 2005/10/31 15:59:14 tv Exp $ +$NetBSD: patch-aa,v 1.4 2008/10/05 22:56:41 schmonz Exp $ ---- mp3splt.c.orig 2005-03-26 08:51:56.000000000 -0500 -+++ mp3splt.c -@@ -38,8 +38,6 @@ - #include <vorbis/vorbisfile.h> - #endif +--- src/mp3splt.c.orig 2006-12-21 16:35:40.000000000 -0500 ++++ src/mp3splt.c +@@ -31,7 +31,14 @@ + + #include <libmp3splt/mp3splt.h> -#include "getopt.h" -- - #include "mp3.h" - #include "wrap.h" - #include "ogg.h" ++#if defined(HAVE_NBCOMPAT_H) ++#include <nbcompat/config.h> ++#include <nbcomat/cdefs.h> ++#include <nbcompat/getopt.h> ++#else ++#include <getopt.h> ++#endif ++ + + //constants + //we include the "config.h" file from the config options diff --git a/audio/mp3splt/patches/patch-ab b/audio/mp3splt/patches/patch-ab deleted file mode 100644 index c66dd65108c..00000000000 --- a/audio/mp3splt/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/03/06 14:26:17 joerg Exp $ - ---- splt.h.orig 2006-03-06 15:13:08.000000000 +0100 -+++ splt.h -@@ -93,7 +93,7 @@ char *zero_pad (char *s, char *out, int - - char *zero_pad_float (float f, char *out); - --int parse_outformat(char *s, char format[][], int cddboption); -+int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption); - - unsigned char *cleanstring (unsigned char *s); - |