summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg321/Makefile6
-rw-r--r--audio/mpg321/distinfo11
-rw-r--r--audio/mpg321/patches/patch-aa31
-rw-r--r--audio/mpg321/patches/patch-ab6
4 files changed, 11 insertions, 43 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile
index 48c3b74f1c7..5e8e956e012 100644
--- a/audio/mpg321/Makefile
+++ b/audio/mpg321/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2010/05/19 18:25:19 drochner Exp $
+# $NetBSD: Makefile,v 1.15 2011/10/18 11:13:56 ryoon Exp $
-DISTNAME= mpg321-0.2.10
-PKGREVISION= 8
+DISTNAME= mpg321-0.2.13-4
+PKGNAME= mpg321-0.2.13.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg321/}
diff --git a/audio/mpg321/distinfo b/audio/mpg321/distinfo
index 81425a10c0b..a2c417cde9a 100644
--- a/audio/mpg321/distinfo
+++ b/audio/mpg321/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2010/05/19 18:25:19 drochner Exp $
+$NetBSD: distinfo,v 1.6 2011/10/18 11:13:56 ryoon Exp $
-SHA1 (mpg321-0.2.10.tar.gz) = 90268d0d187ddd7625d143b95791cb39a1630b79
-RMD160 (mpg321-0.2.10.tar.gz) = c0867e6ca7c0a5e2ff006e0c3aa866d2fde529ba
-Size (mpg321-0.2.10.tar.gz) = 113449 bytes
-SHA1 (patch-aa) = d91d4af6219517fcb95da37b1a7abc05a3e312b2
-SHA1 (patch-ab) = b409e5feb618bed1a85d17df22e01cebfa62e8b1
+SHA1 (mpg321-0.2.13-4.tar.gz) = 08ca707bbf1ff88d401ff2a3625fb242d445bfd2
+RMD160 (mpg321-0.2.13-4.tar.gz) = 5c1d50de0bae66381702ed3f238bfdc0f7b8f2d2
+Size (mpg321-0.2.13-4.tar.gz) = 144542 bytes
+SHA1 (patch-ab) = 3ec9382e50e03e25522a961aa52c29660a8564f9
diff --git a/audio/mpg321/patches/patch-aa b/audio/mpg321/patches/patch-aa
deleted file mode 100644
index f46788aef38..00000000000
--- a/audio/mpg321/patches/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2007/08/13 06:31:37 rillig Exp $
-
---- mpg321.c.orig 2002-03-24 06:49:20.000000000 +0100
-+++ mpg321.c 2007-06-15 14:26:24.000000000 +0200
-@@ -188,7 +188,7 @@ static int show_id3(struct id3_tag const
-
- else
- {
-- printf(names[i]);
-+ printf("%s", names[i]);
- free(names[i]);
- }
- }
-@@ -203,7 +203,7 @@ static int show_id3(struct id3_tag const
- if (!names[i]) {
- fprintf (stderr, emptystring);
- } else {
-- fprintf (stderr, names[i]);
-+ fprintf (stderr, "%s", names[i]);
- free (names[i]);
- }
- if (i%2) fprintf (stderr, "\n");
-@@ -435,6 +435,8 @@ int main(int argc, char *argv[])
- mpg321_error(currentfile);
- continue;
- }
-+
-+ (void)close(fd);
-
- playbuf.frames[0] = playbuf.buf;
-
diff --git a/audio/mpg321/patches/patch-ab b/audio/mpg321/patches/patch-ab
index eabbf2fa711..251aa1de8ac 100644
--- a/audio/mpg321/patches/patch-ab
+++ b/audio/mpg321/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2010/05/19 18:25:19 drochner Exp $
+$NetBSD: patch-ab,v 1.2 2011/10/18 11:13:56 ryoon Exp $
---- ao.c.orig 2010-05-19 15:45:33.000000000 +0000
+--- ao.c.orig 2011-10-01 09:50:12.000000000 +0000
+++ ao.c
-@@ -229,6 +229,7 @@ void open_ao_playdevice(struct mad_heade
+@@ -234,6 +234,7 @@ void open_ao_playdevice(struct mad_heade
and restore it afterwards */
signal(SIGINT, SIG_DFL);