* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2016-04-01 2:29 Ian Delaney
0 siblings, 0 replies; 40+ messages in thread
From: Ian Delaney @ 2016-04-01 2:29 UTC (permalink / raw
To: gentoo-commits
commit: 7c6ada2f5bc27b8c528b4ed62d18c2100ab59fa6
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 01:19:27 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 02:28:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6ada2f
app-emulation/fuse: minor tidy to metadata.xml
Package-Manager: portage-2.2.28
app-emulation/fuse/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index 16cd319..8c57421 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -13,7 +13,7 @@
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <name>Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">fuse-emulator</remote-id>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2016-08-06 12:47 Pacho Ramos
0 siblings, 0 replies; 40+ messages in thread
From: Pacho Ramos @ 2016-08-06 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 443b2ecdc5dee2281ec1c9c9a71185c7151c3a84
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 12:38:00 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 12:45:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443b2ecd
app-emulation/fuse: Cleanup per bug #231477
Package-Manager: portage-2.3.0
app-emulation/fuse/metadata.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index 8c57421..418dc29 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -6,11 +6,6 @@
<description>Proxied Maintainer. Please assign on bugs.</description>
<name>José Manuel Ferrer Ortiz</name>
</maintainer>
- <maintainer type="person">
- <email>neurogeek@gentoo.org</email>
- <name>Jesus Rivero</name>
- <description>Proxy Maintainer. Please CC on bugs</description>
- </maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers Project</name>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2016-08-27 16:37 Sergei Trofimovich
0 siblings, 0 replies; 40+ messages in thread
From: Sergei Trofimovich @ 2016-08-27 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 2d82e4e3b3ee6c1b0f150a21a6ed2bba7976e38f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 16:37:52 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 16:37:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d82e4e3
app-emulation/fuse: workaround underlinking against libm, bug #370265
Reported-by: Diego Elio Pettenò
Bug: https://bugs.gentoo.org/370265
Package-Manager: portage-2.3.0
app-emulation/fuse/fuse-1.0.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.0.0.ebuild b/app-emulation/fuse/fuse-1.0.0.ebuild
index 43aaa50..fb3210e 100644
--- a/app-emulation/fuse/fuse-1.0.0.ebuild
+++ b/app-emulation/fuse/fuse-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
-inherit eutils
+inherit eutils flag-o-matic
DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
HOMEPAGE="http://fuse-emulator.sourceforge.net"
@@ -75,6 +75,8 @@ src_configure() {
guiflag="--without-gtk"
fi
+ append-libs -lm #370265, fixed in 1.1.1
+
econf \
--without-win32 \
${guiflag} \
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2016-10-12 18:11 Pacho Ramos
0 siblings, 0 replies; 40+ messages in thread
From: Pacho Ramos @ 2016-10-12 18:11 UTC (permalink / raw
To: gentoo-commits
commit: c53b485f7da6d3b91e6fc69556d1bb62e676359a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 18:10:23 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 18:11:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53b485f
app-emulation/fuse: Specify proper slots
Package-Manager: portage-2.3.1
app-emulation/fuse/fuse-1.1.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.1.1.ebuild b/app-emulation/fuse/fuse-1.1.1.ebuild
index 5ed35a4..f900252 100644
--- a/app-emulation/fuse/fuse-1.1.1.ebuild
+++ b/app-emulation/fuse/fuse-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -46,8 +46,8 @@ RDEPEND="~app-emulation/libspectrum-1.1.1
!alsa? ( ao? ( media-libs/libao ) )
joystick? ( media-libs/libjsw ) ) ) ) ) )
dev-libs/glib:2
- png? ( media-libs/libpng sys-libs/zlib )
- xml? ( dev-libs/libxml2 )"
+ png? ( media-libs/libpng:0= sys-libs/zlib )
+ xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
fbcon? ( virtual/linux-sources )
dev-lang/perl
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-03-08 7:37 Göktürk Yüksek
0 siblings, 0 replies; 40+ messages in thread
From: Göktürk Yüksek @ 2017-03-08 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 7ca314e82f0eeadf016853e8d224000a3f1d16d9
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 8 07:34:14 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 07:36:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca314e8
app-emulation/fuse: remove inactive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
app-emulation/fuse/metadata.xml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index 418dc2953f6..5615225f706 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>jmfo1982@yahoo.es</email>
- <description>Proxied Maintainer. Please assign on bugs.</description>
- <name>José Manuel Ferrer Ortiz</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers Project</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">fuse-emulator</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-06-12 17:29 Andreas Hüttel
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Hüttel @ 2017-06-12 17:29 UTC (permalink / raw
To: gentoo-commits
commit: 0521ead2ddce13b5d68682a68035612217827570
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 17:27:42 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 17:28:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0521ead2
app-emulation/fuse: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-emulation/fuse/Manifest | 1 -
app-emulation/fuse/fuse-1.0.0.ebuild | 95 ------------------------------------
2 files changed, 96 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index f2d19c6d87c..90a7eb57392 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1 @@
-DIST fuse-1.0.0.tar.gz 1628751 SHA256 a00add3abc0148247f7990e6feebcc32d82ebe857897d9426e5230222425aeb9 SHA512 dfa3647d12f515f4fbea1481e074b947adc552f1fdec23c20b550bdce619e7efdd977cad7ecb75ab50eb2da785d95ef9d8908d44600412d12da4ca5751d0d7c3 WHIRLPOOL 4329df04555d031f41581d47d1284ebd73aaec19320df3dbd9a2aa594085a95734aaae9275487809800ae371e2ce6d4c14a6fdb628f959f2db791c19fdeeae9c
DIST fuse-1.1.1.tar.gz 1881332 SHA256 a857d4bd62e01d18429897467508af15624cbaf343caed8b9ba1ab3a8879444e SHA512 67d12c56057a13121d8a5c073002dd2168268894669bdb50f3aba977cb1f53afa48774bfcb438a627a5afdbd2288248d4449e57d744e17b9e3eba00970685a14 WHIRLPOOL b64dd50037a4cba617bd0e10794c01e1a63bc2e68cd990636c1daa88e9a515032216b34e72ca6876f432a72d214d1220b808d2aae2ba849ee66f3d3784f14b73
diff --git a/app-emulation/fuse/fuse-1.0.0.ebuild b/app-emulation/fuse/fuse-1.0.0.ebuild
deleted file mode 100644
index cd26c2c4e55..00000000000
--- a/app-emulation/fuse/fuse-1.0.0.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils flag-o-matic
-
-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"
-
-# This build is heavily use dependent. Fuse user interface use flags are, in
-# order of precedence: gtk, sdl, X, svga and fbcon. X version of fuse will
-# be built if no valid user interface flag is chosen.
-RDEPEND="~app-emulation/libspectrum-1.0.0
- gtk? ( x11-libs/gtk+:2
- alsa? ( media-libs/alsa-lib )
- !alsa? ( ao? ( media-libs/libao ) )
- joystick? ( media-libs/libjsw ) )
- !gtk? (
- sdl? ( >=media-libs/libsdl-1.2.4 )
- !sdl? (
- X? ( x11-libs/libX11
- x11-libs/libXext
- alsa? ( media-libs/alsa-lib )
- !alsa? ( ao? ( media-libs/libao ) )
- joystick? ( media-libs/libjsw ) )
- !X? (
- svga? ( media-libs/svgalib
- alsa? ( media-libs/alsa-lib )
- !alsa? ( ao? ( media-libs/libao ) ) )
- !svga? (
- fbcon? ( virtual/linux-sources
- gpm? ( sys-libs/gpm )
- alsa? ( media-libs/alsa-lib )
- !alsa? ( ao? ( media-libs/libao ) )
- joystick? ( media-libs/libjsw ) )
- !fbcon? ( x11-libs/libX11
- x11-libs/libXext
- alsa? ( media-libs/alsa-lib )
- !alsa? ( ao? ( media-libs/libao ) )
- joystick? ( media-libs/libjsw ) ) ) ) ) )
- dev-libs/glib:2
- png? ( media-libs/libpng sys-libs/zlib )
- xml? ( dev-libs/libxml2 )"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libpng15.patch
-}
-
-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"
- else # We default to X user interface
- guiflag="--without-gtk"
- fi
-
- append-libs -lm #370265, fixed in 1.1.1
-
- 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)
-}
-
-src_install() {
- default
- doman man/fuse.1
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-08-01 10:54 Marek Szuba
0 siblings, 0 replies; 40+ messages in thread
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 [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-08-01 10:54 Marek Szuba
0 siblings, 0 replies; 40+ messages in thread
From: Marek Szuba @ 2017-08-01 10:54 UTC (permalink / raw
To: gentoo-commits
commit: 9733323a641d54bdd24b3a4bc6af2ef345120212
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 10:25:09 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=9733323a
app-emulation/fuse: new maintainer
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-emulation/fuse/metadata.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index 5615225f706..3687ac68007 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>0xe2.0x9a.0x9b@gmail.com</email>
+ <name>Jan Ziak</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">fuse-emulator</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-08-06 11:15 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2017-08-06 11:15 UTC (permalink / raw
To: gentoo-commits
commit: 07b4cdad03bb2aec184892c7691389f7169bb49d
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Thu Aug 3 16:34:09 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 11:15:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b4cdad
app-emulation/fuse: bump to version 1.3.8
app-emulation/fuse/Manifest | 1 +
app-emulation/fuse/fuse-1.3.8.ebuild | 64 ++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index b6a7d1e5d2e..330540545b3 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1 +1,2 @@
DIST fuse-1.3.7.tar.gz 1644585 SHA256 ba57f4b4c1a7ed398b8d85b7da14b85bd346023bed17d8d7b6ed3e0452e7b4b0 SHA512 68a251de93a71a6ca8c107a9bd4258e6b4f5643af5dd76c0855ebfcfcaba768b932e6d0d0ab7b521ecaef50d975b86b4bfb7094e9a72ec6bf7d94911823d0886 WHIRLPOOL aab8ffdfd40ebbac9f88736dff98891f0eb51e43548ceb0c4d1ccba241009304c431651ed0c034797290eb79e6ffdd97f45591dd6efb426a60f0e511f642cf0f
+DIST fuse-1.3.8.tar.gz 1645303 SHA256 299b7efe342c6268a05e805c20427083bcec127ad36b1ebfd4ae7294978a7de1 SHA512 e048d984bfc405e8e9801812fcf4b0b62c8bdb67eb573a815157a1f76e4c752303c919dc62b351db25c156b944c4b1b6d28595f8ce86390221039852baf13aa6 WHIRLPOOL a1dec25d878e49c11a4d69b59cce594a4a0ee075ad7b758eaa9afda9dfc6cbb2f6fded96938c4ca8473416f7f741cf3d4314fcf015aaacdb87b69387378a1ed0
diff --git a/app-emulation/fuse/fuse-1.3.8.ebuild b/app-emulation/fuse/fuse-1.3.8.ebuild
new file mode 100644
index 00000000000..9c2d6dfb79a
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.3.8.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 [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-08-06 11:15 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2017-08-06 11:15 UTC (permalink / raw
To: gentoo-commits
commit: 4e64d490b46b8461d6e16618de627b8984074484
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Fri Aug 4 12:55:59 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 11:15:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e64d490
app-emulation/fuse: sort RDEPEND and econf alphabetically
Closes: https://github.com/gentoo/gentoo/pull/5276
app-emulation/fuse/fuse-1.3.8.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.3.8.ebuild b/app-emulation/fuse/fuse-1.3.8.ebuild
index 9c2d6dfb79a..eca1e2d6ddb 100644
--- a/app-emulation/fuse/fuse-1.3.8.ebuild
+++ b/app-emulation/fuse/fuse-1.3.8.ebuild
@@ -17,16 +17,16 @@ 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 )
+ png? ( media-libs/libpng:0= sys-libs/zlib )
sdl? ( media-libs/libsdl )
svga? ( media-libs/svgalib )
- png? ( media-libs/libpng:0= sys-libs/zlib )
+ X? ( x11-libs/libX11
+ x11-libs/libXext )
xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
fbcon? ( virtual/linux-sources )
@@ -53,12 +53,12 @@ src_configure() {
econf \
--without-win32 \
${guiflag} \
- $(use_with gpm) \
$(use_with alsa) \
$(use_with ao libao) \
+ $(use_with gpm) \
$(use_with joystick) \
$(use_enable joystick ui-joystick) \
- $(use_with xml libxml2) \
- $(use_with png ) \
- $(use_enable memlimit smallmem)
+ $(use_enable memlimit smallmem) \
+ $(use_with png) \
+ $(use_with xml libxml2)
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-08-10 11:01 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2017-08-10 11:01 UTC (permalink / raw
To: gentoo-commits
commit: cbc166bbfc2edabf2e604535b3852e2370ae523b
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Mon Aug 7 10:06:04 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 10:58:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc166bb
app-emulation/fuse: fix libspectrum version dependency
app-emulation/fuse/fuse-1.3.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/fuse/fuse-1.3.8.ebuild b/app-emulation/fuse/fuse-1.3.8.ebuild
index eca1e2d6ddb..bc9666f22b2 100644
--- a/app-emulation/fuse/fuse-1.3.8.ebuild
+++ b/app-emulation/fuse/fuse-1.3.8.ebuild
@@ -15,7 +15,7 @@ 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
+RDEPEND=">=app-emulation/libspectrum-1.3.6
dev-libs/glib:2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-09-14 22:21 Patrice Clement
0 siblings, 0 replies; 40+ messages in thread
From: Patrice Clement @ 2017-09-14 22:21 UTC (permalink / raw
To: gentoo-commits
commit: ab19d9d70ab99e8bf4a5a0f4016bcc39cdc4ecce
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Wed Sep 6 09:32:58 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 22:21:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab19d9d7
app-emulation/fuse: verson bump to version 1.4.0.
Closes: https://github.com/gentoo/gentoo/pull/5633
app-emulation/fuse/Manifest | 2 +-
.../fuse/{fuse-1.3.7.ebuild => fuse-1.4.0.ebuild} | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 330540545b3..7b2b6c935c7 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,2 @@
-DIST fuse-1.3.7.tar.gz 1644585 SHA256 ba57f4b4c1a7ed398b8d85b7da14b85bd346023bed17d8d7b6ed3e0452e7b4b0 SHA512 68a251de93a71a6ca8c107a9bd4258e6b4f5643af5dd76c0855ebfcfcaba768b932e6d0d0ab7b521ecaef50d975b86b4bfb7094e9a72ec6bf7d94911823d0886 WHIRLPOOL aab8ffdfd40ebbac9f88736dff98891f0eb51e43548ceb0c4d1ccba241009304c431651ed0c034797290eb79e6ffdd97f45591dd6efb426a60f0e511f642cf0f
DIST fuse-1.3.8.tar.gz 1645303 SHA256 299b7efe342c6268a05e805c20427083bcec127ad36b1ebfd4ae7294978a7de1 SHA512 e048d984bfc405e8e9801812fcf4b0b62c8bdb67eb573a815157a1f76e4c752303c919dc62b351db25c156b944c4b1b6d28595f8ce86390221039852baf13aa6 WHIRLPOOL a1dec25d878e49c11a4d69b59cce594a4a0ee075ad7b758eaa9afda9dfc6cbb2f6fded96938c4ca8473416f7f741cf3d4314fcf015aaacdb87b69387378a1ed0
+DIST fuse-1.4.0.tar.gz 1652821 SHA256 75ac811534c7e352f238b1959a7f6478661bc4103f96dd1166ec395ad7523d97 SHA512 e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001 WHIRLPOOL 64f043b26ff5e6dcc0c1f33c106328c61ac86c16844f9d56951737c96e1fdb20ed196edb2940a220089ed05e8ba524621b65f2984a9aa04d88ae67dd7123dcef
diff --git a/app-emulation/fuse/fuse-1.3.7.ebuild b/app-emulation/fuse/fuse-1.4.0.ebuild
similarity index 91%
rename from app-emulation/fuse/fuse-1.3.7.ebuild
rename to app-emulation/fuse/fuse-1.4.0.ebuild
index 9c2d6dfb79a..818bbdff2be 100644
--- a/app-emulation/fuse/fuse-1.3.7.ebuild
+++ b/app-emulation/fuse/fuse-1.4.0.ebuild
@@ -15,18 +15,18 @@ 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
+RDEPEND=">=app-emulation/libspectrum-1.4.0
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 )
+ png? ( media-libs/libpng:0= sys-libs/zlib )
sdl? ( media-libs/libsdl )
svga? ( media-libs/svgalib )
- png? ( media-libs/libpng:0= sys-libs/zlib )
+ X? ( x11-libs/libX11
+ x11-libs/libXext )
xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
fbcon? ( virtual/linux-sources )
@@ -53,12 +53,12 @@ src_configure() {
econf \
--without-win32 \
${guiflag} \
- $(use_with gpm) \
$(use_with alsa) \
$(use_with ao libao) \
+ $(use_with gpm) \
$(use_with joystick) \
$(use_enable joystick ui-joystick) \
- $(use_with xml libxml2) \
- $(use_with png ) \
- $(use_enable memlimit smallmem)
+ $(use_enable memlimit smallmem) \
+ $(use_with png) \
+ $(use_with xml libxml2)
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-12-10 9:27 Ulrich Müller
0 siblings, 0 replies; 40+ messages in thread
From: Ulrich Müller @ 2017-12-10 9:27 UTC (permalink / raw
To: gentoo-commits
commit: 7b51180b7c1c1796424877e6331bd30374d5dbe1
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 08:36:41 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 09:26:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b51180b
app-emulation/fuse: Update Manifest hashes.
app-emulation/fuse/Manifest | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 7b2b6c935c7..1d090eb6be8 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,2 @@
-DIST fuse-1.3.8.tar.gz 1645303 SHA256 299b7efe342c6268a05e805c20427083bcec127ad36b1ebfd4ae7294978a7de1 SHA512 e048d984bfc405e8e9801812fcf4b0b62c8bdb67eb573a815157a1f76e4c752303c919dc62b351db25c156b944c4b1b6d28595f8ce86390221039852baf13aa6 WHIRLPOOL a1dec25d878e49c11a4d69b59cce594a4a0ee075ad7b758eaa9afda9dfc6cbb2f6fded96938c4ca8473416f7f741cf3d4314fcf015aaacdb87b69387378a1ed0
-DIST fuse-1.4.0.tar.gz 1652821 SHA256 75ac811534c7e352f238b1959a7f6478661bc4103f96dd1166ec395ad7523d97 SHA512 e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001 WHIRLPOOL 64f043b26ff5e6dcc0c1f33c106328c61ac86c16844f9d56951737c96e1fdb20ed196edb2940a220089ed05e8ba524621b65f2984a9aa04d88ae67dd7123dcef
+DIST fuse-1.3.8.tar.gz 1645303 BLAKE2B d7fa11dbc633e37ba05d129ae4d685c8de7fbb224261b9bfb89d6dd08ddf10620d560d0a29b7dae097198f5727259a1d6745c38fea8fbc3452840ed141e203a8 SHA512 e048d984bfc405e8e9801812fcf4b0b62c8bdb67eb573a815157a1f76e4c752303c919dc62b351db25c156b944c4b1b6d28595f8ce86390221039852baf13aa6
+DIST fuse-1.4.0.tar.gz 1652821 BLAKE2B b7d8c5cd8c5fb13e077029eeee6283c9d2a114057c83e29bacc1d99933b338011ce255b5df34b6039bcf03410af46bf586cb6d6ec038d53b8e83bad2308d2ed1 SHA512 e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2017-12-15 8:23 Patrice Clement
0 siblings, 0 replies; 40+ messages in thread
From: Patrice Clement @ 2017-12-15 8:23 UTC (permalink / raw
To: gentoo-commits
commit: b8dc2ea3a1baf6e89ea092873bcbf07fc91840bc
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 13:17:07 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 08:23:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8dc2ea3
app-emulation/fuse: version bump to version 1.5.0.
app-emulation/fuse/Manifest | 2 +-
app-emulation/fuse/{fuse-1.3.8.ebuild => fuse-1.5.0.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 1d090eb6be8..da21f77b84f 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,2 @@
-DIST fuse-1.3.8.tar.gz 1645303 BLAKE2B d7fa11dbc633e37ba05d129ae4d685c8de7fbb224261b9bfb89d6dd08ddf10620d560d0a29b7dae097198f5727259a1d6745c38fea8fbc3452840ed141e203a8 SHA512 e048d984bfc405e8e9801812fcf4b0b62c8bdb67eb573a815157a1f76e4c752303c919dc62b351db25c156b944c4b1b6d28595f8ce86390221039852baf13aa6
DIST fuse-1.4.0.tar.gz 1652821 BLAKE2B b7d8c5cd8c5fb13e077029eeee6283c9d2a114057c83e29bacc1d99933b338011ce255b5df34b6039bcf03410af46bf586cb6d6ec038d53b8e83bad2308d2ed1 SHA512 e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001
+DIST fuse-1.5.0.tar.gz 1619748 BLAKE2B 6ffbea1c7a6572f2cdd3d293a438f6e37da2eadf299396358bed2e65db3aa9720333b62b28b4f0064ec5434c99a6a0b790737230f8ec0c01f96e50f594305bd1 SHA512 c13fdef6b23377e7d2b53e7f5b2db01447d12eafc0b9114fd8b83cd5058964a655a720810ab7dc6a6e1a1d9a33ffc787b5e46bf54df1259f4ba0ff78c3189421
diff --git a/app-emulation/fuse/fuse-1.3.8.ebuild b/app-emulation/fuse/fuse-1.5.0.ebuild
similarity index 97%
rename from app-emulation/fuse/fuse-1.3.8.ebuild
rename to app-emulation/fuse/fuse-1.5.0.ebuild
index bc9666f22b2..36d3680379f 100644
--- a/app-emulation/fuse/fuse-1.3.8.ebuild
+++ b/app-emulation/fuse/fuse-1.5.0.ebuild
@@ -15,7 +15,7 @@ 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.6
+RDEPEND=">=app-emulation/libspectrum-1.4.1
dev-libs/glib:2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-03-05 16:27 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-03-05 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 681b97be92fb9a9510cb05cd20cff0980301ee17
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Sun Mar 4 09:29:18 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 16:27:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681b97be
app-emulation/fuse: remove old version 1.4.0
Closes: https://github.com/gentoo/gentoo/pull/7357
app-emulation/fuse/Manifest | 1 -
app-emulation/fuse/fuse-1.4.0.ebuild | 64 ------------------------------------
2 files changed, 65 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 8df76452aa8..8903efc7746 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-1.4.0.tar.gz 1652821 BLAKE2B b7d8c5cd8c5fb13e077029eeee6283c9d2a114057c83e29bacc1d99933b338011ce255b5df34b6039bcf03410af46bf586cb6d6ec038d53b8e83bad2308d2ed1 SHA512 e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001
DIST fuse-1.5.0.tar.gz 1619748 BLAKE2B 6ffbea1c7a6572f2cdd3d293a438f6e37da2eadf299396358bed2e65db3aa9720333b62b28b4f0064ec5434c99a6a0b790737230f8ec0c01f96e50f594305bd1 SHA512 c13fdef6b23377e7d2b53e7f5b2db01447d12eafc0b9114fd8b83cd5058964a655a720810ab7dc6a6e1a1d9a33ffc787b5e46bf54df1259f4ba0ff78c3189421
DIST fuse-1.5.1.tar.gz 1623081 BLAKE2B 4b6cf747d15bc2d33a0baba88254a08187e8a615564236835da19d32f9afb312d5a5c90ac07a88d904019626b153546ecd8cd09b88fa16731af94ea54cd0e346 SHA512 d5f5b8a0e61f298a955450de208b29f8ab4fc0133c5c58e596f36f3834c088c946e19d7437dd1a6e73a89d32dcaf6ca9ce0fed8ec310c37aa6a6568be482abe4
diff --git a/app-emulation/fuse/fuse-1.4.0.ebuild b/app-emulation/fuse/fuse-1.4.0.ebuild
deleted file mode 100644
index 818bbdff2be..00000000000
--- a/app-emulation/fuse/fuse-1.4.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.4.0
- dev-libs/glib:2
- alsa? ( media-libs/alsa-lib )
- ao? ( media-libs/libao )
- gpm? ( sys-libs/gpm )
- gtk? ( x11-libs/gtk+:3 )
- joystick? ( media-libs/libjsw )
- png? ( media-libs/libpng:0= sys-libs/zlib )
- sdl? ( media-libs/libsdl )
- svga? ( media-libs/svgalib )
- X? ( x11-libs/libX11
- x11-libs/libXext )
- 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 alsa) \
- $(use_with ao libao) \
- $(use_with gpm) \
- $(use_with joystick) \
- $(use_enable joystick ui-joystick) \
- $(use_enable memlimit smallmem) \
- $(use_with png) \
- $(use_with xml libxml2)
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-03-05 16:27 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-03-05 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 618c318bc3ca0204b1d2e7a27827cbe93cdd741a
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Sun Mar 4 09:28:30 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 16:27:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618c318b
app-emulation/fuse: bump to version 1.5.1
app-emulation/fuse/Manifest | 1 +
app-emulation/fuse/fuse-1.5.1.ebuild | 64 ++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index da21f77b84f..8df76452aa8 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,3 @@
DIST fuse-1.4.0.tar.gz 1652821 BLAKE2B b7d8c5cd8c5fb13e077029eeee6283c9d2a114057c83e29bacc1d99933b338011ce255b5df34b6039bcf03410af46bf586cb6d6ec038d53b8e83bad2308d2ed1 SHA512 e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001
DIST fuse-1.5.0.tar.gz 1619748 BLAKE2B 6ffbea1c7a6572f2cdd3d293a438f6e37da2eadf299396358bed2e65db3aa9720333b62b28b4f0064ec5434c99a6a0b790737230f8ec0c01f96e50f594305bd1 SHA512 c13fdef6b23377e7d2b53e7f5b2db01447d12eafc0b9114fd8b83cd5058964a655a720810ab7dc6a6e1a1d9a33ffc787b5e46bf54df1259f4ba0ff78c3189421
+DIST fuse-1.5.1.tar.gz 1623081 BLAKE2B 4b6cf747d15bc2d33a0baba88254a08187e8a615564236835da19d32f9afb312d5a5c90ac07a88d904019626b153546ecd8cd09b88fa16731af94ea54cd0e346 SHA512 d5f5b8a0e61f298a955450de208b29f8ab4fc0133c5c58e596f36f3834c088c946e19d7437dd1a6e73a89d32dcaf6ca9ce0fed8ec310c37aa6a6568be482abe4
diff --git a/app-emulation/fuse/fuse-1.5.1.ebuild b/app-emulation/fuse/fuse-1.5.1.ebuild
new file mode 100644
index 00000000000..4b8b2fa01d8
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.5.1.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.4.1
+ dev-libs/glib:2
+ alsa? ( media-libs/alsa-lib )
+ ao? ( media-libs/libao )
+ gpm? ( sys-libs/gpm )
+ gtk? ( x11-libs/gtk+:3 )
+ joystick? ( media-libs/libjsw )
+ png? ( media-libs/libpng:0= sys-libs/zlib )
+ sdl? ( media-libs/libsdl )
+ svga? ( media-libs/svgalib )
+ X? ( x11-libs/libX11
+ x11-libs/libXext )
+ xml? ( dev-libs/libxml2:2 )"
+DEPEND="${RDEPEND}
+ fbcon? ( virtual/linux-sources )
+ dev-lang/perl
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+src_configure() {
+ local myconf=(
+ --without-win32
+ $(use_with alsa)
+ $(use_with ao libao)
+ $(use_with gpm)
+ $(use_with joystick)
+ $(use_enable joystick ui-joystick)
+ $(use_enable memlimit smallmem)
+ $(use_with png)
+ $(use_with xml libxml2)
+ )
+
+ if use gtk; then
+ :
+ elif use sdl; then
+ myconf+=("--with-sdl")
+ elif use X; then
+ myconf+=("--without-gtk")
+ elif use svga; then
+ myconf+=("--with-svgalib")
+ elif use fbcon; then
+ myconf+=("--with-fb")
+ fi
+
+ econf "${myconf[@]}"
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-03-14 17:27 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-03-14 17:27 UTC (permalink / raw
To: gentoo-commits
commit: cbd244ceaa2dac69a38c50b70e18456455efc384
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Wed Mar 14 15:39:10 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 17:26:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd244ce
app-emulation/fuse: make USE flags satisfiable
Makes default backend USE flags non-contradictory.
Closes: https://bugs.gentoo.org/649180
Closes: https://github.com/gentoo/gentoo/pull/7372
app-emulation/fuse/fuse-1.5.1.ebuild | 25 ++++++++++++-------------
app-emulation/fuse/metadata.xml | 7 +++++++
2 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.5.1.ebuild b/app-emulation/fuse/fuse-1.5.1.ebuild
index 4b8b2fa01d8..ab203809cef 100644
--- a/app-emulation/fuse/fuse-1.5.1.ebuild
+++ b/app-emulation/fuse/fuse-1.5.1.ebuild
@@ -10,26 +10,25 @@ 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"
+IUSE="alsa ao backend-fbcon +backend-gtk backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
# Only one UI back-end can be enabled at a time
-REQUIRED_USE="^^ ( X fbcon gtk sdl svga )"
+REQUIRED_USE="^^ ( backend-fbcon backend-gtk backend-sdl backend-svga backend-X )"
RDEPEND=">=app-emulation/libspectrum-1.4.1
dev-libs/glib:2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
gpm? ( sys-libs/gpm )
- gtk? ( x11-libs/gtk+:3 )
joystick? ( media-libs/libjsw )
png? ( media-libs/libpng:0= sys-libs/zlib )
- sdl? ( media-libs/libsdl )
- svga? ( media-libs/svgalib )
- X? ( x11-libs/libX11
- x11-libs/libXext )
+ backend-gtk? ( x11-libs/gtk+:3 )
+ backend-sdl? ( media-libs/libsdl )
+ backend-svga? ( media-libs/svgalib )
+ backend-X? ( x11-libs/libX11 x11-libs/libXext )
xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
- fbcon? ( virtual/linux-sources )
+ backend-fbcon? ( virtual/linux-sources )
dev-lang/perl
virtual/pkgconfig"
@@ -48,15 +47,15 @@ src_configure() {
$(use_with xml libxml2)
)
- if use gtk; then
+ if use backend-gtk; then
:
- elif use sdl; then
+ elif use backend-sdl; then
myconf+=("--with-sdl")
- elif use X; then
+ elif use backend-X; then
myconf+=("--without-gtk")
- elif use svga; then
+ elif use backend-svga; then
myconf+=("--with-svgalib")
- elif use fbcon; then
+ elif use backend-fbcon; then
myconf+=("--with-fb")
fi
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index 3687ac68007..bb6d65be18a 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -12,4 +12,11 @@
<upstream>
<remote-id type="sourceforge">fuse-emulator</remote-id>
</upstream>
+ <use>
+ <flag name="backend-fbcon">Use framebuffer rendering backend</flag>
+ <flag name="backend-gtk">Use GTK+ rendering backend</flag>
+ <flag name="backend-sdl">Use SDL rendering backend</flag>
+ <flag name="backend-svga">Use svgalib rendering backend</flag>
+ <flag name="backend-X">Use X11 rendering backend</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-04-05 14:12 Andreas Sturmlechner
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Sturmlechner @ 2018-04-05 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 14ed663ef67b54f8cc43e0639ae639a761c2d0bd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 13:49:32 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 14:12:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ed663e
app-emulation/fuse: Fix RDEPEND sorting
Package-Manager: Portage-2.3.28, Repoman-2.3.9
app-emulation/fuse/fuse-1.5.2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.5.2.ebuild b/app-emulation/fuse/fuse-1.5.2.ebuild
index 9670e420ea3..de133ea6992 100644
--- a/app-emulation/fuse/fuse-1.5.2.ebuild
+++ b/app-emulation/fuse/fuse-1.5.2.ebuild
@@ -15,14 +15,15 @@ IUSE="alsa ao backend-fbcon backend-sdl backend-svga backend-X gpm joystick meml
# Only one UI back-end can be enabled at a time
REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
-RDEPEND=">=app-emulation/libspectrum-1.4.1
+RDEPEND="
+ >=app-emulation/libspectrum-1.4.1
+ dev-libs/glib:2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
backend-sdl? ( media-libs/libsdl )
backend-svga? ( media-libs/svgalib )
backend-X? ( x11-libs/libX11 x11-libs/libXext )
!backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
- dev-libs/glib:2
gpm? ( sys-libs/gpm )
joystick? ( media-libs/libjsw )
png? ( media-libs/libpng:0= sys-libs/zlib )
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-04-05 14:12 Andreas Sturmlechner
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Sturmlechner @ 2018-04-05 14:12 UTC (permalink / raw
To: gentoo-commits
commit: df1dc8da869a2b13f94abe8ab2e401f22e4659f3
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Thu Apr 5 13:37:11 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 14:12:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1dc8da
app-emulation/fuse: bump to version 1.5.2
Closes: https://github.com/gentoo/gentoo/pull/7770
app-emulation/fuse/Manifest | 1 +
app-emulation/fuse/fuse-1.5.2.ebuild | 63 ++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 8903efc7746..283fb858ce8 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,3 @@
DIST fuse-1.5.0.tar.gz 1619748 BLAKE2B 6ffbea1c7a6572f2cdd3d293a438f6e37da2eadf299396358bed2e65db3aa9720333b62b28b4f0064ec5434c99a6a0b790737230f8ec0c01f96e50f594305bd1 SHA512 c13fdef6b23377e7d2b53e7f5b2db01447d12eafc0b9114fd8b83cd5058964a655a720810ab7dc6a6e1a1d9a33ffc787b5e46bf54df1259f4ba0ff78c3189421
DIST fuse-1.5.1.tar.gz 1623081 BLAKE2B 4b6cf747d15bc2d33a0baba88254a08187e8a615564236835da19d32f9afb312d5a5c90ac07a88d904019626b153546ecd8cd09b88fa16731af94ea54cd0e346 SHA512 d5f5b8a0e61f298a955450de208b29f8ab4fc0133c5c58e596f36f3834c088c946e19d7437dd1a6e73a89d32dcaf6ca9ce0fed8ec310c37aa6a6568be482abe4
+DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b SHA512 45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268
diff --git a/app-emulation/fuse/fuse-1.5.2.ebuild b/app-emulation/fuse/fuse-1.5.2.ebuild
new file mode 100644
index 00000000000..9670e420ea3
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.5.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
+
+# Only one UI back-end can be enabled at a time
+REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
+
+RDEPEND=">=app-emulation/libspectrum-1.4.1
+ alsa? ( media-libs/alsa-lib )
+ ao? ( media-libs/libao )
+ backend-sdl? ( media-libs/libsdl )
+ backend-svga? ( media-libs/svgalib )
+ backend-X? ( x11-libs/libX11 x11-libs/libXext )
+ !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
+ dev-libs/glib:2
+ gpm? ( sys-libs/gpm )
+ joystick? ( media-libs/libjsw )
+ png? ( media-libs/libpng:0= sys-libs/zlib )
+ xml? ( dev-libs/libxml2:2 )"
+DEPEND="${RDEPEND}
+ backend-fbcon? ( virtual/linux-sources )
+ dev-lang/perl
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+src_configure() {
+ local myconf=(
+ --without-win32
+ $(use_with alsa)
+ $(use_with ao libao)
+ $(use_with gpm)
+ $(use_with joystick)
+ $(use_enable joystick ui-joystick)
+ $(use_enable memlimit smallmem)
+ $(use_with png)
+ $(use_with xml libxml2)
+ )
+
+ if use backend-sdl; then
+ myconf+=("--with-sdl")
+ elif use backend-X; then
+ myconf+=("--without-gtk")
+ elif use backend-svga; then
+ myconf+=("--with-svgalib")
+ elif use backend-fbcon; then
+ myconf+=("--with-fb")
+ else
+ myconf+=("--with-gtk")
+ fi
+
+ econf "${myconf[@]}"
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-04-05 14:12 Andreas Sturmlechner
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Sturmlechner @ 2018-04-05 14:12 UTC (permalink / raw
To: gentoo-commits
commit: e76a8aa2d6f8419ac079808b43e866779c7b3b97
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Thu Apr 5 13:39:47 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 14:12:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76a8aa2
app-emulation/fuse: remove old version 1.5.0
app-emulation/fuse/Manifest | 1 -
app-emulation/fuse/fuse-1.5.0.ebuild | 64 ------------------------------------
2 files changed, 65 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 283fb858ce8..9abfc1e7752 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-1.5.0.tar.gz 1619748 BLAKE2B 6ffbea1c7a6572f2cdd3d293a438f6e37da2eadf299396358bed2e65db3aa9720333b62b28b4f0064ec5434c99a6a0b790737230f8ec0c01f96e50f594305bd1 SHA512 c13fdef6b23377e7d2b53e7f5b2db01447d12eafc0b9114fd8b83cd5058964a655a720810ab7dc6a6e1a1d9a33ffc787b5e46bf54df1259f4ba0ff78c3189421
DIST fuse-1.5.1.tar.gz 1623081 BLAKE2B 4b6cf747d15bc2d33a0baba88254a08187e8a615564236835da19d32f9afb312d5a5c90ac07a88d904019626b153546ecd8cd09b88fa16731af94ea54cd0e346 SHA512 d5f5b8a0e61f298a955450de208b29f8ab4fc0133c5c58e596f36f3834c088c946e19d7437dd1a6e73a89d32dcaf6ca9ce0fed8ec310c37aa6a6568be482abe4
DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b SHA512 45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268
diff --git a/app-emulation/fuse/fuse-1.5.0.ebuild b/app-emulation/fuse/fuse-1.5.0.ebuild
deleted file mode 100644
index 36d3680379f..00000000000
--- a/app-emulation/fuse/fuse-1.5.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.4.1
- dev-libs/glib:2
- alsa? ( media-libs/alsa-lib )
- ao? ( media-libs/libao )
- gpm? ( sys-libs/gpm )
- gtk? ( x11-libs/gtk+:3 )
- joystick? ( media-libs/libjsw )
- png? ( media-libs/libpng:0= sys-libs/zlib )
- sdl? ( media-libs/libsdl )
- svga? ( media-libs/svgalib )
- X? ( x11-libs/libX11
- x11-libs/libXext )
- 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 alsa) \
- $(use_with ao libao) \
- $(use_with gpm) \
- $(use_with joystick) \
- $(use_enable joystick ui-joystick) \
- $(use_enable memlimit smallmem) \
- $(use_with png) \
- $(use_with xml libxml2)
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-05-12 15:55 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-05-12 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 7560e37a246dc3ca5589dff29d144962067c9c72
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Sat May 12 13:14:26 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 12 15:55:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7560e37a
app-emulation/fuse: bump to version 1.5.3
app-emulation/fuse/Manifest | 1 +
app-emulation/fuse/fuse-1.5.3.ebuild | 64 ++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 9abfc1e7752..a2acc3e6f19 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,3 @@
DIST fuse-1.5.1.tar.gz 1623081 BLAKE2B 4b6cf747d15bc2d33a0baba88254a08187e8a615564236835da19d32f9afb312d5a5c90ac07a88d904019626b153546ecd8cd09b88fa16731af94ea54cd0e346 SHA512 d5f5b8a0e61f298a955450de208b29f8ab4fc0133c5c58e596f36f3834c088c946e19d7437dd1a6e73a89d32dcaf6ca9ce0fed8ec310c37aa6a6568be482abe4
DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b SHA512 45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268
+DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c SHA512 6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0
diff --git a/app-emulation/fuse/fuse-1.5.3.ebuild b/app-emulation/fuse/fuse-1.5.3.ebuild
new file mode 100644
index 00000000000..3bccba054d3
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.5.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
+
+# Only one UI back-end can be enabled at a time
+REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
+
+RDEPEND="
+ >=app-emulation/libspectrum-1.4.2
+ dev-libs/glib:2
+ alsa? ( media-libs/alsa-lib )
+ ao? ( media-libs/libao )
+ backend-sdl? ( media-libs/libsdl )
+ backend-svga? ( media-libs/svgalib )
+ backend-X? ( x11-libs/libX11 x11-libs/libXext )
+ !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
+ gpm? ( sys-libs/gpm )
+ joystick? ( media-libs/libjsw )
+ png? ( media-libs/libpng:0= sys-libs/zlib )
+ xml? ( dev-libs/libxml2:2 )"
+DEPEND="${RDEPEND}
+ backend-fbcon? ( virtual/linux-sources )
+ dev-lang/perl
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+src_configure() {
+ local myconf=(
+ --without-win32
+ $(use_with alsa)
+ $(use_with ao libao)
+ $(use_with gpm)
+ $(use_with joystick)
+ $(use_enable joystick ui-joystick)
+ $(use_enable memlimit smallmem)
+ $(use_with png)
+ $(use_with xml libxml2)
+ )
+
+ if use backend-sdl; then
+ myconf+=("--with-sdl")
+ elif use backend-X; then
+ myconf+=("--without-gtk")
+ elif use backend-svga; then
+ myconf+=("--with-svgalib")
+ elif use backend-fbcon; then
+ myconf+=("--with-fb")
+ else
+ myconf+=("--with-gtk")
+ fi
+
+ econf "${myconf[@]}"
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-05-12 15:55 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-05-12 15:55 UTC (permalink / raw
To: gentoo-commits
commit: a6527dd40a1d8e23fe03b3844e207e774d6b27d7
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Sat May 12 13:18:51 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 12 15:55:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6527dd4
app-emulation/fuse: remove old version 1.5.1
app-emulation/fuse/Manifest | 1 -
app-emulation/fuse/fuse-1.5.1.ebuild | 63 ------------------------------------
app-emulation/fuse/metadata.xml | 1 -
3 files changed, 65 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index a2acc3e6f19..bd39e75d6de 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-1.5.1.tar.gz 1623081 BLAKE2B 4b6cf747d15bc2d33a0baba88254a08187e8a615564236835da19d32f9afb312d5a5c90ac07a88d904019626b153546ecd8cd09b88fa16731af94ea54cd0e346 SHA512 d5f5b8a0e61f298a955450de208b29f8ab4fc0133c5c58e596f36f3834c088c946e19d7437dd1a6e73a89d32dcaf6ca9ce0fed8ec310c37aa6a6568be482abe4
DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b SHA512 45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268
DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c SHA512 6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0
diff --git a/app-emulation/fuse/fuse-1.5.1.ebuild b/app-emulation/fuse/fuse-1.5.1.ebuild
deleted file mode 100644
index ab203809cef..00000000000
--- a/app-emulation/fuse/fuse-1.5.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# 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 backend-fbcon +backend-gtk backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
-
-# Only one UI back-end can be enabled at a time
-REQUIRED_USE="^^ ( backend-fbcon backend-gtk backend-sdl backend-svga backend-X )"
-
-RDEPEND=">=app-emulation/libspectrum-1.4.1
- dev-libs/glib:2
- alsa? ( media-libs/alsa-lib )
- ao? ( media-libs/libao )
- gpm? ( sys-libs/gpm )
- joystick? ( media-libs/libjsw )
- png? ( media-libs/libpng:0= sys-libs/zlib )
- backend-gtk? ( x11-libs/gtk+:3 )
- backend-sdl? ( media-libs/libsdl )
- backend-svga? ( media-libs/svgalib )
- backend-X? ( x11-libs/libX11 x11-libs/libXext )
- xml? ( dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
- backend-fbcon? ( virtual/linux-sources )
- dev-lang/perl
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS )
-
-src_configure() {
- local myconf=(
- --without-win32
- $(use_with alsa)
- $(use_with ao libao)
- $(use_with gpm)
- $(use_with joystick)
- $(use_enable joystick ui-joystick)
- $(use_enable memlimit smallmem)
- $(use_with png)
- $(use_with xml libxml2)
- )
-
- if use backend-gtk; then
- :
- elif use backend-sdl; then
- myconf+=("--with-sdl")
- elif use backend-X; then
- myconf+=("--without-gtk")
- elif use backend-svga; then
- myconf+=("--with-svgalib")
- elif use backend-fbcon; then
- myconf+=("--with-fb")
- fi
-
- econf "${myconf[@]}"
-}
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index bb6d65be18a..27879e60185 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -14,7 +14,6 @@
</upstream>
<use>
<flag name="backend-fbcon">Use framebuffer rendering backend</flag>
- <flag name="backend-gtk">Use GTK+ rendering backend</flag>
<flag name="backend-sdl">Use SDL rendering backend</flag>
<flag name="backend-svga">Use svgalib rendering backend</flag>
<flag name="backend-X">Use X11 rendering backend</flag>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-05-12 15:55 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-05-12 15:55 UTC (permalink / raw
To: gentoo-commits
commit: c78ccc382ed2c7902371f44c5f0cfe179b74676a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 15:52:52 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 12 15:55:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78ccc38
app-emulation/fuse: Fix src_test to use 'test' target
The upstream Makefile is apparently using a custom 'test' target
to run tests, while the 'check' target is a no-op. Update the ebuild
accordingly.
app-emulation/fuse/fuse-1.5.3.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-emulation/fuse/fuse-1.5.3.ebuild b/app-emulation/fuse/fuse-1.5.3.ebuild
index 3bccba054d3..913346a242f 100644
--- a/app-emulation/fuse/fuse-1.5.3.ebuild
+++ b/app-emulation/fuse/fuse-1.5.3.ebuild
@@ -62,3 +62,7 @@ src_configure() {
econf "${myconf[@]}"
}
+
+src_test() {
+ emake test
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-07-07 12:39 Andreas Sturmlechner
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Sturmlechner @ 2018-07-07 12:39 UTC (permalink / raw
To: gentoo-commits
commit: d8813c4aafc527baf4ecc5539be76d47164185f7
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Fri Jul 6 11:54:34 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 12:39:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8813c4a
app-emulation/fuse: bump to version 1.5.5
app-emulation/fuse/Manifest | 1 +
app-emulation/fuse/fuse-1.5.5.ebuild | 68 ++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index bd39e75d6de..701b3faced7 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,3 @@
DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b SHA512 45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268
DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c SHA512 6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0
+DIST fuse-1.5.5.tar.gz 1629577 BLAKE2B b4765047507049b2fa3547d47384df2c5e6de75b74b7aa8d3549ca47ae6f3dad53a37fc48112db86426ce3d2d84711aa029d158c75eba89214761ed82d7ab57a SHA512 186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041
diff --git a/app-emulation/fuse/fuse-1.5.5.ebuild b/app-emulation/fuse/fuse-1.5.5.ebuild
new file mode 100644
index 00000000000..e93691a5006
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.5.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
+
+# Only one UI back-end can be enabled at a time
+REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
+
+RDEPEND="
+ >=app-emulation/libspectrum-1.4.4
+ dev-libs/glib:2
+ alsa? ( media-libs/alsa-lib )
+ ao? ( media-libs/libao )
+ backend-sdl? ( media-libs/libsdl )
+ backend-svga? ( media-libs/svgalib )
+ backend-X? ( x11-libs/libX11 x11-libs/libXext )
+ !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
+ gpm? ( sys-libs/gpm )
+ joystick? ( media-libs/libjsw )
+ png? ( media-libs/libpng:0= sys-libs/zlib )
+ xml? ( dev-libs/libxml2:2 )"
+DEPEND="${RDEPEND}
+ backend-fbcon? ( virtual/linux-sources )
+ dev-lang/perl
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+src_configure() {
+ local myconf=(
+ --without-win32
+ $(use_with alsa)
+ $(use_with ao libao)
+ $(use_with gpm)
+ $(use_with joystick)
+ $(use_enable joystick ui-joystick)
+ $(use_enable memlimit smallmem)
+ $(use_with png)
+ $(use_with xml libxml2)
+ )
+
+ if use backend-sdl; then
+ myconf+=("--with-sdl")
+ elif use backend-X; then
+ myconf+=("--without-gtk")
+ elif use backend-svga; then
+ myconf+=("--with-svgalib")
+ elif use backend-fbcon; then
+ myconf+=("--with-fb")
+ else
+ myconf+=("--with-gtk")
+ fi
+
+ econf "${myconf[@]}"
+}
+
+src_test() {
+ emake test
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-07-07 12:39 Andreas Sturmlechner
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Sturmlechner @ 2018-07-07 12:39 UTC (permalink / raw
To: gentoo-commits
commit: da2b4890557dbf064af16b1c51c05c460bd2e26a
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Fri Jul 6 12:02:23 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 12:39:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2b4890
app-emulation/fuse: remove old version 1.5.2
app-emulation/fuse/Manifest | 1 -
app-emulation/fuse/fuse-1.5.2.ebuild | 64 ------------------------------------
2 files changed, 65 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 701b3faced7..f2a0c1aafbf 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b SHA512 45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268
DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c SHA512 6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0
DIST fuse-1.5.5.tar.gz 1629577 BLAKE2B b4765047507049b2fa3547d47384df2c5e6de75b74b7aa8d3549ca47ae6f3dad53a37fc48112db86426ce3d2d84711aa029d158c75eba89214761ed82d7ab57a SHA512 186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041
diff --git a/app-emulation/fuse/fuse-1.5.2.ebuild b/app-emulation/fuse/fuse-1.5.2.ebuild
deleted file mode 100644
index de133ea6992..00000000000
--- a/app-emulation/fuse/fuse-1.5.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
-
-# Only one UI back-end can be enabled at a time
-REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
-
-RDEPEND="
- >=app-emulation/libspectrum-1.4.1
- dev-libs/glib:2
- alsa? ( media-libs/alsa-lib )
- ao? ( media-libs/libao )
- backend-sdl? ( media-libs/libsdl )
- backend-svga? ( media-libs/svgalib )
- backend-X? ( x11-libs/libX11 x11-libs/libXext )
- !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
- gpm? ( sys-libs/gpm )
- joystick? ( media-libs/libjsw )
- png? ( media-libs/libpng:0= sys-libs/zlib )
- xml? ( dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
- backend-fbcon? ( virtual/linux-sources )
- dev-lang/perl
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS )
-
-src_configure() {
- local myconf=(
- --without-win32
- $(use_with alsa)
- $(use_with ao libao)
- $(use_with gpm)
- $(use_with joystick)
- $(use_enable joystick ui-joystick)
- $(use_enable memlimit smallmem)
- $(use_with png)
- $(use_with xml libxml2)
- )
-
- if use backend-sdl; then
- myconf+=("--with-sdl")
- elif use backend-X; then
- myconf+=("--without-gtk")
- elif use backend-svga; then
- myconf+=("--with-svgalib")
- elif use backend-fbcon; then
- myconf+=("--with-fb")
- else
- myconf+=("--with-gtk")
- fi
-
- econf "${myconf[@]}"
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-10-18 19:38 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-10-18 19:38 UTC (permalink / raw
To: gentoo-commits
commit: c3c39d455dc7c2cbb6125d6735984229117489cb
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Thu Oct 11 10:45:01 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 19:20:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c39d45
app-emulation/fuse: bump to version 1.5.6
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-emulation/fuse/Manifest | 1 +
app-emulation/fuse/fuse-1.5.6.ebuild | 68 ++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index f2a0c1aafbf..6f8cc3a2a4c 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,3 @@
DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c SHA512 6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0
DIST fuse-1.5.5.tar.gz 1629577 BLAKE2B b4765047507049b2fa3547d47384df2c5e6de75b74b7aa8d3549ca47ae6f3dad53a37fc48112db86426ce3d2d84711aa029d158c75eba89214761ed82d7ab57a SHA512 186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041
+DIST fuse-1.5.6.tar.gz 1634711 BLAKE2B a581c106c668f0342b4a3b4ebbc0e92e750806e59d067798e23da02284cbb9a17cf580c5b6369144863fbf64b12326ea2982e4d83e87354d62ff51926e3293de SHA512 84312e4f83883b36d06f2b96ded1bfc71675cba71a0848f4cbb5a233a1d1c06466013d2655d759397f32d6d67d6ba26b2b6a5041796cb9143cd0b354a88fd589
diff --git a/app-emulation/fuse/fuse-1.5.6.ebuild b/app-emulation/fuse/fuse-1.5.6.ebuild
new file mode 100644
index 00000000000..0e1754ea079
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.5.6.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
+
+# Only one UI back-end can be enabled at a time
+REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
+
+RDEPEND="
+ >=app-emulation/libspectrum-1.4.4
+ dev-libs/glib:2
+ alsa? ( media-libs/alsa-lib )
+ ao? ( media-libs/libao )
+ backend-sdl? ( media-libs/libsdl )
+ backend-svga? ( media-libs/svgalib )
+ backend-X? ( x11-libs/libX11 x11-libs/libXext )
+ !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
+ gpm? ( sys-libs/gpm )
+ joystick? ( media-libs/libjsw )
+ png? ( media-libs/libpng:0= sys-libs/zlib )
+ xml? ( dev-libs/libxml2:2 )"
+DEPEND="${RDEPEND}
+ backend-fbcon? ( virtual/linux-sources )
+ dev-lang/perl
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+src_configure() {
+ local myconf=(
+ --without-win32
+ $(use_with alsa)
+ $(use_with ao libao)
+ $(use_with gpm)
+ $(use_with joystick)
+ $(use_enable joystick ui-joystick)
+ $(use_enable memlimit smallmem)
+ $(use_with png)
+ $(use_with xml libxml2)
+ )
+
+ if use backend-sdl; then
+ myconf+=("--with-sdl")
+ elif use backend-X; then
+ myconf+=("--without-gtk")
+ elif use backend-svga; then
+ myconf+=("--with-svgalib")
+ elif use backend-fbcon; then
+ myconf+=("--with-fb")
+ else
+ myconf+=("--with-gtk")
+ fi
+
+ econf "${myconf[@]}"
+}
+
+src_test() {
+ emake test
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-10-18 19:38 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-10-18 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 8fdea7fcd57aed7f0f7914ea9da0a7a77eda5ea7
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Thu Oct 11 10:46:23 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 19:20:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdea7fc
app-emulation/fuse: remove old version 1.5.3
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10093
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-emulation/fuse/Manifest | 1 -
app-emulation/fuse/fuse-1.5.3.ebuild | 68 ------------------------------------
2 files changed, 69 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 6f8cc3a2a4c..f235497c34d 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c SHA512 6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0
DIST fuse-1.5.5.tar.gz 1629577 BLAKE2B b4765047507049b2fa3547d47384df2c5e6de75b74b7aa8d3549ca47ae6f3dad53a37fc48112db86426ce3d2d84711aa029d158c75eba89214761ed82d7ab57a SHA512 186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041
DIST fuse-1.5.6.tar.gz 1634711 BLAKE2B a581c106c668f0342b4a3b4ebbc0e92e750806e59d067798e23da02284cbb9a17cf580c5b6369144863fbf64b12326ea2982e4d83e87354d62ff51926e3293de SHA512 84312e4f83883b36d06f2b96ded1bfc71675cba71a0848f4cbb5a233a1d1c06466013d2655d759397f32d6d67d6ba26b2b6a5041796cb9143cd0b354a88fd589
diff --git a/app-emulation/fuse/fuse-1.5.3.ebuild b/app-emulation/fuse/fuse-1.5.3.ebuild
deleted file mode 100644
index 913346a242f..00000000000
--- a/app-emulation/fuse/fuse-1.5.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
-
-# Only one UI back-end can be enabled at a time
-REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
-
-RDEPEND="
- >=app-emulation/libspectrum-1.4.2
- dev-libs/glib:2
- alsa? ( media-libs/alsa-lib )
- ao? ( media-libs/libao )
- backend-sdl? ( media-libs/libsdl )
- backend-svga? ( media-libs/svgalib )
- backend-X? ( x11-libs/libX11 x11-libs/libXext )
- !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
- gpm? ( sys-libs/gpm )
- joystick? ( media-libs/libjsw )
- png? ( media-libs/libpng:0= sys-libs/zlib )
- xml? ( dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
- backend-fbcon? ( virtual/linux-sources )
- dev-lang/perl
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS )
-
-src_configure() {
- local myconf=(
- --without-win32
- $(use_with alsa)
- $(use_with ao libao)
- $(use_with gpm)
- $(use_with joystick)
- $(use_enable joystick ui-joystick)
- $(use_enable memlimit smallmem)
- $(use_with png)
- $(use_with xml libxml2)
- )
-
- if use backend-sdl; then
- myconf+=("--with-sdl")
- elif use backend-X; then
- myconf+=("--without-gtk")
- elif use backend-svga; then
- myconf+=("--with-svgalib")
- elif use backend-fbcon; then
- myconf+=("--with-fb")
- else
- myconf+=("--with-gtk")
- fi
-
- econf "${myconf[@]}"
-}
-
-src_test() {
- emake test
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-11-28 9:58 Michał Górny
0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2018-11-28 9:58 UTC (permalink / raw
To: gentoo-commits
commit: 42cb62746337cf8619d40642af6186f373d0cd44
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 11:52:31 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 09:58:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cb6274
app-emulation/fuse: Make USE=memlimit local
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-emulation/fuse/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index 27879e60185..38319f64f42 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -17,5 +17,6 @@
<flag name="backend-sdl">Use SDL rendering backend</flag>
<flag name="backend-svga">Use svgalib rendering backend</flag>
<flag name="backend-X">Use X11 rendering backend</flag>
+ <flag name="memlimit">Add compile-time memory usage limiting</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-12-16 19:30 Andreas Sturmlechner
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Sturmlechner @ 2018-12-16 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 8ae7e47b5d56384fef1fa34ad674afb3419906eb
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Wed Dec 12 11:07:48 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 19:29:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae7e47b
app-emulation/fuse: remove old version 1.5.5
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-emulation/fuse/Manifest | 1 -
app-emulation/fuse/fuse-1.5.5.ebuild | 68 ------------------------------------
2 files changed, 69 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 73ba09ac7b9..c9848fd8b81 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-1.5.5.tar.gz 1629577 BLAKE2B b4765047507049b2fa3547d47384df2c5e6de75b74b7aa8d3549ca47ae6f3dad53a37fc48112db86426ce3d2d84711aa029d158c75eba89214761ed82d7ab57a SHA512 186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041
DIST fuse-1.5.6.tar.gz 1634711 BLAKE2B a581c106c668f0342b4a3b4ebbc0e92e750806e59d067798e23da02284cbb9a17cf580c5b6369144863fbf64b12326ea2982e4d83e87354d62ff51926e3293de SHA512 84312e4f83883b36d06f2b96ded1bfc71675cba71a0848f4cbb5a233a1d1c06466013d2655d759397f32d6d67d6ba26b2b6a5041796cb9143cd0b354a88fd589
DIST fuse-1.5.7.tar.gz 1634568 BLAKE2B 9d2f3c310132dc57336995c31adeb37d727506719d1089b2009a2f44cbfa59fc9c4e9252aeff64cdd22b7326328518b5da33af51be687f321b891b9d1dd2b646 SHA512 ac11e03fc203f98433253fb72d7700cf6285ad8662147f318bb4ceda3888bc865b80d85473a3b2bda9e0971989b1579fc928f41ddabbf01d58358362066be13d
diff --git a/app-emulation/fuse/fuse-1.5.5.ebuild b/app-emulation/fuse/fuse-1.5.5.ebuild
deleted file mode 100644
index e93691a5006..00000000000
--- a/app-emulation/fuse/fuse-1.5.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
-
-# Only one UI back-end can be enabled at a time
-REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
-
-RDEPEND="
- >=app-emulation/libspectrum-1.4.4
- dev-libs/glib:2
- alsa? ( media-libs/alsa-lib )
- ao? ( media-libs/libao )
- backend-sdl? ( media-libs/libsdl )
- backend-svga? ( media-libs/svgalib )
- backend-X? ( x11-libs/libX11 x11-libs/libXext )
- !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
- gpm? ( sys-libs/gpm )
- joystick? ( media-libs/libjsw )
- png? ( media-libs/libpng:0= sys-libs/zlib )
- xml? ( dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
- backend-fbcon? ( virtual/linux-sources )
- dev-lang/perl
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS )
-
-src_configure() {
- local myconf=(
- --without-win32
- $(use_with alsa)
- $(use_with ao libao)
- $(use_with gpm)
- $(use_with joystick)
- $(use_enable joystick ui-joystick)
- $(use_enable memlimit smallmem)
- $(use_with png)
- $(use_with xml libxml2)
- )
-
- if use backend-sdl; then
- myconf+=("--with-sdl")
- elif use backend-X; then
- myconf+=("--without-gtk")
- elif use backend-svga; then
- myconf+=("--with-svgalib")
- elif use backend-fbcon; then
- myconf+=("--with-fb")
- else
- myconf+=("--with-gtk")
- fi
-
- econf "${myconf[@]}"
-}
-
-src_test() {
- emake test
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2018-12-16 19:30 Andreas Sturmlechner
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Sturmlechner @ 2018-12-16 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 9cc0df82cb3f6f8412884e4be4575912c758cc07
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Wed Dec 12 11:05:12 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 19:29:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc0df82
app-emulation/fuse: bump to version 1.5.7
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10620
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-emulation/fuse/Manifest | 1 +
app-emulation/fuse/fuse-1.5.7.ebuild | 68 ++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index f235497c34d..73ba09ac7b9 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,3 @@
DIST fuse-1.5.5.tar.gz 1629577 BLAKE2B b4765047507049b2fa3547d47384df2c5e6de75b74b7aa8d3549ca47ae6f3dad53a37fc48112db86426ce3d2d84711aa029d158c75eba89214761ed82d7ab57a SHA512 186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041
DIST fuse-1.5.6.tar.gz 1634711 BLAKE2B a581c106c668f0342b4a3b4ebbc0e92e750806e59d067798e23da02284cbb9a17cf580c5b6369144863fbf64b12326ea2982e4d83e87354d62ff51926e3293de SHA512 84312e4f83883b36d06f2b96ded1bfc71675cba71a0848f4cbb5a233a1d1c06466013d2655d759397f32d6d67d6ba26b2b6a5041796cb9143cd0b354a88fd589
+DIST fuse-1.5.7.tar.gz 1634568 BLAKE2B 9d2f3c310132dc57336995c31adeb37d727506719d1089b2009a2f44cbfa59fc9c4e9252aeff64cdd22b7326328518b5da33af51be687f321b891b9d1dd2b646 SHA512 ac11e03fc203f98433253fb72d7700cf6285ad8662147f318bb4ceda3888bc865b80d85473a3b2bda9e0971989b1579fc928f41ddabbf01d58358362066be13d
diff --git a/app-emulation/fuse/fuse-1.5.7.ebuild b/app-emulation/fuse/fuse-1.5.7.ebuild
new file mode 100644
index 00000000000..0e1754ea079
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.5.7.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
+
+# Only one UI back-end can be enabled at a time
+REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
+
+RDEPEND="
+ >=app-emulation/libspectrum-1.4.4
+ dev-libs/glib:2
+ alsa? ( media-libs/alsa-lib )
+ ao? ( media-libs/libao )
+ backend-sdl? ( media-libs/libsdl )
+ backend-svga? ( media-libs/svgalib )
+ backend-X? ( x11-libs/libX11 x11-libs/libXext )
+ !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
+ gpm? ( sys-libs/gpm )
+ joystick? ( media-libs/libjsw )
+ png? ( media-libs/libpng:0= sys-libs/zlib )
+ xml? ( dev-libs/libxml2:2 )"
+DEPEND="${RDEPEND}
+ backend-fbcon? ( virtual/linux-sources )
+ dev-lang/perl
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+src_configure() {
+ local myconf=(
+ --without-win32
+ $(use_with alsa)
+ $(use_with ao libao)
+ $(use_with gpm)
+ $(use_with joystick)
+ $(use_enable joystick ui-joystick)
+ $(use_enable memlimit smallmem)
+ $(use_with png)
+ $(use_with xml libxml2)
+ )
+
+ if use backend-sdl; then
+ myconf+=("--with-sdl")
+ elif use backend-X; then
+ myconf+=("--without-gtk")
+ elif use backend-svga; then
+ myconf+=("--with-svgalib")
+ elif use backend-fbcon; then
+ myconf+=("--with-fb")
+ else
+ myconf+=("--with-gtk")
+ fi
+
+ econf "${myconf[@]}"
+}
+
+src_test() {
+ emake test
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2020-10-10 7:22 Joonas Niilola
0 siblings, 0 replies; 40+ messages in thread
From: Joonas Niilola @ 2020-10-10 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 03e710ad54f820ad9491e7e7255a56aed30cfaeb
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Sun Sep 20 13:51:26 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 07:22:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e710ad
app-emulation/fuse: use libjsw if not using SDL
Closes: https://bugs.gentoo.org/743394
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17615
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-emulation/fuse/fuse-1.5.7.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.5.7.ebuild b/app-emulation/fuse/fuse-1.5.7.ebuild
index b75ae1134c5..063ecf27471 100644
--- a/app-emulation/fuse/fuse-1.5.7.ebuild
+++ b/app-emulation/fuse/fuse-1.5.7.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
backend-X? ( x11-libs/libX11 x11-libs/libXext )
!backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
gpm? ( sys-libs/gpm )
- joystick? ( media-libs/libjsw )
+ joystick? ( !backend-sdl? ( media-libs/libjsw ) )
png? ( media-libs/libpng:0= sys-libs/zlib )
xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
@@ -54,7 +54,6 @@ src_configure() {
$(use_with ao libao)
$(use_with gpm)
$(use_with joystick)
- $(use_enable joystick ui-joystick)
$(use_enable memlimit smallmem)
$(use_with png)
$(use_with xml libxml2)
@@ -72,6 +71,8 @@ src_configure() {
myconf+=("--with-gtk")
fi
+ use joystick && myconf+=( $(use_enable backend-sdl ui-joystick) )
+
econf "${myconf[@]}"
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2020-10-10 7:22 Joonas Niilola
0 siblings, 0 replies; 40+ messages in thread
From: Joonas Niilola @ 2020-10-10 7:22 UTC (permalink / raw
To: gentoo-commits
commit: c78bbc1a0bc0aa3ff070b3080712361d2fbc8f56
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Sun Sep 20 13:47:20 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 07:22:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78bbc1a
app-emulation/fuse: drop old
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-emulation/fuse/Manifest | 1 -
app-emulation/fuse/fuse-1.5.6.ebuild | 79 ------------------------------------
2 files changed, 80 deletions(-)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index c9848fd8b81..a4edc94f79d 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1 @@
-DIST fuse-1.5.6.tar.gz 1634711 BLAKE2B a581c106c668f0342b4a3b4ebbc0e92e750806e59d067798e23da02284cbb9a17cf580c5b6369144863fbf64b12326ea2982e4d83e87354d62ff51926e3293de SHA512 84312e4f83883b36d06f2b96ded1bfc71675cba71a0848f4cbb5a233a1d1c06466013d2655d759397f32d6d67d6ba26b2b6a5041796cb9143cd0b354a88fd589
DIST fuse-1.5.7.tar.gz 1634568 BLAKE2B 9d2f3c310132dc57336995c31adeb37d727506719d1089b2009a2f44cbfa59fc9c4e9252aeff64cdd22b7326328518b5da33af51be687f321b891b9d1dd2b646 SHA512 ac11e03fc203f98433253fb72d7700cf6285ad8662147f318bb4ceda3888bc865b80d85473a3b2bda9e0971989b1579fc928f41ddabbf01d58358362066be13d
diff --git a/app-emulation/fuse/fuse-1.5.6.ebuild b/app-emulation/fuse/fuse-1.5.6.ebuild
deleted file mode 100644
index ffc3cfaeb97..00000000000
--- a/app-emulation/fuse/fuse-1.5.6.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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 backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml"
-
-# Only one UI back-end can be enabled at a time
-REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
-
-RDEPEND="
- >=app-emulation/libspectrum-1.4.4
- dev-libs/glib:2
- alsa? ( media-libs/alsa-lib )
- ao? ( media-libs/libao )
- backend-sdl? ( media-libs/libsdl )
- backend-svga? ( media-libs/svgalib )
- backend-X? ( x11-libs/libX11 x11-libs/libXext )
- !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
- gpm? ( sys-libs/gpm )
- joystick? ( media-libs/libjsw )
- png? ( media-libs/libpng:0= sys-libs/zlib )
- xml? ( dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
- backend-fbcon? ( virtual/linux-sources )
- dev-lang/perl
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS )
-
-PATCHES=(
- "${FILESDIR}"/remove-local-prefix.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local myconf=(
- --without-win32
- $(use_with alsa)
- $(use_with ao libao)
- $(use_with gpm)
- $(use_with joystick)
- $(use_enable joystick ui-joystick)
- $(use_enable memlimit smallmem)
- $(use_with png)
- $(use_with xml libxml2)
- )
-
- if use backend-sdl; then
- myconf+=("--with-sdl")
- elif use backend-X; then
- myconf+=("--without-gtk")
- elif use backend-svga; then
- myconf+=("--with-svgalib")
- elif use backend-fbcon; then
- myconf+=("--with-fb")
- else
- myconf+=("--with-gtk")
- fi
-
- econf "${myconf[@]}"
-}
-
-src_test() {
- emake test
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2021-03-05 19:39 Sam James
0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2021-03-05 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 2f8895b0efa7a9941f70d9a73f59a3745d23117a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 5 19:38:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 19:38:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8895b0
app-emulation/fuse: retire proxied maintainer
Bug: https://bugs.gentoo.org/626774
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/fuse/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index 38319f64f42..04bb5c6c82a 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>0xe2.0x9a.0x9b@gmail.com</email>
- <name>Jan Ziak</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers Project</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">fuse-emulator</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2021-03-15 12:49 Marek Szuba
0 siblings, 0 replies; 40+ messages in thread
From: Marek Szuba @ 2021-03-15 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 2a6b73d08f80261616b39b4746da71f5678c0dd7
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 10:42:08 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 12:49:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6b73d0
app-emulation/fuse: take over maintenance
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/fuse/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index 04bb5c6c82a..a081999e094 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">fuse-emulator</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2021-03-18 15:04 Marek Szuba
0 siblings, 0 replies; 40+ messages in thread
From: Marek Szuba @ 2021-03-18 15:04 UTC (permalink / raw
To: gentoo-commits
commit: d0fc3c5d0b181a6b4f2687992ff87944bdd0bda7
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 18 14:04:22 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Mar 18 15:03:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fc3c5d
app-emulation/fuse: bump to 1.6.0 and EAPI-7
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/fuse/Manifest | 1 +
app-emulation/fuse/fuse-1.6.0.ebuild | 116 +++++++++++++++++++++++++++++++++++
app-emulation/fuse/metadata.xml | 1 +
3 files changed, 118 insertions(+)
diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index a4edc94f79d..62b174565f7 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1 +1,2 @@
DIST fuse-1.5.7.tar.gz 1634568 BLAKE2B 9d2f3c310132dc57336995c31adeb37d727506719d1089b2009a2f44cbfa59fc9c4e9252aeff64cdd22b7326328518b5da33af51be687f321b891b9d1dd2b646 SHA512 ac11e03fc203f98433253fb72d7700cf6285ad8662147f318bb4ceda3888bc865b80d85473a3b2bda9e0971989b1579fc928f41ddabbf01d58358362066be13d
+DIST fuse-1.6.0.tar.gz 1686171 BLAKE2B d1e6b166f2f649f408349b16a5eb40dd414750ed7a805eb6505b6c81be6ed7bcaa4e6f0b14057645172add1b1a77881f90b64767390fe1a64a486168f452d29d SHA512 5096b24b5b3d812942a7ad401b886b6a99f5493686912cb4aff18ede65404ae97a9bcafa6337aaed4378382f2a170918797d7d4570bb809476be5aa9fc625b8b
diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild
new file mode 100644
index 00000000000..ed13a6463a9
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.6.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+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 backend-X backend-fbcon +backend-gtk3 backend-sdl backend-svga gpm joystick memlimit png -pulseaudio +xml +zlib"
+
+# TODO:
+# - allow using sdl audio driver without using for the UI
+# - allow using sdl joystick support with gtk3 or X UI in place of libjsw
+# - when using sdl for one of the above but not the UI, allow using sdl2 instead
+
+# At most one audio driver and at most one UI back-end can be enabled at a time
+REQUIRED_USE="?? ( alsa ao backend-sdl pulseaudio )
+ ?? ( backend-X backend-fbcon backend-gtk3 backend-sdl backend-svga )"
+
+RDEPEND="
+ >=app-emulation/libspectrum-1.5.0[zlib?]
+ dev-libs/glib:2
+ alsa? ( media-libs/alsa-lib )
+ ao? ( media-libs/libao )
+ backend-X? ( x11-libs/libX11 x11-libs/libXext )
+ backend-gtk3? ( x11-libs/gtk+:3 )
+ backend-sdl? ( media-libs/libsdl[joystick,sound] )
+ backend-svga? ( media-libs/svgalib )
+ gpm? ( backend-fbcon? ( sys-libs/gpm ) )
+ joystick? ( !backend-sdl? ( media-libs/libjsw ) )
+ png? ( media-libs/libpng:0= )
+ xml? ( dev-libs/libxml2:2 )
+ zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+ backend-fbcon? ( virtual/linux-sources )"
+BDEPEND="dev-lang/perl
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+PATCHES=(
+ "${FILESDIR}"/remove-local-prefix.patch
+)
+
+_fuse_audio_driver() {
+ if use alsa; then
+ echo "alsa"
+ elif use ao; then
+ echo "libao"
+ elif use backend-sdl; then
+ echo "sdl"
+ elif use pulseaudio; then
+ echo "pulseaudio"
+ else
+ echo "null"
+ fi
+}
+
+src_prepare() {
+ xdg_src_prepare
+ eautoreconf
+}
+
+src_configure() {
+ local myconf=(
+ --enable-desktop-integration
+ --without-win32
+ --with-audio-driver="$(_fuse_audio_driver)"
+ $(use_with gpm)
+ $(use_with joystick)
+ $(use_enable memlimit smallmem)
+ $(use_with png)
+ $(use_with xml libxml2)
+ $(use_with zlib)
+ )
+
+ # The pure-X UI hasn't got its own configure argument, instead it is
+ # what is used under Linux if all other back-ends have been disabled
+ # - and all except the Gtk+ one are off by default.
+ if use backend-X; then
+ myconf+=("--without-gtk")
+ elif use backend-fbcon; then
+ myconf+=("--with-fb")
+ elif use backend-gtk3; then
+ myconf+=("--with-gtk")
+ elif use backend-sdl; then
+ myconf+=("--with-sdl")
+ elif use backend-svga; then
+ myconf+=("--with-svgalib")
+ else
+ myconf+=("--with-null-ui")
+ fi
+
+ if use joystick; then
+ myconf+=( $(use_enable backend-sdl ui-joystick) )
+ fi
+
+ econf "${myconf[@]}"
+}
+
+src_test() {
+ emake test
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ if use pulseaudio; then
+ ewarn "The PulseAudio driver in ${PN} is experimental"
+ fi
+}
diff --git a/app-emulation/fuse/metadata.xml b/app-emulation/fuse/metadata.xml
index a081999e094..f6bb92e4f4f 100644
--- a/app-emulation/fuse/metadata.xml
+++ b/app-emulation/fuse/metadata.xml
@@ -10,6 +10,7 @@
</upstream>
<use>
<flag name="backend-fbcon">Use framebuffer rendering backend</flag>
+ <flag name="backend-gtk3">Use Gtk+ rendering backend</flag>
<flag name="backend-sdl">Use SDL rendering backend</flag>
<flag name="backend-svga">Use svgalib rendering backend</flag>
<flag name="backend-X">Use X11 rendering backend</flag>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2021-03-19 11:03 Marek Szuba
0 siblings, 0 replies; 40+ messages in thread
From: Marek Szuba @ 2021-03-19 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 6d92cbd9ffbc56d2219eccb927d219e7a165a5a7
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 11:01:58 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 11:01:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d92cbd9
app-emulation/fuse-1.6.0: depend on media-sound/pulseaudio
Experimental or not, this IS a dependency.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/fuse/fuse-1.6.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild
index ed13a6463a9..ddec66d72ac 100644
--- a/app-emulation/fuse/fuse-1.6.0.ebuild
+++ b/app-emulation/fuse/fuse-1.6.0.ebuild
@@ -35,6 +35,7 @@ RDEPEND="
gpm? ( backend-fbcon? ( sys-libs/gpm ) )
joystick? ( !backend-sdl? ( media-libs/libjsw ) )
png? ( media-libs/libpng:0= )
+ pulseaudio? ( media-sound/pulseaudio )
xml? ( dev-libs/libxml2:2 )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2022-06-29 6:53 Marek Szuba
0 siblings, 0 replies; 40+ messages in thread
From: Marek Szuba @ 2022-06-29 6:53 UTC (permalink / raw
To: gentoo-commits
commit: c5813fd2500fbdbbed222ec610da6975d7baf1de
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 06:52:29 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 06:52:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5813fd2
app-emulation/fuse: filter out LTO flags
Closes: https://bugs.gentoo.org/854522
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/fuse/fuse-1.6.0.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild
index aec3885d7c5a..0cd318ba0934 100644
--- a/app-emulation/fuse/fuse-1.6.0.ebuild
+++ b/app-emulation/fuse/fuse-1.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools xdg
+inherit autotools flag-o-matic xdg
DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
HOMEPAGE="http://fuse-emulator.sourceforge.net"
@@ -66,6 +66,9 @@ _fuse_audio_driver() {
src_prepare() {
xdg_src_prepare
eautoreconf
+
+ # Bug #854522
+ filter-lto
}
src_configure() {
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2022-10-11 9:11 Marek Szuba
0 siblings, 0 replies; 40+ messages in thread
From: Marek Szuba @ 2022-10-11 9:11 UTC (permalink / raw
To: gentoo-commits
commit: fbdb4e1296747d5abccf872ffb9b3d84daa9fc32
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 09:08:45 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 09:11:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbdb4e12
app-emulation/fuse: keyword 1.6.0 for ~riscv, EAPI 7 -> 8
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/fuse/fuse-1.6.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild
index 0cd318ba0934..ad8465525cbb 100644
--- a/app-emulation/fuse/fuse-1.6.0.ebuild
+++ b/app-emulation/fuse/fuse-1.6.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools flag-o-matic xdg
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
IUSE="alsa ao backend-X backend-fbcon +backend-gtk3 backend-sdl backend-svga gpm joystick memlimit png pulseaudio +xml +zlib"
# TODO:
@@ -64,7 +64,8 @@ _fuse_audio_driver() {
}
src_prepare() {
- xdg_src_prepare
+ default
+ xdg_environment_reset
eautoreconf
# Bug #854522
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2023-05-23 19:53 Marek Szuba
0 siblings, 0 replies; 40+ messages in thread
From: Marek Szuba @ 2023-05-23 19:53 UTC (permalink / raw
To: gentoo-commits
commit: 2bfa05078a93e0dc559ce15c4af965a7ec0d6f4a
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 19:51:21 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue May 23 19:53:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfa0507
app-emulation/fuse: USE=png requires USE=zlib
screenshot.c unconditionally passes Z_BEST_COMPRESSION, a zlib.h macro,
to png_set_compression_level(). Funnily enough, the same file first
takes pains to only include zlib.h if it was found by configure.
Closes: https://bugs.gentoo.org/907034
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/fuse/fuse-1.6.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild
index ad8465525cbb..b7f0f065d660 100644
--- a/app-emulation/fuse/fuse-1.6.0.ebuild
+++ b/app-emulation/fuse/fuse-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,8 @@ IUSE="alsa ao backend-X backend-fbcon +backend-gtk3 backend-sdl backend-svga gpm
# At most one audio driver and at most one UI back-end can be enabled at a time
REQUIRED_USE="?? ( alsa ao backend-sdl pulseaudio )
- ?? ( backend-X backend-fbcon backend-gtk3 backend-sdl backend-svga )"
+ ?? ( backend-X backend-fbcon backend-gtk3 backend-sdl backend-svga )
+ png? ( zlib )"
RDEPEND="
>=app-emulation/libspectrum-1.5.0[zlib?]
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
@ 2023-06-11 18:22 Andreas Sturmlechner
0 siblings, 0 replies; 40+ messages in thread
From: Andreas Sturmlechner @ 2023-06-11 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 50efd05202e687a3b268ad8c895c0c155462db7d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 06:50:19 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 18:21:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50efd052
app-emulation/fuse: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-emulation/fuse/{fuse-1.6.0.ebuild => fuse-1.6.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0-r1.ebuild
similarity index 98%
rename from app-emulation/fuse/fuse-1.6.0.ebuild
rename to app-emulation/fuse/fuse-1.6.0-r1.ebuild
index b7f0f065d660..1d80c3a9662f 100644
--- a/app-emulation/fuse/fuse-1.6.0.ebuild
+++ b/app-emulation/fuse/fuse-1.6.0-r1.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
gpm? ( backend-fbcon? ( sys-libs/gpm ) )
joystick? ( !backend-sdl? ( media-libs/libjsw ) )
png? ( media-libs/libpng:0= )
- pulseaudio? ( media-sound/pulseaudio )
+ pulseaudio? ( media-libs/libpulse )
xml? ( dev-libs/libxml2:2 )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 40+ messages in thread
end of thread, other threads:[~2023-06-11 18:22 UTC | newest]
Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-27 16:37 [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2023-06-11 18:22 Andreas Sturmlechner
2023-05-23 19:53 Marek Szuba
2022-10-11 9:11 Marek Szuba
2022-06-29 6:53 Marek Szuba
2021-03-19 11:03 Marek Szuba
2021-03-18 15:04 Marek Szuba
2021-03-15 12:49 Marek Szuba
2021-03-05 19:39 Sam James
2020-10-10 7:22 Joonas Niilola
2020-10-10 7:22 Joonas Niilola
2018-12-16 19:30 Andreas Sturmlechner
2018-12-16 19:30 Andreas Sturmlechner
2018-11-28 9:58 Michał Górny
2018-10-18 19:38 Michał Górny
2018-10-18 19:38 Michał Górny
2018-07-07 12:39 Andreas Sturmlechner
2018-07-07 12:39 Andreas Sturmlechner
2018-05-12 15:55 Michał Górny
2018-05-12 15:55 Michał Górny
2018-05-12 15:55 Michał Górny
2018-04-05 14:12 Andreas Sturmlechner
2018-04-05 14:12 Andreas Sturmlechner
2018-04-05 14:12 Andreas Sturmlechner
2018-03-14 17:27 Michał Górny
2018-03-05 16:27 Michał Górny
2018-03-05 16:27 Michał Górny
2017-12-15 8:23 Patrice Clement
2017-12-10 9:27 Ulrich Müller
2017-09-14 22:21 Patrice Clement
2017-08-10 11:01 Michał Górny
2017-08-06 11:15 Michał Górny
2017-08-06 11:15 Michał Górny
2017-08-01 10:54 Marek Szuba
2017-08-01 10:54 Marek Szuba
2017-06-12 17:29 Andreas Hüttel
2017-03-08 7:37 Göktürk Yüksek
2016-10-12 18:11 Pacho Ramos
2016-08-06 12:47 Pacho Ramos
2016-04-01 2:29 Ian Delaney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox