Update to 0.4.2

PR:		94589
Submitted by:	ehaupt
Approved by:	maintainer timeout (20 days)
This commit is contained in:
Emanuel Haupt 2006-04-06 11:33:46 +00:00
parent 8cffe2cd4e
commit bd9cd19e5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158945
8 changed files with 34 additions and 38 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= libtunepimp
PORTVERSION= 0.3.0
PORTREVISION= 1
PORTVERSION= 0.4.2
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \
ftp://ftp.au.musicbrainz.org/pub/musicbrainz/
MAINTAINER= lauri@kde.org
COMMENT= Client library for musicbrainz
@ -25,10 +25,9 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
CONFLICTS= trm-0*
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib -liconv"
INSTALLS_SHLIB= yes
post-patch:

View File

@ -1,3 +1,3 @@
MD5 (libtunepimp-0.3.0.tar.gz) = f1f506914150c4917ec730f847ad4709
SHA256 (libtunepimp-0.3.0.tar.gz) = 5fbfc6441f2bf34d5eed81ec77bf19469b53eb30f33575cab218aa8d587566d2
SIZE (libtunepimp-0.3.0.tar.gz) = 524889
MD5 (libtunepimp-0.4.2.tar.gz) = 10b9e4a2f1930aed78ef7ddaebbe0fde
SHA256 (libtunepimp-0.4.2.tar.gz) = d3e0f66a92b9c54a388b9a55bcdcc98601e3f918e966f3362c3bd3b45f3936e4
SIZE (libtunepimp-0.4.2.tar.gz) = 1019995

View File

@ -1,10 +0,0 @@
--- lib/mp3_trm.cpp.orig Sat Aug 14 23:35:41 2004
+++ lib/mp3_trm.cpp Sat Aug 14 23:35:55 2004
@@ -82,6 +82,7 @@
#ifdef WIN32
#include <winsock.h>
#else
+#include <sys/types.h>
#include <netinet/in.h>
#endif

View File

@ -1,12 +1,21 @@
bin/tp_tagger
bin/trm
include/tunepimp/context.h
include/tunepimp/decode_plugin.h
include/tunepimp/defs.h
include/tunepimp/fileio.h
include/tunepimp/metadata_plugin.h
include/tunepimp/tp_c.h
include/tunepimp/track.h
include/tunepimp/tunepimp.h
lib/libtunepimp.a
lib/libtunepimp.la
lib/libtunepimp.so
lib/libtunepimp.so.2
lib/libtunepimp.so.3
lib/tunepimp/plugins/flac.tpp
lib/tunepimp/plugins/mp3.tpp
lib/tunepimp/plugins/vorbis.tpp
lib/tunepimp/plugins/wav.tpp
@dirrm include/tunepimp
@dirrm lib/tunepimp/plugins
@dirrm lib/tunepimp

View File

@ -6,11 +6,11 @@
#
PORTNAME= libtunepimp
PORTVERSION= 0.3.0
PORTREVISION= 1
PORTVERSION= 0.4.2
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \
ftp://ftp.au.musicbrainz.org/pub/musicbrainz/
MAINTAINER= lauri@kde.org
COMMENT= Client library for musicbrainz
@ -25,10 +25,9 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
CONFLICTS= trm-0*
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib -liconv"
INSTALLS_SHLIB= yes
post-patch:

View File

@ -1,3 +1,3 @@
MD5 (libtunepimp-0.3.0.tar.gz) = f1f506914150c4917ec730f847ad4709
SHA256 (libtunepimp-0.3.0.tar.gz) = 5fbfc6441f2bf34d5eed81ec77bf19469b53eb30f33575cab218aa8d587566d2
SIZE (libtunepimp-0.3.0.tar.gz) = 524889
MD5 (libtunepimp-0.4.2.tar.gz) = 10b9e4a2f1930aed78ef7ddaebbe0fde
SHA256 (libtunepimp-0.4.2.tar.gz) = d3e0f66a92b9c54a388b9a55bcdcc98601e3f918e966f3362c3bd3b45f3936e4
SIZE (libtunepimp-0.4.2.tar.gz) = 1019995

View File

@ -1,10 +0,0 @@
--- lib/mp3_trm.cpp.orig Sat Aug 14 23:35:41 2004
+++ lib/mp3_trm.cpp Sat Aug 14 23:35:55 2004
@@ -82,6 +82,7 @@
#ifdef WIN32
#include <winsock.h>
#else
+#include <sys/types.h>
#include <netinet/in.h>
#endif

View File

@ -1,12 +1,21 @@
bin/tp_tagger
bin/trm
include/tunepimp/context.h
include/tunepimp/decode_plugin.h
include/tunepimp/defs.h
include/tunepimp/fileio.h
include/tunepimp/metadata_plugin.h
include/tunepimp/tp_c.h
include/tunepimp/track.h
include/tunepimp/tunepimp.h
lib/libtunepimp.a
lib/libtunepimp.la
lib/libtunepimp.so
lib/libtunepimp.so.2
lib/libtunepimp.so.3
lib/tunepimp/plugins/flac.tpp
lib/tunepimp/plugins/mp3.tpp
lib/tunepimp/plugins/vorbis.tpp
lib/tunepimp/plugins/wav.tpp
@dirrm include/tunepimp
@dirrm lib/tunepimp/plugins
@dirrm lib/tunepimp