diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-18 21:24:37 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-18 21:24:37 +0000 |
commit | 2951c5532d9f46a0ea712e15d3f78bc9845029aa (patch) | |
tree | 2a5f6c6273708919bafb77927e884eb739942d93 /media-libs/faac | |
parent | minor updates, einfo, slot, things of the like. (diff) | |
download | historical-2951c5532d9f46a0ea712e15d3f78bc9845029aa.tar.gz historical-2951c5532d9f46a0ea712e15d3f78bc9845029aa.tar.bz2 historical-2951c5532d9f46a0ea712e15d3f78bc9845029aa.zip |
new package. Fixes #3224
Diffstat (limited to 'media-libs/faac')
-rw-r--r-- | media-libs/faac/ChangeLog | 13 | ||||
-rw-r--r-- | media-libs/faac/faac-26102001.ebuild | 39 | ||||
-rw-r--r-- | media-libs/faac/files/digest-faac-26102001 | 1 |
3 files changed, 53 insertions, 0 deletions
diff --git a/media-libs/faac/ChangeLog b/media-libs/faac/ChangeLog new file mode 100644 index 000000000000..d4a86b3cc764 --- /dev/null +++ b/media-libs/faac/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for media-libs/faac +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.1 2002/06/18 21:24:37 rphillips Exp $ + +*faac-26102001 (18 Jun 2002) + + 18 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-libs/faac/faac-26102001.ebuild b/media-libs/faac/faac-26102001.ebuild new file mode 100644 index 000000000000..ea77d9c41c4c --- /dev/null +++ b/media-libs/faac/faac-26102001.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Dominik Westner <gentoo@nikwest.de> +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-26102001.ebuild,v 1.1 2002/06/18 21:24:37 rphillips Exp $ + +S=${WORKDIR}/faac +DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" +SRC_URI="http://faac.sourceforge.net/files/faac_src_26102001.zip" +HOMEPAGE="http://faac.sourceforge.net/" +LICENSE="GPL" + +DEPEND=">=media-libs/libsndfile-0.0.28 + >=sys-devel/libtool-1.3.5 + sys-devel/autoconf + sys-devel/automake" + +src_unpack() { + unpack ${A} + sh ${FILESDIR}/fix-linefeeds.sh $S +} + +src_compile() { + aclocal -I . + autoheader + libtoolize --automake + automake --add-missing + autoconf + + econf || die + emake || die +} + +src_install() { + + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO docs/libfaac.pdf + +} diff --git a/media-libs/faac/files/digest-faac-26102001 b/media-libs/faac/files/digest-faac-26102001 new file mode 100644 index 000000000000..1556bfaeda7f --- /dev/null +++ b/media-libs/faac/files/digest-faac-26102001 @@ -0,0 +1 @@ +MD5 f26af3b37fa913154e47ad5522c459e0 faac_src_26102001.zip 563800 |