From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CC47138359 for ; Thu, 2 Jul 2020 23:52:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1A63E085E; Thu, 2 Jul 2020 23:52:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3350DE085E for ; Thu, 2 Jul 2020 23:52:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9308934F21B for ; Thu, 2 Jul 2020 23:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BE1C233 for ; Thu, 2 Jul 2020 23:52:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1593733956.d9c9fa0e2726816884316dbd597736d3cb6af7a4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faac/Manifest media-libs/faac/faac-1.30.ebuild X-VCS-Directories: media-libs/faac/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d9c9fa0e2726816884316dbd597736d3cb6af7a4 X-VCS-Branch: master Date: Thu, 2 Jul 2020 23:52:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5280f36b-5509-4495-abc2-b4fd579e0b77 X-Archives-Hash: 42399a993f0ba01e20f958a578186623 commit: d9c9fa0e2726816884316dbd597736d3cb6af7a4 Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 2 23:52:28 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 2 23:52:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c9fa0e media-libs/faac: Bump to version 1.30 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> media-libs/faac/Manifest | 1 + media-libs/faac/faac-1.30.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/media-libs/faac/Manifest b/media-libs/faac/Manifest index 95a79b6be69..da164472f3c 100644 --- a/media-libs/faac/Manifest +++ b/media-libs/faac/Manifest @@ -1 +1,2 @@ DIST faac-1.29.9.2.tar.gz 483826 BLAKE2B f845e75ec640f2a6ac41ad10dfdf1dbc6a6ddef3cb8cc3fe63450515f888343126cb2ec1df4c4eaaefed3d7d5d56249078f14363fcb9d9484228e9b1754a8b99 SHA512 71aaf060d087e866700a3a7c7d447e85709f65709e148610c4b34f5a3e095fa4a5c19f49450610949fd7db12345422b8a116a1d061899c127ad9a1bc30e79c7c +DIST faac-1_30.tar.gz 241750 BLAKE2B ee3cf1ad44c14ec289036c9a6f087df3a1cf81c9b0f60b6a2121f5badba3f3cab983001437bb6051ab2306c0e5e14ee8e3c9439116bd82c370f808d912ce2c13 SHA512 8582cd580dba2a347d15dc4fab42020d7120d0552c54ab74cfaf59ba1b270abb94c67e39d42459a14cbc6e98f3fd00cbda589e1b4f0c7278e41bdef6ae7b6554 diff --git a/media-libs/faac/faac-1.30.ebuild b/media-libs/faac/faac-1.30.ebuild new file mode 100644 index 00000000000..25180e0e80f --- /dev/null +++ b/media-libs/faac/faac-1.30.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools multilib-minimal + +MY_PV="$(ver_rs 1 _)" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" +HOMEPAGE="https://www.audiocoding.com" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1 MPEG-4" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + default + sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466984 + eautoreconf +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf --disable-static + + # do not build the frontend for non-native abis + if ! multilib_is_native_abi; then + sed -i -e 's/frontend//' Makefile || die + fi +} + +multilib_src_install_all() { + einstalldocs + + # no static archives + find "${ED}" -type f -name '*.la' -delete || die +}