about summary refs log tree commit diff
path: root/pkgs/development/libraries/smpeg
AgeCommit message (Collapse)AuthorFilesLines
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