pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/lame Fix build under macOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6a924bf2920
branches:  trunk
changeset: 370651:e6a924bf2920
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Oct 22 09:30:41 2017 +0000

description:
Fix build under macOS

diffstat:

 audio/lame/distinfo                             |   3 ++-
 audio/lame/patches/patch-include_libmp3lame.sym |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 7f6f9b74e8e7 -r e6a924bf2920 audio/lame/distinfo
--- a/audio/lame/distinfo       Sun Oct 22 07:59:15 2017 +0000
+++ b/audio/lame/distinfo       Sun Oct 22 09:30:41 2017 +0000
@@ -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 @@
 Size (lame-3.100.tar.gz) = 1524133 bytes
 SHA1 (patch-ab) = ee5b570e8800aefdaffe94a6ed072fa7b62fba6b
 SHA1 (patch-ad) = fa14817f765a61f046a96a1b556e2c8203fc27ad
+SHA1 (patch-include_libmp3lame.sym) = 2278fa631fb8ce05864d3ef09a45c0b3d73ab065
diff -r 7f6f9b74e8e7 -r e6a924bf2920 audio/lame/patches/patch-include_libmp3lame.sym
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/lame/patches/patch-include_libmp3lame.sym   Sun Oct 22 09:30:41 2017 +0000
@@ -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