summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2010-03-08 23:30:23 +0000
committerpettai <pettai@pkgsrc.org>2010-03-08 23:30:23 +0000
commitaea3568c56e802e0f1dc002133400792f55de2fc (patch)
tree8055527729cd405d8e91e9637e5e6fd6ca2ab6bd /audio
parenta227e90b419351c7d9468908a36f0b5baec73538 (diff)
downloadpkgsrc-aea3568c56e802e0f1dc002133400792f55de2fc.tar.gz
Committed a patch based on a fix for mp32ogg in Mandriva Linux [pkg/42751]
Diffstat (limited to 'audio')
-rw-r--r--audio/mp32ogg/distinfo3
-rw-r--r--audio/mp32ogg/patches/patch-aa15
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/mp32ogg/distinfo b/audio/mp32ogg/distinfo
index 6340e7316c3..3e8d0b7d621 100644
--- a/audio/mp32ogg/distinfo
+++ b/audio/mp32ogg/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:49 agc Exp $
+$NetBSD: distinfo,v 1.3 2010/03/08 23:30:23 pettai Exp $
SHA1 (mp32ogg-0.11) = 03ac3955b8ed79233d6f3952152535f6cff48ff5
RMD160 (mp32ogg-0.11) = 3ae39a86e662e37359d5041533413bd66ea27af4
Size (mp32ogg-0.11) = 9216 bytes
+SHA1 (patch-aa) = cbdc4a2df4d8fc2d6c6ef240ba95c44cf807c899
diff --git a/audio/mp32ogg/patches/patch-aa b/audio/mp32ogg/patches/patch-aa
new file mode 100644
index 00000000000..2729776b955
--- /dev/null
+++ b/audio/mp32ogg/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2010/03/08 23:30:23 pettai Exp $
+
+--- mp32ogg-0.11.orig 2010-02-06 00:13:36.000000000 +0100
++++ mp32ogg-0.11 2010-02-06 00:16:44.000000000 +0100
+@@ -144,7 +144,9 @@
+ }
+
+ sub ConvertFile() {
+- my $mp3file = shift(@_);
++ # force arg stringfication to get actual filename, not getopt::long
++ # callback
++ my $mp3file = "" . shift(@_);
+ my $delete = $opt_delete;
+ my $filename = $opt_rename;
+ my $lowercase = $opt_lowercase;