Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2002 22:09:45 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roman@xpert.com
Subject:   ports/41017: Updated port audio/id3lib
Message-ID:  <200207262009.g6QK9jJl087272@sauna.arved.de>

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

>Number:         41017
>Category:       ports
>Synopsis:       Updated port audio/id3lib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 26 13:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	Maintainer CCed, after he was originally contacted on July 10.
	Roman, please approve this.

	The update of id3lib is needed for the upcoming id3v2 update.
	
>How-To-Repeat:
	
>Fix:

	

--- id3lib.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/id3lib/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	21 Jul 2002 20:11:00 -0000	1.4
+++ Makefile	22 Jul 2002 20:46:37 -0000
@@ -6,19 +6,21 @@
 #
 
 PORTNAME=	id3lib
-PORTVERSION=	3.7.13
+PORTVERSION=	3.8.0.p.3.0
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p./pre/}
 
 MAINTAINER=	roman@xpert.com
 
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
 
 INSTALLS_SHLIB=	yes
-USE_NEWGCC=	yes
 USE_LIBTOOL=	yes
 USE_AUTOMAKE=	yes
+AUTOMAKE_VER=	15
+AUTOMAKE=	automake
 USE_GMAKE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/id3lib/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	28 Oct 2000 07:19:06 -0000	1.1
+++ distinfo	10 Jul 2002 20:23:25 -0000
@@ -1 +1 @@
-MD5 (id3lib-3.7.13.tar.gz) = 19ab352ac8d522ebcabb85f2445bfced
+MD5 (id3lib-3.8.0pre3.0.tar.gz) = 581cd49946cdc7c7e3a4dfff926fa67f
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/id3lib/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	16 Mar 2001 15:07:47 -0000	1.3
+++ pkg-plist	10 Jul 2002 20:31:44 -0000
@@ -3,19 +3,19 @@
 bin/id3info
 bin/id3tag
 include/id3.h
-include/id3/error.h
 include/id3/field.h
-include/id3/flags.h
 include/id3/frame.h
 include/id3/globals.h
-include/id3/header.h
-include/id3/header_frame.h
-include/id3/header_tag.h
 include/id3/misc_support.h
 include/id3/sized_types.h
-include/id3/spec.h
 include/id3/tag.h
-lib/libid3-3.7.so.13
+include/id3/reader.h
+include/id3/readers.h
+include/id3/utils.h
+include/id3/writer.h
+include/id3/writers.h
+lib/libid3-3.8.so.0
 lib/libid3.a
 lib/libid3.so
+lib/libid3.la
 @dirrm include/id3
Index: files/patch-aclocal.m4
===================================================================
RCS file: files/patch-aclocal.m4
diff -N files/patch-aclocal.m4
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-aclocal.m4	10 Jul 2002 20:37:31 -0000
@@ -0,0 +1,11 @@
+--- aclocal.m4.orig	Wed Jul 10 22:36:27 2002
++++ aclocal.m4	Wed Jul 10 22:37:05 2002
+@@ -569,7 +569,7 @@
+ LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool/ltmain.sh"
+ 
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++LIBTOOL='$(SHELL) ${LOCALBASE}/bin/libtool'
+ AC_SUBST(LIBTOOL)dnl
+ 
+ # Prevent multiple expansion
--- id3lib.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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