public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aribb24/
Date: Sat,  9 Jun 2018 21:15:45 +0000 (UTC)	[thread overview]
Message-ID: <1528578937.6a5f4dda77e5f1664b059bfab91439c4e6fda57f.mgorny@gentoo> (raw)

commit:     6a5f4dda77e5f1664b059bfab91439c4e6fda57f
Author:     Hector Martin <marcan <AT> marcan <DOT> st>
AuthorDate: Wed May 16 19:01:22 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 21:15:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5f4dda

media-libs/aribb24-1.0.3: new package

aribb24 is a library for decoding ARIB STD-B24 subtitles.

Closes: https://bugs.gentoo.org/655910
Closes: https://github.com/gentoo/gentoo/pull/8438
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-libs/aribb24/Manifest             |  1 +
 media-libs/aribb24/aribb24-1.0.3.ebuild | 33 +++++++++++++++++++++++++++++++++
 media-libs/aribb24/metadata.xml         | 12 ++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/media-libs/aribb24/Manifest b/media-libs/aribb24/Manifest
new file mode 100644
index 00000000000..576d48d8925
--- /dev/null
+++ b/media-libs/aribb24/Manifest
@@ -0,0 +1 @@
+DIST aribb24-1.0.3.tar.gz 57378 BLAKE2B 72d5c56a214d63e477ed0bb77e5f20e79ff69fe3712623f54f1369b041622aef1853909f3dfc31685b346c62ef36ffe205bf7a8d2c9f0a2996ae378b025228b7 SHA512 622cc0c3928fd6db0b5ab3921f27348c956af20f8c0133ad5d9bf4de3d199077d9f23cc86ae149a9f0d13c7ee5906ec95de3fb8388207160cebd1f0c59078c8f

diff --git a/media-libs/aribb24/aribb24-1.0.3.ebuild b/media-libs/aribb24/aribb24-1.0.3.ebuild
new file mode 100644
index 00000000000..6cfd472494c
--- /dev/null
+++ b/media-libs/aribb24/aribb24-1.0.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+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"
+
+RDEPEND="media-libs/libpng:0="
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf --disable-static
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}

diff --git a/media-libs/aribb24/metadata.xml b/media-libs/aribb24/metadata.xml
new file mode 100644
index 00000000000..9c153d03a61
--- /dev/null
+++ b/media-libs/aribb24/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marcan@marcan.st</email>
+		<name>Hector Martin</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2018-06-09 21:15 UTC|newest]

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

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=1528578937.6a5f4dda77e5f1664b059bfab91439c4e6fda57f.mgorny@gentoo \
    --to=mgorny@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