about summary refs log tree commit diff
path: root/pkgs/development/libraries/libdevil
AgeCommit message (Collapse)AuthorFilesLines
2023-02-07treewide: Add `meta.pkgConfigModules` to a few packagesJohn Ericson1-3/+7
Picking up where https://github.com/NixOS/nixpkgs/pull/214304 left off.
2022-12-04libdevil: cleanup, add proper option for X supportSandro Jäckel1-15/+29
2021-12-19maintainers: drop phreedomSandro Jäckel1-1/+1
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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-11-19libdevil: Fix patch URLScott Worley1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-11libdevil: fix testsJan Malakhovski1-0/+7
2018-02-24treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev1-2/+2
2017-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2016-11-16libdevil: Use multiple outputsEelco Dolstra1-6/+8
2015-11-25libdevil: fix build in clang stdenvsJude Taylor1-0/+2
2015-10-24darwin: libdevil: add needed inputsAsko Soukka1-2/+6
2015-03-23libdevil: patch to build on darwinPatrick Mahoney2-0/+28
On a OSX 10.10 system: libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -fgnu89-inline -msse -msse2 -msse3 -D_THREAD_SAFE -I/nix/store/7n9c36hz9sl2dqvfry8d554l935hq4ma-openexr-2.2.0/include/OpenEXR -I/nix/store/3jxslxa37wmfdnyfj1hckpxl0skscgj0-ilmbase-2.2.0/include/OpenEXR -O3 -c ./../src-IL/src/il_exr.cpp -fno-common -DPIC -o .libs/libIL_la-il_exr.o In file included from ./../src-IL/src/il_exr.cpp:22: In file included from ./../src-IL/include/il_exr.h:18: In file included from /nix/store/7n9c36hz9sl2dqvfry8d554l935hq4ma-openexr-2.2.0/include/OpenEXR/ImfIO.h:49: In file included from /nix/store/3qsrpjbsmn7w4d18i8zc6a44myiaa516-libc++-3.5.0/include/c++/v1/string:434: /nix/store/3qsrpjbsmn7w4d18i8zc6a44myiaa516-libc++-3.5.0/include/c++/v1/__config:32:22: error: expected value in expression #if __LITTLE_ENDIAN__ ^ /nix/store/3qsrpjbsmn7w4d18i8zc6a44myiaa516-libc++-3.5.0/include/c++/v1/__config:110:11: fatal error: 'endian.h' file not found # include <endian.h> ^ 2 errors generated. make[1]: *** [libIL_la-il_exr.lo] Error 1 make[1]: Leaving directory `/private/var/folders/1g/yfm550_10sb76p0z469bq9mr5zsthm/T/nix-build-libdevil-1.7.8.drv-1/devil-1.7.8/lib' make: *** [all-recursive] Error 1 See http://sourceforge.net/p/resil/tickets/8/
2014-09-09fix even more clang buildsJoel Taylor1-0/+9
2013-10-07Fix a bunch of Hydra evaluation errorsEelco Dolstra1-1/+1
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-02-02libdevil: pick a couple of debian patchesYury G. Kudryashov2-7/+49
svn path=/nixpkgs/trunk/; revision=31986
2010-11-13Spring RTS: packaged along with its deps and utils: libDevIL, ↵Evgeny Egorochkin1-0/+23
libtorrent-rasterbar, spring-lobby. svn path=/nixpkgs/trunk/; revision=24681