From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 49E831384B4 for ; Wed, 9 Dec 2015 08:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D9021C08C; Wed, 9 Dec 2015 08:33:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CA9D21C08C for ; Wed, 9 Dec 2015 08:33:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 134F9340813 for ; Wed, 9 Dec 2015 08:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A53DDC6A for ; Wed, 9 Dec 2015 08:33:49 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1449650025.6c52941361743eef55d07ce6e157895fb72209c9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zimg/Manifest media-libs/zimg/zimg-2.0.2.ebuild X-VCS-Directories: media-libs/zimg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6c52941361743eef55d07ce6e157895fb72209c9 X-VCS-Branch: master Date: Wed, 9 Dec 2015 08:33:49 +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: 0bf64a50-0393-4165-8816-aa45bd2298b6 X-Archives-Hash: a367536a84cdebe508d689f693bed1d6 commit: 6c52941361743eef55d07ce6e157895fb72209c9 Author: Alexis Ballier gentoo org> AuthorDate: Wed Dec 9 08:33:38 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Dec 9 08:33:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c529413 media-libs/zimg: bump to 2.0.2 Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> media-libs/zimg/Manifest | 1 + media-libs/zimg/zimg-2.0.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-libs/zimg/Manifest b/media-libs/zimg/Manifest index 0bd2aca..a1a00fa 100644 --- a/media-libs/zimg/Manifest +++ b/media-libs/zimg/Manifest @@ -1 +1,2 @@ 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 diff --git a/media-libs/zimg/zimg-2.0.2.ebuild b/media-libs/zimg/zimg-2.0.2.ebuild new file mode 100644 index 0000000..73b4cb9 --- /dev/null +++ b/media-libs/zimg/zimg-2.0.2.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) +}