diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-11-29 14:54:59 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-11-29 14:54:59 +0100 |
commit | 33e43bfd4798dbd26ca5e81e3f2bc6eca183255e (patch) | |
tree | aeb7c97d1c71cdc7ff70922198db8ff051d13b50 /media-libs/faad2 | |
parent | dev-python/sqlalchemy: Stabilize 1.4.50 sparc, #918823 (diff) | |
download | gentoo-33e43bfd4798dbd26ca5e81e3f2bc6eca183255e.tar.gz gentoo-33e43bfd4798dbd26ca5e81e3f2bc6eca183255e.tar.bz2 gentoo-33e43bfd4798dbd26ca5e81e3f2bc6eca183255e.zip |
media-libs/faad2: dropped obsolete 2.10.1
Bug: https://bugs.gentoo.org/918595
Bug: https://bugs.gentoo.org/918558
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/faad2')
-rw-r--r-- | media-libs/faad2/Manifest | 1 | ||||
-rw-r--r-- | media-libs/faad2/faad2-2.10.1.ebuild | 50 | ||||
-rw-r--r-- | media-libs/faad2/metadata.xml | 3 |
3 files changed, 0 insertions, 54 deletions
diff --git a/media-libs/faad2/Manifest b/media-libs/faad2/Manifest index 7166c0c3f31f..7a1fd92e0e34 100644 --- a/media-libs/faad2/Manifest +++ b/media-libs/faad2/Manifest @@ -1,2 +1 @@ -DIST faad2-2.10.1.tar.gz 803488 BLAKE2B f25bf9242675250b910bd5540487cf708d6e195e1ddca0b27588678e5fbf2bedf9d41e6bc607aa34bb2dbff95a8a4071e74e2f9bd9493ccb7ef040ce9bf81b4c SHA512 8df69278350c68dd770c4bc482e42bc95eb04cd784eeea3f3fc58d615833c8b07dc3c72029bb7e5bfed612b7c1b8daefc9cb57be9789befb587120ef115e55b3 DIST faad2-2.11.1.tar.gz 657255 BLAKE2B f1e58a5618bdd93ee919f2d77dd461972cf4bc930c4a1738a8b4ec949fd2572ce0662a08ea01a4caca0da5fe007ec119d00184cd76e6f9f98c3141d24a589504 SHA512 b8f17680610b2f47344ea52b54412a02810a85eaf9d4c91b97ca09b2c6415c62d4af1b0771bfcacb9dfee400ed34504c0bd3c28369921c0392b3809e7de46ec5 diff --git a/media-libs/faad2/faad2-2.10.1.ebuild b/media-libs/faad2/faad2-2.10.1.ebuild deleted file mode 100644 index 9005b046c9c9..000000000000 --- a/media-libs/faad2/faad2-2.10.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools multilib-minimal - -DESCRIPTION="AAC audio decoding library" -HOMEPAGE="https://www.audiocoding.com/faad2.html https://github.com/knik0/faad2/" -SRC_URI="https://github.com/knik0/faad2/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="digitalradio static-libs" - -RDEPEND="" -DEPEND="" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - default - - sed -i -e 's:iquote :I:' libfaad/Makefile.am || die - - eautoreconf - - multilib_copy_sources -} - -multilib_src_configure() { - local myconf=( - --without-xmms - $(use_with digitalradio drm) - $(use_enable static-libs static) - ) - - 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() { - find "${ED}" -type f -name '*.la' -delete || die - einstalldocs -} diff --git a/media-libs/faad2/metadata.xml b/media-libs/faad2/metadata.xml index 50bfe6a960b6..77cf9f86a72b 100644 --- a/media-libs/faad2/metadata.xml +++ b/media-libs/faad2/metadata.xml @@ -6,9 +6,6 @@ <name>Gentoo Sound project</name> </maintainer> <longdescription>The fastest ISO AAC audio decoder available, correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files</longdescription> - <use> - <flag name="digitalradio">Digital Radio Mondiale (warning: disables other decoders)</flag> - </use> <upstream> <remote-id type="github">knik0/faad2</remote-id> <remote-id type="sourceforge">faac</remote-id> |