summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libsdl2: Fix build when first installingTupone Alfredo2018-05-161-3/+3
| | | | | Closes: https://bugs.gentoo.org/655788 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/libsdl2-2.0.8-r1: alpha stableTobias Klausmann2018-05-141-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/646364
* media-libs/libsdl2: Fix include path for wrapped headerTupone Alfredo2018-05-141-0/+3
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-113-12/+3
|
* media-libs/libsdl2: Drop old 2.0.5James Le Cuirot2018-05-072-158/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* media-libs/libsdl2: Fix to CMake building errorsAzamat H. Hackimov2018-05-072-0/+239
| | | | | | | | | | Generated sdl2.pc contains trailing spaces which considered as error in CMake policy CMP0004. Added patch that fixes that. Upstream bug: https://bugzilla.libsdl.org/show_bug.cgi?id=4144 Bug: https://bugs.gentoo.org/646364 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8098
* media-libs/libsdl2: enable cocoa on osxMarty E. Plummer2018-05-071-2/+2
| | | | | | | | | | | | | | | | | Required for building on osx prefix, otherwise you get the following build failures: Undefined symbols for architecture x86_64: "_Cocoa_IsWindowInFullscreenSpace", referenced from: _SDL_UpdateFullscreenMode in SDL_video.o _SDL_OnWindowFocusLost in SDL_video.o "_Cocoa_Mtl_AddMetalView", referenced from: _METAL_CreateRenderer in SDL_render_metal.o "_Cocoa_SetWindowFullscreenSpace", referenced from: _SDL_UpdateFullscreenMode in SDL_video.o ld: symbol(s) not found for architecture x86_64 Package-Manager: Portage-2.3.31, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8200
* media-libs/libsdl2: arm stable wrt bug #646364Mikle Kolyada2018-04-261-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/libsdl2: amd64 stable wrt bug #646364Aaron Bauman2018-04-251-1/+1
| | | | | Bug: https://bugs.gentoo.org/646364 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* media-libs/libsdl2: x86 stable (bug #646364)Thomas Deutschmann2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* media-libs/libsdl2: stable 2.0.8-r1 for ia64, bug #646364Sergei Trofimovich2018-04-211-1/+1
| | | | | | Bug: https://bugs.gentoo.org/646364 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* media-libs/libsdl2: 2.0.5 is stable on ia64Pacho Ramos2018-04-182-0/+158
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --force
* media-libs/libsdl2: Drop oldPacho Ramos2018-04-187-794/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* media-libs/libsdl2: Fix multiple dependency issuesPacho Ramos2018-04-181-0/+169
| | | | | | | | - libsamplerate was automagic (#642474 by ulm) - DirectFB is going to die (#606194) - libXt is not always needed (#590222 by Rafał Mużyło) Package-Manager: Portage-2.3.28, Repoman-2.3.9
* media-libs/libsdl2: move ~sparc keyword forwardRolf Eike Beer2018-03-052-2/+2
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* media-libs/libsdl2: Dropped media-libs/FusionSound from dependencies.Lars Wendler2018-03-024-8/+8
| | | | | | It's been removed form the tree for months already. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/libsdl2: Removed old.Lars Wendler2018-03-022-171/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/libsdl2: Bump to version 2.0.8Lars Wendler2018-03-022-0/+171
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* media-libs/libsdl2: keyworded 2.0.5 for sparc, bug #508226 (thanks to Rolf ↵Sergei Trofimovich2017-12-061-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* media-libs/libsdl2: keyworded 2.0.4 for sparc, bug #508226 (thanks to Rolf ↵Sergei Trofimovich2017-12-062-3/+3
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* media-libs/libsdl2: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-271-10/+5
|
* media-libs/libsdl2: --enable-loadso on windowsMarty E. Plummer2017-11-043-3/+3
| | | | | | | | | | For opengl to work on windows (at least via a mingw-w64 cross-compile) --enable-loadso is required, as they dlopen opengl32.dll to get a handle. Bug: https://bugs.gentoo.org/636542 Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/4649
* media-libs/libsdl2: Bump to version 2.0.7Lars Wendler2017-10-242-0/+171
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* media-libs/libsdl2: Bump to version 2.0.6Lars Wendler2017-10-113-0/+215
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* media-libs/libsdl2: Revision bump, add patch to fix DS4 support in new kernelsPatrick McLean2017-08-072-0/+206
| | | | | | | This patch has been merged in to master, but upstream hasn't done a release in quite awhile. Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-libs/libsdl2: keyword ~arm64Alexis Ballier2017-06-201-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/libsdl2: ia64 stable, bug #574786Sergei Trofimovich2017-06-101-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/libsdl2: ia64 stable, bug #608868Sergei Trofimovich2017-06-101-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/libsdl2: ~ia64 keyword, bug #508226Sergei Trofimovich2017-06-102-3/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-libs/libsdl2: ppc stable (bug 608868).Michael Weber2017-02-221-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/libsdl2: Bump to version 2.0.5Lars Wendler2016-10-203-0/+248
| | | | | Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/libsdl2: keyword ~ppcChí-Thanh Christopher Nguyễn2016-07-251-1/+1
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=508226 Package-Manager: portage-2.2.28
* media-libs/libsdl2: clean oldMichael Sterrett2016-05-064-301/+0
| | | | Package-Manager: portage-2.2.26
* media-libs/libsdl2: alpha stable, bug 573740.Matt Turner2016-05-011-1/+1
|
* media-libs/libsdl2: arm stable, bug #573740Markus Meier2016-03-151-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* media-libs/libsdl2: correct wayland REQUIRED_USE syntaxMichael Sterrett2016-03-151-1/+1
| | | | Package-Manager: portage-2.2.26
* media-libs/libsdl2: wayland requires gles (bug #576546)Michael Sterrett2016-03-151-2/+3
| | | | Package-Manager: portage-2.2.26
* media-libs/libsdl2: Stable for HPPA PPC64 (bug #573740).Jeroen Roovers2016-02-211-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches
* media-libs/libsdl2: x86 stable wrt bug #573740Agostino Sarubbo2016-02-141-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libsdl2: amd64 stable wrt bug #573740Agostino Sarubbo2016-02-131-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* media-libs/libsdl2: version bumpMichael Sterrett2016-01-033-0/+243
| | | | Package-Manager: portage-2.2.24
* media-libs/libsdl2: mark 2.0.3-r200 alpha stableMike Frysinger2015-12-241-1/+1
|
* use configure.ac (bug #563430)Michael Sterrett2015-11-141-0/+4
| | | | Package-Manager: portage-2.2.20.1
* media-libs/libsdl2: Stable for HPPA PPC64 (bug #558600).Jeroen Roovers2015-09-061-1/+1
| | | | Package-Manager: portage-2.2.20.1
* 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
* 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>