From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libass/
Date: Tue, 23 Feb 2016 16:02:28 +0000 (UTC) [thread overview]
Message-ID: <1456243333.58115d16b002e21265cdafc582eb3dc5e27bb0c8.aballier@gentoo> (raw)
commit: 58115d16b002e21265cdafc582eb3dc5e27bb0c8
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 16:02:13 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 16:02:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58115d16
media-libs/libass: bump to 0.13.2
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
media-libs/libass/Manifest | 1 +
media-libs/libass/libass-0.13.2.ebuild | 45 ++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest
index 4685eff..a79e471 100644
--- a/media-libs/libass/Manifest
+++ b/media-libs/libass/Manifest
@@ -2,3 +2,4 @@ DIST libass-0.11.2.tar.xz 297172 SHA256 499dbaf14d7743e5899c9ca918988e81a9894f67
DIST libass-0.12.3.tar.xz 313852 SHA256 a67c54ebaf5ec19ae72e86259ee6ab6adfe2e64ed9f9149db03dc863360ea38c SHA512 84931e89f02487ff01bfe24be3d90b1db8599ab2a5ec2277824b4330cd9219189a54f19d2d83f223d2d6f973b5e7474f2691905091749a776147669b72754be2 WHIRLPOOL 7187d678dfec621d5736ecb4d9dbf6559c74d6c1b4dfcdd7bc4f78313e8f10f73d3cefd33bfa9a1ceed87cb00767e4235b95e144c527e74746e680b6bb12c719
DIST libass-0.13.0.tar.xz 336128 SHA256 e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671 SHA512 0253d0cd306603b2721bd128ad6eb050c74f1ee415145f238f3a10c4041b054bf94857f4c0043a6578c4fd0865e809e25fa9f61071631ba647c731c13418627f WHIRLPOOL 7ccf4df975a07e94cdc85b4436b08eae1a6ce60d027d0db21855bbdfd21e4770a5e21cae90ce7646b477094241df3b36c247f043f347f2f1494f3d6a02e91f28
DIST libass-0.13.1.tar.xz 318840 SHA256 4aa36b1876a61cab46fc9284fee84224b9e2840fe7b3e63d96a8d32574343fe7 SHA512 0558e6bb139d9e3c506fa358b02dbeecf574098defb9a4d4c935dac402fc9cf09725114612d3a987f54dee5a08d55f135a64fd87d35fc25dda1bef72bc23d720 WHIRLPOOL ef128daecc0a4a3a026d8fb90da44088c9451bb1acd91fb3b8c90b0e564b62576e7328bd7c4442b6e6f6efa1b18cb3c9a0ac80e44acbfec45d65d834f712f1c2
+DIST libass-0.13.2.tar.xz 348444 SHA256 d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face SHA512 71d495c02ea478b8632c177cef8605d23377e2da2c56dd3a1fa59f9a2d01cc642d4d9dc383083ef1dee8ccf2a6e6f25a4ad9bb7dff3618e7646161731b7312c7 WHIRLPOOL 0c5517fc0cae9ae775300b9c03eb1f141b607b6e43413e56f2dc5de490f5cbe57fd9acc2caa9b6dc5505d7c7b2aec0ae4426fbe2e75010e0c9ffaf2f7a0f7fed
diff --git a/media-libs/libass/libass-0.13.2.ebuild b/media-libs/libass/libass-0.13.2.ebuild
new file mode 100644
index 0000000..20df061
--- /dev/null
+++ b/media-libs/libass/libass-0.13.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils 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/5" # 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
+}
next reply other threads:[~2016-02-23 16:02 UTC|newest]
Thread overview: 90+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-23 16:02 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-25 20:42 [gentoo-commits] repo/gentoo:master commit in: media-libs/libass/ Sam James
2024-11-23 12:24 Arthur Zamarin
2024-11-23 12:24 Arthur Zamarin
2024-11-23 12:09 Sam James
2024-11-23 12:09 Sam James
2024-11-23 12:09 Sam James
2024-10-14 0:33 Sam James
2024-05-25 7:35 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-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
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=1456243333.58115d16b002e21265cdafc582eb3dc5e27bb0c8.aballier@gentoo \
--to=aballier@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