Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
make-flathub-manifest Namespace Reference

Functions

 fetch_json (url)
 
 lens_schema_version ()
 
 resolve_commit (tag)
 
 payload_sources ()
 
 main ()
 

Variables

 HERE = Path(__file__).resolve().parent
 
 ROOT = HERE.parent.parent
 
str NIGHTLY_MANIFEST = HERE / "photos.ansel.Ansel.json"
 
str ANSEL_GIT = "https://github.com/aurelienpierreeng/ansel.git"
 
str LENS_SCHEMA_SQL = ROOT / "src" / "external" / "LensSerious" / "src" / "schema.sql"
 
str LENS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/LensSerious/main/db"
 
str MODELS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/ansel-denoise/master/models"
 
str BUILD_ROOT = "/run/build/ansel"
 
str LENS_DEST = "lens-db"
 
str MODELS_DEST = "nn-models"
 

Function Documentation

◆ fetch_json()

make-flathub-manifest.fetch_json (   url)

Definition at line 70 of file make-flathub-manifest.py.

Referenced by payload_sources().

◆ lens_schema_version()

make-flathub-manifest.lens_schema_version ( )
The schema the pinned LensSerious reads, which is the database directory to use.

Definition at line 75 of file make-flathub-manifest.py.

Referenced by payload_sources().

◆ main()

make-flathub-manifest.main ( void  )

Definition at line 118 of file make-flathub-manifest.py.

References main(), payload_sources(), and resolve_commit().

Referenced by main().

◆ payload_sources()

make-flathub-manifest.payload_sources ( )
Every file the nightly build would have downloaded, as hashed manifest sources.

Definition at line 92 of file make-flathub-manifest.py.

References fetch_json(), items, and lens_schema_version().

Referenced by main().

◆ resolve_commit()

make-flathub-manifest.resolve_commit (   tag)

Definition at line 84 of file make-flathub-manifest.py.

Referenced by main().

Variable Documentation

◆ ANSEL_GIT

str make-flathub-manifest.ANSEL_GIT = "https://github.com/aurelienpierreeng/ansel.git"

Definition at line 56 of file make-flathub-manifest.py.

◆ BUILD_ROOT

str make-flathub-manifest.BUILD_ROOT = "/run/build/ansel"

Definition at line 65 of file make-flathub-manifest.py.

◆ HERE

make-flathub-manifest.HERE = Path(__file__).resolve().parent

Definition at line 52 of file make-flathub-manifest.py.

◆ LENS_BASE

str make-flathub-manifest.LENS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/LensSerious/main/db"

Definition at line 59 of file make-flathub-manifest.py.

◆ LENS_DEST

str make-flathub-manifest.LENS_DEST = "lens-db"

Definition at line 66 of file make-flathub-manifest.py.

◆ LENS_SCHEMA_SQL

str make-flathub-manifest.LENS_SCHEMA_SQL = ROOT / "src" / "external" / "LensSerious" / "src" / "schema.sql"

Definition at line 58 of file make-flathub-manifest.py.

◆ MODELS_BASE

str make-flathub-manifest.MODELS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/ansel-denoise/master/models"

Definition at line 60 of file make-flathub-manifest.py.

◆ MODELS_DEST

str make-flathub-manifest.MODELS_DEST = "nn-models"

Definition at line 67 of file make-flathub-manifest.py.

◆ NIGHTLY_MANIFEST

str make-flathub-manifest.NIGHTLY_MANIFEST = HERE / "photos.ansel.Ansel.json"

Definition at line 55 of file make-flathub-manifest.py.

◆ ROOT

make-flathub-manifest.ROOT = HERE.parent.parent

Definition at line 53 of file make-flathub-manifest.py.