summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-emulation/dolphin: whitelist FreeSurroundSergei Trofimovich2019-02-141-1/+2
| | | | | | | | Reported-by: Michael Cook Reported-by: Samuel BAUER Closes: https://bugs.gentoo.org/678020 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/dolphin: whitelistbundled imgui, bug #672244Sergei Trofimovich2018-11-301-0/+1
| | | | | | | Reported-by: Michael Cook Closes: https://bugs.gentoo.org/672244 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/dolphin: enable USE=egl unconditionallySergei Trofimovich2018-11-251-3/+2
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/dolphin: whitelist minizip, bug #671900Sergei Trofimovich2018-11-251-1/+3
| | | | | | | | | | | | | | | | Richard reports build failure against live ebuild after https://github.com/dolphin-emu/dolphin/commit/e6b2758ab401975c0bde2b80bec5b05485c25c5a upstream update: CMake Error at CMakeLists.txt:565 (add_subdirectory): add_subdirectory given source "Externals/minizip" which is not an existing directory. Allow using stripped down minizip. Reported-by: Richard Yao Closes: https://bugs.gentoo.org/671900 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/dolphin: drop unsupported USE=sdl, bug #666558Sergei Trofimovich2018-09-221-3/+2
| | | | | | | | | | | As reported by Simon Levermann in https://bugs.gentoo.org/666558 SDL backend handles justicks weaker than default evdev and is there only for *BSDs. Reported-by: Simon Levermann Bug: https://bugs.dolphin-emu.org/issues/11399 Bug: https://bugs.gentoo.org/666558 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* games-emulation/dolphin: Disable SDL by defaultSimon Levermann2018-09-191-1/+1
| | | | | | | | | | | The desktop profile enables SDL by default, and it's likely that the desktop profile is being used on a computer that uses dolphin. SDL is legacy according to upstream and evdev should be used instead. Package-Manager: Portage-2.3.49, Repoman-2.3.10 Closes: https://bugs.gentoo.org/666558 Signed-off-by: Simon Levermann <simon@slevermann.de> Closes: https://github.com/gentoo/gentoo/pull/9914
* games-emulation/dolphin: sort mycmakeargs alphabeticallySergei Trofimovich2018-09-031-14/+11
| | | | | | | Patch by Samuel Bauer. Bug: https://bugs.gentoo.org/561914 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* games-emulation/dolphin: update live ebuildSergei Trofimovich2018-09-031-37/+12
| | | | | | | | | | Changes by Samuel Bauer and by Anthony Parsons: - drop disappeared dependencies and flags: USE="ao openal portaudio" - drop 'sed' calls and use cmake options instead - disable automagic ccache autodetection Bug: https://bugs.gentoo.org/561914 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* games-emulation/dolphin: unconditionally disable llvm, bug #594940Sergei Trofimovich2018-07-283-11/+9
| | | | | | | | | | | llvm is used only for debug disassembly and is not detected by cmake scripts for various reasons. Let's sort llvm detection upstream first and restore downstream later. Reported-by: Michał Górny Closes: https://bugs.gentoo.org/594940 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/dolphin: fix crash on pie-by-default profilesSergei Trofimovich2018-07-222-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | Disable PIE-compatible code generation via CXXFLAGS+=-fno-pie. Before upstream fix: https://github.com/dolphin-emu/dolphin/commit/daa03cd1060cc826aca93a1dffc6e94bc6af6d5f dolphin assumed executable image to be in low addresses (<2GB) and hardcoded 32-bit absolute addresses during JIT phase. PIE-compatible code does not have this restriction and allows mapping binaries above 2GB area (and breaks dolphin's JIT). Strictly speaking -no-pie (link-time flag) does not or guarantee or require low address mapping for binary if it was already built as PIC/PIE. But -fno-pie imposes additional restrictions on generated code by GCC and makes -no-pie to take effect. We don't need this fix for live ebuild. Closes: https://bugs.gentoo.org/640124 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/dolphin: adopt an orphan, refresh live ebuildSergei Trofimovich2018-07-222-41/+54
| | | | | | | | | | | | | A few minor changes: - refreshed locale list (as suggested by the ebuild check) - moved from EAPI=5 to EAPI=6 - dropped removed WxWidgets UI - added depends on more bundled libraries Closes: https://bugs.gentoo.org/561914 Closes: https://bugs.gentoo.org/598625 Closes: https://bugs.gentoo.org/632882 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/dolphin: xgetbv tweak for gcc-8Sergei Trofimovich2018-07-222-1/+28
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* */*: Reassign packages of twitch153Michał Górny2018-07-221-4/+1
| | | | Bug: https://bugs.gentoo.org/467534
* games-emulation/dolphin: [QA] slot op on net-libs/mbedtlsDavid Seifert2018-07-082-6/+6
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* games-emulation/dolphin: [QA] Add call to 'gnome2_icon_cache_update'David Seifert2018-01-142-2/+14
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* games-emulation/dolphin: [QA] Sync live ebuildDavid Seifert2018-01-141-45/+24
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* games-emulation/dolphin: Fix building with new glibcDavid Seifert2018-01-112-41/+72
| | | | | Closes: https://bugs.gentoo.org/637986 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* games-emulation/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* Partially revert "games-*/*: Remove stable keywords"David Seifert2017-11-191-1/+1
| | | | | | Unstabled packages not maintained by Games team. This partially reverts commit c9617875332b1b9c894c850a1f8d8dcc1897f33f. Closes: https://github.com/gentoo/gentoo/pull/6228
* games-*/*: Remove stable keywordsDavid Seifert2017-11-181-1/+1
| | | | | | Gentoo currently does not have the manpower to maintain a ton of stable games packages. Closes: https://github.com/gentoo/gentoo/pull/5404
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* games-emulation/dolphin-5.0-r0: stable on amd64Tobias Klausmann2016-12-191-1/+1
| | | | Gentoo-Bug: 501546
* games-emulation/dolphin: remove unused patchesMichael Mair-Keimberger (asterix)2016-11-173-402/+0
|
* games-emulation/dolphin: Updates locales and QT flag, bug #561914Devan Franchini2016-06-241-2/+2
| | | | Package-Manager: portage-2.3.0
* games-emulation/dolphin: Updates package version to reflect new releaseDevan Franchini2016-06-242-34/+74
| | | | Package-Manager: portage-2.3.0
* games-emulation/dolphin: clean old (last user of libsfml-1)Michael Sterrett2016-05-083-311/+0
| | | | Package-Manager: portage-2.2.26
* Removes games eclass usage & changes desktop icon location, bug #561914Devan Franchini2016-04-021-10/+4
| | | | Package-Manager: portage-2.2.27
* Adds LINGUAS support to ebuid, bug #561914Devan Franchini2016-04-021-1/+15
| | | | Package-Manager: portage-2.2.27
* Replaces xpm icon with png and svg, bug #575420Devan Franchini2016-03-051-1/+2
| | | | Package-Manager: portage-2.2.27
* Removes DOLPHIN_WC_REVISION, bug #576090Devan Franchini2016-03-051-1/+0
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* games-emulation/dolphin: Removes saving of GL external folderDevan Franchini2016-01-131-3/+0
| | | | | | | | | | The GL external folder is no longer used and attempting to save it will cause a failure when running the ebuild. X-Gentoo-Bug: 571272 X-Gentoo-Bug-URL: https://bugs.gentoo.org/571272 Package-Manager: portage-2.2.24
* Fully removes all libav restrictions, bug #570346Devan Franchini2016-01-062-6/+2
| | | | Package-Manager: portage-2.2.24
* Removes uneeded version limit on libavDevan Franchini2016-01-012-4/+4
| | | | | X-Gentoo-Bug: 570346 X-Gentoo-Bug-URL: https://bugs.gentoo.org/570346
* games-emulation/dolphin: Removes unneeded dependenciesDevan Franchini2015-12-131-4/+4
| | | | | | Also adds lzo and libpng as explicit deps Package-Manager: portage-2.2.24
* games-emulation/dolphin: Adds updates to 9999 ebuild, bug #561914Devan Franchini2015-12-122-15/+60
| | | | | | | Removes a lot of outdated dependencies and adds a few newer ones. Also adds various new USE flags. Package-Manager: portage-2.2.24
* games-emulation/dolphin - Bumps to version 5.0Devan Franchini2015-12-114-0/+345
| | | | Package-Manager: portage-2.2.24
* Update remote-idsJustin Lecher2015-10-161-10/+13
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Convert URIs for googlecode.com to httpsJustin Lecher2015-08-241-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-086-0/+693
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