From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfpx/
Date: Sat, 20 Feb 2016 11:24:07 +0000 (UTC) [thread overview]
Message-ID: <1455967445.b8e66d798f0705146b1e1602a1adf2f4c2a7247d.jer@gentoo> (raw)
commit: b8e66d798f0705146b1e1602a1adf2f4c2a7247d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 11:23:50 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 11:24:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e66d79
media-libs/libfpx: Version bump (bug #395367)
Also, store the upstream revision in PV
Package-Manager: portage-2.2.27
media-libs/libfpx/Manifest | 1 +
media-libs/libfpx/libfpx-1.3.1_p6.ebuild | 44 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-libs/libfpx/Manifest b/media-libs/libfpx/Manifest
index 2ea3eee..2d22911 100644
--- a/media-libs/libfpx/Manifest
+++ b/media-libs/libfpx/Manifest
@@ -1 +1,2 @@
DIST libfpx-1.3.0-1.tar.bz2 2285921 SHA256 0cc240e9458d099c0a50db9c771b3e5b109164472c08f40f31e1190716af48b6 SHA512 f045edb01046ec3d2fee8eeee8a861ebcb63b3b9094a93d4bda28e8009117bdbb7e843bdf4aa8d0502482acec7c2ea51df53b88ab2bf6a61c37aed8653579e67 WHIRLPOOL 16dc643d2602d44fe626fd2c1d35e743dbcfb825fc53e8a20a95145275d71d770fafd75e59b4b74fa5b42ef52f9339474fe877455c04a8f668c47d700d580fb3
+DIST libfpx-1.3.1-6.tar.bz2 2358328 SHA256 84e663bb23619e19195777a7c5d348046756f28cffda3d0ea2160ed0b55a698a SHA512 d33bc59f091100f4e0f7db396ba2f3a93951b348f8b175070fa23186f7ce488e71b7be43a45ebd9a3af21affe5342f63955df8549ff15582f8b29e67601531fb WHIRLPOOL d107a1ee69d018699567761603ce21ba6f6b80e25d5e3e53f6a76ef262602d0d344127c6a0c7f372c2da60a3b293882184513d4a77e674c32b384d5c8798a4bf
diff --git a/media-libs/libfpx/libfpx-1.3.1_p6.ebuild b/media-libs/libfpx/libfpx-1.3.1_p6.ebuild
new file mode 100644
index 0000000..ef50b4e
--- /dev/null
+++ b/media-libs/libfpx/libfpx-1.3.1_p6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils flag-o-matic libtool
+
+DESCRIPTION="A library for manipulating FlashPIX images"
+HOMEPAGE="http://www.i3a.org/"
+SRC_URI="mirror://imagemagick/delegates/${P/_p/-}.tar.bz2"
+
+LICENSE="Flashpix"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="static-libs"
+
+S=${WORKDIR}/${P/_p/-}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-1.2.0.13-export-symbols.patch
+
+ eapply_user
+
+ # we're not windows, even though we don't define __unix by default
+ [[ ${CHOST} == *-darwin* ]] && append-flags -D__unix
+
+ elibtoolize
+}
+
+src_configure() {
+ append-ldflags -Wl,--no-undefined
+ econf \
+ $(use_enable static-libs static) \
+ LIBS="-lstdc++ -lm"
+}
+
+src_install() {
+ default
+
+ dodoc AUTHORS ChangeLog doc/*.txt
+
+ insinto /usr/share/doc/${PF}/pdf
+ doins doc/*.pdf
+}
next reply other threads:[~2016-02-20 11:24 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-20 11:24 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-22 6:01 [gentoo-commits] repo/gentoo:master commit in: media-libs/libfpx/ Jeroen Roovers
2016-03-02 13:58 Agostino Sarubbo
2016-03-11 16:37 Markus Meier
2016-03-14 18:35 Tobias Klausmann
2016-03-15 16:39 Agostino Sarubbo
2016-03-20 11:53 Agostino Sarubbo
2016-04-06 19:48 Markus Meier
2017-01-29 19:14 Fabian Groffen
2017-06-18 9:51 Alexis Ballier
2017-10-12 21:19 Thomas Deutschmann
2017-10-13 9:09 Sergei Trofimovich
2017-10-13 15:01 Thomas Deutschmann
2017-10-15 22:21 Manuel RĂ¼ger
2017-10-16 8:28 Sergei Trofimovich
2017-10-16 8:28 Sergei Trofimovich
2017-10-16 19:50 Sergei Trofimovich
2017-10-24 17:38 Markus Meier
2018-06-21 19:21 Sergei Trofimovich
2019-04-14 14:37 Aaron Bauman
2019-05-08 22:56 Andreas Sturmlechner
2019-05-08 22:56 Andreas Sturmlechner
2021-06-25 1:33 Yixun Lan
2022-02-13 21:08 Conrad Kostecki
2022-05-17 13:07 WANG Xuerui
2024-03-13 21:04 Sam James
2024-03-16 12:13 Conrad Kostecki
2024-04-19 9:38 Arthur Zamarin
2024-04-19 10:38 Sam James
2024-04-19 10:43 Sam James
2024-04-19 10:43 Sam James
2024-04-19 10:43 Sam James
2024-04-19 10:46 Sam James
2024-04-19 10:46 Sam James
2024-04-19 11:43 Sam James
2024-05-23 19:28 Arthur Zamarin
2024-05-23 19:29 Arthur Zamarin
2025-03-10 2:45 Sam James
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=1455967445.b8e66d798f0705146b1e1602a1adf2f4c2a7247d.jer@gentoo \
--to=jer@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