From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79B8A1396D0 for ; Sat, 16 Sep 2017 18:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C780BE0C01; Sat, 16 Sep 2017 18:34:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97D2FE0C01 for ; Sat, 16 Sep 2017 18:34:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87BCF33E4AD for ; Sat, 16 Sep 2017 18:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DBC1906C for ; Sat, 16 Sep 2017 18:34:42 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1505586877.4c904834a7d46729288f78e0cee06e766c9e4bd2.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/flam3/Manifest media-gfx/flam3/flam3-3.1.1.ebuild X-VCS-Directories: media-gfx/flam3/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 4c904834a7d46729288f78e0cee06e766c9e4bd2 X-VCS-Branch: master Date: Sat, 16 Sep 2017 18:34:42 +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: bb41f3ae-9ee6-46c1-b19a-b6d0b0649417 X-Archives-Hash: b3d54fc18e30d39e7f9d0c58e151e41e commit: 4c904834a7d46729288f78e0cee06e766c9e4bd2 Author: Patrick Lauer gentoo org> AuthorDate: Sat Sep 16 18:33:45 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Sep 16 18:34:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c904834 media-gfx/flam3: Bump #627186 Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-gfx/flam3/Manifest | 1 + media-gfx/flam3/flam3-3.1.1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/media-gfx/flam3/Manifest b/media-gfx/flam3/Manifest index ad130050c39..48bda0bd7e5 100644 --- a/media-gfx/flam3/Manifest +++ b/media-gfx/flam3/Manifest @@ -1 +1,2 @@ DIST flam3-3.0.1.tar.gz 1238703 SHA256 70810049604527a689ba172670c152b463273255e46f0f04091c867399859aa7 SHA512 c91a21a0e1ca9f4d2ba929bf91c2ef95275dec6d892dafb0da3cc169cd1777326a2dff98b58d55352dfae6347574cceec234f99d06f117f832f39b089bac2f9d WHIRLPOOL cce3739017c44ee4d22d41b464807055f8ed31ab9e3b79e66bae86f4f16dd4d605dde6212bdfeb82852b07c3b5ef252930e59815d2d15a307873bf3a810306d4 +DIST flam3-3.1.1.tar.gz 1181954 SHA256 afcd4af13897740e34f6ae1f3061bbfbda9c1dd5df3ecc9f57141c985d35d19d SHA512 8a84840d9cb91d63dd0ba5c8a6725f703f6315a7add0c091502c0dac5c77eb0495054bb4b601f72454dea0def99131ca679095da65eeebaae9b01dc59cf75e7e WHIRLPOOL ddce81176d62de31c223166c21ab3297f796858f8f6e81937a5540d9b3de3c395d3e54591eb3f9086f7396b71e514980ecab41e3e066828f52ccb84598d68d2b diff --git a/media-gfx/flam3/flam3-3.1.1.ebuild b/media-gfx/flam3/flam3-3.1.1.ebuild new file mode 100644 index 00000000000..fe84e0f3b1c --- /dev/null +++ b/media-gfx/flam3/flam3-3.1.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools eutils + +DESCRIPTION="Tools and a library for creating flame fractal images" +HOMEPAGE="http://flam3.com/" +SRC_URI="https://github.com/scottdraves/flam3/archive/v$PV.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +RDEPEND="dev-libs/libxml2 + media-libs/libpng:= + virtual/jpeg:= + !<=x11-misc/electricsheep-2.6.8-r2" +DEPEND="${RDEPEND}" + +DOCS=( README.txt ) + +src_prepare() { + eautoreconf + eapply_user +} + +src_configure() { + econf \ + --enable-shared \ + $(use_enable static-libs static) +} + +src_install() { + default + + rm -f "${D}"usr/lib*/libflam3.la + + docinto examples + dodoc *.flam3 +}