Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2006 09:10:58 +0100 (CET)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94589: [update] ports/audio/libtunepimp -> 0.4.2 
Message-ID:  <200603170810.k2H8AwXW046990@freefall.freebsd.org>
Resent-Message-ID: <200603170820.k2H8KIOH047269@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94589
>Category:       ports
>Synopsis:       [update] ports/audio/libtunepimp -> 0.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 17 08:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
- Update ports/audio/libtunepimp to 0.4.2 and
- Bump PORTREVISION for ports/audio/juk and ports/audio/amarok

>How-To-Repeat:
	
>Fix:

	

--- libtunepimp.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/libtunepimp/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	23 Feb 2006 10:34:37 -0000	1.8
+++ Makefile	16 Mar 2006 14:15:42 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	libtunepimp
-PORTVERSION=	0.3.0
-PORTREVISION=	1
+PORTVERSION=	0.4.2
 PORTEPOCH=	1
 CATEGORIES=	audio
-MASTER_SITES=	ftp://ftp.musicbrainz.org/pub/musicbrainz/
+MASTER_SITES=	http://ftp.musicbrainz.org/pub/musicbrainz/ \
+		ftp://ftp.au.musicbrainz.org/pub/musicbrainz/
 
 MAINTAINER=	lauri@kde.org
 COMMENT=	Client library for musicbrainz
@@ -25,10 +25,9 @@
 CONFLICTS=	trm-0*
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack gnometarget pkgconfig
-USE_REINPLACE=	yes
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+		LDFLAGS="-L${LOCALBASE}/lib -liconv"
 INSTALLS_SHLIB=	yes
 
 post-patch:
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/audio/libtunepimp/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	22 Jan 2006 08:12:50 -0000	1.4
+++ distinfo	16 Mar 2006 14:15:42 -0000
@@ -1,3 +1,3 @@
-MD5 (libtunepimp-0.3.0.tar.gz) = f1f506914150c4917ec730f847ad4709
-SHA256 (libtunepimp-0.3.0.tar.gz) = 5fbfc6441f2bf34d5eed81ec77bf19469b53eb30f33575cab218aa8d587566d2
-SIZE (libtunepimp-0.3.0.tar.gz) = 524889
+MD5 (libtunepimp-0.4.2.tar.gz) = 10b9e4a2f1930aed78ef7ddaebbe0fde
+SHA256 (libtunepimp-0.4.2.tar.gz) = d3e0f66a92b9c54a388b9a55bcdcc98601e3f918e966f3362c3bd3b45f3936e4
+SIZE (libtunepimp-0.4.2.tar.gz) = 1019995
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/audio/libtunepimp/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	23 Feb 2006 10:34:37 -0000	1.4
+++ pkg-plist	16 Mar 2006 14:15:42 -0000
@@ -1,12 +1,21 @@
 bin/tp_tagger
 bin/trm
 include/tunepimp/context.h
+include/tunepimp/decode_plugin.h
 include/tunepimp/defs.h
+include/tunepimp/fileio.h
+include/tunepimp/metadata_plugin.h
 include/tunepimp/tp_c.h
 include/tunepimp/track.h
 include/tunepimp/tunepimp.h
 lib/libtunepimp.a
 lib/libtunepimp.la
 lib/libtunepimp.so
-lib/libtunepimp.so.2
+lib/libtunepimp.so.3
+lib/tunepimp/plugins/flac.tpp
+lib/tunepimp/plugins/mp3.tpp
+lib/tunepimp/plugins/vorbis.tpp
+lib/tunepimp/plugins/wav.tpp
 @dirrm include/tunepimp
+@dirrm lib/tunepimp/plugins
+@dirrm lib/tunepimp
Index: files/patch-lib_mp3_trm.cpp
===================================================================
RCS file: files/patch-lib_mp3_trm.cpp
diff -N files/patch-lib_mp3_trm.cpp
--- files/patch-lib_mp3_trm.cpp	21 Sep 2005 03:45:48 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
---- lib/mp3_trm.cpp.orig	Sat Aug 14 23:35:41 2004
-+++ lib/mp3_trm.cpp	Sat Aug 14 23:35:55 2004
-@@ -82,6 +82,7 @@
- #ifdef WIN32
- #include <winsock.h>
- #else
-+#include <sys/types.h>
- #include <netinet/in.h>
- #endif
- 
--- libtunepimp.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603170810.k2H8AwXW046990>