8e93333040
Changes: version 0.5.0: - Versioned header files. tunepimp/tunepimp.h -> tunepimp-0.5/tunepimp.h - Removed track lookup parts of libtunepimp - WavPack, Speex and The True Audio metadata plugins - Correct handling of UNC paths on Windows - Fixed non-album tracks renaming/moving (#1408) - Trivial change to id3tag to read tags empty ID3 frames (#1568) version 0.5.0-alpha2: - Python bindings: compatibility with ctypes 0.9.9.3 (#1171) - Python bindings: fixed libtunepimp .so version (3 -> 4) (#1168) - Support for "Windows-safe" file names on non-Windows systems (for files on FAT32, Samba, ...) (#1014, #1222) - Fixed checking for end of stream in Ogg Vorbis and FLAC plugins (#1291) - Added decoding to MPC plugin (#1355) version 0.5.0-alpha1: - New acoustic fingerprint technology - MusicDNS <http://www.musicdns.org/> - New file name format variable %albumtracks (#951)
13 lines
457 B
Text
13 lines
457 B
Text
$NetBSD: patch-ac,v 1.2 2006/07/12 13:28:08 wiz Exp $
|
|
|
|
--- examples/Makefile.in.orig 2006-07-01 14:30:11.000000000 +0000
|
|
+++ examples/Makefile.in
|
|
@@ -205,7 +205,7 @@ target_alias = @target_alias@
|
|
#
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/threads/posix
|
|
puid_SOURCES = puid.c
|
|
-puid_LDADD = $(top_builddir)/lib/libtunepimp.la
|
|
+puid_LDADD = $(top_builddir)/lib/libtunepimp.la ${PTHREAD_LDFLAGS}
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|