public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/simage/
Date: Sun, 15 Jan 2017 09:40:00 +0000 (UTC)	[thread overview]
Message-ID: <1484473199.0b6ec95cd4c8bc9f3915fedc7397847290957bc2.jlec@gentoo> (raw)

commit:     0b6ec95cd4c8bc9f3915fedc7397847290957bc2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 09:39:38 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 09:39:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6ec95c

media-libs/simage: Bump to EAPI=6

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-libs/simage/simage-1.7.0-r1.ebuild | 77 ++++++++++++++++++++++++++++++++
 1 file changed, 77 insertions(+)

diff --git a/media-libs/simage/simage-1.7.0-r1.ebuild b/media-libs/simage/simage-1.7.0-r1.ebuild
new file mode 100644
index 00000000..8ffb8ed
--- /dev/null
+++ b/media-libs/simage/simage-1.7.0-r1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Image and video texturing library"
+HOMEPAGE="https://bitbucket.org/Coin3D/simage"
+SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz"
+
+LICENSE="public-domain mpeg2enc"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+SLOT="0"
+IUSE="debug gif jpeg jpeg2k png sndfile static-libs tiff vorbis zlib"
+RESTRICT="mirror bindist" #465086
+
+RDEPEND="
+	gif? ( media-libs/giflib )
+	jpeg? ( virtual/jpeg:0= )
+	jpeg2k? ( media-libs/jasper )
+	png? ( media-libs/libpng:0= )
+	sndfile? ( media-libs/libsndfile )
+	tiff? ( media-libs/tiff:0= )
+	vorbis? (
+		media-libs/libogg
+		media-libs/libvorbis
+	)
+	zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+DOCS=(AUTHORS ChangeLog NEWS README)
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.7.0-pkgconfig-partial.patch
+	"${FILESDIR}"/${PN}-1.7.0-libpng15.patch
+)
+
+# --with-pic, two defined (PIC and one for image format, sillyt), no not pass
+# --enable-qimage, broken Qt checks, unable to locate FHS-compliant Qt install
+# --with-x, not used anywhere
+src_configure() {
+	econf \
+		--disable-qimage \
+		--disable-quicktime \
+		--with-eps \
+		--with-mpeg2enc \
+		--with-rgb \
+		--with-targa \
+		--with-xwd \
+		--without-x \
+		$(use_with gif) \
+		$(use_enable debug) \
+		$(use_enable debug symbols) \
+		$(use_with jpeg) \
+		$(use_with jpeg2k jasper) \
+		$(use_with png) \
+		$(use_with sndfile libsndfile) \
+		$(use_enable static-libs static) \
+		$(use_with tiff) \
+		$(use_with vorbis oggvorbis) \
+		$(use_with zlib)
+}
+
+src_install() {
+	# Remove simage from Libs.private
+	sed -e '/Libs.private/s/ -lsimage//' -i simage.pc || die
+
+	default
+
+	# Remove libtool files when not needed.
+	if use static-libs; then
+		rm -f "${ED}"/usr/lib*/*.la || die
+	fi
+}


             reply	other threads:[~2017-01-15  9:40 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15  9:40 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14 11:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/simage/ Andreas Sturmlechner
2024-03-25 11:22 Sam James
2024-03-25 11:22 Sam James
2024-03-25 11:22 Sam James
2024-03-25 11:22 Sam James
2023-12-09  3:00 Maciej Mrozowski
2022-12-16  4:30 Sam James
2021-12-08  3:33 Sam James
2021-02-24 22:07 Sam James
2021-02-24 20:45 Sam James
2021-02-21  4:04 Sam James
2021-02-21  4:03 Sam James
2021-01-15  6:50 Miroslav Šulc
2020-12-25  9:38 Miroslav Šulc
2020-03-04 16:34 Miroslav Šulc
2020-03-04 16:17 Agostino Sarubbo
2020-03-04 13:03 Agostino Sarubbo
2020-03-04  8:08 Agostino Sarubbo
2020-03-03 16:21 Agostino Sarubbo
2020-01-31  0:39 Miroslav Šulc
2020-01-30 12:55 Agostino Sarubbo
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-30 10:10 Agostino Sarubbo
2019-11-16 17:28 Miroslav Šulc
2019-08-28  8:19 David Seifert
2018-08-29  6:15 Sergei Trofimovich
2018-03-12  4:33 Matt Turner
2018-03-05 22:14 Andreas Sturmlechner
2018-03-04 22:30 Sergei Trofimovich
2018-01-17  5:11 Thomas Deutschmann
2017-07-20 20:57 Sergei Trofimovich
2017-04-20  8:26 Jeroen Roovers
2017-04-05 20:25 Michael Weber
2015-08-24 14:23 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=1484473199.0b6ec95cd4c8bc9f3915fedc7397847290957bc2.jlec@gentoo \
    --to=jlec@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