From: Alexis Ballier Date: Tue, 27 Sep 2011 18:09:06 +0000 (+0000) Subject: initial import, ebuild by me X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=088a706b782a36068be00d11dad854860c1e4cb0;p=gentoo.git initial import, ebuild by me Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64 --- diff --git a/media-libs/libaacplus/ChangeLog b/media-libs/libaacplus/ChangeLog new file mode 100644 index 000000000000..9ae6b4de1627 --- /dev/null +++ b/media-libs/libaacplus/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-libs/libaacplus +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libaacplus/ChangeLog,v 1.1 2011/09/27 18:09:06 aballier Exp $ + +*libaacplus-2.0.2 (27 Sep 2011) + + 27 Sep 2011; Alexis Ballier +libaacplus-2.0.2.ebuild, + +metadata.xml: + initial import, ebuild by me + diff --git a/media-libs/libaacplus/Manifest b/media-libs/libaacplus/Manifest new file mode 100644 index 000000000000..b2a7e66469e9 --- /dev/null +++ b/media-libs/libaacplus/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST 26410-800.zip 1348294 RMD160 27ca0e8e5a256333eac82b9833b83a22e3a7c4f6 SHA1 eb32ef4fffc61cdc637eaa1e90ac88d8e01b45f2 SHA256 4e7b3268b4e21a4dc2c88ee3af57c9115334d6b616a6e5f2e3f43643bf37b72f +DIST libaacplus-2.0.2.tar.gz 42155 RMD160 3a298d824a19ad863bac426f166e34d343dd7f31 SHA1 86c492fa38b378373908ec1ff1ef2187b48239c5 SHA256 60dceb64d4ecf0be8d21661d5af2f214710f9d5b6ab389a5bdebf746baa7e1d7 +EBUILD libaacplus-2.0.2.ebuild 1302 RMD160 cf8af840a9670d149b83bcaa15d3db40e1759990 SHA1 06c8a922fb3e10ce67b36078bcadcef86985c9e1 SHA256 24d9bc713d565622f2eab3bfbf634c271a5d1ffc54b2c8d6981c6b44b04b9bd0 +MISC ChangeLog 377 RMD160 5f298e0e0acefb823ffebb3ce681474d7b502233 SHA1 782abd58e58c6cc824e1fa744d161df39af40fe9 SHA256 4a011fbb9cab9ac2b5bff2f56de2d33bf73d15c01ff6cc365a39c83af5a223cc +MISC metadata.xml 159 RMD160 568344dc99ebe68c2e2d43d268d186757532144d SHA1 3f9589301dbaa4363c56de0f309cf792d8c38b63 SHA256 eb5b8cfa9aed067cd72d6439beac2dd0abdba30248f27e4b337012b493a18369 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iEYEARECAAYFAk6CEUgACgkQvFcC4BYPU0o6RgCglugIkuZo3qpH5e3JDViUgb3J +OKEAniary/0OhudELluFh7WyIEQaI3FA +=btfD +-----END PGP SIGNATURE----- diff --git a/media-libs/libaacplus/libaacplus-2.0.2.ebuild b/media-libs/libaacplus/libaacplus-2.0.2.ebuild new file mode 100644 index 000000000000..f49ec46cf014 --- /dev/null +++ b/media-libs/libaacplus/libaacplus-2.0.2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libaacplus/libaacplus-2.0.2.ebuild,v 1.1 2011/09/27 18:09:06 aballier Exp $ + +EAPI=4 + +inherit autotools + +# This file cannot be mirrored. +# See the notes at http://tipok.org.ua/node/17 +# The .tar.gz, ie the wrapper library, is lgpl though. +TGPPDIST=26410-800.zip + +DESCRIPTION="HE-AAC+ v2 library, based on the reference implementation" +HOMEPAGE="http://tipok.org.ua/node/17" +SRC_URI="http://dev.gentoo.org/~aballier/${P}.tar.gz + http://tipok.ath.cx/downloads/media/aac+/libaacplus/${P}.tar.gz + http://217.20.164.161/~tipok/aacplus/${P}.tar.gz + http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/${TGPPDIST}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="bindist fftw static-libs" +RESTRICT="mirror" +REQUIRED_USE="!bindist" + +RDEPEND="!media-sound/aacplusenc + fftw? ( sci-libs/fftw:3.0 )" +DEPEND="${RDEPEND} + app-arch/unzip + dev-util/pkgconfig" + +src_unpack() { + unpack ${P}.tar.gz +} + +src_prepare() { + eautoreconf + cp "${DISTDIR}/${TGPPDIST}" "${S}/src/" || die +} + +src_configure() { + econf $(use_with fftw fftw3) \ + $(use_enable static-libs static) +} + +src_compile() { + emake -j1 +} + +src_install() { + default + find "${D}" -name '*.la' -delete +} diff --git a/media-libs/libaacplus/metadata.xml b/media-libs/libaacplus/metadata.xml new file mode 100644 index 000000000000..ae573a60407f --- /dev/null +++ b/media-libs/libaacplus/metadata.xml @@ -0,0 +1,5 @@ + + + + sound +