megapixels-next: unstable-2024-09-03 -> 1.6.1-unstable-2024-11-04
This commit is contained in:
@@ -7,16 +7,17 @@
|
|||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
scdoc,
|
scdoc,
|
||||||
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libdng";
|
pname = "libdng";
|
||||||
version = "unstable-2024-08-28";
|
version = "0.1.1-unstable-2024-11-05";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "megapixels-org";
|
owner = "megapixels-org";
|
||||||
repo = "libdng";
|
repo = "libdng";
|
||||||
rev = "bd4372559f1b470e2916fa3c04469a18e466b02e";
|
rev = "129c43011944a5e8e47f44186aaa082c4ca2cba9";
|
||||||
hash = "sha256-6+qB11Vzsejxxuu174ZIGB+A+O9UW5H8DVmWWDdSoEo=";
|
hash = "sha256-0MybdsC5WLN+rjC4Yuc3Dol9z1s5S2C845YY7GJpfRs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
@@ -34,6 +35,8 @@ stdenv.mkDerivation {
|
|||||||
libtiff
|
libtiff
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Interface library between libtiff and the world to make sure the output is valid DNG";
|
description = "Interface library between libtiff and the world to make sure the output is valid DNG";
|
||||||
homepage = "https://libdng.me.gapixels.me";
|
homepage = "https://libdng.me.gapixels.me";
|
||||||
|
@@ -6,16 +6,17 @@
|
|||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libmegapixels";
|
pname = "libmegapixels";
|
||||||
version = "0.1.0-unstable-2024-09-05";
|
version = "0.1.0-unstable-2024-11-29";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "megapixels-org";
|
owner = "megapixels-org";
|
||||||
repo = "libmegapixels";
|
repo = "libmegapixels";
|
||||||
rev = "35d82bdb59bc6193496fdbe6c7a50832ebe8363a";
|
rev = "d63b750f54390d8bc7f7badccf7a6543f9001546";
|
||||||
hash = "sha256-m36Ur/iddH5XayAhrpUc7HGraBpw0jt7juZ8yanGW+o=";
|
hash = "sha256-ysoaTmEv+VvcHmdmafJhHionC9ToKn043tWplFm1FDk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# patches = [
|
# patches = [
|
||||||
@@ -43,6 +44,8 @@ stdenv.mkDerivation {
|
|||||||
libconfig
|
libconfig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The device abstraction for the Megapixels application";
|
description = "The device abstraction for the Megapixels application";
|
||||||
homepage = "https://gitlab.com/megapixels-org/libmegapixels";
|
homepage = "https://gitlab.com/megapixels-org/libmegapixels";
|
||||||
|
@@ -11,19 +11,20 @@
|
|||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
unstableGitUpdater,
|
||||||
wrapGAppsHook4,
|
wrapGAppsHook4,
|
||||||
xorg,
|
xorg,
|
||||||
zbar,
|
zbar,
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "megapixels-next";
|
pname = "megapixels-next";
|
||||||
version = "unstable-2024-09-03";
|
version = "1.6.1-unstable-2024-11-04";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "megapixels-org";
|
owner = "megapixels-org";
|
||||||
repo = "Megapixels";
|
repo = "Megapixels";
|
||||||
rev = "d0e4e318c175ce6dd9c70983f4ce81fc3b7b3a91";
|
rev = "95ae684d9fea3cf79842896c53d8ef373222dd8f";
|
||||||
hash = "sha256-qmYTQq7Zg3m7dE/8SxdDNI/kU5nwa3jPDDG7NDK1eS4=";
|
hash = "sha256-kuY1w4u149FVk401HHKL2CBiw9Qm4G02PXEa8W0kXQI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@@ -50,6 +51,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The Linux-phone camera application";
|
description = "The Linux-phone camera application";
|
||||||
homepage = "https://gitlab.com/megapixels-org/Megapixels";
|
homepage = "https://gitlab.com/megapixels-org/Megapixels";
|
||||||
|
Reference in New Issue
Block a user