diff options
author | drochner <drochner@pkgsrc.org> | 2010-11-30 19:20:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-11-30 19:20:04 +0000 |
commit | 146d3d67ce5cf68081eaf1c01244f407d65f9a30 (patch) | |
tree | b90f2e452dfe25048ec6f403358ebf5dc6796794 /audio/mp3splt | |
parent | a509da695144e5513ccf679b241d16ba54baad96 (diff) | |
download | pkgsrc-146d3d67ce5cf68081eaf1c01244f407d65f9a30.tar.gz |
update to 2.2.9
changes:
-support libmp3splt's new features
-bugfixes
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 5 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 10 | ||||
-rw-r--r-- | audio/mp3splt/patches/patch-aa | 20 | ||||
-rw-r--r-- | audio/mp3splt/patches/patch-ab | 22 |
4 files changed, 6 insertions, 51 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index b9759bdfcf2..c2e1481af36 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2009/12/15 21:30:53 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2010/11/30 19:20:04 drochner Exp $ # -DISTNAME= mp3splt-2.2.5 -PKGREVISION= 1 +DISTNAME= mp3splt-2.2.9 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index 56c542f6b81..7f30d635a57 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/07/25 14:58:34 schmonz Exp $ +$NetBSD: distinfo,v 1.11 2010/11/30 19:20:04 drochner Exp $ -SHA1 (mp3splt-2.2.5.tar.gz) = 529fdeed4f9a0677a62e0ca942e6edd29ec00122 -RMD160 (mp3splt-2.2.5.tar.gz) = 99254017ccbf023759904d21824f61a8290f8c58 -Size (mp3splt-2.2.5.tar.gz) = 142549 bytes -SHA1 (patch-aa) = 123d889458015769481e322833e3c0d69d1b6561 -SHA1 (patch-ab) = 7df19267624ae17060bb2ffa6774dd2483e0576b +SHA1 (mp3splt-2.2.9.tar.gz) = 4f33ca1edc5fb9c651d730a90bfedced732d9a0e +RMD160 (mp3splt-2.2.9.tar.gz) = 6275c1fb7fac3c86b53fa17d7bb0318d55df3476 +Size (mp3splt-2.2.9.tar.gz) = 223544 bytes diff --git a/audio/mp3splt/patches/patch-aa b/audio/mp3splt/patches/patch-aa deleted file mode 100644 index e287a0e89a6..00000000000 --- a/audio/mp3splt/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2009/07/25 14:58:34 schmonz Exp $ - ---- src/mp3splt.c.orig 2009-05-15 19:14:22.000000000 -0400 -+++ src/mp3splt.c -@@ -36,7 +36,14 @@ - - #include <libmp3splt/mp3splt.h> - --#include "getopt.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 2d4b35fedf6..00000000000 --- a/audio/mp3splt/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2009/07/25 14:58:34 schmonz Exp $ - ---- configure.orig 2009-06-24 01:30:32.000000000 -0400 -+++ configure -@@ -3632,7 +3632,7 @@ cat >>conftest.$ac_ext <<_ACEOF - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <mp3splt.h> -+#include <libmp3splt/mp3splt.h> - - int main () - { -@@ -3705,7 +3705,7 @@ cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - - #include <stdio.h> --#include <mp3splt.h> -+#include <libmp3splt/mp3splt.h> - - int - main () |