about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf
AgeCommit message (Collapse)AuthorFilesLines
2022-03-25gdk-pixbuf: 2.42.6 → 2.42.8Jan Tojnar1-2/+2
https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/compare/2.42.6...2.42.8
2022-03-25tree-wide: Modernize moving gi-docgen-built docs to devdoc outputJan Tojnar1-4/+5
Since DevHelp 41, it no longer needs to be stored in `share/devhelp`.
2022-01-13gdk-pixbuf-xlib: 2020-06-11-unstable -> 2.40.2Daniel Șerbănescu1-3/+3
2021-11-14misc: Replace tab indentation with spacesVictor Engmark1-11/+11
I've tried to be consistent, using four or eight spaces to line up with existing code.
2021-11-05gdk-pixbuf: enable strictDepsArtturin1-4/+15
gdk-pixbuf: make gobject-introspection conditional to fix binfmt cross-compile
2021-05-25gdk-pixbuf: support cross-compilation by disabling introspection and gtk_docRick van Schijndel1-6/+12
I don't know why the gating on whether gobject-introspection is or isn't null was added, but I removed it. It was added here: 7fbcc562609249a6ba81b26064e31c00ed38ebda.
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-05gdk-pixbuf: 2.42.2 → 2.42.6Jan Tojnar1-21/+24
2021-05-05gnome3: support new versioning scheme in the update scriptJan Tojnar1-0/+1
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob2-8/+8
2020-12-28gdk-pixbuf: enable debug infoJan Tojnar1-0/+2
2020-12-08gdk-pixbuf: 2.42.0 → 2.42.2Jan Tojnar1-2/+2
Fixes CVE-2020-29385 https://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.2.news
2020-11-20gdk-pixbuf: 2.40.0 → 2.42.0Jan Tojnar1-14/+5
https://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.0.news xlib has been dropped, some build flags changed: https://mail.gnome.org/archives/distributor-list/2020-November/msg00000.html Also corrected license.
2020-10-26Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát1-3/+1
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).
2020-10-25Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát1-1/+3
I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
2020-10-25Merge #101508: libraw: 0.20.0 -> 0.20.2Vladimír Čunát1-3/+1
2020-10-21treewide: move fixDarwinDylibNames to nativeBuildInputsAndrew Childs1-3/+1
This hook runs at build time and depends on executing install_name_tool from binutils.
2020-10-14treewide: De-inline uses of lib.boolToStringMalte Brandy1-1/+2
This commit should not change eval results
2020-08-14gdk-pixbuf-xlib: 2019-10-19-unstable -> 2020-06-11-unstableDaniel Șerbănescu1-3/+3
2020-06-11gdk-pixbuf-xlib: fix pc fileJan Tojnar1-6/+3
It had incorrect include path and did not propagate dependencies correctly.
2020-05-18gdk-pixbuf: do not build deprecated xlib libraryJan Tojnar1-7/+1
It is deprecated and will be removed: https://mail.gnome.org/archives/desktop-devel-list/2019-November/msg00009.html Until then, you can use gdk-pixbuf-xlib package.
2020-05-18gdk-pixbuf-xlib: init at 2019-10-19-unstableJan Tojnar1-0/+55
https://mail.gnome.org/archives/desktop-devel-list/2019-November/msg00009.html
2020-05-18gdk-pixbuf: clean upJan Tojnar1-20/+58
* format with nixpkgs-fmt * reorder the attributes * replace aliases * inline pname & version * add GNOME maintainers * update homepage from devdocs to repo
2020-04-13Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer2-3/+3
Cross compilation fixes [april 2020]
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-06gdk-pixbuf: make target env hookMatthew Bauer1-1/+1
Unfortunately, we need to emulate the system to get a real cache. Native version doesn’t know the right paths.
2020-04-06gdk-pixbuf: support cross compilationMatthew Bauer1-2/+2
- add glib to nativeBuildInputs - only update loaders cache on native builds
2020-01-08gdk-pixbuf: upstream patch to fix the nixos testVladimír Čunát1-1/+9
Tested nixos.tests.installed-tests.gdk-pixbuf.x86_64-linux atop the current nixpkgs master.
2019-12-01gdk-pixbuf: fix setup hookJan Tojnar1-1/+1
b78e84097fab tried to make the script better but used the wrong test syntax: [[ 113 > 99 ]] is false. This caused the librsvg not being added to $GDK_PIXBUF_MODULE_FILE. Fixes: https://github.com/NixOS/nixpkgs/pull/73586#issuecomment-560106317
2019-11-19gdk-pixbuf: disable JPEG2000 supportc0bw3b1-3/+2
jasper has unfixed CVE Upstream has no plan to switch to openjpeg AFAICT
2019-11-11Merge staging-next into stagingFrederik Rietdijk1-1/+5
2019-11-08gdk-pixbuf setup hook: GDK_PIXBUF_MODULE_FILE might not be definedJohn Ericson1-3/+3
Also switch to [[ ... ]] because it is more robust w.r.t. empty arguments.
2019-11-07gdk-pixbuf: add test to passthruworldofpeace1-1/+5
2019-10-12gdk-pixbuf: 2.38.2 -> 2.46.0Tor Hedin Brønner1-2/+2
2019-09-30gdk-pixbuf: 2.38.1 → 2.38.2worldofpeace1-2/+2
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-1/+0
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-04[treewide] delete unused patchesc0bw3b1-18/+0
2019-02-28gdk-pixbuf: 2.38.0 -> 2.38.1Will Dietz1-12/+3
https://gitlab.gnome.org/GNOME/gdk-pixbuf/tags/2.38.1
2018-12-02gobject-introspection: rename packageJan Tojnar1-3/+3
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-30gdk_pixbuf: 2.36.12 → 2.38.0Jan Tojnar1-27/+14
2018-10-05gnome3: remove versionBranch attributeJan Tojnar1-1/+1
Standard library now contains stdenv.lib.versions.majorMinor, which does the same.
2018-08-20gdk_pixbuf: add licenseMarkus Kowalewski1-0/+1
2018-07-15gdk-pixbuf.src: switch to fetchFromGitLabJan Tojnar1-3/+5
2018-06-06gdk-pixbuf: fix loader.cache on darwinOrivej Desh1-1/+9
gdk-pixbuf-query-loaders looks for .so files even on darwin, but after the switch to meson the loaders are installed with .dylib extension. Fixes #41314
2018-06-06Revert "gdk-pixbuf: patch library rpath references on darwin"Orivej Desh1-5/+1
This reverts commit 6bb08e881dd41c7cda2569126bec930007c2cc0f. See the next commit.
2018-06-06Revert "gdk-pixbuf: make loaders builtin on Darwin"Orivej Desh1-1/+1
This reverts commit 6d3b9763a6b343531a510ca495ec1bc260d41c32. See the next commit.
2018-06-01gdk-pixbuf: make loaders builtin on DarwinJan Tojnar1-1/+1
Meson produces faulty loaders on Darwin, building them into the library bypasses that. https://github.com/NixOS/nixpkgs/commit/4b2f3971981272b79da7f87b639ca8854a6ea89c
2018-06-01Revert "Revert commit 4b2f3971981272b79da7f87b639ca8854a6ea89c"Jan Tojnar3-17/+84
This reverts commit 85ae7137ac6a1623be90c8f0897566367d300c12.
2018-05-31Revert commit 4b2f3971981272b79da7f87b639ca8854a6ea89cMatthew Bauer3-84/+17
This reverts commit 4b2f3971981272b79da7f87b639ca8854a6ea89c. It updated gdk_pixbuf to 2.36.12 but unfortunately broke macOS builds. The new mime sniffing is not working correctly so that .png files cannot be built. Fixes #41314 /cc @jtojnar @lnl7