From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BD66138334 for ; Sat, 9 Jun 2018 21:15:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5027EE087A; Sat, 9 Jun 2018 21:15:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07989E087A for ; Sat, 9 Jun 2018 21:15:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E060335C9B for ; Sat, 9 Jun 2018 21:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE1E2C7 for ; Sat, 9 Jun 2018 21:15:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1528578937.6a5f4dda77e5f1664b059bfab91439c4e6fda57f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aribb24/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/aribb24/Manifest media-libs/aribb24/aribb24-1.0.3.ebuild media-libs/aribb24/metadata.xml X-VCS-Directories: media-libs/aribb24/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a5f4dda77e5f1664b059bfab91439c4e6fda57f X-VCS-Branch: master Date: Sat, 9 Jun 2018 21:15:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1bdc325b-3ce1-4e2f-94c8-0003a52396ec X-Archives-Hash: 934be748de4d7679f1ed60770f5c6023 commit: 6a5f4dda77e5f1664b059bfab91439c4e6fda57f Author: Hector Martin marcan st> AuthorDate: Wed May 16 19:01:22 2018 +0000 Commit: Michał Górny gentoo 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 @@ + + + + + marcan@marcan.st + Hector Martin + + + proxy-maint@gentoo.org + Proxy Maintainers + +