public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libass/
Date: Mon,  5 Jun 2017 21:25:18 +0000 (UTC)	[thread overview]
Message-ID: <1496697891.6c4d45117dfd57139477f93887f4218c81d3479c.radhermit@gentoo> (raw)

commit:     6c4d45117dfd57139477f93887f4218c81d3479c
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 21:08:39 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 21:24:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d4511

media-libs/libass: version bump to 0.13.7

 media-libs/libass/Manifest             |  1 +
 media-libs/libass/libass-0.13.7.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest
index bad9343281a..94805e66290 100644
--- a/media-libs/libass/Manifest
+++ b/media-libs/libass/Manifest
@@ -7,3 +7,4 @@ DIST libass-0.13.3.tar.xz 351012 SHA256 a641b653d7c9f2f3b9d6a5e5a906a004ac3e1104
 DIST libass-0.13.4.tar.xz 350840 SHA256 d84a2fc89011b99d87fc47af91906622707c165d1860e9f774825ebbbc9c9fb6 SHA512 a46712069684755193df423753216bb4584e561ebec2202f059d8a206616d936b74b401cc53e62040f06c42b4840033003deac39d1b4bae7655b465fcab24f9d WHIRLPOOL 7727e21724c884ea71a4c03cd554ac0fa6a26bbd37c0eeee9e146b7b80ae7a757e8e3fe6075cc68879dd71ce196116daa49741e91a859867c9c44cbcca48c3c0
 DIST libass-0.13.5.tar.xz 350196 SHA256 9387a2421b6e6a132c7d473de594b9f0367aa85af64aa103b66f0861431b1596 SHA512 4fc0965dc930c7e74fd2938080dd10d74ee2484c2650cd623c80aed5ed0852022c7c3b5b1a17501620af22bcffd0cbdc9ddbd1697f23213e7b5f431699d1e23f WHIRLPOOL a4b3747601781b27b012fa23943663e29c699d26f2e71c5a8707f23f7a1bb64ca58af64c3af3e32989f0894f940e2bd2214b0137901e0efcb4c7dba939fbb1fb
 DIST libass-0.13.6.tar.xz 350144 SHA256 f8a874d104e3e72e2cc057e5a1710c650b10367486845a26e5ff28ed7a912c2d SHA512 8fad8ca3fc93143699ba6dbbc0893db3c2f3032ac341f69c2c90319f0bbe1b71fd4b358944a03851ee183f9065afcfec4d4c841432dbe0d9b1d4eb72964ff42b WHIRLPOOL 65fe7bf979adfd3727ba0e62a7be0cd6c7e00ea6d1a04405d34f3a3036832a5473f89e2d520d94325835dcf446b7d7749f52f87a6b2b25af4800168c472e6ebf
+DIST libass-0.13.7.tar.xz 352752 SHA256 7065e5f5fb76e46f2042a62e7c68d81e5482dbeeda24644db1bd066e44da7e9d SHA512 8f5531ab5ace0b4ec6160f37b2553b6f06f761a0e12b3521e1b6c78387f7b3b98f24f310a9a9ea47d76fc5529f3cd318c88bd770e08600b71c81f95a43258a21 WHIRLPOOL ee39e4cb0a0d1900843d046688dd7e9a7eaf94ebacea9dc4fb75207dc502625bbc06584cb483e59c4922dca461d92270c044a759dd8ab00493af7b634639d9fd

diff --git a/media-libs/libass/libass-0.13.7.ebuild b/media-libs/libass/libass-0.13.7.ebuild
new file mode 100644
index 00000000000..85419ef6928
--- /dev/null
+++ b/media-libs/libass/libass-0.13.7.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit ltprune multilib-minimal
+
+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"
+
+LICENSE="ISC"
+SLOT="0/9" # subslot = libass soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="+fontconfig +harfbuzz static-libs"
+
+RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+	>=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
+	>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+	>=dev-libs/fribidi-0.19.5-r1[${MULTILIB_USEDEP}]
+	harfbuzz? ( >=media-libs/harfbuzz-0.9.12[truetype,${MULTILIB_USEDEP}] )"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+X86_CPU_OPTS="abi_x86_32 abi_x86_64"
+for i in ${X86_CPU_OPTS} ; do
+	DEPEND="${DEPEND}
+		${i}? ( dev-lang/yasm )"
+done
+
+DOCS="Changelog"
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf \
+		$(use_enable fontconfig) \
+		$(use_enable harfbuzz) \
+		$(use_enable static-libs static) \
+		--disable-require-system-font-provider
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	prune_libtool_files
+}


             reply	other threads:[~2017-06-05 21:25 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-05 21:25 Tim Harder [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
2023-02-27  4:52 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-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=1496697891.6c4d45117dfd57139477f93887f4218c81d3479c.radhermit@gentoo \
    --to=radhermit@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