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/libass/
Date: Mon, 27 Feb 2023 04:52:40 +0000 (UTC)	[thread overview]
Message-ID: <1677473549.524ea773e88b9983d178860e7bf80c3ea16ab50b.sam@gentoo> (raw)

commit:     524ea773e88b9983d178860e7bf80c3ea16ab50b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 04:52:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 04:52:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524ea773

media-libs/libass: add 0.17.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libass/Manifest             |  2 ++
 media-libs/libass/libass-0.17.1.ebuild | 49 ++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest
index 38f965aac7f8..e831ab1a713d 100644
--- a/media-libs/libass/Manifest
+++ b/media-libs/libass/Manifest
@@ -1,2 +1,4 @@
 DIST libass-0.16.0.tar.xz 396304 BLAKE2B d5d1a2492faaff671182b1ebdbdbab230529897575a485113a1025e73b3bdee1d5136f1dde9f5ded2bed3ad27fab78601d8f586499b5c7c3160f5d94a6357bea SHA512 ada605f5887da06aa1d072a52f8baaba64b62008ccb377560d71d5a030c1f5434d6c60fe39a156e063f553b8a07b4dfe954e4d035036888a629c6e663ce60ba9
 DIST libass-0.16.0.tar.xz.asc 228 BLAKE2B 78596aa961939f16ab0de76a040038bb299591be329808ad662bb3bf91fe59b2b78557ec6837a99bd232d986fd06953fc40b03a110122627af33a8877dc51d6a SHA512 2696214e9d3f3d5ace7946dc37b8103fe5cfb6d0b86b19620e7bd2aaff5a701b244edae892c7a673d8ba6e93ff324dfde9c7ba75ef19a9710dcdef42fffafa6b
+DIST libass-0.17.1.tar.xz 403160 BLAKE2B b191e8910ddb3e41fb9df79b27517a127c0da2ad74c0a81920bc2cf8843ab18b02a60738024fa8d3594b91bd26ec6ea7f87e17ca5e07825a6017dd29d2b72b32 SHA512 437b4b60db2626e48f438b5138ab4dbf2c2ab4c8f0b587a6e554510c6719544ef2235c601ff1e482d020410f9bab95ad1a9b176d19a3bd54880499a576b41f23
+DIST libass-0.17.1.tar.xz.asc 228 BLAKE2B 0e70c104438be4409239f435d7872737fde1aba4485816ad0e35f0de743ee303662e66334425d0d511af4974e03443ba6d33ac44f941de9b0da17a56f204edea SHA512 a28c8271b4c5b5756620be9baf81b0262eb71c4f20d1aadb24238d1d0ccba44fdb3b25d788a3f7c9039945431a3d31842a7855660cc28a0a8acc36ff8f0c0298

