public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/
Date: Tue, 17 Oct 2017 10:37:48 +0000 (UTC)	[thread overview]
Message-ID: <1508236659.8319146bb523eb923fcc2acfb1d3cec30f72583d.polynomial-c@gentoo> (raw)

commit:     8319146bb523eb923fcc2acfb1d3cec30f72583d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 10:21:10 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 10:37:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8319146b

media-libs/faac: Bump to version 1.29.8

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-libs/faac/Manifest           |  1 +
 media-libs/faac/faac-1.29.8.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/media-libs/faac/Manifest b/media-libs/faac/Manifest
index 9a7e9d5f32e..5944701229a 100644
--- a/media-libs/faac/Manifest
+++ b/media-libs/faac/Manifest
@@ -1,3 +1,4 @@
 DIST faac-1.28.tar.gz 678891 SHA256 c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df SHA512 0ef721ad28835e95cad41afc0cb6130e1ebb634cb6dd4b40f649bc2269b7bb5bf2887f6d8f023c74628d521f8bdf55b4dd070f972ecff162a5fe0384e026235b WHIRLPOOL fe56f3c2b40670f03e0c1880b253d7f0cc6e318c0b407f4e57fb7eaeac8692c6de9829402e670ddc0f397396935131ade0f8dadfc89b88fcdedecbf404e1b54e
 DIST faac-1.29.7.7.tar.gz 477124 SHA256 b898fcf55e7b52f964ee62d077f56fe9b3b35650e228f006fbef4ce903b4d731 SHA512 4461e5ee8dc3e6045e348a1ce50aa2df878aceffdc242fe256853f11f22e4895236bc64e3bbe89aad9c5a806d27368ed9e134699ee739225f407846ff2ebe2b8 WHIRLPOOL 496cc5a1e4f1955d4cd39255f4967ac263724800643eb7bb949b563c44d8ca137db1e2a34a6ce5f53c88566c9494027ed9936804e01cf71e18ba993e9a18b12a
 DIST faac-1.29.7.8.tar.gz 477443 SHA256 316fff598764b93485dc5fb41379768b8c69348bbbb87e0e30ce28b1da487251 SHA512 b837e2a884eb86e70e812404109b6ff5d25c60dd5f98275ed7515836f67afe19c940a4b2574d7fcf7bebc793f5bb509c6ebad37281fe1addf95f815e00ea41a6 WHIRLPOOL 201822a65b0f3855b148a01ec761ef6ee50bbbee18649a41a3a1d03c45096959ac7c2177beaa455f37654290318d708b20880150a67c2b54f5762d2950bc2c69
+DIST faac-1.29.8.tar.gz 470998 SHA256 ea0d508cd1aa9d1c00998fa922dc8a4a1535892c204483cba27e5d55bec48973 SHA512 aff0a87f12aba69564956a4d19f56234e38e6cc60f19d77203fb731d31f7aa8763efbd3a636fdcf84229df8c9a9b99666dd667ef5ae5745b41cfd1fd863b79d0 WHIRLPOOL d159af80f7fa4edc1234fab65178060b8ccc370069ec40f56d68f7a71fbd56b94ff33383da7232e98687ac8426de81685ec72301a3a5c1eca566c01de426730d

diff --git a/media-libs/faac/faac-1.29.8.ebuild b/media-libs/faac/faac-1.29.8.ebuild
new file mode 100644
index 00000000000..4dfb024938e
--- /dev/null
+++ b/media-libs/faac/faac-1.29.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+# eutils for einstalldocs
+inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal
+
+DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
+HOMEPAGE="http://www.audiocoding.com"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1 MPEG-4"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="digitalradio static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_prepare() {
+	default
+
+	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466984
+
+	eautoreconf
+	epunt_cxx
+}
+
+multilib_src_configure() {
+	local myconf=(
+		$(use_enable digitalradio drm)
+		$(use_enable static-libs static)
+	)
+
+	ECONF_SOURCE="${S}" econf ${myconf[@]}
+
+	# do not build the frontend for non default abis
+	if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
+		sed -i -e 's/frontend//' Makefile || die
+	fi
+}
+
+multilib_src_install() {
+	emake DESTDIR="${D}" install
+	prune_libtool_files
+}


             reply	other threads:[~2017-10-17 10:37 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-17 10:37 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-05  5:30 [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/ WANG Xuerui
2021-08-25  0:10 Marek Szuba
2021-01-08  9:52 Miroslav Šulc
2021-01-08  9:52 Miroslav Šulc
2021-01-07 16:52 Sam James
2021-01-03  1:26 Sam James
2020-12-31 11:22 Sergei Trofimovich
2020-12-31  3:26 Sam James
2020-12-31  3:26 Sam James
2020-12-30  2:20 Sam James
2020-07-02 23:52 Lars Wendler
2019-12-23 15:25 David Seifert
2019-05-15 13:54 Aaron Bauman
2018-10-02 12:11 Andreas Sturmlechner
2018-10-02 12:11 Andreas Sturmlechner
2018-10-02 10:58 Tobias Klausmann
2018-09-24 18:17 Markus Meier
2018-09-21  7:41 Agostino Sarubbo
2018-09-19 19:51 Sergei Trofimovich
2018-09-19 17:35 Thomas Deutschmann
2018-09-18 17:15 Matt Turner
2018-09-18 17:15 Matt Turner
2017-11-21 15:09 Lars Wendler
2017-11-06 15:29 Lars Wendler
2017-11-06 15:29 Lars Wendler
2017-10-25  7:47 Lars Wendler
2017-10-19  8:19 Jeroen Roovers
2017-10-17 10:37 Lars Wendler
2017-10-11  7:47 Lars Wendler
2017-10-11  7:47 Lars Wendler
2017-10-03 20:59 Lars Wendler
2017-10-03 20:59 Lars Wendler
2017-09-05 22:03 Lars Wendler
2017-09-05 22:03 Lars Wendler
2017-08-29 23:32 Lars Wendler
2017-08-29 23:32 Lars Wendler
2017-08-22 14:49 Lars Wendler
2017-08-21  8:31 Lars Wendler
2017-08-21  8:31 Lars Wendler
2017-08-15 10:03 Lars Wendler
2017-08-15 10:03 Lars Wendler
2017-07-24  8:48 Lars Wendler
2017-07-20  9:35 Lars Wendler
2017-07-20  9:35 Lars Wendler
2017-06-19 20:07 Alexis Ballier
2017-04-14 17:03 Michał Górny
2017-04-14 16:28 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508236659.8319146bb523eb923fcc2acfb1d3cec30f72583d.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox