View | Details | Raw Unified | Return to bug 136989
Collapse All | Expand All

(-)audio/amarok/Makefile (-1 / +1 lines)
Lines 51-57 Link Here
51
PLIST_SUB+=	GPOD="@comment "
51
PLIST_SUB+=	GPOD="@comment "
52
CONFIGURE_ARGS+=--without-libgpod
52
CONFIGURE_ARGS+=--without-libgpod
53
.else
53
.else
54
LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
54
LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
55
CONFIGURE_ARGS+=--with-libgpod
55
CONFIGURE_ARGS+=--with-libgpod
56
PLIST_SUB+=	GPOD=""
56
PLIST_SUB+=	GPOD=""
57
.endif
57
.endif
(-)audio/amarok-kde4/Makefile (-1 / +1 lines)
Lines 43-49 Link Here
43
.endif
43
.endif
44
44
45
.if defined(WITH_GPOD)
45
.if defined(WITH_GPOD)
46
LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
46
LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
47
PLIST_SUB+=	GPOD=""
47
PLIST_SUB+=	GPOD=""
48
.else
48
.else
49
CMAKE_ARGS+=	-DWITH_Ipod:BOOL=Off
49
CMAKE_ARGS+=	-DWITH_Ipod:BOOL=Off
(-)audio/gtkpod/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
COMMENT=	GUI for Apple iPods using GTK2
16
COMMENT=	GUI for Apple iPods using GTK2
17
17
18
LIB_DEPENDS=	id3tag.0:${PORTSDIR}/audio/libid3tag \
18
LIB_DEPENDS=	id3tag.0:${PORTSDIR}/audio/libid3tag \
19
		gpod.3:${PORTSDIR}/audio/libgpod
19
		gpod.5:${PORTSDIR}/audio/libgpod
20
RUN_DEPENDS=	mp3gain:${PORTSDIR}/audio/mp3gain \
20
RUN_DEPENDS=	mp3gain:${PORTSDIR}/audio/mp3gain \
21
		iconv:${PORTSDIR}/converters/libiconv
21
		iconv:${PORTSDIR}/converters/libiconv
