pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libtunepimp Update to 0.5.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/98373d821261
branches: trunk
changeset: 522171:98373d821261
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 05 09:01:57 2006 +0000
description:
Update to 0.5.3:
version 0.5.3:
- Support for FLAC 1.1.3. Thanks to Josh Coalson.
- Fixed linking of the wav plugin.
- Fixed crash on extracting PUID from XML.
diffstat:
audio/libtunepimp/Makefile | 5 ++---
audio/libtunepimp/distinfo | 14 +++++++-------
audio/libtunepimp/patches/patch-ab | 6 +++---
audio/libtunepimp/patches/patch-ac | 6 +++---
audio/libtunepimp/patches/patch-ad | 10 +++++-----
5 files changed, 20 insertions(+), 21 deletions(-)
diffs (84 lines):
diff -r a05abd7af02d -r 98373d821261 audio/libtunepimp/Makefile
--- a/audio/libtunepimp/Makefile Tue Dec 05 09:01:28 2006 +0000
+++ b/audio/libtunepimp/Makefile Tue Dec 05 09:01:57 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2006/11/19 11:50:23 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/12/05 09:01:57 wiz Exp $
-DISTNAME= libtunepimp-0.5.2
-PKGREVISION= 1
+DISTNAME= libtunepimp-0.5.3
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
http://ftp.musicbrainz.org/pub/musicbrainz/
diff -r a05abd7af02d -r 98373d821261 audio/libtunepimp/distinfo
--- a/audio/libtunepimp/distinfo Tue Dec 05 09:01:28 2006 +0000
+++ b/audio/libtunepimp/distinfo Tue Dec 05 09:01:57 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2006/10/22 21:24:35 wiz Exp $
+$NetBSD: distinfo,v 1.8 2006/12/05 09:01:57 wiz Exp $
-SHA1 (libtunepimp-0.5.2.tar.gz) = 9e562f7fb8445728ebf5d4d2cf33ab03c921a176
-RMD160 (libtunepimp-0.5.2.tar.gz) = ec2fe7b28b0d6550d698429df7f70f858c3fb5d8
-Size (libtunepimp-0.5.2.tar.gz) = 1076084 bytes
-SHA1 (patch-ab) = 5222b4c262222f002b7cf926981c6770bedd55ee
-SHA1 (patch-ac) = 087a8ceae1aabbcbd65d86c2e6832f04b39c5920
-SHA1 (patch-ad) = 644f00aa5767f510f89fef8bf63fe814524de4f9
+SHA1 (libtunepimp-0.5.3.tar.gz) = 1b904cd97ce009588fe57336f40e79b6edf9947e
+RMD160 (libtunepimp-0.5.3.tar.gz) = 6bc312591b98a5b74824fc3103137cbf60d4b012
+Size (libtunepimp-0.5.3.tar.gz) = 1097005 bytes
+SHA1 (patch-ab) = 014fa77e2501bdc799287eaf733ecc8fdcbb9cbe
+SHA1 (patch-ac) = cb5049d1b9e4fdda3088e957ff615ff5d9c30734
+SHA1 (patch-ad) = cc78c69249ff733227320f8ca505e10d17354e26
diff -r a05abd7af02d -r 98373d821261 audio/libtunepimp/patches/patch-ab
--- a/audio/libtunepimp/patches/patch-ab Tue Dec 05 09:01:28 2006 +0000
+++ b/audio/libtunepimp/patches/patch-ab Tue Dec 05 09:01:57 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2006/10/22 21:24:35 wiz Exp $
+$NetBSD: patch-ab,v 1.6 2006/12/05 09:01:57 wiz Exp $
---- lib/threads/posix/Makefile.in.orig 2006-09-30 13:57:41.000000000 +0000
+--- lib/threads/posix/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
+++ lib/threads/posix/Makefile.in
-@@ -212,8 +212,7 @@ target_alias = @target_alias@
+@@ -217,8 +217,7 @@ target_alias = @target_alias@
INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5
noinst_LTLIBRARIES = libtpthread.la
libtpthread_la_SOURCES = mutex.cpp mutex.h thread.cpp thread.h semaphore.cpp semaphore.h
diff -r a05abd7af02d -r 98373d821261 audio/libtunepimp/patches/patch-ac
--- a/audio/libtunepimp/patches/patch-ac Tue Dec 05 09:01:28 2006 +0000
+++ b/audio/libtunepimp/patches/patch-ac Tue Dec 05 09:01:57 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.3 2006/10/22 21:24:35 wiz Exp $
+$NetBSD: patch-ac,v 1.4 2006/12/05 09:01:57 wiz Exp $
---- examples/Makefile.in.orig 2006-09-30 13:57:39.000000000 +0000
+--- examples/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
+++ examples/Makefile.in
-@@ -206,7 +206,7 @@ target_alias = @target_alias@
+@@ -211,7 +211,7 @@ target_alias = @target_alias@
#
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/threads/posix
puid_SOURCES = puid.c
diff -r a05abd7af02d -r 98373d821261 audio/libtunepimp/patches/patch-ad
--- a/audio/libtunepimp/patches/patch-ad Tue Dec 05 09:01:28 2006 +0000
+++ b/audio/libtunepimp/patches/patch-ad Tue Dec 05 09:01:57 2006 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.4 2006/10/22 21:24:35 wiz Exp $
+$NetBSD: patch-ad,v 1.5 2006/12/05 09:01:57 wiz Exp $
---- lib/Makefile.in.orig 2006-09-30 13:57:40.000000000 +0000
+--- lib/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
+++ lib/Makefile.in
-@@ -269,7 +269,7 @@ EXTRA_DIST = threads/win32/mutex.h threa
+@@ -274,7 +274,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
# 5:1:0 - TunePimp implementation for version 0.5.1
--libtunepimp_la_LDFLAGS = -version-info 5:2:0
-+libtunepimp_la_LDFLAGS = -version-info 5:2:0 ${PTHREAD_LDFLAGS}
+-libtunepimp_la_LDFLAGS = -version-info 5:3:0
++libtunepimp_la_LDFLAGS = -version-info 5:3: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
Home |
Main Index |
Thread Index |
Old Index