public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/a52dec/
Date: Thu, 17 Dec 2020 17:11:25 +0000 (UTC)	[thread overview]
Message-ID: <1608225080.4477efcb69d8b564f10a85c09c7d7931c2391e1d.bman@gentoo> (raw)

commit:     4477efcb69d8b564f10a85c09c7d7931c2391e1d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 17:11:04 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 17:11:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4477efcb

media-libs/a52dec: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/a52dec/a52dec-0.7.4-r6.ebuild | 59 ------------------------------
 media-libs/a52dec/a52dec-0.7.4-r7.ebuild | 61 --------------------------------
 2 files changed, 120 deletions(-)

diff --git a/media-libs/a52dec/a52dec-0.7.4-r6.ebuild b/media-libs/a52dec/a52dec-0.7.4-r6.ebuild
deleted file mode 100644
index 19ca4e2db9a..00000000000
--- a/media-libs/a52dec/a52dec-0.7.4-r6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools epatch flag-o-matic ltprune
-
-DESCRIPTION="library for decoding ATSC A/52 streams used in DVD"
-HOMEPAGE="http://liba52.sourceforge.net/"
-SRC_URI="http://liba52.sourceforge.net/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="djbfft oss static-libs"
-
-RDEPEND="djbfft? ( sci-libs/djbfft )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-build.patch \
-		"${FILESDIR}"/${P}-freebsd.patch \
-		"${FILESDIR}"/${P}-tests-optional.patch \
-		"${FILESDIR}"/${P}-test-hidden-symbols.patch
-
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die #466978
-
-	eautoreconf
-# epunt_cxx is not required with eautoreconf wrt #458298
-#	epunt_cxx
-}
-
-src_configure() {
-	filter-flags -fprefetch-loop-arrays
-
-	local myconf
-	use oss || myconf="${myconf} --disable-oss"
-
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(use_enable djbfft) \
-		${myconf}
-}
-
-src_compile() {
-	emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	insinto /usr/include/a52dec
-	doins liba52/a52_internal.h
-
-	dodoc AUTHORS ChangeLog HISTORY NEWS README TODO doc/liba52.txt
-
-	prune_libtool_files --all
-}

diff --git a/media-libs/a52dec/a52dec-0.7.4-r7.ebuild b/media-libs/a52dec/a52dec-0.7.4-r7.ebuild
deleted file mode 100644
index 65720cd0313..00000000000
--- a/media-libs/a52dec/a52dec-0.7.4-r7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# eutils for einstalldocs
-inherit autotools epatch eutils flag-o-matic ltprune multilib-minimal
-
-DESCRIPTION="library for decoding ATSC A/52 streams used in DVD"
-HOMEPAGE="http://liba52.sourceforge.net/"
-SRC_URI="http://liba52.sourceforge.net/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-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"
-IUSE="djbfft oss static-libs"
-
-RDEPEND="djbfft? ( >=sci-libs/djbfft-0.76-r2[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog HISTORY NEWS README TODO doc/liba52.txt )
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-build.patch \
-		"${FILESDIR}"/${P}-freebsd.patch \
-		"${FILESDIR}"/${P}-tests-optional.patch \
-		"${FILESDIR}"/${P}-test-hidden-symbols.patch
-
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die #466978
-
-	eautoreconf
-
-	filter-flags -fprefetch-loop-arrays
-}
-
-multilib_src_configure() {
-	local myconf
-	use oss || myconf="${myconf} --disable-oss"
-
-	ECONF_SOURCE="${S}" econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(use_enable djbfft) \
-		${myconf}
-
-	# remove useless subdirs
-	if ! multilib_is_native_abi ; then
-		sed -i \
-			-e 's/ src//' \
-			-e 's/ libao//' \
-			Makefile || die
-	fi
-}
-
-multilib_src_compile() {
-	emake CFLAGS="${CFLAGS}"
-}
-
-multilib_src_install_all() {
-	prune_libtool_files --all
-	einstalldocs
-}


             reply	other threads:[~2020-12-17 17:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-17 17:11 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07  7:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/a52dec/ Miroslav Šulc
2021-08-10 12:43 Marek Szuba
2020-12-17 16:48 Sam James
2020-12-04 18:37 Sergei Trofimovich
2020-12-02 23:31 Thomas Deutschmann
2020-12-02 22:39 Sam James
2020-12-02 22:39 Sam James
2020-12-02 22:00 Sam James
2020-12-02 21:54 Sam James
2017-04-14 17:03 Michał Górny
2017-04-14 16:28 Michał Górny
2016-03-20 23:09 Stephen Klimaszewski

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=1608225080.4477efcb69d8b564f10a85c09c7d7931c2391e1d.bman@gentoo \
    --to=bman@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