Angus Trau
72cfa909f4
allegro5: fix native dialog addon
2021-08-12 22:26:50 +10:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
R. RyanTM
8871894835
allegro5: 5.2.6.0 -> 5.2.7.0
2021-03-11 04:09:09 +00:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Michael Raskin
b623628401
Merge pull request #97696 from WhittlesJr/allegro-patch
...
allegro: Add patch to fix fatal build error
2020-09-12 09:34:45 +00:00
Alex Whitt
309fb9c03b
allegro: Add patch to fix fatal build error
2020-09-10 15:20:44 -04:00
Jonathan Ringer
cceb63ff0a
allegro: fix build, use texinfo6_5
2020-09-08 01:03:27 -07:00
Scott Worley
138300330c
allegro4: 4.4.2 -> 4.4.3.1 (fixes atanks & racer)
2020-04-22 02:40:36 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
1905a37193
allegro5: 5.2.5.0 -> 5.2.6.0
2020-02-12 00:39:35 +00:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined
2019-11-18 20:10:43 +00:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
Jonathan Ringer
792c8e8756
allegro: 5.2.4.0 -> 5.2.5.0
2019-08-26 00:53:26 -07:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
Orivej Desh
6d315ab1fa
allegro4: fix build with mesa 18.2.5
...
GL/glxext.h include guard was changed in
https://cgit.freedesktop.org/mesa/mesa/commit/include/GL/glxext.h?h=mesa-18.2.5&id=06eb33960e85994bd4ee952395dde6d1762c93b5
2018-12-27 17:15:27 +00:00
Herwig Hochleitner
d06770b9a0
allegro5: fix build for mesa 18.2.5
...
mesa 18.2.5, introduced in 6b490ee296
changed some private headers, that allegro is relying on. This fix backports
the relevant commit from allegro upstream
cc @7c6f434c
2018-12-20 20:06:11 +01:00
Renaud
8d6f4e5ca3
allegro: fix v4.4.2 src URL ( #48287 )
...
Gna.org forge has disappeared
2018-10-12 22:33:43 +02:00
Ryan Mulligan
0d5eb901ad
treewide: http -> https
2018-06-23 04:34:55 -07:00
Ryan Mulligan
51a0ef4bdd
allegro: 5.2.3.0 -> 5.2.4.0
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. 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 5.2.4.0 with grep in /nix/store/ffhc3yjpm6avrds564k83vgn1ppw00yr-allegro-5.2.4.0
- directory tree listing: https://gist.github.com/1045c5013f37df121b7965ce4f5c9f5a
2018-03-17 09:40:48 -07:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Evan Wallace
3c0f3cf07d
allegro5: 5.2.2.0 -> 5.2.3.0
2017-11-09 12:45:04 +00:00
Piotr Bogdan
e22a77217d
allegro: fix sandboxed build with nixUnstable
...
In Nix 1.12 sandboxed builds are performed in /build/ directory which conflicts
with the regex in docs/CMakeLists.txt, and generated documentation ends up in
wrong directory -> https://hydra.nixos.org/build/53914969/nixlog/1 -> CTRL-F
abi.txt
2017-09-03 19:32:35 +01:00
Robin Gloster
3fb4c9e899
allegro5: 5.2.1.1 -> 5.2.2.0
2017-08-01 12:34:11 +02:00
Ricardo Ardissone
ec74f36ccc
allegro5unstable: removed
2016-11-26 17:52:16 -02:00
Ricardo Ardissone
99522fb742
allegro5: 5.0.11 -> 5.2.11
2016-11-26 17:52:16 -02:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
88b976e0db
allegro: turn off format hardening
2016-02-08 09:52:09 +00:00
Robert Helgesson
9a47354a96
allegro5unstable: use stdenv
...
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Robert Helgesson
f37279aebc
allegro5: use stdenv
...
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Robert Helgesson
bbd253b569
allegro: use stdenv
...
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Michael Raskin
f7e2b9f89a
allegro 5 unstable: update 5.1.10 -> 5.1.11
2015-07-05 00:32:53 +03:00
Michael Raskin
47011aa614
Update allegro5-unstable
2015-05-10 13:36:44 +03:00
Michael Raskin
5c9df93376
Allegro 5 (stable): 5.0.10 -> 5.0.11
2015-01-18 18:20:09 +03:00
Michael Raskin
bda8de6b63
Allegro 5 unstable: 5.1.8 -> 5.1.9
2015-01-11 16:43:29 +03:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Michael Raskin
fb986f553e
Fix allegro4 unstable source link
2014-08-10 16:16:25 +04:00
Michael Raskin
57890e2921
Mark allegro as allegro-4.*
2014-07-04 21:33:59 +04:00
Michael Raskin
91623b8472
Add fresh (unstable) Allegro 5, too
2014-07-01 12:41:07 +04:00
Evgeny Egorochkin
4c2976230a
allegro5: add missing dependencies
2013-12-18 18:18:15 +02:00
Nixpkgs Monitor
55a8f167e2
allegro5: update from 5.0.4 to 5.0.10
2013-12-18 18:18:15 +02:00
Michael Raskin
d65cab3852
Adding Allegro 5
...
svn path=/nixpkgs/trunk/; revision=29482
2011-09-25 21:07:48 +00:00
Michael Raskin
503536703e
Fix Allegro URL
...
svn path=/nixpkgs/trunk/; revision=29481
2011-09-25 18:12:40 +00:00
Yury G. Kudryashov
2b67f92ec9
allegro-4.4.2; compiles against libpng-1.5.4
...
svn path=/nixpkgs/trunk/; revision=29477
2011-09-25 03:39:23 +00:00
Lluís Batlle i Rossell
ef57b57b92
Adding two NES emulators.
...
Because of them, I made allegro build the allegrogl library.
I also added the HawkNL library.
svn path=/nixpkgs/trunk/; revision=26517
2011-03-25 22:15:48 +00:00
Michael Raskin
ec741fee8c
Adding Allegro library
...
svn path=/nixpkgs/trunk/; revision=24891
2010-11-27 18:31:05 +00:00