public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: app-text/libgxps/
@ 2011-10-14 19:09 Alexandre Restovtsev
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-10-14 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b1797cdd8fcb770deeb840bd77f0bbbe272bc014
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Oct 14 18:53:35 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Oct 14 18:53:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b1797cdd

app-text/libgxps: new package

Add XPS document rendering library, can be used by evince.

---
 app-text/libgxps/libgxps-0.1.0.ebuild |   50 +++++++++++++++++++++++++++++++++
 app-text/libgxps/libgxps-9999.ebuild  |   50 +++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+), 0 deletions(-)

diff --git a/app-text/libgxps/libgxps-0.1.0.ebuild b/app-text/libgxps/libgxps-0.1.0.ebuild
new file mode 100644
index 0000000..61f5fb9
--- /dev/null
+++ b/app-text/libgxps/libgxps-0.1.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="http://live.gnome.org/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE="debug doc +introspection jpeg static-libs tiff"
+
+RDEPEND=">=app-arch/libarchive-2.8
+	>=dev-libs/glib-2.24:2
+	media-libs/freetype:2
+	>=x11-libs/cairo-1.10
+	introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
+	jpeg? ( virtual/jpeg )
+	tiff? ( media-libs/tiff[zlib] )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? (
+		app-text/docbook-xml-dtd:4.1.2
+		>=dev-util/gtk-doc-1.14 )"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-test
+		$(use_enable debug)
+		$(use_enable introspection)
+		$(use_with jpeg libjpeg)
+		$(use_enable static-libs static)
+		$(use_with tiff libtiff)"
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
+}

diff --git a/app-text/libgxps/libgxps-9999.ebuild b/app-text/libgxps/libgxps-9999.ebuild
new file mode 100644
index 0000000..61f5fb9
--- /dev/null
+++ b/app-text/libgxps/libgxps-9999.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="http://live.gnome.org/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE="debug doc +introspection jpeg static-libs tiff"
+
+RDEPEND=">=app-arch/libarchive-2.8
+	>=dev-libs/glib-2.24:2
+	media-libs/freetype:2
+	>=x11-libs/cairo-1.10
+	introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
+	jpeg? ( virtual/jpeg )
+	tiff? ( media-libs/tiff[zlib] )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? (
+		app-text/docbook-xml-dtd:4.1.2
+		>=dev-util/gtk-doc-1.14 )"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-test
+		$(use_enable debug)
+		$(use_enable introspection)
+		$(use_with jpeg libjpeg)
+		$(use_enable static-libs static)
+		$(use_with tiff libtiff)"
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: app-text/libgxps/
@ 2013-12-22 20:26 Gilles Dartiguelongue
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     56bbb9969458d4147557b0d5eaf5f9975def75c8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:25:26 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:26:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=56bbb996

app-text/libgxps: sync with gentoo-x86

Add metadata.xml and apply team policy on top of it.

---
 app-text/libgxps/libgxps-9999.ebuild | 50 ++++++++++++++++++++++++------------
 app-text/libgxps/metadata.xml        |  9 +++++++
 2 files changed, 42 insertions(+), 17 deletions(-)

diff --git a/app-text/libgxps/libgxps-9999.ebuild b/app-text/libgxps/libgxps-9999.ebuild
index d789e3f..5c46310 100644
--- a/app-text/libgxps/libgxps-9999.ebuild
+++ b/app-text/libgxps/libgxps-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="4"
 GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -15,36 +16,51 @@ HOMEPAGE="http://live.gnome.org/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
+IUSE="debug doc +introspection jpeg lcms static-libs tiff"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
+	IUSE="${IUSE} doc"
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
-IUSE="debug doc +introspection jpeg static-libs tiff"
 
-RDEPEND=">=app-arch/libarchive-2.8
+RDEPEND="
+	>=app-arch/libarchive-2.8
 	>=dev-libs/glib-2.24:2
 	media-libs/freetype:2
-	>=x11-libs/cairo-1.10
+	media-libs/libpng:0
+	>=x11-libs/cairo-1.10[svg]
 	introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
 	jpeg? ( virtual/jpeg )
-	tiff? ( media-libs/tiff[zlib] )"
+	lcms? ( media-libs/lcms:2 )
+	tiff? ( media-libs/tiff[zlib] )
+"
 DEPEND="${RDEPEND}
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	>=dev-util/gtk-doc-am-1.14
 	virtual/pkgconfig
-	doc? (
-		app-text/docbook-xml-dtd:4.1.2
-		>=dev-util/gtk-doc-1.14 )"
+"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? (
+			app-text/docbook-xml-dtd:4.1.2
+			>=dev-util/gtk-doc-1.14 )"
+fi
 
 # There is no automatic test suite, only an interactive test application
 RESTRICT="test"
 
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--disable-test
-		$(use_enable debug)
-		$(use_enable introspection)
-		$(use_with jpeg libjpeg)
-		$(use_enable static-libs static)
-		$(use_with tiff libtiff)"
+src_configure() {
 	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	gnome2_src_configure \
+		--enable-man \
+		--disable-test \
+		$(use_enable debug) \
+		$(use_enable introspection) \
+		$(use_with jpeg libjpeg) \
+		$(use_with lcms liblcms2) \
+		$(use_enable static-libs static) \
+		$(use_with tiff libtiff)
 }

diff --git a/app-text/libgxps/metadata.xml b/app-text/libgxps/metadata.xml
new file mode 100644
index 0000000..b4df7ab
--- /dev/null
+++ b/app-text/libgxps/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<use>
+  <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+    for introspection</flag>
+</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-22 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-22 20:26 [gentoo-commits] proj/gnome:master commit in: app-text/libgxps/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2011-10-14 19:09 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox