* [gentoo-commits] dev/axs:master commit in: media-gfx/xiv/
@ 2015-07-27 15:44 Ian Stakenvicius
0 siblings, 0 replies; 2+ messages in thread
From: Ian Stakenvicius @ 2015-07-27 15:44 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/axs:master commit in: media-gfx/xiv/
@ 2015-07-27 15:50 Ian Stakenvicius
0 siblings, 0 replies; 2+ messages in thread
From: Ian Stakenvicius @ 2015-07-27 15:50 UTC (permalink / raw
To: gentoo-commits
commit: 4f791e5731b34686350f43ec003228e5f9cbab28
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 15:49:54 2015 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 15:49:54 2015 +0000
URL: https://gitweb.gentoo.org/dev/axs.git/commit/?id=4f791e57
fixed description and added missing dep to xiv
media-gfx/xiv/Manifest | 2 +-
media-gfx/xiv/xiv-0.9.ebuild | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-gfx/xiv/Manifest b/media-gfx/xiv/Manifest
index 8e1a0c2..8527bd4 100644
--- a/media-gfx/xiv/Manifest
+++ b/media-gfx/xiv/Manifest
@@ -1,2 +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
+EBUILD xiv-0.9.ebuild 662 SHA256 074456002b64ce2cac63869af7ea06afa44e0ec029ca13fd60701e4d3c60b900 SHA512 a8efe0621b0092ec87a4ab96bbea17967306732722403db3403c7aba8d0343a812cb55619579c9a4255c6345d72538ed75e51e389d80a283f37ebbd20a6f6272 WHIRLPOOL c046344f01e3d802742a2026a72b40170c76154437762218ef4c346be3622a977ec713c26b446657408df0c1df17497f64c2bb39db51c91080f1fe270e5c2860
diff --git a/media-gfx/xiv/xiv-0.9.ebuild b/media-gfx/xiv/xiv-0.9.ebuild
index 77c3873..9296ea7 100644
--- a/media-gfx/xiv/xiv-0.9.ebuild
+++ b/media-gfx/xiv/xiv-0.9.ebuild
@@ -4,16 +4,14 @@
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"
+DESCRIPTION="An X11 Lightweight Image Viewer"
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"
+IUSE=""
RDEPEND="
x11-libs/libX11
@@ -21,7 +19,9 @@ RDEPEND="
virtual/jpeg
media-libs/tiff
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ x11-proto/xproto
+"
#src_prepare() {
# eautoreconf
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-27 15:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 15:50 [gentoo-commits] dev/axs:master commit in: media-gfx/xiv/ Ian Stakenvicius
-- strict thread matches above, loose matches on Subject: below --
2015-07-27 15:44 Ian Stakenvicius
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox