summary refs log tree commit diff
path: root/pkgs/development/libraries/glew
Commit message (Collapse)AuthorAge
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* glew: 2.0.0 -> 2.1.0Ryan Mulligan2018-03-25
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/glew/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.1.0 with grep in /nix/store/r6kh84dxq1pi99hcc2dip060kwbg5164-glew-2.1.0-bin - directory tree listing: https://gist.github.com/5a1de7b9365c14af6aca6f9b9c76b6c1
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
|
* glew: fix darwin install nameOrivej Desh2017-11-27
|
* misc pkgs: Recategorize some dependenciesJohn Ericson2017-09-05
|
* misc pkgs: Remove unneeded *Platform == *Platform comparisonsJohn Ericson2017-06-30
| | | | | PR #26007 used these to avoid causing a mass rebuild. Now that we know things work, we do that to clean up.
* glew default: Don't use stdenv ? crosshsloan2017-06-28
|
* glew 1.10: Don't use stdenv ? crosshsloan2017-06-28
|
* glew: Rely on cc-wrapper can to export these env varsJohn Ericson2017-06-28
|
* glew: 1.13.0 -> 2.0.0David McFarland2017-02-07
|
* glew: Use separate outputs and don't install static librariesEelco Dolstra2016-09-01
|
* glew110: fix darwin buildMatthew Bauer2016-08-16
|
* Merge master into stagingVladimír Čunát2015-10-23
|\
| * glew-1.10: add packageNikolay Amiantov2015-10-10
| |
* | glew: 1.11.0 -> 1.13.0William A. Kennington III2015-10-02
|/
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* glew: update, and tweak metaVladimír Čunát2014-08-21
|
*-. Merge 'mingw-w64' and 'darwin' into cross-win-osx.aszlig2014-03-12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both branches have quite a lot in common, so it's time for a merge and do the cleanups with respect to both implementations and also generalize both implementations as much as possible. This also closes #1876. Conflicts: pkgs/development/interpreters/lua-5/5.2.nix pkgs/development/libraries/SDL/default.nix pkgs/development/libraries/glew/default.nix pkgs/top-level/all-packages.nix
| | * glew/cross: Fix build for Darwin.aszlig2014-03-12
| |/ |/| | | | | | | | | | | | | The Makefile still contained calls to install with the -s (strip) option, which we don't want because it uses the native strip utility and we're going to crossStrip in fixupPhase later anyway. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * Use mingw-w64 for 32bit Windows builds as well.aszlig2014-03-03
| | | | | | | | | | | | | | | | | | Mingw(32) is rather poorly maintaned and has quite a lot of bugs. And because our Windows cross builds were also poorly maintained and most of the cross-tests were broken as well, I'm just taking this step and try to switch to mingw-w64 for everything "cross Windows". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * glew/cross: Fix building with mingw-w64.aszlig2014-02-24
|/ | | | | | | | | | | This also cleans up the package expression a bit and we no longer directly override the phases (except patchPhase). Also for cross-builds we're using the stock mingw target and pass CC, LD and STRIP to make, because the mingw-w64 targets of the upstream package are outdated. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* glew: update from 1.9.0 to 1.10.0Nixpkgs Monitor2013-12-18
|
* glew: install glewinfo and visualinfoEvgeny Egorochkin2013-10-24
|
* qt, glew: propagate gluVladimír Čunát2013-08-06
| | | | | | After removing qt's dependency on the symlinked combination of mesa and glu, many qt apps were missing it now (since e9f0d10). I resove this to a compromise.
* glew: install libraries to $out/lib instead of $out/lib64Song Wenwu2013-06-09
|
* glew: updateVladimír Čunát2013-05-18
| | | | | | Most code taken from the huge pull request https://github.com/mornfall/nixpkgs/commit/f28674a68b497363b0bf34886c0c20ed260257e8 and added another update, changed description.
* Update GLEWMichael Raskin2012-01-26
| | | | svn path=/nixpkgs/trunk/; revision=31867
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22795
* * Fix various broken URLs / mirrors.Eelco Dolstra2010-02-05
| | | | | | * Updated tcpdump, ImageMagick, lsof. svn path=/nixpkgs/trunk/; revision=19847
* Updating glewLluís Batlle i Rossell2010-01-21
| | | | svn path=/nixpkgs/trunk/; revision=19596
* Nix-expr style reviewYury G. Kudryashov2008-01-30
| | | | | | | | | | | | Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
* fix (now installs into ;)Marc Weber2008-01-17
| | | | svn path=/nixpkgs/trunk/; revision=10183
* glew addedMarc Weber2008-01-16
svn path=/nixpkgs/trunk/; revision=10164