megapixels-next: unstable-2024-09-03 -> 1.6.1-unstable-2024-11-04

This commit is contained in:
2024-11-29 18:23:23 +00:00
parent 86dec329f1
commit 95fd526100
3 changed files with 18 additions and 9 deletions

View File

@@ -7,16 +7,17 @@
ninja,
pkg-config,
scdoc,
unstableGitUpdater,
}:
stdenv.mkDerivation {
pname = "libdng";
version = "unstable-2024-08-28";
version = "0.1.1-unstable-2024-11-05";
src = fetchFromGitLab {
owner = "megapixels-org";
repo = "libdng";
rev = "bd4372559f1b470e2916fa3c04469a18e466b02e";
hash = "sha256-6+qB11Vzsejxxuu174ZIGB+A+O9UW5H8DVmWWDdSoEo=";
rev = "129c43011944a5e8e47f44186aaa082c4ca2cba9";
hash = "sha256-0MybdsC5WLN+rjC4Yuc3Dol9z1s5S2C845YY7GJpfRs=";
};
depsBuildBuild = [
@@ -34,6 +35,8 @@ stdenv.mkDerivation {
libtiff
];
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "Interface library between libtiff and the world to make sure the output is valid DNG";
homepage = "https://libdng.me.gapixels.me";

View File

@@ -6,16 +6,17 @@
meson,
ninja,
pkg-config,
unstableGitUpdater,
}:
stdenv.mkDerivation {
pname = "libmegapixels";
version = "0.1.0-unstable-2024-09-05";
version = "0.1.0-unstable-2024-11-29";
src = fetchFromGitLab {
owner = "megapixels-org";
repo = "libmegapixels";
rev = "35d82bdb59bc6193496fdbe6c7a50832ebe8363a";
hash = "sha256-m36Ur/iddH5XayAhrpUc7HGraBpw0jt7juZ8yanGW+o=";
rev = "d63b750f54390d8bc7f7badccf7a6543f9001546";
hash = "sha256-ysoaTmEv+VvcHmdmafJhHionC9ToKn043tWplFm1FDk=";
};
# patches = [
@@ -43,6 +44,8 @@ stdenv.mkDerivation {
libconfig
];
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "The device abstraction for the Megapixels application";
homepage = "https://gitlab.com/megapixels-org/libmegapixels";

View File

@@ -11,19 +11,20 @@
meson,
ninja,
pkg-config,
unstableGitUpdater,
wrapGAppsHook4,
xorg,
zbar,
}:
stdenv.mkDerivation {
pname = "megapixels-next";
version = "unstable-2024-09-03";
version = "1.6.1-unstable-2024-11-04";
src = fetchFromGitLab {
owner = "megapixels-org";
repo = "Megapixels";
rev = "d0e4e318c175ce6dd9c70983f4ce81fc3b7b3a91";
hash = "sha256-qmYTQq7Zg3m7dE/8SxdDNI/kU5nwa3jPDDG7NDK1eS4=";
rev = "95ae684d9fea3cf79842896c53d8ef373222dd8f";
hash = "sha256-kuY1w4u149FVk401HHKL2CBiw9Qm4G02PXEa8W0kXQI=";
};
nativeBuildInputs = [
@@ -50,6 +51,8 @@ stdenv.mkDerivation {
strictDeps = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "The Linux-phone camera application";
homepage = "https://gitlab.com/megapixels-org/Megapixels";