summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libwebp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"•••This reverts commit c778945806b44d46ec16bc4302e7e7163e6bab97. I believe this is exactly what brings the staging branch into the right shape after the last merge from master (through staging-next); otherwise part of staging changes would be lost (due to being already reachable from master but reverted). Vladimír Čunát2020-10-261-5/+10
* Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"•••I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075. Vladimír Čunát2020-10-251-10/+5
* libwebp: 1.0.3 -> 1.1.0•••https://github.com/webmproject/libwebp/releases/tag/v1.1.0 TredwellGit2020-10-131-5/+10
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: Get rid of libGLU_combinedadisbladis2019-11-181-3/+3
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-2/+2
* libwebp: 1.0.2 -> 1.0.3•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwebp/versions R. RyanTM2019-07-171-2/+2
* libwebp: enable parallel buildingOrivej Desh2019-06-131-0/+2
* libwebp: 1.0.1 -> 1.0.2•••https://github.com/webmproject/libwebp/releases/tag/v1.0.2 Will Dietz2019-01-201-2/+2
* libwebp: 1.0.0 -> 1.0.1•••https://github.com/webmproject/libwebp/releases/tag/v1.0.1 Also: https://groups.google.com/a/webmproject.org/d/msg/webp-discuss/gXMAt-IYpiQ/AuPEJGq6AQAJ (that post announces -rc2, next post after explains this is now 1.0.1) Will Dietz2018-12-021-2/+2
* libwebp: 0.6.1 -> 1.0.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwebp/versions. These checks were done: - built on NixOS - ran ‘/nix/store/7rlf92q1g4sxv0g1gj8sf8310zm9na88-libwebp-1.0.0/bin/dwebp -h’ got 0 exit code - ran ‘/nix/store/7rlf92q1g4sxv0g1gj8sf8310zm9na88-libwebp-1.0.0/bin/cwebp -h’ got 0 exit code - ran ‘/nix/store/7rlf92q1g4sxv0g1gj8sf8310zm9na88-libwebp-1.0.0/bin/gif2webp -h’ got 0 exit code - ran ‘/nix/store/7rlf92q1g4sxv0g1gj8sf8310zm9na88-libwebp-1.0.0/bin/img2webp -h’ got 0 exit code - ran ‘/nix/store/7rlf92q1g4sxv0g1gj8sf8310zm9na88-libwebp-1.0.0/bin/img2webp --help’ got 0 exit code - ran ‘/nix/store/7rlf92q1g4sxv0g1gj8sf8310zm9na88-libwebp-1.0.0/bin/webpmux -h’ got 0 exit code - ran ‘/nix/store/7rlf92q1g4sxv0g1gj8sf8310zm9na88-libwebp-1.0.0/bin/webpinfo -h’ got 0 exit code - found 1.0.0 with grep in /nix/store/7rlf92q1g4sxv0g1gj8sf8310zm9na88-libwebp-1.0.0 - directory tree listing: https://gist.github.com/a09e2cd5f3d318ac588ecdf308cc9898 R. RyanTM2018-04-241-2/+2
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-241-3/+3
* libwebp: 0.6.0 -> 0.6.1Franz Pletz2018-01-281-2/+2
* libwebp: 0.4.3 -> 0.6.0Franz Pletz2017-07-101-2/+2
* Revert "Refactor mkFlag out of old packages"•••This reverts commit 3117e0c897522ec8431572de12449f676cc8c8be. Conflicts: pkgs/development/libraries/wayland/default.nix pkgs/servers/samba/4.x.nix Eelco Dolstra2015-06-041-13/+17
* Refactor mkFlag out of old packagesWilliam A. Kennington III2015-05-221-17/+13
* libwebp: 0.4.2 -> 0.4.3William A. Kennington III2015-03-261-2/+2
* libwebp: refactor & 0.4.1 -> 0.4.2codyopel2015-02-171-12/+53
* Turn more licenses into lib.licenses style•••Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739 Mateusz Kowalczyk2014-11-061-1/+1
* update libwebp to fix giflib incompatibilityAristid Breitkreuz2014-09-301-3/+3
* libwebp: Enable (de)mux and decoder.•••This is required to build Chromium. Making it a non-optional dependency as it shouldn't really hurt other packages using it. Signed-off-by: aszlig <aszlig@redmoonstudios.org> aszlig2014-04-191-0/+6
* libwebp: Build with support for GIF and TIFF.•••Not sure whether those are really needed for Chromium, but I suppose it doesn't hurt to have support for conversion. Signed-off-by: aszlig <aszlig@redmoonstudios.org> aszlig2014-04-191-2/+2
* libwebp: Update to new upstream version 0.4.0.•••Now the version should be recent enough to be built against Chromium, see: https://code.google.com/p/webp/issues/detail?id=122#c6 Signed-off-by: aszlig <aszlig@redmoonstudios.org> aszlig2014-04-191-3/+3
* Adding libwebp•••svn path=/nixpkgs/trunk/; revision=32146 Lluís Batlle i Rossell2012-02-081-0/+20