public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/libgdiplus/
Date: Wed,  8 Feb 2017 11:39:52 +0000 (UTC)	[thread overview]
Message-ID: <1486553984.d4fdaa64667125f85d800093456aad54a467cc2f.cynede@gentoo> (raw)

commit:     d4fdaa64667125f85d800093456aad54a467cc2f
Author:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 11:39:16 2017 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 11:39:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fdaa64

dev-dotnet/libgdiplus: fix circular deps, remove mono need

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild | 69 +++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild
new file mode 100644
index 0000000000..e6319b8083
--- /dev/null
+++ b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils dotnet flag-o-matic
+
+DESCRIPTION="Library for using System.Drawing with mono"
+HOMEPAGE="http://www.mono-project.com"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"
+
+IUSE="cairo"
+
+RDEPEND=">=dev-libs/glib-2.16:2
+	>=media-libs/freetype-2.3.7
+	>=media-libs/fontconfig-2.6
+	>=media-libs/libpng-1.4:0
+	x11-libs/libXrender
+	x11-libs/libX11
+	x11-libs/libXt
+	>=x11-libs/cairo-1.8.4[X]
+	media-libs/libexif
+	>=media-libs/giflib-4.2.3
+	virtual/jpeg:0
+	media-libs/tiff:0
+	!cairo? ( >=x11-libs/pango-1.20 )"
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+PATCHES=("${FILESDIR}/${P}-gold.patch"
+	"${FILESDIR}/${PN}-2.10.1-libpng15.patch"
+	"${FILESDIR}/${PN}-2.10.9-giflib-quantizebuffer.patch")
+
+src_prepare() {
+	base_src_prepare
+	sed -i -e 's:ungif:gif:g' configure || die
+}
+
+src_configure() {
+	append-flags -fno-strict-aliasing
+	econf 	--disable-dependency-tracking		\
+		--disable-static			\
+		--with-cairo=system			\
+		$(use !cairo && printf %s --with-pango)
+}
+
+src_compile() {
+	emake "$@"
+}
+
+src_install () {
+	emake -j1 DESTDIR="${D}" "$@" install #nowarn
+	dotnet_multilib_comply
+	local commondoc=( AUTHORS ChangeLog README TODO )
+	for docfile in "${commondoc[@]}"
+	do
+		[[ -e "${docfile}" ]] && dodoc "${docfile}"
+	done
+	if [[ "${DOCS[@]}" ]]
+	then
+		dodoc "${DOCS[@]}"
+	fi
+	prune_libtool_files
+}


             reply	other threads:[~2017-02-08 11:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 11:39 Mikhail Pukhlikov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-08 18:39 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/libgdiplus/ Sam James
2021-12-05 18:31 Sam James
2021-12-05  7:49 Jakov Smolić
2021-04-28  7:31 Joonas Niilola
2020-03-31  8:28 Mikle Kolyada
2020-03-27 16:31 Agostino Sarubbo
2019-12-23 23:21 James Le Cuirot
2019-08-20 12:11 Stefan Strogin
2019-07-27 12:54 Aaron Bauman
2019-06-17  6:40 Mikhail Pukhlikov
2019-06-07 11:32 Mikhail Pukhlikov
2018-12-08 21:47 Anthony G. Basile
2018-12-07  1:13 Anthony G. Basile
2018-03-08 22:08 Michał Górny
2017-06-26 10:21 Alexis Ballier
2017-02-23 16:30 Agostino Sarubbo
2017-02-23 15:55 Agostino Sarubbo
2017-02-23  7:41 Michael Weber
2017-02-09  7:01 Mikhail Pukhlikov
2016-11-20  8:43 Michael Palimaka
2016-11-20  8:43 Michael Palimaka
2016-02-24 13:08 Heather Cynede
2016-01-27 23:02 Ian Delaney
2016-01-21  9:09 Heather Cynede
2015-08-14  7:18 Heather Cynede

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=1486553984.d4fdaa64667125f85d800093456aad54a467cc2f.cynede@gentoo \
    --to=cynede@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