about summary refs log tree commit diff
path: root/pkgs/development/libraries/smpeg
AgeCommit message (Collapse)AuthorFilesLines
2023-11-03smpeg: fix build with clang 16Randy Eckenrode1-1/+17
Apply upstream patches to remove usage of the `register` storage class specifier, which was removed from C++17 (the default with clang 16).
2023-08-03smpeg: unbreak on darwinWeijia Wang1-1/+1
2022-09-21smpeg: split out/dev outputsPierre Bourdon1-2/+6
Prevents a dependency to SDL.dev from being propagated in the main output via bin/smpeg-config.
2022-06-11smpeg: 390 -> 0.4.5Artturin1-10/+11
change source to new upstream http://svn.icculus.org/smpeg/trunk/ they moved to github 0.4.5 is revision 399 on svn http://svn.icculus.org/smpeg?view=rev&revision=399 https://github.com/icculus/smpeg/tags
2022-06-11smpeg: fix handling of pkg-configNick Cao2-0/+16
2022-05-27tree-wide: SDL may not have a .devPeter Hoeg1-1/+1
2022-02-14smpeg: rename name to pname&versionFelix Buehler1-1/+1
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-3/+3
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.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster1-1/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-06-17smpeg: fix build with gcc8Franz Pletz2-0/+26
2019-01-21smpeg: fix build by linking against libX11 explicitlyWill Dietz1-0/+2
Error: /nix/store/anvi6cx0rcj9xn48af849qnr590avyn3-binutils-2.30/bin/ld: gtv.o: undefined reference to symbol 'XMoveWindow' /nix/store/ps571bzx27x5imzifw4wiah32mpqpgva-libX11-1.6.7/lib/libX11.so.6: error adding symbols: DSO missing from command line
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-01-25smpeg: build with gcc 6Robin Gloster3-2/+49
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-03Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-0/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-04-18Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+1
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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-02-07smpeg: turn off format hardeningRobin Gloster1-0/+2
2015-10-13SDL: split the dev output and fix referrersVladimír Čunát1-1/+1
2014-10-23smpeg: fix smpeg-configNikolay Amiantov1-2/+8
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-06-09Change package versions to conform to nixpkgs conventions.Evgeny Egorochkin1-1/+1
2012-09-27fix build of smpegMarc Weber1-1/+3
2011-03-28Making btanks work (and adding smpeg).Lluís Batlle i Rossell1-0/+34
svn path=/nixpkgs/trunk/; revision=26585