public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/giflib/
Date: Thu, 17 Mar 2016 19:58:35 +0000 (UTC)	[thread overview]
Message-ID: <1458244707.3fd348ab651d4f35eea3298bc020854fee9e0213.polynomial-c@gentoo> (raw)

commit:     3fd348ab651d4f35eea3298bc020854fee9e0213
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 19:56:43 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 19:58:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd348ab

media-libs/giflib: Bump to version 5.1.3

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-libs/giflib/Manifest            |  1 +
 media-libs/giflib/giflib-5.1.3.ebuild | 54 +++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/media-libs/giflib/Manifest b/media-libs/giflib/Manifest
index a931e18..58f717e 100644
--- a/media-libs/giflib/Manifest
+++ b/media-libs/giflib/Manifest
@@ -4,3 +4,4 @@ DIST giflib-5.0.6.tar.bz2 621073 SHA256 8909839ccbdfca75cfbe6a4db907b55978e11fb2
 DIST giflib-5.1.0.tar.bz2 621155 SHA256 5aec694f1c68132e6af499a621996b5a1fc219f4bbe19ab2ba972b3f95188d1b SHA512 5e32fe6fb69298a3ba06842b33cadf33409a8ca92eef3625cedd40cfd99535a994eaa8beae0eff4fa82747937b851af5d5f895c9e58368d6b703df5e2b0bb245 WHIRLPOOL a0c2e3cf291a5f94cdf853f2d65972de3cb5575b4f1d1e61470408006eabc87e21291bd3ea0d8af586690d756059acbafb62018caaba82ad390a44a0c0a64066
 DIST giflib-5.1.1.tar.bz2 654389 SHA256 391014aceb21c8b489dc7b0d0b6a917c4e32cc014ce2426d47ca376d02fe2ffc SHA512 9d9cba004c1402c7c547b7a7f35485fe03b0bc3637102b9eba96d1dea2984415fccdff4a6463215af82e2d3817d75bdd64ae7a96d4acc98b4904e5e5f352dd3e WHIRLPOOL 17a8876e6663e3f4b5623da1d2eb3c86ffd59d84edcb1291b358300b51eb21996987fe68ebce79892547972c87a8bf31e44ec5e5cd1a1f293102e679441bbedc
 DIST giflib-5.1.2.tar.bz2 638967 SHA256 76c0a084c3b02f9315ff937b8be6096186002fea26f33e2123081ba2be6e2a7c SHA512 062adabd25d8c879d2bd6fd007244efb5c41248f68b75d184d94836d2e5dcbfcb1427928a3bc78017ecb4e679a336178d28851ba1f3c1a40f70e694f3ff8449d WHIRLPOOL 84334ca3c452acb2e959c299cd7072d75b51cdce00c281d67c97e6d7b99adc9e82f1ae75cc03acb5a71d12e4837b7206af66b52419a54ef49f32075836ab9816
+DIST giflib-5.1.3.tar.bz2 639420 SHA256 5096d27805283599b01074d487ad3f8e02bd26b84d759b9017be876ca3d5b81d SHA512 02c1fa3619e0bcd80db6ff12a5caf4c9e5ab370c7741956165fe6cc67fd15a00754d5a6e33dd9393e4754201ff60a4f1f0666026604a662bc0d120c6f13bb0e2 WHIRLPOOL 9141d31f228cf2914257d8c2eb8e791611a10a51c91dd41809f98d9c818377087101b75390d9a58aba798eebf98614983d5ff99b379f39e4c4d155f0711846a2

diff --git a/media-libs/giflib/giflib-5.1.3.ebuild b/media-libs/giflib/giflib-5.1.3.ebuild
new file mode 100644
index 0000000..161a7a0
--- /dev/null
+++ b/media-libs/giflib/giflib-5.1.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils libtool multilib-minimal
+
+DESCRIPTION="Library to handle, display and manipulate GIF images"
+HOMEPAGE="http://sourceforge.net/projects/giflib/"
+SRC_URI="mirror://sourceforge/giflib/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="
+	abi_x86_32? (
+		!<=app-emulation/emul-linux-x86-baselibs-20140406-r1
+		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
+	)"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	elibtoolize
+}
+
+multilib_src_configure() {
+	local myeconfargs=(
+		# No need for xmlto as they ship generated files.
+		ac_cv_prog_have_xmlto=no
+
+		$(use_enable static-libs static)
+	)
+
+	ECONF_SOURCE="${S}" \
+	econf "${myeconfargs[@]}"
+}
+
+multilib_src_install() {
+	default
+
+	# for static libs the .la file is required if built with +X
+	use static-libs || prune_libtool_files --all
+}
+
+multilib_src_install_all() {
+	doman doc/*.1
+	dodoc AUTHORS BUGS ChangeLog NEWS README TODO doc/*.txt
+	docinto html
+	dodoc -r doc/whatsinagif
+}


             reply	other threads:[~2016-03-17 19:58 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17 19:58 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-13 13:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/giflib/ Andreas Sturmlechner
2024-10-12 23:53 Sam James
2024-09-24 15:22 Sam James
2024-09-23  7:34 Arthur Zamarin
2024-09-23  7:34 Arthur Zamarin
2024-09-23  7:13 Arthur Zamarin
2024-09-23  7:13 Arthur Zamarin
2024-09-23  6:02 Arthur Zamarin
2024-09-23  6:02 Arthur Zamarin
2024-09-23  5:46 Sam James
2023-10-07  3:47 Matt Turner
2022-05-14  3:42 WANG Xuerui
2021-01-25 22:05 Sam James
2021-01-14 12:29 Fabian Groffen
2020-10-19 19:15 Mike Gilbert
2020-06-12  7:33 Sergei Trofimovich
2020-05-16 21:28 David Seifert
2020-03-25 21:30 Thomas Deutschmann
2020-03-25 20:55 Thomas Deutschmann
2020-03-25 20:55 Thomas Deutschmann
2020-03-16 18:25 Sergei Trofimovich
2020-03-12 23:05 Mart Raudsepp
2020-03-10  8:35 Agostino Sarubbo
2020-03-09 12:42 Agostino Sarubbo
2020-03-09 12:41 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 11:17 Agostino Sarubbo
2020-03-09 10:49 Agostino Sarubbo
2020-03-09 10:23 Agostino Sarubbo
2020-03-08 23:22 Thomas Deutschmann
2020-03-08 21:22 Andreas Sturmlechner
2019-11-13  1:03 Aaron Bauman
2019-11-13  1:03 Aaron Bauman
2019-06-24 16:35 Lars Wendler
2019-03-11 10:28 Lars Wendler
2019-02-15  7:49 Guilherme Amadio
2019-02-14 12:26 Lars Wendler
2018-03-29 22:32 Mart Raudsepp
2018-01-21  1:49 Aaron Bauman
2018-01-21  1:03 Aaron Bauman
2017-04-14 18:49 Michał Górny
2017-04-14 16:28 Michał Górny
2017-01-09 14:19 Jeroen Roovers
2016-11-29 17:35 Markus Meier
2016-11-19 13:55 Agostino Sarubbo
2016-11-19 13:53 Agostino Sarubbo
2016-11-15 14:53 Tobias Klausmann
2016-06-19 10:16 Andrew Savchenko
2016-04-03 15:51 Lars Wendler
2016-04-03 15:51 Lars Wendler
2016-03-17 19:58 Lars Wendler
2016-01-11 13:25 Lars Wendler

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=1458244707.3fd348ab651d4f35eea3298bc020854fee9e0213.polynomial-c@gentoo \
    --to=polynomial-c@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