From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
Date: Tue, 19 Jan 2016 11:35:58 +0000 (UTC) [thread overview]
Message-ID: <1453203324.bce4705418020a5791ae23ab234a2f49a73cba37.aballier@gentoo> (raw)
commit: bce4705418020a5791ae23ab234a2f49a73cba37
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 11:05:29 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 11:35:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce47054
media-libs/zimg: bump to 2.0.3
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
media-libs/zimg/Manifest | 1 +
media-libs/zimg/zimg-2.0.3.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/zimg/Manifest b/media-libs/zimg/Manifest
index a1a00fa..f4bb303 100644
--- a/media-libs/zimg/Manifest
+++ b/media-libs/zimg/Manifest
@@ -1,2 +1,3 @@
DIST zimg-2.0.1.tar.gz 174318 SHA256 be2557bf944dad07edbaf37d3fd5f1911627294b8d0992a8530048e84df082d8 SHA512 213952b2e51fad2f92d989104be188ff6cdc71b0910a1201a5f772e45b1fa90f522a62e85d8725037560e4505f40958a5497d731f3d03f7b890bfdaa5d0ae13c WHIRLPOOL 4918e22cc76a613a1641aba55f5f2d652186ef84a5719d250dfb499d0c8be8c7dd688dcf95d18e93f152479fad4a8543addf5c9a149fc030f354a090e741bcbb
DIST zimg-2.0.2.tar.gz 174415 SHA256 b9c7bac9e6ad53dfa94215c28440167d72d41109df10278673789f8e531f2142 SHA512 f638e19d898c2c60009447d26e7098c1ec2aeac1d71234c17fa32e9d14a8506b549dae68c994b6be88938355bcf4e0f1f4efd5db7273ff15fa776260c978c123 WHIRLPOOL 859b7bcde2d6d3672312c8202df89e9c6c0aea2037e2c5179261ea39c6f321c8c872e7e1605bb225b97d3f1ef1942cba32ab96433c96816eee67f78e90b9fe5b
+DIST zimg-2.0.3.tar.gz 174444 SHA256 521b109348d4570e5b9a313b8549caaf882062740f4a20acd036d033149ae125 SHA512 2029bb55345344195364d08d97c2f830be5034926c2506caba7b05493ce4f3053b3c7086b2cf860d5839a87fac18582dde07c089ba4792a002b980fe7829c29e WHIRLPOOL 04062ce2919900c69e878afb4bc8f3a64cbf0c9f1293d0cf8c4bafc4ffe39ee5a00d1047543e8621a1a557d334ec7c160cbebe54946c604be5fac607fa2c23c3
diff --git a/media-libs/zimg/zimg-2.0.3.ebuild b/media-libs/zimg/zimg-2.0.3.ebuild
new file mode 100644
index 0000000..73b4cb9
--- /dev/null
+++ b/media-libs/zimg/zimg-2.0.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=yes
+
+SCM=""
+
+if [ "${PV#9999}" != "${PV}" ] ; then
+ SCM="git-r3"
+ EGIT_REPO_URI="https://github.com/sekrit-twc/zimg"
+fi
+
+inherit autotools-multilib ${SCM}
+
+DESCRIPTION="Scaling, colorspace conversion, and dithering library"
+HOMEPAGE="https://github.com/sekrit-twc/zimg"
+
+if [ "${PV#9999}" = "${PV}" ] ; then
+ SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-release-${PV}/"
+fi
+
+LICENSE="WTFPL-2"
+SLOT="0"
+IUSE="static-libs cpu_flags_x86_sse"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ autotools-multilib_src_configure \
+ $(use_enable cpu_flags_x86_sse x86simd)
+}
next reply other threads:[~2016-01-19 11:36 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-19 11:35 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-07 5:32 [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/ Sam James
2022-12-10 15:11 Pacho Ramos
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-09-03 5:27 Sam James
2022-07-07 14:25 Alexis Ballier
2022-03-09 14:04 Alexis Ballier
2021-08-24 14:33 Marek Szuba
2021-08-11 10:58 Alexis Ballier
2021-08-11 10:58 Alexis Ballier
2021-01-03 19:40 Sam James
2021-01-02 11:52 Sergei Trofimovich
2021-01-01 5:46 Sam James
2020-08-31 9:10 Alexis Ballier
2020-01-05 18:54 Mikle Kolyada
2019-10-26 16:05 Mikle Kolyada
2019-10-26 16:05 Mikle Kolyada
2019-10-20 13:33 David Seifert
2019-07-28 13:53 Mikle Kolyada
2019-07-23 14:13 Aaron Bauman
2019-07-02 8:28 Sergei Trofimovich
2019-07-02 8:24 Sergei Trofimovich
2019-07-02 8:19 Sergei Trofimovich
2019-06-29 7:43 Sergei Trofimovich
2019-06-28 20:49 Sergei Trofimovich
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 12:54 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-05-23 11:03 Alexis Ballier
2019-05-21 19:32 Andreas Sturmlechner
2019-05-21 19:29 Andreas Sturmlechner
2019-05-21 6:31 Aaron Bauman
2019-01-11 7:42 Sergei Trofimovich
2019-01-09 20:31 Sergei Trofimovich
2018-12-13 21:27 Sergei Trofimovich
2018-07-17 7:20 Alexis Ballier
2018-07-17 7:20 Alexis Ballier
2018-05-08 18:43 Sergei Trofimovich
2018-04-17 19:11 Sergei Trofimovich
2018-03-06 22:35 Sergei Trofimovich
2018-03-06 22:35 Sergei Trofimovich
2018-03-06 22:35 Sergei Trofimovich
2018-02-24 12:37 Alexis Ballier
2017-11-30 13:57 Alexis Ballier
2017-06-16 9:36 Alexis Ballier
2017-06-10 20:14 Sergei Trofimovich
2017-06-10 20:14 Sergei Trofimovich
2017-04-23 13:58 Alexis Ballier
2017-04-23 13:58 Alexis Ballier
2017-04-18 21:49 Michael Weber
2017-04-07 16:05 Agostino Sarubbo
2017-04-05 14:07 Tobias Klausmann
2017-03-16 7:24 Alexis Ballier
2017-03-16 7:24 Alexis Ballier
2017-03-16 7:24 Alexis Ballier
2017-03-02 15:52 Tobias Klausmann
2017-02-23 12:35 Michael Weber
2017-02-22 21:09 Michael Weber
2017-02-22 13:19 Jeroen Roovers
2017-02-17 17:28 Markus Meier
2017-02-15 15:56 Agostino Sarubbo
2017-02-15 15:05 Agostino Sarubbo
2017-02-05 12:46 Jeroen Roovers
2017-01-23 9:35 Alexis Ballier
2016-10-15 11:47 Pacho Ramos
2016-10-14 13:10 Alexis Ballier
2016-10-14 13:07 Alexis Ballier
2016-09-20 12:48 Alexis Ballier
2016-07-25 17:09 Chí-Thanh Christopher Nguyễn
2016-01-30 15:56 Alexis Ballier
2015-12-09 8:33 Alexis Ballier
2015-10-30 14:21 Alexis Ballier
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=1453203324.bce4705418020a5791ae23ab234a2f49a73cba37.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