public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-08-01 10:54 99% Marek Szuba
  0 siblings, 0 replies; 1+ results
From: Marek Szuba @ 2017-08-01 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     090b2f7c9f66658d6edda9970ea7cee540d95cc6
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 10:24:36 2017 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug  1 10:53:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090b2f7c

app-emulation/fuse: Version bump to 1.3.7

Submitted-By: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
Closes: 5125

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-emulation/fuse/Manifest          |  1 +
 app-emulation/fuse/fuse-1.3.7.ebuild | 64 ++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 90a7eb57392..3cf548c66c7 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1 +1,2 @@
 DIST fuse-1.1.1.tar.gz 1881332 SHA256 a857d4bd62e01d18429897467508af15624cbaf343caed8b9ba1ab3a8879444e SHA512 67d12c56057a13121d8a5c073002dd2168268894669bdb50f3aba977cb1f53afa48774bfcb438a627a5afdbd2288248d4449e57d744e17b9e3eba00970685a14 WHIRLPOOL b64dd50037a4cba617bd0e10794c01e1a63bc2e68cd990636c1daa88e9a515032216b34e72ca6876f432a72d214d1220b808d2aae2ba849ee66f3d3784f14b73
+DIST fuse-1.3.7.tar.gz 1644585 SHA256 ba57f4b4c1a7ed398b8d85b7da14b85bd346023bed17d8d7b6ed3e0452e7b4b0 SHA512 68a251de93a71a6ca8c107a9bd4258e6b4f5643af5dd76c0855ebfcfcaba768b932e6d0d0ab7b521ecaef50d975b86b4bfb7094e9a72ec6bf7d94911823d0886 WHIRLPOOL aab8ffdfd40ebbac9f88736dff98891f0eb51e43548ceb0c4d1ccba241009304c431651ed0c034797290eb79e6ffdd97f45591dd6efb426a60f0e511f642cf0f

diff --git a/app-emulation/fuse/fuse-1.3.7.ebuild b/app-emulation/fuse/fuse-1.3.7.ebuild
new file mode 100644
index 00000000000..9c2d6dfb79a
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.3.7.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
+HOMEPAGE="http://fuse-emulator.sourceforge.net"
+SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="alsa ao fbcon gpm gtk joystick memlimit png sdl svga X xml"
+
+# Only one UI back-end can be enabled at a time
+REQUIRED_USE="^^ ( X fbcon gtk sdl svga )"
+
+RDEPEND=">=app-emulation/libspectrum-1.3.5
+	dev-libs/glib:2
+	X? ( x11-libs/libX11
+		x11-libs/libXext )
+	alsa? ( media-libs/alsa-lib )
+	ao? ( media-libs/libao )
+	gpm? ( sys-libs/gpm )
+	gtk? ( x11-libs/gtk+:3 )
+	joystick? ( media-libs/libjsw )
+	sdl? ( media-libs/libsdl )
+	svga? ( media-libs/svgalib )
+	png? ( media-libs/libpng:0= sys-libs/zlib )
+	xml? ( dev-libs/libxml2:2 )"
+DEPEND="${RDEPEND}
+	fbcon? ( virtual/linux-sources )
+	dev-lang/perl
+	virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+src_configure() {
+	local guiflag
+
+	if use gtk; then
+		guiflag=""
+	elif use sdl; then
+		guiflag="--with-sdl"
+	elif use X; then
+		guiflag="--without-gtk"
+	elif use svga; then
+		guiflag="--with-svgalib"
+	elif use fbcon; then
+		guiflag="--with-fb"
+	fi
+
+	econf \
+		--without-win32 \
+		${guiflag} \
+		$(use_with gpm) \
+		$(use_with alsa) \
+		$(use_with ao libao) \
+		$(use_with joystick) \
+		$(use_enable joystick ui-joystick) \
+		$(use_with xml libxml2) \
+		$(use_with png ) \
+		$(use_enable memlimit smallmem)
+}


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-08-01 10:54 99% [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/ Marek Szuba

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