commit:     317e7286c3648aaf4b05995117d5befb5712c08a
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 15:43:49 2015 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 15:43:49 2015 +0000
URL:        https://gitweb.gentoo.org/dev/axs.git/commit/?id=317e7286

Added xiv (an image viewer similar to xv but easier to use on large images)

 media-gfx/xiv/Manifest       |  2 ++
 media-gfx/xiv/xiv-0.9.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-gfx/xiv/Manifest b/media-gfx/xiv/Manifest
new file mode 100644
index 0000000..8e1a0c2
--- /dev/null
+++ b/media-gfx/xiv/Manifest
@@ -0,0 +1,2 @@
+DIST xiv-0.9.tgz 436765 SHA256 
9eeb295ec640f09681f7b21ac045aaf7144d5d3b417f8d4c301bfa3887d9527c SHA512 
6c221a902f4b721a5c32ca761b2f963cfa7c17eabad9b375961dc2d7d5847c4c5500d952da6f8e7bf43c83656133d07d008295cf3c304d3b44b563c80d61d250
 WHIRLPOOL 
c60f39ec2145e854cb4ba6a02b9ee22ba018ee775ecb0ccf949b814993ae4ca2629410b0ff0a328970fdaf06565e9d9d76be4ae525e32d26a79e19e042415a8b
+EBUILD xiv-0.9.ebuild 815 SHA256 
c1587f6b6fdb777e6504b43eb69871b19e4ac1ca90871f23f8ec9d315359b56a SHA512 
7075b41ea82f73586f5cd5182d91979b0b1a2e16895494efc8ca892976237da35da06cdd5cb79c21f4a587885c9ff9e104746ed39d40684be0a8d6a330259542
 WHIRLPOOL 
c7935836f0d62f5b79679fc89a072d8ceb8fccfc74d166f9cfe8310cfad64683b17c8533f3379eac0ec4cbc3fba7008a06848c019692e62063f6794d0121c791

diff --git a/media-gfx/xiv/xiv-0.9.ebuild b/media-gfx/xiv/xiv-0.9.ebuild
new file mode 100644
index 0000000..77c3873
--- /dev/null
+++ b/media-gfx/xiv/xiv-0.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/freewrl/freewrl-1.22.13-r3.ebuild,v 1.4 
2014/05/01 14:16:11 axs Exp $
+
+EAPI=5
+
+inherit autotools nsplugins eutils flag-o-matic java-pkg-opt-2 multilib
+
+DESCRIPTION="VRML97 and X3D compliant browser, library, and web-browser plugin"
+HOMEPAGE="http://xiv.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl debug +glew java libeai motif +nsplugin osc +sox static-libs"
+
+RDEPEND="
+       x11-libs/libX11
+       media-libs/libexif
+       virtual/jpeg
+       media-libs/tiff
+"
+DEPEND="${RDEPEND}"
+
+#src_prepare() {
+#      eautoreconf
+#}
+
+src_configure() {
+       econf --with-x
+}
+
+src_install() {
+       emake PREFIX="${ED}/usr" install
+}

Reply via email to