pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/lame



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Oct 22 09:30:41 UTC 2017

Modified Files:
        pkgsrc/audio/lame: distinfo
Added Files:
        pkgsrc/audio/lame/patches: patch-include_libmp3lame.sym

Log Message:
Fix build under macOS


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/lame/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/lame/patches/patch-include_libmp3lame.sym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/lame/distinfo
diff -u pkgsrc/audio/lame/distinfo:1.29 pkgsrc/audio/lame/distinfo:1.30
--- pkgsrc/audio/lame/distinfo:1.29     Sat Oct 21 22:51:00 2017
+++ pkgsrc/audio/lame/distinfo  Sun Oct 22 09:30:41 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2017/10/21 22:51:00 wiz Exp $
+$NetBSD: distinfo,v 1.30 2017/10/22 09:30:41 tron Exp $
 
 SHA1 (lame-3.100.tar.gz) = 64c53b1a4d493237cef5e74944912cd9f98e618d
 RMD160 (lame-3.100.tar.gz) = e467c1f9458ca6878cd46e89fffce8970b9ea936
@@ -6,3 +6,4 @@ SHA512 (lame-3.100.tar.gz) = 0844b9eadb4
 Size (lame-3.100.tar.gz) = 1524133 bytes
 SHA1 (patch-ab) = ee5b570e8800aefdaffe94a6ed072fa7b62fba6b
 SHA1 (patch-ad) = fa14817f765a61f046a96a1b556e2c8203fc27ad
+SHA1 (patch-include_libmp3lame.sym) = 2278fa631fb8ce05864d3ef09a45c0b3d73ab065

Added files:

Index: pkgsrc/audio/lame/patches/patch-include_libmp3lame.sym
diff -u /dev/null pkgsrc/audio/lame/patches/patch-include_libmp3lame.sym:1.1
--- /dev/null   Sun Oct 22 09:30:41 2017
+++ pkgsrc/audio/lame/patches/patch-include_libmp3lame.sym      Sun Oct 22 09:30:41 2017
@@ -0,0 +1,17 @@
+$NetBSD: patch-include_libmp3lame.sym,v 1.1 2017/10/22 09:30:41 tron Exp $
+
+Fix build under macOS.
+
+Idea for patch taken from this mailing list post:
+
+https://hydrogenaud.io/index.php?PHPSESSID=n9gjuo3hnkrna4rt06g6j01r67&topic=114777.msg946373#msg946373
+
+
+--- include/libmp3lame.sym.orig        2017-09-06 20:33:35.000000000 +0100
++++ include/libmp3lame.sym     2017-10-22 10:26:22.000000000 +0100
+@@ -1,5 +1,4 @@
+ lame_init
+-lame_init_old
+ lame_set_num_samples
+ lame_get_num_samples
+ lame_set_in_samplerate



Home | Main Index | Thread Index | Old Index