summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/celluloid
AgeCommit message (Collapse)Author
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-08-21celluloid: 0.23 -> 0.24Sandro Jäckel
2022-03-08celluloid: 0.22 -> 0.23R. Ryantm
2022-01-04celluloid: 0.21 -> 0.22Martino Fontana
2021-11-11epoxy: rename to libepoxyKerstin Humm
https://github.com/NixOS/nixpkgs/issues/145040
2021-05-18celluloid: 0.20 -> 0.21AndersonTorres
Also, adopts from worldofpeace (in memoriam?).
2021-05-07treewide: remove worldofpeace from meta.maintainersVladimír Čunát
(It was requested by them.) I left one case due to fetching from their personal repo: pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-20celluloid: 0.19 -> 0.20WORLDofPEACE
https://github.com/celluloid-player/celluloid/releases/tag/v0.20
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace
2020-04-09celluloid: 0.18 -> 0.19R. RyanTM
2019-11-14celluloid: add worldofpeace to maintainersworldofpeace
2019-11-14celluloid: 0.17 -> 0.18worldofpeace
Also don't sed out gtk-update-icon-cache, we have setup to remove these caches.
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar
GTK was renamed.
2019-08-22celluloid: 0.16 → 0.17Jan Tojnar
Renamed from gnome-mpv. https://github.com/celluloid-player/celluloid/releases/tag/v0.17