Orivej Desh
ccfc0d599d
SDL2: do not propagate private dependencies
...
Fixes #41620 by adding libGL directory to libSDL2 runpath
2018-07-02 21:34:33 +00:00
Orivej Desh
3db4ce91d0
SDL2: do not patchelf libSDL2.so twice
...
There are two symlinks pointing to the same library, libSDL2.so and
libSDL2-2.0.so.0. patchelf should run on non-symlinks instead.
2018-07-02 21:34:33 +00:00
Orivej Desh
8d5570a041
SDL2: limit postFixup to the platforms supported by patchelf
...
This prevents future rebuilds on Darwin if this Linux-only postFixup changes.
2018-07-02 21:34:33 +00:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Matthew Bauer
08c6c6beb4
SDL2: disable sdltest on darwin
...
Darwin headless will hang when trying to run the SDL test program.
2018-06-06 19:19:30 -04:00
John Ericson
219b74d71b
SDL, SDL2: Remove crossAttrs
...
Cross drvs are now the default for precisely this reason.
2018-05-10 13:14:12 -04:00
Michael Raskin
b49ef26eca
Merge pull request #36377 from oxij/pkgs/fix-pulseaudio-references
...
tree-wide: fix pulseaudio references; fix SDL expressions
2018-03-06 19:56:36 +00:00
Carles Pagès
344bc9cde6
SDL2: 2.0.7 -> 2.0.8
2018-03-06 20:31:59 +01:00
Jan Malakhovski
39319f3a75
SDL2: don't compile any static outputs
...
After the previous patch there's no reason to have them. But I didn't try to
rebuild every single thing that depends on this, so try reverting this patch first
if something does break and you can't fix it.
2018-03-06 15:43:29 +00:00
Jan Malakhovski
f114118842
SDL, SDL2: don't link statically to any of the inputs
2018-03-06 15:43:27 +00:00
Jan Malakhovski
6166027ca8
SDL, SDL2: cleanup and cross-pollinate with useful changes to either expression
2018-03-06 15:42:26 +00:00
Alexander V. Nikolaev
8f2a22935c
treewide: transition from mesa_noglu to libGL
2018-02-24 17:03:46 +02:00
Will Dietz
2e2517c9c9
SDL: add libiconv to fix build
2018-02-13 09:44:54 -06:00
John Ericson
046f091e0d
treewide: Don't use envHook anymore
...
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
Vladimír Čunát
020a6663d3
SDL2: disable parallel building
...
Example failure: https://hydra.nixos.org/build/63996552
(cherry picked from commit 80e8e555b4
)
2017-11-17 03:43:46 +00:00
gnidorah
b0d193f596
SDL2: wayland support
2017-11-06 16:09:03 +02:00
Franz Pletz
4c26199ad7
SDL2: 2.0.5 -> 2.0.7 for CVE-2017-2888
2017-10-27 11:58:50 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Lluís Batlle i Rossell
0c42efd9d7
SDL2: fix creation of libSDL2main.a
...
It's required by a trigger rally update I will commit next.
And other games use that too.
2017-02-16 22:24:40 +01:00
Cray Elliott
d62d26251d
SDL2: 2.0.4 -> 2.0.5
2017-02-02 15:36:00 -08:00
Carles Pagès
fd400ced6b
Rename page to cpages to match github
...
I also updated the mail.
2017-01-20 16:55:29 +01:00
Linus Heckemann
da70d3da0f
SDL2: split derivation
2016-12-26 01:35:43 +03:00
Nikolay Amiantov
7bf7f19765
SDL2: cleanup and add patch to discover extensions
2016-08-22 06:30:01 +03:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Jude Taylor
07849565ed
SDL2: add darwin frameworks
2015-10-28 13:34:53 -07:00
Vladimír Čunát
1fdbc3097b
alsa-lib: split "dev" output and fix referrers
2015-10-13 20:18:55 +02:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Vladimír Čunát
043a8478c3
SDL: propagate libcap and fixup native inputs
...
Close #8205 .
All inputs except pkgconfig shouldn't be native but rather disabled on
cygwin, I suppose.
2015-06-08 11:16:33 +02:00
William A. Kennington III
b07929b0a3
Use libpulseaudio instead of pulseaudio
2015-05-29 14:32:56 -07:00
Spencer Whitt
948884ef11
SDL2: pass explicit --without-x flag to configure
...
Fixes build on Darwin for me, possibly necessary on other systems as
well
2015-04-29 17:39:40 -04:00
Manuel Adameit
c7a74ca5c6
Modified SDL2 derivation to work on Mac OSX darwin
...
default to no alsa on darwin
default to no x11 support on darwin
changed asserts to check for darwin
2015-02-08 18:08:14 +01:00
Carles Pagès
b372ce598a
SDL2: update to 2.0.3
2014-03-30 18:32:22 +02:00
Nixpkgs Monitor
ceb1f815b4
SDL2: update from 2.0.1 to 2.0.2
2014-03-14 11:16:56 +01:00
Carles Pagès
b81caba5fb
SDL2: some improvements to the expression.
...
Based on comments in the pull request from @edolstra and @peti. I also added
missing metadata, setting myself as maintainer.
2013-11-06 23:17:46 +01:00
Carles Pagès
b551f8bced
SDL2: clean configure flags.
...
I removed some flags that are no longer present, one that was redundant
(default value) and added a comment regarding why enable-static is there.
2013-11-04 19:49:57 +01:00
Carles Pagès
1138f0a96b
SDL2: update to v2.0.1
2013-11-04 19:37:53 +01:00
Carles Pagès
e9a4a91af6
SDL2: update hashes for new stable release tarballs.
...
I also had to update the url to the main SDL2 lib.
2013-08-27 23:34:49 +02:00
Carles Pagès
e87589b2ef
SDL2: add release candidate
...
The tarball is not marked as such, but current 2.0.0 version is still a release
candidate for SDL2.
2013-08-27 22:55:41 +02:00