Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Fedora Release Engineering
2331f5b1f1 Branching f31 from rawhide, fourth attempt after platform:f32 enablement due to https://pagure.io/releng/issue/8664
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-09-22 06:08:04 +00:00
Fedora Release Engineering
bd6689f814 Branching f31 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-08-13 20:03:40 +00:00
Fedora Release Engineering
6469bfbe6d - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-08-12 15:06:13 +00:00
Fedora Release Engineering
da206e82a5 Branching f30 from rawhide, second attempt after platform:f31 enablement
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-04 18:12:59 +00:00
Fedora Release Engineering
3ad658c677 Branching f30 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-01 19:21:55 +00:00
Fedora Release Engineering
13f8fe8af2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-18 23:00:24 +00:00
Matthew Miller
75f6ffd60d stable module stream so use stable rpm stream 2018-09-24 11:47:56 -04:00
Matthew Miller
fd176a3d16 initial definition 2018-09-24 10:47:42 -04:00
Matthew Miller
abf49b5231 explain ourselves :) 2018-09-24 10:38:16 -04:00
2 changed files with 39 additions and 2 deletions

View file

@ -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
View 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
...