pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q2]: pkgsrc/audio/libmusepack Pullup ticket 638 - requeste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/167253989a87
branches: pkgsrc-2005Q2
changeset: 495942:167253989a87
user: salo <salo%pkgsrc.org@localhost>
date: Thu Aug 04 21:59:54 2005 +0000
description:
Pullup ticket 638 - requested by Grant Beattie
portability fix for libmusepack
Revisions pulled up:
- pkgsrc/audio/libmusepack/distinfo 1.3
- pkgsrc/audio/libmusepack/patches/patch-aa 1.1
Module Name: pkgsrc
Committed By: grant
Date: Sun Jul 31 03:29:50 UTC 2005
Modified Files:
pkgsrc/audio/libmusepack: distinfo
Added Files:
pkgsrc/audio/libmusepack/patches: patch-aa
Log Message:
don't pass -no-undefined to libtool. there will always be undefined
symbols on some platforms due to the implicit dependency on libc.
diffstat:
audio/libmusepack/distinfo | 3 ++-
audio/libmusepack/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 5491003e5ab1 -r 167253989a87 audio/libmusepack/distinfo
--- a/audio/libmusepack/distinfo Thu Aug 04 15:22:28 2005 +0000
+++ b/audio/libmusepack/distinfo Thu Aug 04 21:59:54 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:47 agc Exp $
+$NetBSD: distinfo,v 1.2.4.1 2005/08/04 21:59:54 salo Exp $
SHA1 (libmusepack-1.0.3.tar.bz2) = 2c2bc15f960c4593bee209fed939829e82ad030c
RMD160 (libmusepack-1.0.3.tar.bz2) = 532a982c6e4af68d802812661c396a50db523c23
Size (libmusepack-1.0.3.tar.bz2) = 226099 bytes
+SHA1 (patch-aa) = e4842ead0a8eced96b59cb4ce4062557464e49bb
diff -r 5491003e5ab1 -r 167253989a87 audio/libmusepack/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmusepack/patches/patch-aa Thu Aug 04 21:59:54 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.2.2 2005/08/04 21:59:54 salo Exp $
+
+--- src/Makefile.in.orig 2004-11-29 03:42:18.000000000 +1100
++++ src/Makefile.in
+@@ -190,7 +190,7 @@ AUTOMAKE_OPTIONS = foreign
+ INCLUDES = -I$(top_builddir)/include
+ lib_LTLIBRARIES = libmusepack.la
+ libmusepack_la_SOURCES = mpc_dec.cpp bitstream.cpp huffsv7.cpp stdafx.cpp synth_filter.cpp huffsv46.cpp idtag.cpp requant.cpp streaminfo.cpp
+-libmusepack_la_LDFLAGS = -no-undefined -version-info 1:3:0
++libmusepack_la_LDFLAGS = -version-info 1:3:0
+ sample_SOURCES = sample.cpp
+ sample_LDADD = libmusepack.la
+ all: all-am
Home |
Main Index |
Thread Index |
Old Index