public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaacs/
Date: Mon, 14 Mar 2022 19:00:18 +0000 (UTC)	[thread overview]
Message-ID: <1647284352.889c7b074fcde5dbca6eb8c68b4a57d24100fd26.sam@gentoo> (raw)

commit:     889c7b074fcde5dbca6eb8c68b4a57d24100fd26
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 18:59:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 18:59:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889c7b07

media-libs/libaacs: add 0.11.1-r1 with out-of-source build

We have to include a workaround for an automake bug though.

Bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54390
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libaacs/libaacs-0.11.1-r1.ebuild | 40 +++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/media-libs/libaacs/libaacs-0.11.1-r1.ebuild b/media-libs/libaacs/libaacs-0.11.1-r1.ebuild
new file mode 100644
index 000000000000..3e7993af6438
--- /dev/null
+++ b/media-libs/libaacs/libaacs-0.11.1-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="Open implementation of the Advanced Access Content System (AACS) specification"
+HOMEPAGE="https://www.videolan.org/developers/libaacs.html"
+SRC_URI="https://downloads.videolan.org/pub/videolan/libaacs/${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND=">=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
+	>=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/flex
+	virtual/yacc"
+
+DOCS=( ChangeLog KEYDB.cfg README.md )
+
+multilib_src_configure() {
+	local myeconfargs=(
+		--disable-optimizations
+		--enable-shared
+	)
+
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+
+	# Workaround automake bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54390
+	mkdir -p "${BUILD_DIR}"/src/file || die
+}
+
+multilib_src_install_all() {
+	einstalldocs
+
+	find "${ED}" -type f -name "*.la" -delete || die
+}


             reply	other threads:[~2022-03-14 19:02 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-14 19:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-22  5:30 [gentoo-commits] repo/gentoo:master commit in: media-libs/libaacs/ Sam James
2023-01-29 10:20 Sam James
2022-05-22  6:22 Agostino Sarubbo
2022-05-22  6:19 Agostino Sarubbo
2022-05-22  6:17 Agostino Sarubbo
2022-05-22  3:53 Sam James
2022-05-22  3:25 Sam James
2022-05-22  3:22 Sam James
2022-05-22  3:22 Sam James
2022-03-13  5:28 Sam James
2021-08-21  8:44 Marek Szuba
2020-12-02  0:32 Aaron Bauman
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:54 Agostino Sarubbo
2020-10-07  6:53 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-10-07  6:42 Agostino Sarubbo
2020-10-06 15:09 Sam James
2020-10-06 13:21 Sam James
2020-08-31  9:10 Alexis Ballier
2020-05-07 12:42 Lars Wendler
2019-07-27 19:15 Aaron Bauman
2019-04-18 20:51 Pacho Ramos
2019-04-18 20:32 Thomas Deutschmann
2019-04-17 11:42 Mikle Kolyada
2019-04-08 22:07 Sergei Trofimovich
2019-04-08 18:31 Aaron Bauman
2019-04-07 21:34 Sergei Trofimovich
2017-12-09 18:41 Craig Andrews
2017-08-31 13:28 Tim Harder
2017-08-31 13:28 Tim Harder
2017-06-27 20:36 Alexis Ballier
2017-05-18 13:37 Alexis Ballier
2017-04-01 11:50 Michael Weber

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=1647284352.889c7b074fcde5dbca6eb8c68b4a57d24100fd26.sam@gentoo \
    --to=sam@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