Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2331f5b1f1 | ||
|
|
bd6689f814 | ||
|
|
6469bfbe6d | ||
|
|
da206e82a5 | ||
|
|
3ad658c677 | ||
|
|
13f8fe8af2 | ||
|
|
75f6ffd60d | ||
|
|
fd176a3d16 | ||
|
|
abf49b5231 |
2 changed files with 39 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -1,3 +1,12 @@
|
||||||
# rawtherapee
|
This is the module definition for Rawtherapee. It's pretty simple, so there
|
||||||
|
shouldn't need to be many changes. See https://src.fedoraproject.org/rpms/rawtherapee
|
||||||
|
for the RPMs.
|
||||||
|
|
||||||
|
There are two streams: devel and stable. The `stable` stream tracks upstream
|
||||||
|
releases closely, after some basic testing. We may also include critical
|
||||||
|
security fixes, but again in general we follow an upstream-first model.
|
||||||
|
|
||||||
|
The `devel` stream is less cautious. We may include release candidates,
|
||||||
|
nightly builds, or other experimental / in-development builds.
|
||||||
|
|
||||||
|
|
||||||
Automatically requested module for rpms/rawtherapee:devel.
|
|
||||||
28
rawtherapee.yaml
Normal file
28
rawtherapee.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: Raw image processing software
|
||||||
|
description: >-
|
||||||
|
Rawtherapee is a RAW image processing software. It gives full control over many
|
||||||
|
parameters to enhance the raw picture before finally exporting it to some common
|
||||||
|
image format.
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- MIT # note that this is the module file license; RawTherapee is GPLv3
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: []
|
||||||
|
requires:
|
||||||
|
platform: []
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- rawtherapee
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
rawtherapee:
|
||||||
|
ref: stable
|
||||||
|
rationale: The software itself
|
||||||
|
buildorder: 10
|
||||||
|
...
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue