From 2686240dd048876446fa16e814326f6b69988cbe Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 7 Dec 2003 00:56:43 +0000 Subject: Add libid3tag, an MPEG level 3 tagging library that is used by the MAD project. PR: 59703 Submitted by: Sergey Akifyev --- audio/Makefile | 1 + audio/libid3tag/Makefile | 21 +++++++++++++++++++++ audio/libid3tag/distinfo | 1 + audio/libid3tag/files/patch-Makefile.in | 11 +++++++++++ audio/libid3tag/files/patch-configure | 10 ++++++++++ audio/libid3tag/pkg-descr | 12 ++++++++++++ audio/libid3tag/pkg-plist | 4 ++++ 7 files changed, 60 insertions(+) create mode 100644 audio/libid3tag/Makefile create mode 100644 audio/libid3tag/distinfo create mode 100644 audio/libid3tag/files/patch-Makefile.in create mode 100644 audio/libid3tag/files/patch-configure create mode 100644 audio/libid3tag/pkg-descr create mode 100644 audio/libid3tag/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index e12522fd8368..fb56f51d25c2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -144,6 +144,7 @@ SUBDIR += libao SUBDIR += libaudiofile SUBDIR += libcdaudio + SUBDIR += libid3tag SUBDIR += libmad SUBDIR += libmikmod SUBDIR += libmusicbrainz diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile new file mode 100644 index 000000000000..d2090b278707 --- /dev/null +++ b/audio/libid3tag/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libid3tag +# Date created: 26 November 2003 +# Whom: Sergey Akifyev +# +# $FreeBSD$ +# + +PORTNAME= libid3tag +PORTVERSION= 0.15.0b +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.mars.org/pub/mpeg/ +MASTER_SITE_SUBDIR= mad + +MAINTAINER= asa@gascom.ru +COMMENT= ID3 tags library (part of MAD project) + +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +.include diff --git a/audio/libid3tag/distinfo b/audio/libid3tag/distinfo new file mode 100644 index 000000000000..fa8403487b04 --- /dev/null +++ b/audio/libid3tag/distinfo @@ -0,0 +1 @@ +MD5 (libid3tag-0.15.0b.tar.gz) = a625307d2cda4f3c609b79c1e3a93d87 diff --git a/audio/libid3tag/files/patch-Makefile.in b/audio/libid3tag/files/patch-Makefile.in new file mode 100644 index 000000000000..ce577d9eea67 --- /dev/null +++ b/audio/libid3tag/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Nov 26 09:37:37 2003 ++++ Makefile.in Wed Nov 26 09:37:57 2003 +@@ -213,7 +213,7 @@ + ltmain.sh missing mkinstalldirs + SOURCES = $(libid3tag_la_SOURCES) $(EXTRA_libid3tag_la_SOURCES) + +-all: $(BUILT_SOURCES) config.h ++all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-recursive + + .SUFFIXES: diff --git a/audio/libid3tag/files/patch-configure b/audio/libid3tag/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/audio/libid3tag/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/libid3tag/pkg-descr b/audio/libid3tag/pkg-descr new file mode 100644 index 000000000000..1b7d555e5423 --- /dev/null +++ b/audio/libid3tag/pkg-descr @@ -0,0 +1,12 @@ +MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 +as well as the MPEG-2 extension to Lower Sampling Frequencies. All +three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are +fully implemented. + +MAD does not yet support MPEG-2 multichannel audio (although it should +be backward compatible with such streams) or AAC, nor does it support +the so-called MPEG 2.5 format. + +This is ID3 tag library, which is part of the project. + +WWW: http://mad.sourceforge.net/ diff --git a/audio/libid3tag/pkg-plist b/audio/libid3tag/pkg-plist new file mode 100644 index 000000000000..3777d8f6e37a --- /dev/null +++ b/audio/libid3tag/pkg-plist @@ -0,0 +1,4 @@ +include/id3tag.h +lib/libid3tag.a +lib/libid3tag.so +lib/libid3tag.so.2 -- cgit