diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-12 13:28:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-12 13:28:08 +0000 |
commit | 8e933330402cf547444fa818e65fab12edd5520a (patch) | |
tree | c790601cc7f52c80a52af2a8f50154742d9cbb85 /audio/libtunepimp/patches/patch-ad | |
parent | e58e2c05d1d0e015a92c7fefd2c9e7956d75f337 (diff) | |
download | pkgsrc-8e933330402cf547444fa818e65fab12edd5520a.tar.gz |
Update to 0.5.0. Bigger API change, old version in libtunepimp0.4.
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)
Diffstat (limited to 'audio/libtunepimp/patches/patch-ad')
-rw-r--r-- | audio/libtunepimp/patches/patch-ad | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/libtunepimp/patches/patch-ad b/audio/libtunepimp/patches/patch-ad index 942d821070f..b5ef26c0f0a 100644 --- a/audio/libtunepimp/patches/patch-ad +++ b/audio/libtunepimp/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.1 2006/04/16 22:10:25 markd Exp $ +$NetBSD: patch-ad,v 1.2 2006/07/12 13:28:08 wiz Exp $ ---- lib/Makefile.in.orig 2006-04-17 09:23:47.000000000 +1200 +--- lib/Makefile.in.orig 2006-07-01 14:30:12.000000000 +0000 +++ lib/Makefile.in -@@ -262,7 +262,7 @@ libtunepimp_la_SOURCES = tunepimp.cpp fi - # 1:0:0 - TunePimp implementation for version 0.2.x - # 2:0:0 - TunePimp implementation for version 0.3.x +@@ -267,7 +267,7 @@ EXTRA_DIST = threads/win32/mutex.h threa # 3:0:0 - TunePimp implementation for version 0.4.x --libtunepimp_la_LDFLAGS = -version-info 3:0:0 -+libtunepimp_la_LDFLAGS = -version-info 3:0:0 ${PTHREAD_LDFLAGS} - libtunepimp_la_LIBADD = threads/posix/libtpthread.la utf8/libutf8.la -lmusicbrainz -lz $(LIBLTDL) -lm + # 4:0:0 - TunePimp implementation for alpha releases of version 0.5.0 + # 5:0:0 - TunePimp implementation for version 0.5.0 +-libtunepimp_la_LDFLAGS = -version-info 5:0:0 ++libtunepimp_la_LDFLAGS = -version-info 5:0:0 {PTHREAD_LDFLAGS} + libtunepimp_la_LIBADD = threads/posix/libtpthread.la utf8/libutf8.la $(LIBLTDL) -lm noinst_LTLIBRARIES = libpluginsupport.la libpluginsupport_la_SOURCES = metadata.cpp fileio.cpp |