Merge pull request #288292 from Luflosi/update/megapixels

megapixels: 1.7.0 -> 1.8.0
This commit is contained in:
Robert Schütz 2024-02-23 16:41:08 +00:00 committed by GitHub
commit 3a61481bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 12 deletions

View File

@ -27,15 +27,15 @@ let
++ optionals jpgSupport [ graphicsmagick exiftool ]
);
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "megapixels";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitLab {
owner = "postmarketOS";
repo = "megapixels";
rev = version;
hash = "sha256-ejTCYZMDkqz8P3vroq8XAl+pUGgcS56cm3tzOTE3rfc=";
owner = "megapixels-org";
repo = "Megapixels";
rev = finalAttrs.version;
hash = "sha256-J94kDSqQkfdltbYbzvJofd5o/Dhivtld475CaQs7+Ok=";
};
nativeBuildInputs = [
@ -64,12 +64,15 @@ stdenv.mkDerivation rec {
)
'';
strictDeps = true;
meta = with lib; {
description = "GTK4 camera application that knows how to deal with the media request api";
homepage = "https://gitlab.com/postmarketOS/megapixels";
changelog = "https://gitlab.com/postmarketOS/megapixels/-/tags/${version}";
homepage = "https://gitlab.com/megapixels-org/Megapixels";
changelog = "https://gitlab.com/megapixels-org/Megapixels/-/tags/${finalAttrs.version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ dotlambda Luflosi ];
platforms = platforms.linux;
mainProgram = "megapixels";
};
}
})

View File

@ -33382,8 +33382,6 @@ with pkgs;
mediathekview = callPackage ../applications/video/mediathekview { jre = temurin-bin-20; };
megapixels = callPackage ../applications/graphics/megapixels { };
meteo = callPackage ../applications/networking/weather/meteo { };
meld = callPackage ../applications/version-management/meld { };