diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-11 01:31:01 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-11 01:31:01 +0000 |
commit | c9509ebd575265189e8e2fa932a6a998580f2407 (patch) | |
tree | 278b2cc88dfb7031c6a94b8f5050085b66e744fe | |
parent | b8bf92b9710868abcfdd3e0765a7ad0fb5f76af9 (diff) | |
download | ports-c9509ebd575265189e8e2fa932a6a998580f2407.tar.gz ports-c9509ebd575265189e8e2fa932a6a998580f2407.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/libtunepimp-old/Makefile | 36 | ||||
-rw-r--r-- | audio/libtunepimp-old/distinfo | 2 | ||||
-rw-r--r-- | audio/libtunepimp-old/pkg-descr | 9 | ||||
-rw-r--r-- | audio/libtunepimp-old/pkg-plist | 11 | ||||
-rw-r--r-- | audio/libtunepimp/Makefile | 36 | ||||
-rw-r--r-- | audio/libtunepimp/distinfo | 2 | ||||
-rw-r--r-- | audio/libtunepimp/pkg-descr | 9 | ||||
-rw-r--r-- | audio/libtunepimp/pkg-plist | 11 |
9 files changed, 117 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 75baafe1b281..204a73d1a861 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -179,6 +179,7 @@ SUBDIR += libsidplay2 SUBDIR += libsndfile SUBDIR += libtremor + SUBDIR += libtunepimp SUBDIR += libvorbis SUBDIR += libvorbis-aotuv SUBDIR += libworkman diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile new file mode 100644 index 000000000000..6e42d2cdbd20 --- /dev/null +++ b/audio/libtunepimp-old/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: tunepimp +# Date Created: 11 Aug 2004 +# Whom: Lauri Watts <lauri@kde.org> +# +# $FreeBSD$ +# + +PORTNAME= libtunepimp +PORTVERSION= 0.3.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ + +MAINTAINER= lauri@kde.org +COMMENT= Client library for musicbrainz + +LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ + FLAC:${PORTSDIR}/audio/flac \ + mad:${PORTSDIR}/audio/libmad \ + ogg:${PORTSDIR}/audio/libogg \ + expat:${PORTSDIR}/textproc/expat2 \ + musicbrainz:${PORTSDIR}/audio/libmusicbrainz + +USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget pkgconfig +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 + +post-patch: + @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ + s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/audio/libtunepimp-old/distinfo b/audio/libtunepimp-old/distinfo new file mode 100644 index 000000000000..d4bd94ea614d --- /dev/null +++ b/audio/libtunepimp-old/distinfo @@ -0,0 +1,2 @@ +MD5 (libtunepimp-0.3.0.tar.gz) = f1f506914150c4917ec730f847ad4709 +SIZE (libtunepimp-0.3.0.tar.gz) = 524889 diff --git a/audio/libtunepimp-old/pkg-descr b/audio/libtunepimp-old/pkg-descr new file mode 100644 index 000000000000..24a4b73e968f --- /dev/null +++ b/audio/libtunepimp-old/pkg-descr @@ -0,0 +1,9 @@ +Tunepimp is a client library for MusicBrainz + +MusicBrainz is the second generation incarnation of the CD Index. +This server is designed to enable Audio CD and MP3/Vorbis players +to download metadata about the music they are playing. All of the +data collected on the Musicbrainz server is made available to the +public under the OpenContent license. + +WWW: http://www.musicbrainz.org/ diff --git a/audio/libtunepimp-old/pkg-plist b/audio/libtunepimp-old/pkg-plist new file mode 100644 index 000000000000..950bc6aa8465 --- /dev/null +++ b/audio/libtunepimp-old/pkg-plist @@ -0,0 +1,11 @@ +bin/tp_tagger +bin/trm +include/tunepimp/context.h +include/tunepimp/defs.h +include/tunepimp/tp_c.h +include/tunepimp/track.h +include/tunepimp/tunepimp.h +lib/libtunepimp.a +lib/libtunepimp.so +lib/libtunepimp.so.2 +@dirrm include/tunepimp diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile new file mode 100644 index 000000000000..6e42d2cdbd20 --- /dev/null +++ b/audio/libtunepimp/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: tunepimp +# Date Created: 11 Aug 2004 +# Whom: Lauri Watts <lauri@kde.org> +# +# $FreeBSD$ +# + +PORTNAME= libtunepimp +PORTVERSION= 0.3.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ + +MAINTAINER= lauri@kde.org +COMMENT= Client library for musicbrainz + +LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ + FLAC:${PORTSDIR}/audio/flac \ + mad:${PORTSDIR}/audio/libmad \ + ogg:${PORTSDIR}/audio/libogg \ + expat:${PORTSDIR}/textproc/expat2 \ + musicbrainz:${PORTSDIR}/audio/libmusicbrainz + +USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget pkgconfig +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 + +post-patch: + @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ + s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/audio/libtunepimp/distinfo b/audio/libtunepimp/distinfo new file mode 100644 index 000000000000..d4bd94ea614d --- /dev/null +++ b/audio/libtunepimp/distinfo @@ -0,0 +1,2 @@ +MD5 (libtunepimp-0.3.0.tar.gz) = f1f506914150c4917ec730f847ad4709 +SIZE (libtunepimp-0.3.0.tar.gz) = 524889 diff --git a/audio/libtunepimp/pkg-descr b/audio/libtunepimp/pkg-descr new file mode 100644 index 000000000000..24a4b73e968f --- /dev/null +++ b/audio/libtunepimp/pkg-descr @@ -0,0 +1,9 @@ +Tunepimp is a client library for MusicBrainz + +MusicBrainz is the second generation incarnation of the CD Index. +This server is designed to enable Audio CD and MP3/Vorbis players +to download metadata about the music they are playing. All of the +data collected on the Musicbrainz server is made available to the +public under the OpenContent license. + +WWW: http://www.musicbrainz.org/ diff --git a/audio/libtunepimp/pkg-plist b/audio/libtunepimp/pkg-plist new file mode 100644 index 000000000000..950bc6aa8465 --- /dev/null +++ b/audio/libtunepimp/pkg-plist @@ -0,0 +1,11 @@ +bin/tp_tagger +bin/trm +include/tunepimp/context.h +include/tunepimp/defs.h +include/tunepimp/tp_c.h +include/tunepimp/track.h +include/tunepimp/tunepimp.h +lib/libtunepimp.a +lib/libtunepimp.so +lib/libtunepimp.so.2 +@dirrm include/tunepimp |