Versions
v1.6.0-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- ~amd64 ~ppc ~riscv ~x86
- USE flags
- alsa ao backend-X backend-fbcon backend-gtk3 backend-sdl backend-svga gpm joystick memlimit png pulseaudio xml zlib
USE flags
General
- alsa
- Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
- ao
- Use libao audio output library for sound playback
- backend-X
- Use X11 rendering backend
- backend-fbcon
- Use framebuffer rendering backend
- backend-gtk3
- Use Gtk+ rendering backend
- backend-sdl
- Use SDL rendering backend
- backend-svga
- Use svgalib rendering backend
- gpm
- Add support for sys-libs/gpm (Console-based mouse driver)
- joystick
- Add support for joysticks in all packages
- memlimit
- Add compile-time memory usage limiting
- png
- Add support for libpng (PNG images)
- pulseaudio
- Add sound server support via media-libs/libpulse (may be PulseAudio or PipeWire)
- xml
- Add support for XML files
- zlib
- Add support for zlib compression
Dependencies
app-emulation / libspectrum : Spectrum emulation library
dev-libs / glib : The GLib library of C routines
dev-libs / libxml2 : XML C parser and toolkit
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / libao : The Audio Output library
media-libs / libjsw : provide a uniform API and user configuration for joysticks and game controllers
media-libs / libpng : Portable Network Graphics library
media-libs / libpulse : Libraries for PulseAudio clients
media-libs / libsdl : Simple Direct Media Layer 1.2 compatibility wrapper around SDL2
media-libs / svgalib : A library for running svga graphics on the console
sys-libs / gpm : Console-based mouse driver
sys-libs / zlib : Standard (de)compression library
virtual / linux-sources : Virtual for Linux kernel sources
x11-libs / gtk+ : Gimp ToolKit +
Runtime Dependencies
app-emulation / libspectrum : Spectrum emulation library
dev-libs / glib : The GLib library of C routines
dev-libs / libxml2 : XML C parser and toolkit
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / libao : The Audio Output library
media-libs / libjsw : provide a uniform API and user configuration for joysticks and game controllers
media-libs / libpng : Portable Network Graphics library
media-libs / libpulse : Libraries for PulseAudio clients
media-libs / libsdl : Simple Direct Media Layer 1.2 compatibility wrapper around SDL2
media-libs / svgalib : A library for running svga graphics on the console
sys-libs / gpm : Console-based mouse driver
sys-libs / zlib : Standard (de)compression library
x11-libs / gtk+ : Gimp ToolKit +
Bugs
- 921615
- app-emulation/fuse-1.6.0-r1 - ui/.../uijoystick.c: error: joysticks_supported undeclared (first use in this function)
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-emulation/fuse: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
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@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-emulation/fuse: keyword 1.6.0 for ~riscv, EAPI 7 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-emulation/fuse: filter out LTO flags
Closes: https://bugs.gentoo.org/854522 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/fuse: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-emulation/fuse: drop 1.5.7
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-emulation/fuse-1.6.0: depend on media-sound/pulseaudio
Experimental or not, this IS a dependency. Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-emulation/fuse: bump to 1.6.0 and EAPI-7
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jan Ziak · gentoo
app-emulation/fuse: use libjsw if not using SDL
Closes: https://bugs.gentoo.org/743394 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17615 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Jan Ziak · gentoo
app-emulation/fuse: fix building with GCC 10
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Jan Ziak · gentoo
app-emulation/fuse: drop old
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jan Ziak · gentoo
app-emulation/fuse: avoid /usr/lib in the link command line
Closes: https://bugs.gentoo.org/734182 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jan Ziak · gentoo
app-emulation/fuse: remove old version 1.5.5
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Jan Ziak · gentoo
app-emulation/fuse: bump to version 1.5.7
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10620 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jan Ziak · gentoo
app-emulation/fuse: remove old version 1.5.3
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10093 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Jan Ziak · gentoo
app-emulation/fuse: bump to version 1.5.6
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jan Ziak · gentoo
app-emulation/fuse: remove old version 1.5.2 - Jan Ziak · gentoo
app-emulation/fuse: bump to version 1.5.5 - Michał Górny · gentoo
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. - Jan Ziak · gentoo
app-emulation/fuse: remove old version 1.5.1 - Jan Ziak · gentoo
app-emulation/fuse: bump to version 1.5.3 - Andreas Sturmlechner · gentoo
app-emulation/fuse: Fix RDEPEND sorting
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Jan Ziak · gentoo
app-emulation/fuse: remove old version 1.5.0 - Jan Ziak · gentoo
app-emulation/fuse: bump to version 1.5.2
Closes: https://github.com/gentoo/gentoo/pull/7770 - Jan Ziak · gentoo
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 - Jan Ziak · gentoo
app-emulation/fuse: remove old version 1.4.0
Closes: https://github.com/gentoo/gentoo/pull/7357 - Jan Ziak · gentoo
app-emulation/fuse: bump to version 1.5.1 - Jan Ziak · gentoo
app-emulation/fuse: version bump to version 1.5.0. - Jan Ziak · gentoo
app-emulation/fuse: verson bump to version 1.4.0.
Closes: https://github.com/gentoo/gentoo/pull/5633 - Jan Ziak · gentoo
app-emulation/fuse: fix libspectrum version dependency - Jan Ziak · gentoo
app-emulation/fuse: sort RDEPEND and econf alphabetically
Closes: https://github.com/gentoo/gentoo/pull/5276 - Jan Ziak · gentoo
app-emulation/fuse: bump to version 1.3.8 - Marek Szuba · gentoo
app-emulation/fuse: Remove broken old version - Marek Szuba · gentoo
app-emulation/fuse: Version bump to 1.3.7
Submitted-By: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: 5125 Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Andreas K. Huettel · gentoo
app-emulation/fuse: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Agostino Sarubbo · gentoo
app-emulation/fuse: ppc stable wrt bug #610072
Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-emulation/fuse: x86 stable wrt bug #610072
Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-emulation/fuse: amd64 stable wrt bug #610072
Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Pacho Ramos · gentoo
app-emulation/fuse: Specify proper slots
Package-Manager: portage-2.3.1 - Sergei Trofimovich · gentoo
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 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed