ports/136989: update audio/libgpod

Dima Panov fluffy at fluffy.khv.ru
Wed Jul 22 12:00:18 UTC 2009


>Number:         136989
>Category:       ports
>Synopsis:       update audio/libgpod
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 22 12:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 8.0-800101-BETA1 i386
>Organization:
Fluffy.Khv.RU 
>Environment:


System: FreeBSD 8.0-800101-BETA1 #0: Sat Jul 11 03:13:21 VLAST 2009
    root at Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot



>Description:


update audio/libgpod to 0.7.2 release. it required for upcoming amarok 2.1.1 update




>How-To-Repeat:





>Fix:


--- gpod.diff begins here ---
Index: audio/amarok/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/amarok/Makefile,v
retrieving revision 1.92
diff -u -r1.92 Makefile
--- audio/amarok/Makefile	23 Mar 2009 14:24:22 -0000	1.92
+++ audio/amarok/Makefile	22 Jul 2009 11:46:27 -0000
@@ -51,7 +51,7 @@
 PLIST_SUB+=	GPOD="@comment "
 CONFIGURE_ARGS+=--without-libgpod
 .else
-LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
 CONFIGURE_ARGS+=--with-libgpod
 PLIST_SUB+=	GPOD=""
 .endif
Index: audio/amarok-kde4/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/amarok-kde4/Makefile,v
retrieving revision 1.97
diff -u -r1.97 Makefile
--- audio/amarok-kde4/Makefile	31 May 2009 04:20:20 -0000	1.97
+++ audio/amarok-kde4/Makefile	22 Jul 2009 11:46:41 -0000
@@ -43,7 +43,7 @@
 .endif
 
 .if defined(WITH_GPOD)
-LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
 PLIST_SUB+=	GPOD=""
 .else
 CMAKE_ARGS+=	-DWITH_Ipod:BOOL=Off
Index: audio/gtkpod/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/gtkpod/Makefile,v
retrieving revision 1.44
diff -u -u -r1.44 Makefile
--- audio/gtkpod/Makefile	6 Jul 2009 21:25:32 -0000	1.44
+++ audio/gtkpod/Makefile	22 Jul 2009 11:26:07 -0000
@@ -16,7 +16,7 @@
 COMMENT=	GUI for Apple iPods using GTK2
 
 LIB_DEPENDS=	id3tag.0:${PORTSDIR}/audio/libid3tag \
-		gpod.3:${PORTSDIR}/audio/libgpod
+		gpod.5:${PORTSDIR}/audio/libgpod
 RUN_DEPENDS=	mp3gain:${PORTSDIR}/audio/mp3gain \
 		iconv:${PORTSDIR}/converters/libiconv
 
Index: audio/libgpod/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/libgpod/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- audio/libgpod/Makefile	6 Jun 2008 13:06:51 -0000	1.18
+++ audio/libgpod/Makefile	8 Jun 2009 04:29:57 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libgpod
-PORTVERSION=	0.6.0
-PORTREVISION=	1
+PORTVERSION=	0.7.2
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gtkpod
@@ -34,11 +33,6 @@
 	${REINPLACE_CMD} -e \
 		's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \
 		${WRKSRC}/Makefile.in
-# Stop configure script want Perl and XML::Parser (delete 22 lines)
-	${REINPLACE_CMD} '19785,19807d' ${WRKSRC}/configure
-# Fix bogus test(1) syntax to get rid of annoying warnings
-	${REINPLACE_CMD} -E 's,(if test [[:graph:]]+ )==,\1=,' \
-		${WRKSRC}/configure
 .if defined(NOPORTDOCS)
 	${REINPLACE_CMD} -e 's, docs,,' ${WRKSRC}/Makefile.in
 .endif
Index: audio/libgpod/distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/libgpod/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- audio/libgpod/distinfo	6 Jan 2008 22:46:02 -0000	1.6
+++ audio/libgpod/distinfo	8 Jun 2009 04:29:06 -0000
@@ -1,3 +1,3 @@
-MD5 (libgpod-0.6.0.tar.gz) = b44d8aee3f6610370b6faf61770c5f3c
-SHA256 (libgpod-0.6.0.tar.gz) = a2c8c998588361d8aaa4c662a38f50db164b8b4fce4e7bc49ac445a9ac87f80f
-SIZE (libgpod-0.6.0.tar.gz) = 843097
+MD5 (libgpod-0.7.2.tar.gz) = 1ec69c3a19fb071b1639cdcaf68463c1
+SHA256 (libgpod-0.7.2.tar.gz) = 2e8f31fc37ed0c9c89004097fdb568e8971627e7aedfb57fb229399c0f490777
+SIZE (libgpod-0.7.2.tar.gz) = 959142
Index: audio/libgpod/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/libgpod/pkg-plist,v
retrieving revision 1.7
diff -u -u -r1.7 pkg-plist
--- audio/libgpod/pkg-plist	6 Jan 2008 22:46:02 -0000	1.7
+++ audio/libgpod/pkg-plist	8 Jun 2009 04:37:33 -0000
@@ -1,7 +1,7 @@
 include/gpod-1.0/gpod/itdb.h
 @dirrm include/gpod-1.0/gpod
 @dirrm include/gpod-1.0
-lib/libgpod.so.3
+lib/libgpod.so.5
 lib/libgpod.so
 lib/libgpod.la
 lib/libgpod.a
@@ -14,6 +14,7 @@
 share/locale/ja/LC_MESSAGES/libgpod.mo
 share/locale/ro/LC_MESSAGES/libgpod.mo
 share/locale/sv/LC_MESSAGES/libgpod.mo
+share/locale/zh_CN/LC_MESSAGES/libgpod.mo
 %%PORTDOCS%%%%DOCSDIR%%/ch01.html
 %%PORTDOCS%%%%DOCSDIR%%/home.png
 %%PORTDOCS%%%%DOCSDIR%%/index.html
@@ -21,6 +22,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/itunesdb.html
 %%PORTDOCS%%%%DOCSDIR%%/left.png
 %%PORTDOCS%%%%DOCSDIR%%/libgpod-Artwork.html
+%%PORTDOCS%%%%DOCSDIR%%/libgpod-Chapter-Data.html
 %%PORTDOCS%%%%DOCSDIR%%/libgpod-Device.html
 %%PORTDOCS%%%%DOCSDIR%%/libgpod-File-handling-functions.html
 %%PORTDOCS%%%%DOCSDIR%%/libgpod-Low-level-functions.html
Index: audio/rhythmbox/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/rhythmbox/Makefile,v
retrieving revision 1.117
diff -u -u -r1.117 Makefile
--- audio/rhythmbox/Makefile	5 Jul 2009 18:16:27 -0000	1.117
+++ audio/rhythmbox/Makefile	22 Jul 2009 11:26:02 -0000
@@ -114,7 +114,7 @@
 .endif
 
 .if !defined(WITHOUT_IPOD)
-LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
 CONFIGURE_ARGS+=--with-ipod
 PLIST_SUB+=	IPOD=""
 .else
Index: multimedia/gnome-mplayer/Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gnome-mplayer/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- multimedia/gnome-mplayer/Makefile	28 May 2009 20:44:11 -0000	1.4
+++ multimedia/gnome-mplayer/Makefile	22 Jul 2009 11:31:03 -0000
@@ -60,7 +60,7 @@
 .endif
 
 .if defined(WITH_GPOD)
-LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
 CONFIGURE_ARGS+=	--with-libgpod
 .else
 CONFIGURE_ARGS+=	--without-libgpod
Index: multimedia/gpodder/Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gpodder/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- multimedia/gpodder/Makefile	14 Mar 2009 14:10:33 -0000	1.20
+++ multimedia/gpodder/Makefile	22 Jul 2009 11:31:53 -0000
@@ -51,7 +51,7 @@
 .endif
 
 .if defined(WITH_IPOD)
-LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad
 .endif
 
Index: sysutils/fusefs-pod/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/fusefs-pod/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- sysutils/fusefs-pod/Makefile	21 Aug 2008 06:18:24 -0000	1.7
+++ sysutils/fusefs-pod/Makefile	22 Jul 2009 11:27:40 -0000
@@ -17,7 +17,7 @@
 COMMENT=	FUSE-based filesystem for iPod
 
 LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
-		gpod.3:${PORTSDIR}/audio/libgpod\
+		gpod.5:${PORTSDIR}/audio/libgpod\
 		tag.6:${PORTSDIR}/audio/taglib
 RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
 
--- gpod.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list