Skip site navigation (1)Skip section navigation (2)
Date:      26 Nov 2003 11:29:36 -0000
From:      Sergey Akifyev <asa@gascom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59703: [new port] ID3 tags library (part of MAD project)
Message-ID:  <20031126112936.5410.qmail@mail.gascom.ru>
Resent-Message-ID: <200311261130.hAQBUN8n043729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59703
>Category:       ports
>Synopsis:       [new port] ID3 tags library (part of MAD project)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 26 03:30:23 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Akifyev
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
JSC Gascom
>Environment:
System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386

>Description:
!!! Please note! new version of mad is split to 3 software packages.
!!! This is what I did for this port. This all is needed to update
!!! rhythmbox to 0.6.1. pkg-descr for all ports taken from audio/mad

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/
>How-To-Repeat:
>Fix:
--- libid3tag.sh begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libid3tag
#	libid3tag/pkg-plist
#	libid3tag/pkg-descr
#	libid3tag/distinfo
#	libid3tag/Makefile
#	libid3tag/files
#	libid3tag/files/patch-Makefile.in
#
echo c - libid3tag
mkdir -p libid3tag > /dev/null 2>&1
echo x - libid3tag/pkg-plist
sed 's/^X//' >libid3tag/pkg-plist << 'END-of-libid3tag/pkg-plist'
Xinclude/id3tag.h
Xlib/libid3tag.a
Xlib/libid3tag.so
Xlib/libid3tag.so.2
END-of-libid3tag/pkg-plist
echo x - libid3tag/pkg-descr
sed 's/^X//' >libid3tag/pkg-descr << 'END-of-libid3tag/pkg-descr'
XMAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
Xas well as the MPEG-2 extension to Lower Sampling Frequencies. All
Xthree audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are
Xfully implemented.
X
XMAD does not yet support MPEG-2 multichannel audio (although it should
Xbe backward compatible with such streams) or AAC, nor does it support
Xthe so-called MPEG 2.5 format.
X
XThis is ID3 tag library, which is part of the project.
X
XWWW: http://mad.sourceforge.net/
END-of-libid3tag/pkg-descr
echo x - libid3tag/distinfo
sed 's/^X//' >libid3tag/distinfo << 'END-of-libid3tag/distinfo'
XMD5 (libid3tag-0.15.0b.tar.gz) = a625307d2cda4f3c609b79c1e3a93d87
END-of-libid3tag/distinfo
echo x - libid3tag/Makefile
sed 's/^X//' >libid3tag/Makefile << 'END-of-libid3tag/Makefile'
X# New ports collection makefile for:  libid3tag
X# Date created:        26 November 2003
X# Whom:			Sergey Akifyev <asa@gascom.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libid3tag
XPORTVERSION=	0.15.0b
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
X		ftp://ftp.mars.org/pub/mpeg/
XMASTER_SITE_SUBDIR=	mad
X
XMAINTAINER=	asa@gascom.ru
XCOMMENT=	ID3 tags library (part of MAD project)
X
XUSE_LIBTOOL=	yes
XINSTALLS_SHLIB=	yes
X
X.include <bsd.port.mk>
END-of-libid3tag/Makefile
echo c - libid3tag/files
mkdir -p libid3tag/files > /dev/null 2>&1
echo x - libid3tag/files/patch-Makefile.in
sed 's/^X//' >libid3tag/files/patch-Makefile.in << 'END-of-libid3tag/files/patch-Makefile.in'
X--- Makefile.in.orig	Wed Nov 26 09:37:37 2003
X+++ Makefile.in	Wed Nov 26 09:37:57 2003
X@@ -213,7 +213,7 @@
X 	ltmain.sh missing mkinstalldirs
X SOURCES = $(libid3tag_la_SOURCES) $(EXTRA_libid3tag_la_SOURCES)
X 
X-all: $(BUILT_SOURCES) config.h
X+all: $(BUILT_SOURCES)
X 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
X 
X .SUFFIXES:
END-of-libid3tag/files/patch-Makefile.in
exit
--- libid3tag.sh ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031126112936.5410.qmail>