summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
Commit message (Collapse)AuthorAge
* treewide: remove myself (ma27) from a few packagesMaximilian Bosch2023-10-18
| | | | | | | | | | | | | It's time again, I guess :> Main motivation is to stop being pinged about software that I maintained for work now that I'm about to switch jobs. There's no point in pinging me to review/test updates or to debug issues in e.g. the Atlassian stack or on mailman since I use neither personally. But there's also a bunch of other stuff that I stopped using personally. While at it I realized that I'm still maintainer of a few tests & modules related to packages I stopped maintaining in the past already.
* feh: 3.10 -> 3.10.1R. Ryantm2023-10-10
|
* treewide: add meta.mainProgram to graphicsAustin Horstman2023-08-04
|
* feh: 3.9 -> 3.10apfelkuchen062023-06-17
|
* feh: fix crossAdam Joseph2023-04-14
| | | | | | | | | | | | | | Required to avoid: > aarch64-unknown-linux-gnu-gcc -g -O2 -Wall -Wextra -pedantic -std=c11 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_DARWIN_C_SOURCE -DHAVE_LIBCURL -DHAVE_MKSTEMPS -DHAVE_STRVERSCMP -DHAVE_LIBXINERAMA -DHAVE_LIBEXIF -DHAVE_INOTIFY -DPREFIX=\"/nix/store/8w2gzmyvg703wa9fj3vdpi87rcskan1f-feh-aarch64-unknown-linux-gnu-3.9\" -DPACKAGE=\"feh\" -DVERSION=\"\" -c -o main.o main.c > In file included from main.c:34: > wallpaper.h:31:10: fatal error: X11/Intrinsic.h: No such file or directory > 31 | #include <X11/Intrinsic.h> /* Xlib, Xutil, Xresource, Xfuncproto */ > | ^~~~~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [<builtin>: main.o] Error 1 > make[1]: Leaving directory '/build/source/src' > make: *** [Makefile:6: build-src] Error 2
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-21
| | | | | | | checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
* feh: fix failing testPhasekilianar2022-07-10
| | | | | | | The update of imlib2 from 1.8.1 to 1.9.1 changed the warning messages when trying to open empty image files. This caused some tests of feh to fail. Therefore we change the expected warning in test/feh.t during the postPatch phase.
* feh: 3.8 -> 3.9kilianar2022-07-09
| | | | | | Includes some refactoring: - fetchFromGitHub instead of fetchurl - add patch to fix the failing tests
* feh: correct license06kellyjac2022-01-28
|
* feh: 3.7.2 -> 3.8Joel2022-01-08
|
* feh: 3.7.1 -> 3.7.2Maximilian Bosch2021-09-25
| | | | ChangeLog: https://feh.finalrewind.org/archive/3.7.2/
* feh: 3.7 -> 3.7.1R. RyanTM2021-07-26
|
* feh: 3.6.3 -> 3.7 (#122375)Robin Gloster2021-05-09
|
* treewide: use perl.withPackages when possiblernhmjoj2021-03-31
| | | | | | | | | | | | | | | | | | | | | | Since 03eaa48 added perl.withPackages, there is a canonical way to create a perl interpreter from a list of libraries, for use in script shebangs or generic build inputs. This method is declarative (what we are doing is clear), produces short shebangs[1] and needs not to wrap existing scripts. Unfortunately there are a few exceptions that I've found: 1. Scripts that are calling perl with the -T switch. This makes perl ignore PERL5LIB, which is what perl.withPackages is using to inform the interpreter of the library paths. 2. Perl packages that depends on libraries in their own path. This is not possible because perl.withPackages works at build time. The workaround is to add `-I $out/${perl.libPrefix}` to the shebang. In all other cases I propose to switch to perl.withPackages. [1]: https://lwn.net/Articles/779997/
* feh: 3.6.2 -> 3.6.3R. RyanTM2021-01-29
|
* feh: 3.6.1 -> 3.6.2Bruno Bigras2021-01-21
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* feh: 3.6 -> 3.6.1R. RyanTM2020-12-08
|
* feh: 3.5 -> 3.6R. RyanTM2020-12-01
|
* feh: fix build on darwinRyan Burns2020-10-17
| | | | Darwin doesn't support inotify, needed for autoreload
* feh: 3.4.1 -> 3.5Maximilian Bosch2020-08-29
| | | | https://feh.finalrewind.org/archive/3.5/
* feh: add enableAutoreload optionAndy Tockman2020-06-16
| | | | | This change enables the inotify-based auto-reload feature of feh, which causes images to be refreshed when the image file changes.
* feh: 3.4 -> 3.4.1R. RyanTM2020-06-09
|
* feh: 3.3 -> 3.4Maximilian Bosch2020-04-12
| | | | https://feh.finalrewind.org/archive/3.4/
* treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
| | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
* feh: 3.2.1 -> 3.3R. RyanTM2019-12-07
|
* feh: add jpegexiforient to wrapped pathSilvan Mosberger2019-11-14
| | | | This makes `feh --edit` work
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * treewide: update globin's maintained drvsRobin Gloster2019-08-20
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* feh: 3.2 -> 3.2.1WilliButz2019-07-24
|
* feh: 3.1.3 -> 3.2R. RyanTM2019-07-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions
* feh: 3.1.2 -> 3.1.3R. RyanTM2019-03-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions
* feh: 3.1.1 -> 3.1.2Will Dietz2019-02-11
| | | | minor touchups while visiting.
* feh: include prove for testsEdmund Wu2019-01-06
|
* Merge branch 'staging' into make-perl-pathdvolth2018-12-18
|\
| * Merge pull request #52062 from volth/perl526-dropJörg Thalheim2018-12-18
| |\ | | | | | | perl526: drop
| | * treewide: remove aliases evaluated to `null`volth2018-12-14
| | |
| * | feh: 3.0 -> 3.1.1R. RyanTM2018-12-15
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions
* / lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
|/
* feh: 2.28.1 -> 3.0R. RyanTM2018-11-19
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions
* feh: 2.28 -> 2.28.1R. RyanTM2018-11-09
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions
* feh: 2.27.1 -> 2.28 (#47055)R. RyanTM2018-09-21
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions
* feh: use checkInputs, fix testsJan Malakhovski2018-08-11
|
* feh: 2.27 -> 2.27.1R. RyanTM2018-07-21
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions.
* feh: 2.26.4 -> 2.27 (#43007)R. RyanTM2018-07-04
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions. These checks were done: - built on NixOS - /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27/bin/feh passed the binary check. - /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27/bin/.feh-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 2.27 with grep in /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27 - directory tree listing: https://gist.github.com/e18bcf94ab62852f0967389e4d102bd7 - du listing: https://gist.github.com/c252a1ef6aa364f8139ab9a63911130a
* feh: 2.26.3 -> 2.26.4R. RyanTM2018-06-27
| | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions. These checks were done: - built on NixOS - /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4/bin/feh passed the binary check. - /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4/bin/.feh-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 2.26.4 with grep in /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4 - directory tree listing: https://gist.github.com/13a57ff84731135ece55fe0c99093a7d - du listing: https://gist.github.com/dda79019b9ca9069b6dd9dbb773bf602
* feh: 2.26.1 -> 2.26.3R. RyanTM2018-05-20
| | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions. These checks were done: - built on NixOS - /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3/bin/feh passed the binary check. - /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3/bin/.feh-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 2.26.3 with grep in /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3 - directory tree listing: https://gist.github.com/8a7c95c1c856e51ed0f4fab74284bffe - du listing: https://gist.github.com/6e5a4734d20a27553f39cb1b99cb0ac9
* feh: 2.26 -> 2.26.1R. RyanTM2018-05-14
| | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions. These checks were done: - built on NixOS - ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/feh -h’ got 0 exit code - ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/feh --help’ got 0 exit code - ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/.feh-wrapped -h’ got 0 exit code - ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/.feh-wrapped --help’ got 0 exit code - found 2.26.1 with grep in /nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1 - directory tree listing: https://gist.github.com/1e8258220f00de69ea28c57fffe352aa - du listing: https://gist.github.com/65e35fd7395eca9058de10721f96b7d3
* feh: 2.25.1 -> 2.26Vladyslav Mykhailichenko2018-04-20
|