Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7563f70027 | ||
|
|
ef6077a343 | ||
|
|
14a239f8ee | ||
|
|
f6fadfa1a6 | ||
|
|
e90e6875a4 | ||
|
|
43c0d9b7c6 | ||
|
|
c016a8d057 | ||
|
|
4bd8c5cb07 | ||
|
|
c57778bcab |
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: devel
|
||||
rationale: The software itself
|
||||
buildorder: 10
|
||||
...
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue