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

(-)Makefile (-5 / +4 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtunepimp
8
PORTNAME=	libtunepimp
9
PORTVERSION=	0.3.0
9
PORTVERSION=	0.4.2
10
PORTREVISION=	1
11
PORTEPOCH=	1
10
PORTEPOCH=	1
12
CATEGORIES=	audio
11
CATEGORIES=	audio
13
MASTER_SITES=	ftp://ftp.musicbrainz.org/pub/musicbrainz/
12
MASTER_SITES=	http://ftp.musicbrainz.org/pub/musicbrainz/ \
13
		ftp://ftp.au.musicbrainz.org/pub/musicbrainz/
14
14
15
MAINTAINER=	lauri@kde.org
15
MAINTAINER=	lauri@kde.org
16
COMMENT=	Client library for musicbrainz
16
COMMENT=	Client library for musicbrainz
Lines 25-34 Link Here
25
CONFLICTS=	trm-0*
25
CONFLICTS=	trm-0*
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
USE_GNOME=	gnomehack gnometarget pkgconfig
27
USE_GNOME=	gnomehack gnometarget pkgconfig
28
USE_REINPLACE=	yes
29
USE_AUTOTOOLS=	libtool:15
28
USE_AUTOTOOLS=	libtool:15
30
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
29
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
31
		LDFLAGS="-L${LOCALBASE}/lib"
30
		LDFLAGS="-L${LOCALBASE}/lib -liconv"
32
INSTALLS_SHLIB=	yes
31
INSTALLS_SHLIB=	yes
33
32
34
post-patch:
33
post-patch:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libtunepimp-0.3.0.tar.gz) = f1f506914150c4917ec730f847ad4709
1
MD5 (libtunepimp-0.4.2.tar.gz) = 10b9e4a2f1930aed78ef7ddaebbe0fde
2
SHA256 (libtunepimp-0.3.0.tar.gz) = 5fbfc6441f2bf34d5eed81ec77bf19469b53eb30f33575cab218aa8d587566d2
2
SHA256 (libtunepimp-0.4.2.tar.gz) = d3e0f66a92b9c54a388b9a55bcdcc98601e3f918e966f3362c3bd3b45f3936e4
3
SIZE (libtunepimp-0.3.0.tar.gz) = 524889
3
SIZE (libtunepimp-0.4.2.tar.gz) = 1019995
(-)pkg-plist (-1 / +10 lines)
Lines 1-12 Link Here
1
bin/tp_tagger
1
bin/tp_tagger
2
bin/trm
2
bin/trm
3
include/tunepimp/context.h
3
include/tunepimp/context.h
4
include/tunepimp/decode_plugin.h
4
include/tunepimp/defs.h
5
include/tunepimp/defs.h
6
include/tunepimp/fileio.h
7
include/tunepimp/metadata_plugin.h
5
include/tunepimp/tp_c.h
8
include/tunepimp/tp_c.h
6
include/tunepimp/track.h
9
include/tunepimp/track.h
7
include/tunepimp/tunepimp.h
10
include/tunepimp/tunepimp.h
8
lib/libtunepimp.a
11
lib/libtunepimp.a
9
lib/libtunepimp.la
12
lib/libtunepimp.la
10
lib/libtunepimp.so
13
lib/libtunepimp.so
11
lib/libtunepimp.so.2
14
lib/libtunepimp.so.3
15
lib/tunepimp/plugins/flac.tpp
16
lib/tunepimp/plugins/mp3.tpp
17
lib/tunepimp/plugins/vorbis.tpp
18
lib/tunepimp/plugins/wav.tpp
12
@dirrm include/tunepimp
19
@dirrm include/tunepimp
20
@dirrm lib/tunepimp/plugins
21
@dirrm lib/tunepimp
(-)files/patch-lib_mp3_trm.cpp (-10 lines)
Removed Link Here
1
--- lib/mp3_trm.cpp.orig	Sat Aug 14 23:35:41 2004
2
+++ lib/mp3_trm.cpp	Sat Aug 14 23:35:55 2004
3
@@ -82,6 +82,7 @@
4
 #ifdef WIN32
5
 #include <winsock.h>
6
 #else
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
9
 #endif
10
 

Return to bug 94589