diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-13 22:04:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-13 22:04:18 +0000 |
commit | 5589400d4c544ab3ece9ddfc6ef349737deabd1f (patch) | |
tree | 88fbdb49e5d91c709ead539473c21edcca18bc4f /audio/libtunepimp/patches/patch-ad | |
parent | 01a0f61bfabe079d0e2acc0f38c9b513745e012e (diff) | |
download | pkgsrc-5589400d4c544ab3ece9ddfc6ef349737deabd1f.tar.gz |
Update to 0.5.1:
version 0.5.1:
- Fixed broken symlink problem in plugins/tta/Makefile.am
- Don't write files/directories with leading dots. (#1427)
- Added SetNotifyCallback to the Python bindings.
Diffstat (limited to 'audio/libtunepimp/patches/patch-ad')
-rw-r--r-- | audio/libtunepimp/patches/patch-ad | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/libtunepimp/patches/patch-ad b/audio/libtunepimp/patches/patch-ad index b5ef26c0f0a..1c808062ea0 100644 --- a/audio/libtunepimp/patches/patch-ad +++ b/audio/libtunepimp/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.2 2006/07/12 13:28:08 wiz Exp $ +$NetBSD: patch-ad,v 1.3 2006/08/13 22:04:18 wiz Exp $ ---- lib/Makefile.in.orig 2006-07-01 14:30:12.000000000 +0000 +--- lib/Makefile.in.orig 2006-08-06 19:31:06.000000000 +0000 +++ lib/Makefile.in -@@ -267,7 +267,7 @@ EXTRA_DIST = threads/win32/mutex.h threa - # 3:0:0 - TunePimp implementation for version 0.4.x +@@ -268,7 +268,7 @@ EXTRA_DIST = threads/win32/mutex.h threa # 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} + # 5:1:0 - TunePimp implementation for version 0.5.1 +-libtunepimp_la_LDFLAGS = -version-info 5:1:0 ++libtunepimp_la_LDFLAGS = -version-info 5:1: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 |