ports/52546: [Maintainer Update] audio/gtkpod to v0.51

David Le Brun david at dyn-ns.net
Wed May 21 23:50:22 UTC 2003


>Number:         52546
>Category:       ports
>Synopsis:       [Maintainer Update] audio/gtkpod to v0.51
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 16:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Le Brun
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD poyel 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #2: Mon May 12 17:01:03 CEST 2003 root at poyel:/usr/src/sys/i386/compile/POYEL i386


>Description:
	Update gtkpod to 0.51 :
	* libgnugetopt is no longer required (call to getopt_long_only removed)
	* few bug fixes (playlength)
	* several improvements (more infos about songs, more charsets, ...)
	* new features (displays free space on iPod, charsets saved, ...)
>How-To-Repeat:
	
>Fix:


diff -ruN gtkpod.orig/Makefile gtkpod/Makefile
--- gtkpod.orig/Makefile	Mon May  5 21:08:10 2003
+++ gtkpod/Makefile	Thu May 22 01:37:51 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gtkpod
-PORTVERSION=	0.50
+PORTVERSION=	0.51
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,18 +14,18 @@
 MAINTAINER=	david at dyn-ns.net
 COMMENT=	A GUI to upload songs and playlists to iPod
 
-LIB_DEPENDS=	id3-3.8.2:${PORTSDIR}/audio/id3lib \
-		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS=	id3-3.8.2:${PORTSDIR}/audio/id3lib
 
 USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
+USE_GETOPT_LONG=	yes
 
 USE_GMAKE=	yes
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include"
-CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib"
 
 pre-configure:
 # install locale correctly (share dir instead of lib dir)
diff -ruN gtkpod.orig/distinfo gtkpod/distinfo
--- gtkpod.orig/distinfo	Mon Apr 21 08:46:00 2003
+++ gtkpod/distinfo	Thu May 22 01:38:20 2003
@@ -1 +1 @@
-MD5 (gtkpod-0.50.tar.gz) =3D 505b34ef5a6ccaf6592c0890c7044e6c
+MD5 (gtkpod-0.51.tar.gz) = 78e3cd5ac647b88058fb781d97e26cb1

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



More information about the freebsd-ports-bugs mailing list