diff --git a/media-libs/libass/libass-0.17.1.ebuild b/media-libs/libass/libass-0.17.1.ebuild
new file mode 100644
index 000000000000..05e4b30b8395
--- /dev/null
+++ b/media-libs/libass/libass-0.17.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libass.asc
+inherit multilib-minimal verify-sig
+
+DESCRIPTION="Library for SSA/ASS subtitles rendering"
+HOMEPAGE="https://github.com/libass/libass"
+SRC_URI="https://github.com/libass/libass/releases/download/${PV}/${P}.tar.xz"
+SRC_URI+=" verify-sig? ( https://github.com/libass/libass/releases/download/${PV}/${P}.tar.xz.asc )"
+
+LICENSE="ISC"
+SLOT="0/9" # subslot = libass soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="+fontconfig test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-libs/fribidi-0.19.5-r1[${MULTILIB_USEDEP}]
+	>=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
+	>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+	>=media-libs/harfbuzz-1.2.3:=[truetype,${MULTILIB_USEDEP}]
+	fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	amd64? ( dev-lang/nasm )
+	x86? ( dev-lang/nasm )
+	test? ( media-libs/libpng[${MULTILIB_USEDEP}] )
+	verify-sig? ( sec-keys/openpgp-keys-libass )
+"
+
+DOCS=( Changelog )
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf \
+		$(use_enable fontconfig) \
+		$(use_enable test) \
+		--disable-require-system-font-provider
+}
+
+multilib_src_install_all() {
+	einstalldocs
+
+	find "${ED}" -name '*.la' -type f -delete || die
+}


             reply	other threads:[~2023-02-27  4:52 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-27  4:52 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25  7:35 [gentoo-commits] repo/gentoo:master commit in: media-libs/libass/ Sam James
2023-08-04 23:15 Sam James
2023-04-16 23:23 Sam James
2023-04-08 10:47 Arthur Zamarin
2023-04-07  6:38 Sam James
2023-04-07  5:07 Sam James
2023-04-07  5:07 Sam James
2023-04-07  5:07 Sam James
2022-11-12 16:09 Arthur Zamarin
2022-11-12 16:07 Arthur Zamarin
2022-11-12 16:06 Arthur Zamarin
2022-11-12 16:06 Arthur Zamarin
2022-09-05  3:56 Sam James
2022-09-03  5:27 Sam James
2022-08-28  5:06 WANG Xuerui
2022-05-15  0:27 Sam James
2022-05-13 18:36 Sam James
2022-04-17 19:24 Sam James
2022-02-19 13:58 Arthur Zamarin
2022-02-19 13:07 Arthur Zamarin
2022-02-19 10:10 Arthur Zamarin
2022-02-19  9:28 Arthur Zamarin
2022-02-19  6:53 Agostino Sarubbo
2022-02-19  6:53 Agostino Sarubbo
2022-02-19  6:52 Agostino Sarubbo
2021-09-12 22:41 Sam James
2021-08-14  3:48 Sam James
2021-08-10 12:43 Marek Szuba
2021-07-26  3:25 John Helmert III
2021-06-02 10:39 Sam James
2021-06-02 10:39 Sam James
2021-05-31 13:37 Agostino Sarubbo
2021-05-31 11:40 Sam James
2021-05-31  6:11 Agostino Sarubbo
2021-05-31  6:09 Agostino Sarubbo
2021-05-03 18:58 Sam James
2021-05-03 16:49 Sam James
2020-12-07  3:56 Sam James
2020-12-05 11:43 Sergei Trofimovich
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-02 21:54 Sam James
2020-12-02 10:23 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-12-01 12:17 Sam James
2020-11-30 21:12 Sergei Trofimovich
2020-11-20  4:51 Sam James
2020-07-21 23:15 Kent Fredric
2019-05-19 17:54 Andreas Sturmlechner
2019-05-19 17:54 Andreas Sturmlechner
2019-05-19 13:14 Thomas Deutschmann
2019-05-13 19:28 Markus Meier
2019-05-02 21:26 Mikle Kolyada
2019-04-08 22:07 Sergei Trofimovich
2019-04-08 15:34 Mikle Kolyada
2019-04-07 21:34 Sergei Trofimovich
2019-04-07 21:16 Sergei Trofimovich
2019-04-07 21:00 Sergei Trofimovich
2019-04-07 20:52 Sergei Trofimovich
2017-11-06 15:29 Lars Wendler
2017-06-05 21:25 Tim Harder
2017-02-05 16:59 Markus Meier
2017-01-21 11:38 Jeroen Roovers
2017-01-21 11:37 Tobias Klausmann
2017-01-20 11:05 Agostino Sarubbo
2017-01-20  9:47 Agostino Sarubbo
2017-01-20  9:27 Agostino Sarubbo
2017-01-06  8:43 Alexis Ballier
2016-12-31 11:54 Alexis Ballier
2016-10-10 10:22 Alexis Ballier
2016-09-27 10:53 Alexis Ballier
2016-02-23 16:02 Alexis Ballier
2015-12-03  9:16 Alexis Ballier
2015-11-18  9:32 Agostino Sarubbo
2015-11-12 10:37 Agostino Sarubbo
2015-10-18 18:23 Mikle Kolyada
2015-10-06  9:13 Alexis Ballier
2015-10-06  9:13 Alexis Ballier
2015-09-06  7:43 Markus Meier
2015-09-06  5:40 Jeroen Roovers
2015-08-30 15:08 Tobias Klausmann
2015-08-24 14:50 Ben de Groot

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=1677473549.524ea773e88b9983d178860e7bf80c3ea16ab50b.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