From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faad2/
Date: Thu, 21 Dec 2017 12:23:07 +0000 (UTC) [thread overview]
Message-ID: <1513858983.4f15619a6d9d69f8eb9432280797b788394bf35d.polynomial-c@gentoo> (raw)
commit: 4f15619a6d9d69f8eb9432280797b788394bf35d
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 12:03:57 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 12:23:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f15619a
media-libs/faad2: Removed old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-libs/faad2/Manifest | 1 -
media-libs/faad2/faad2-2.8.5.ebuild | 52 -------------------------------------
2 files changed, 53 deletions(-)
diff --git a/media-libs/faad2/Manifest b/media-libs/faad2/Manifest
index 99c64fab7dc..bbc5b50a00d 100644
--- a/media-libs/faad2/Manifest
+++ b/media-libs/faad2/Manifest
@@ -1,4 +1,3 @@
DIST faad2-2.7.tar.gz 1137407 BLAKE2B 15f82689e671d8cc4ff21bf6f048aadb407abdaeff9ce59982e17b3b97e56c9e848664624e751fd8f4cc7876ab1a8e4c373e7b4a20d9970f5c085d8a0a9006e2 SHA512 8135370497dfcfee09094a03a4a9545ebc58b9e532b89c5d6e5037042549e12ddb75f8903aa05866afac9fa28df96320f1ed2eebffc0660578e54392a51c1161
-DIST faad2-2.8.5.tar.gz 1025674 BLAKE2B 92ea53535f567a9198016f8370fac3c0b8c0a20a957b29ba09ad4bff841c41f2964feb8bf4a419c8fb829403325b0a7da3e28057e335e148a4e10c5c87d3091e SHA512 bb3445aa82b18688b32d7ac9983e5fbf47b6c717486e58c711483967cbf3887540e8a57840a76e686eb990eae341496457ec39278f1c62256708b2d5ef4587ae
DIST faad2-2.8.6.tar.gz 1025654 BLAKE2B 16d5e08ea8f0ecfff8d1f5eb17f219d481afd9bc774c42b1cf4bc604f1d57eeb9bfedc0d5654e52d887a4bdf3ba8e6a215e51343a34f781613e588502532bbe2 SHA512 9b6d7e0277ae6c93a8a799f75e7fa9b9cde6419d61533a4c5ab4335382d0cb01aa0aa2fe0fe727bb94d66fafcfeb1b6871141ab5d8dff49600775ffde5b239b8
DIST faad2-2.8.8.tar.gz 1069044 BLAKE2B 3e22e695d89cce0ecb673caec73dd3115b2249d18daf6d0c8cf2b5cc90086889c9da733e037bc8b58c0bdc145c66bd4218b9b5e237adb7ad1c6f0caf0d97d304 SHA512 3275d292b2a9fe984842962f4d81202894bddd17033f7cd6df95466554cc968dfcbf2890ae8b1df37da0cd25d645cca0a687f07e39b9fc37dd004fd5956a82af
diff --git a/media-libs/faad2/faad2-2.8.5.ebuild b/media-libs/faad2/faad2-2.8.5.ebuild
deleted file mode 100644
index 3429665fa71..00000000000
--- a/media-libs/faad2/faad2-2.8.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools ltprune multilib-minimal
-
-DESCRIPTION="AAC audio decoding library"
-HOMEPAGE="http://www.audiocoding.com/faad2.html"
-SRC_URI="mirror://sourceforge/faac/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-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"
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-RDEPEND=""
-DEPEND=""
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.8.5-libmp4ff-shared-lib.patch
-)
-
-src_prepare() {
- default
-
- sed -i -e 's:iquote :I:' libfaad/Makefile.am || die
-
- # bug 466986
- sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-
- eautoreconf
-}
-
-multilib_src_configure() {
- local myconf=(
- --without-xmms
- $(use_with 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_all() {
- prune_libtool_files --all
- einstalldocs
-}
next reply other threads:[~2017-12-21 12:23 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-21 12:23 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-29 13:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/faad2/ Miroslav Šulc
2023-11-29 13:45 Arthur Zamarin
2023-11-29 13:18 Arthur Zamarin
2023-11-29 13:18 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2023-11-26 9:20 Miroslav Šulc
2023-11-24 11:28 Miroslav Šulc
2022-12-17 9:35 Miroslav Šulc
2022-12-15 20:17 Arthur Zamarin
2022-12-15 19:52 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-11-14 15:24 Alexis Ballier
2021-01-07 11:33 Sam James
2021-01-07 1:24 Sam James
2021-01-03 12:10 Sergei Trofimovich
2020-12-31 11:22 Sergei Trofimovich
2020-12-31 1:47 Sam James
2020-12-31 1:47 Sam James
2020-12-30 2:39 Sam James
2020-12-30 2:20 Sam James
2020-10-20 7:09 Lars Wendler
2020-07-02 22:28 Lars Wendler
2019-11-13 16:09 Agostino Sarubbo
2019-11-12 18:07 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-06 22:52 Aaron Bauman
2019-11-02 0:23 Sergei Trofimovich
2019-11-01 20:02 Sergei Trofimovich
2019-11-01 10:47 Mikle Kolyada
2019-10-28 9:43 Agostino Sarubbo
2019-10-27 23:20 Thomas Deutschmann
2019-10-26 20:14 Thomas Deutschmann
2019-03-10 10:19 Andreas Sturmlechner
2018-10-02 10:58 Tobias Klausmann
2018-09-24 18:17 Markus Meier
2018-09-22 11:10 Sergei Trofimovich
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
2018-09-18 9:41 Andreas Sturmlechner
2017-12-21 12:23 Lars Wendler
2017-08-29 23:35 Lars Wendler
2017-06-30 4:58 Alexis Ballier
2016-06-26 8:53 Ulrich Müller
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=1513858983.4f15619a6d9d69f8eb9432280797b788394bf35d.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