public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aribb24/
Date: Sat, 16 Feb 2019 22:30:08 +0000 (UTC)	[thread overview]
Message-ID: <1550356160.a0fdf81573f199b4ef5aa9178c67e7abc492c719.monsieurp@gentoo> (raw)

commit:     a0fdf81573f199b4ef5aa9178c67e7abc492c719
Author:     Hector Martin <marcan <AT> marcan <DOT> st>
AuthorDate: Sun Feb 10 02:47:44 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 22:29:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fdf815

media-libs/aribb24-1.0.3-r1: enable multilib, bump to EAPI 7.

Signed-off-by: Hector Martin <marcan <AT> marcan.st>
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/11014
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 media-libs/aribb24/aribb24-1.0.3-r1.ebuild | 31 ++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/media-libs/aribb24/aribb24-1.0.3-r1.ebuild b/media-libs/aribb24/aribb24-1.0.3-r1.ebuild
new file mode 100644
index 00000000000..a6cba526607
--- /dev/null
+++ b/media-libs/aribb24/aribb24-1.0.3-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Library for decoding ARIB STD-B24 subtitles"
+HOMEPAGE="https://github.com/nkoriyama/aribb24"
+SRC_URI="https://github.com/nkoriyama/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+RDEPEND="media-libs/libpng:0=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf --disable-static
+}
+
+multilib_src_install_all() {
+	find "${D}" -name '*.la' -delete || die
+}


             reply	other threads:[~2019-02-16 22:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-16 22:30 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-26 18:16 [gentoo-commits] repo/gentoo:master commit in: media-libs/aribb24/ Arthur Zamarin
2022-12-02 18:44 WANG Xuerui
2022-05-19  7:15 Matthew Smith
2021-08-21  8:44 Marek Szuba
2020-05-01 13:58 Agostino Sarubbo
2020-04-26 23:44 Thomas Deutschmann
2020-04-26  5:13 Georgy Yakovlev
2020-04-25 10:41 Mikle Kolyada
2020-04-11 17:27 Mart Raudsepp
2020-03-22  8:54 Mikle Kolyada
2019-09-14  5:03 Matt Turner
2019-04-13 23:33 Aaron Bauman
2018-11-07 23:28 Sergei Trofimovich
2018-11-07 22:59 Sergei Trofimovich
2018-10-09 21:24 Thomas Deutschmann
2018-10-09  9:52 Mikle Kolyada
2018-10-08 10:14 Mikle Kolyada
2018-09-12 14:39 Thomas Deutschmann
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:47 Sergei Trofimovich
2018-06-09 21:15 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=1550356160.a0fdf81573f199b4ef5aa9178c67e7abc492c719.monsieurp@gentoo \
    --to=monsieurp@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