22
22
(-)audio/libgpod/Makefile (-7 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	libgpod
8
PORTNAME=	libgpod
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.7.2
10
PORTREVISION=	1
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	gtkpod
12
MASTER_SITE_SUBDIR=	gtkpod
Lines 34-44 Link Here
34
	${REINPLACE_CMD} -e \
33
	${REINPLACE_CMD} -e \
35
		's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \
34
		's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \
36
		${WRKSRC}/Makefile.in
35
		${WRKSRC}/Makefile.in
37
# Stop configure script want Perl and XML::Parser (delete 22 lines)
38
	${REINPLACE_CMD} '19785,19807d' ${WRKSRC}/configure
39
# Fix bogus test(1) syntax to get rid of annoying warnings
40
	${REINPLACE_CMD} -E 's,(if test [[:graph:]]+ )==,\1=,' \
41
		${WRKSRC}/configure
42
.if defined(NOPORTDOCS)
36
.if defined(NOPORTDOCS)
43
	${REINPLACE_CMD} -e 's, docs,,' ${WRKSRC}/Makefile.in
37
	${REINPLACE_CMD} -e 's, docs,,' ${WRKSRC}/Makefile.in
44
.endif
38
.endif
(-)audio/libgpod/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libgpod-0.6.0.tar.gz) = b44d8aee3f6610370b6faf61770c5f3c
1
MD5 (libgpod-0.7.2.tar.gz) = 1ec69c3a19fb071b1639cdcaf68463c1
2
SHA256 (libgpod-0.6.0.tar.gz) = a2c8c998588361d8aaa4c662a38f50db164b8b4fce4e7bc49ac445a9ac87f80f
2
SHA256 (libgpod-0.7.2.tar.gz) = 2e8f31fc37ed0c9c89004097fdb568e8971627e7aedfb57fb229399c0f490777
3
SIZE (libgpod-0.6.0.tar.gz) = 843097
3
SIZE (libgpod-0.7.2.tar.gz) = 959142
(-)audio/libgpod/pkg-plist (-1 / +3 lines)
Lines 1-7 Link Here
1
include/gpod-1.0/gpod/itdb.h
1
include/gpod-1.0/gpod/itdb.h
2
@dirrm include/gpod-1.0/gpod
2
@dirrm include/gpod-1.0/gpod
3
@dirrm include/gpod-1.0
3
@dirrm include/gpod-1.0
4
lib/libgpod.so.3
4
lib/libgpod.so.5
5
lib/libgpod.so
5
lib/libgpod.so
6
lib/libgpod.la
6
lib/libgpod.la
7
lib/libgpod.a
7
lib/libgpod.a
Lines 14-19 Link Here
14
share/locale/ja/LC_MESSAGES/libgpod.mo
14
share/locale/ja/LC_MESSAGES/libgpod.mo
15
share/locale/ro/LC_MESSAGES/libgpod.mo
15
share/locale/ro/LC_MESSAGES/libgpod.mo
16
share/locale/sv/LC_MESSAGES/libgpod.mo
16
share/locale/sv/LC_MESSAGES/libgpod.mo
17
share/locale/zh_CN/LC_MESSAGES/libgpod.mo
17
%%PORTDOCS%%%%DOCSDIR%%/ch01.html
18
%%PORTDOCS%%%%DOCSDIR%%/ch01.html
18
%%PORTDOCS%%%%DOCSDIR%%/home.png
19
%%PORTDOCS%%%%DOCSDIR%%/home.png
19
%%PORTDOCS%%%%DOCSDIR%%/index.html
20
%%PORTDOCS%%%%DOCSDIR%%/index.html
Lines 21-26 Link Here
21
%%PORTDOCS%%%%DOCSDIR%%/itunesdb.html
22
%%PORTDOCS%%%%DOCSDIR%%/itunesdb.html
22
%%PORTDOCS%%%%DOCSDIR%%/left.png
23
%%PORTDOCS%%%%DOCSDIR%%/left.png
23
%%PORTDOCS%%%%DOCSDIR%%/libgpod-Artwork.html
24
%%PORTDOCS%%%%DOCSDIR%%/libgpod-Artwork.html
25
%%PORTDOCS%%%%DOCSDIR%%/libgpod-Chapter-Data.html
24
%%PORTDOCS%%%%DOCSDIR%%/libgpod-Device.html
26
%%PORTDOCS%%%%DOCSDIR%%/libgpod-Device.html
25
%%PORTDOCS%%%%DOCSDIR%%/libgpod-File-handling-functions.html
27
%%PORTDOCS%%%%DOCSDIR%%/libgpod-File-handling-functions.html
26
%%PORTDOCS%%%%DOCSDIR%%/libgpod-Low-level-functions.html
28
%%PORTDOCS%%%%DOCSDIR%%/libgpod-Low-level-functions.html
(-)audio/rhythmbox/Makefile (-1 / +1 lines)
Lines 114-120 Link Here
114
.endif
114
.endif
115
115
116
.if !defined(WITHOUT_IPOD)
116
.if !defined(WITHOUT_IPOD)
117
LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
117
LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
118
CONFIGURE_ARGS+=--with-ipod
118
CONFIGURE_ARGS+=--with-ipod
119
PLIST_SUB+=	IPOD=""
119
PLIST_SUB+=	IPOD=""
120
.else
120
.else
(-)multimedia/gnome-mplayer/Makefile (-1 / +1 lines)
Lines 60-66 Link Here
60
.endif
60
.endif
61
61
62
.if defined(WITH_GPOD)
62
.if defined(WITH_GPOD)
63
LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
63
LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
64
CONFIGURE_ARGS+=	--with-libgpod
64
CONFIGURE_ARGS+=	--with-libgpod
65
.else
65
.else
66
CONFIGURE_ARGS+=	--without-libgpod
66
CONFIGURE_ARGS+=	--without-libgpod
(-)multimedia/gpodder/Makefile (-1 / +1 lines)
Lines 51-57 Link Here
51
.endif
51
.endif
52
52
53
.if defined(WITH_IPOD)
53
.if defined(WITH_IPOD)
54
LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
54
LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
55
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad
55
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad
56
.endif
56
.endif
57
57
(-)sysutils/fusefs-pod/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
COMMENT=	FUSE-based filesystem for iPod
17
COMMENT=	FUSE-based filesystem for iPod
18
18
19
LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
19
LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
20
		gpod.3:${PORTSDIR}/audio/libgpod\
20
		gpod.5:${PORTSDIR}/audio/libgpod\
21
		tag.6:${PORTSDIR}/audio/taglib
21
		tag.6:${PORTSDIR}/audio/taglib
22
RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
22
RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod

Return to bug 136989