summary refs log tree commit diff
path: root/pkgs/development/libraries/libjpeg-turbo
Commit message (Collapse)AuthorAge
* Merge master into staging-nextgithub-actions[bot]2021-06-10
|\
| * ligjpeg-turbo: v7 and 8 abi compatibilityKevin Amado2021-06-09
| | | | | | | | | | - Add build-time flags as explained in the BUILDING.md to build the library with v7 and v8 abi compatibility
* | Merge master into staging-nextgithub-actions[bot]2021-05-31
|\|
| * libjpeg-turbo: Fix tests on RISC-VZhaofeng Li2021-05-30
| | | | | | | | | | This fixes the tests on RISC-V caused by floating point behavior differences (see linked upstream issue).
* | libjpeg: 2.0.6 -> 2.1.0R. RyanTM2021-05-16
|/
* libjpeg-turbo: Optionally build Java wrapperNiklas Hambüchen2021-02-18
|
* Merge staging-next into stagingzowoq2021-01-22
|\
| * pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
| |
* | libjpeg-turbo: include transupp functionality for freeimageLas2021-01-10
|/ | | | The transupp.h header is exported in the dev_private output.
* treewide: Start to break up static overlayJohn Ericson2021-01-03
| | | | | | | | | We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
* libjpeg: 2.0.5 -> 2.0.6R. RyanTM2020-11-28
|
* libjpeg: 2.0.4 -> 2.0.5TredwellGit2020-10-06
| | | | https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.5
* libjpeg_turbo: fix static buildSymphorien Gibol2020-07-01
|
* libjpeg(-turbo): patch CVE-2020-13790Vladimír Čunát2020-06-18
| | | | | Fixes #90864 (roundup issue). Release is said to be expected soon, but we can patch now anyway.
* libjpeg_turbo: fix race in testsAndrew Childs2020-05-05
| | | | | | | | | | | | | | | | | Fixes: 12/151 Test #46: jpegtran-shared-icc ...............................***Failed 0.03 sec Premature end of JPEG file JPEG datastream contains no image 63/151 Test #47: jpegtran-shared-icc-cmp ...........................***Failed 0.12 sec Could not obtain MD5 sum: No such file or directory The following tests FAILED: 46 - jpegtran-shared-icc (Failed) 47 - jpegtran-shared-icc-cmp (Failed) Example build: https://hydra.nixos.org/build/117594627
* Merge branch 'staging-next' into stagingJan Tojnar2020-04-13
|\
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | libjpeg_turbo: 2.0.3 -> 2.0.4Cole Mickens2020-04-09
|/
* libjpeg-turbo: Add flag to build static libraries as wellNiklas Hambüchen2019-11-03
|
* libjpeg-turbo: 2.0.2 -> 2.0.3Orivej Desh2019-09-05
|
* libjpeg_turbo: remove unneeded CMake flagsJan Tojnar2019-07-30
| | | | Not necessary since https://github.com/NixOS/nixpkgs/pull/52856
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* Merge staging into staging-nextFrederik Rietdijk2019-05-18
|\
| * libjpeg-turbo: 2.0.1 -> 2.0.2, cleanupWill Dietz2019-04-17
| | | | | | | | | | | | | | https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.2 * patches included, drop * use installCheck to avoid needing to set LD_LIBRARY_PATH
* | libjpeg-turbo: 2.0.1 -> 2.0.2Eelco Dolstra2019-05-16
|/
* libjpeg-turbo: fix CVE-2018-20330 (#53950)Orivej Desh2019-01-16
|
* libjpeg-turbo: specify djpeg rgb-islow-icc-cmp test dependenciesOrivej Desh2019-01-12
| | | | | | Hydra failure: https://hydra.nixos.org/build/87096374/nixlog/1 Upstream issue: https://github.com/libjpeg-turbo/libjpeg-turbo/pull/321
* libjpeg(-turbo): patch CVE-2018-19664Vladimír Čunát2019-01-02
| | | | Fixes #52972.
* libjpeg-turbo: don't change ABI, don't add *.aVladimír Čunát2018-11-23
| | | | (refers to the parent commit)
* libjpeg-turbo: 1.5.3 -> 2.0.1José Romildo Malaquias2018-11-16
|
* 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.
* libjpeg: always use libjpeg_turboMatthew Bauer2018-05-10
| | | | | | libjpeg_turbo is consistently built on Darwin now. I have no way to verify FreeBSD so if anyone can confirm libjpeg_turbo is still broken please revert this!
* treewide: Simplify some `doCheck` callsJohn Ericson2018-01-09
| | | | | | In anticipation of what I outline in #33599, I only simplify exactly those `doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a comment next to them so I can grep for them later.
* libjpeg(-turbo): 1.5.2 -> 1.5.3Vladimír Čunát2017-12-16
|
* libjpeg-turbo: Don't run testsuite when cross-compilingBen Gamari2017-10-27
|
* treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* libjpeg(-turbo): 1.5.1 -> 1.5.2Vladimír Čunát2017-07-15
|
* libjpeg-turbo: Don't use stdenv.crosshsloan2017-06-28
|
* libjpeg(-turbo): 1.5.0 -> 1.5.1Vladimír Čunát2016-12-03
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* libjpeg(-turbo): 1.4.2 -> 1.5.0Vladimír Čunát2016-07-09
|
* libjpeg(-turbo): fix on mingwVladimír Čunát2016-04-23
| | | | By porting a patch from msys2.
* libjpeg(-turbo): drop unneeded autoreconf, fix crossVladimír Čunát2016-04-20
|
* Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * libjpeg(-turbo): maintenance update 1.4.1 -> 1.4.2Vladimír Čunát2015-09-23
| |
| * libjpeg-turbo: 1.4.0 -> 1.4.1William A. Kennington III2015-06-18
| |
| * libjpeg-turbo: make Hydra only build it on LinuxVladimír Čunát2015-05-18
| | | | | | | | | | I don't know what's wrong with darwin. Anyway, it's unused on darwin by default.
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\| | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * libjpeg-turbo: major update, and populate metaVladimír Čunát2015-01-13
| | | | | | | | | | TODO: also some darwin packaging improvements were in the news. Maybe it would be suitable to have this as the default libjpeg in there.
| * Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | | | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739