Resolves: #2142383 - new upstream release 0.4.44
This commit is contained in:
parent
5674c801b7
commit
d90dccd86c
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/gegl-0.4.34.tar.xz
|
||||
/gegl-0.4.36.tar.xz
|
||||
/gegl-0.4.38.tar.xz
|
||||
/gegl-0.4.44.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global apiver 0.4
|
||||
|
||||
Name: gegl04
|
||||
Version: 0.4.38
|
||||
Release: 3%{?dist}
|
||||
Version: 0.4.44
|
||||
Release: 1%{?dist}
|
||||
Summary: Graph based image processing framework
|
||||
|
||||
# The binary is under the GPL, while the libs are under LGPL.
|
||||
@ -13,7 +13,6 @@ Source0: http://download.gimp.org/pub/gegl/%{apiver}/gegl-%{version}.tar.
|
||||
|
||||
Patch0: gegl04-openexr.patch
|
||||
Patch1: gegl04-gtk.patch
|
||||
Patch2: libraw.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: enscript
|
||||
@ -176,6 +175,9 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 27 2023 Josef Ridky <jridky@redhat.com> - 0.4.44-1
|
||||
- New upstream release 0.4.44 (#2142383)
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.38-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
11
libraw.patch
11
libraw.patch
@ -1,11 +0,0 @@
|
||||
--- a/operations/external/raw-load.c~ 2022-07-13 15:16:56.000000000 -0500
|
||||
+++ a/operations/external/raw-load.c 2022-12-20 14:14:23.878428728 -0600
|
||||
@@ -114,7 +114,7 @@
|
||||
g_warning ("raw-load: Error Initializing raw library");
|
||||
else
|
||||
{
|
||||
- p->LibRaw->params.shot_select = o->image_num;
|
||||
+ p->LibRaw->rawparams.shot_select = o->image_num;
|
||||
|
||||
p->LibRaw->params.aber[0] = 1.0;
|
||||
p->LibRaw->params.aber[2] = 1.0;
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gegl-0.4.38.tar.xz) = 367aa67019557b10a19536c56dfbf6687ade183585eeefec65ce12d3c72f5d78330e02ae0ff403609bb7579dc25340a7132b81d36bbf84327c658a96a2d04d4c
|
||||
SHA512 (gegl-0.4.44.tar.xz) = 4dd3fad0c5e391fc1ac3784d4365ffdc483d37b90a24a29eaa632dd337971674999b2e0f8facf255d86852a3899cc51f4d27f9875ab5849f8b38d9ed5bb7413a
|
||||
|
Loading…
Reference in New Issue
Block a user