rebuilt with libcfitsio 4.1.0 [release 0.22.20210424-2mamba;Thu Apr 28 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 18:46:41 +01:00
parent 57f98650b7
commit 949166dc3b

View File

@ -1,14 +1,13 @@
Name: ufraw Name: ufraw
Version: 0.22.20210424 Version: 0.22.20210424
Release: 1mamba Release: 2mamba
Summary: UFRaw is a utility to read and manipulate raw images from digital cameras. Summary: UFRaw is a utility to read and manipulate raw images from digital cameras.
Group: Graphical Desktop/Applications/Graphics Group: Graphical Desktop/Applications/Graphics
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://ufraw.sourceforge.net/index.html URL: http://ufraw.sourceforge.net/
Source: https://github.com/sergiomb2/ufraw.git/master/ufraw-%{version}.tar.bz2 Source: https://github.com/sergiomb2/ufraw.git/master/ufraw-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/sourceforge/ufraw/ufraw-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -17,7 +16,6 @@ BuildRequires: libbabl-devel
BuildRequires: libbzip2-devel BuildRequires: libbzip2-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libcfitsio-devel BuildRequires: libcfitsio-devel
BuildRequires: libcurl-devel
BuildRequires: libexiv2-devel BuildRequires: libexiv2-devel
BuildRequires: libfontconfig-devel BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
@ -41,11 +39,11 @@ BuildRequires: libtiff-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libgegl-devel >= 0.4.8-1mamba BuildRequires: libgegl-devel >= 0.4.8-1mamba
BuildRequires: libcfitsio-devel >= 3.390-1mamba BuildRequires: libcfitsio-devel >= 4.1.0
BuildRequires: liblensfun-devel >= 0.3.2-1mamba BuildRequires: liblensfun-devel >= 0.3.2-1mamba
BuildRequires: libexiv2-devel >= 0.23 BuildRequires: libexiv2-devel >= 0.23
Obsoletes: dcraw
Provides: dcraw Provides: dcraw
Obsoletes: dcraw < 0.22.20210424
%description %description
The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. It can be used on its own or as a Gimp plug-in. It reads raw images using Dave Coffin's raw conversion utility - DCRaw. UFRaw supports color management workflow based on Little CMS, allowing the user to apply ICC color profiles. For Nikon users UFRaw has the advantage that it can read the camera's tone curves. Even if you don't own a Nikon, you can still apply a Nikon curve to your images. The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. It can be used on its own or as a Gimp plug-in. It reads raw images using Dave Coffin's raw conversion utility - DCRaw. UFRaw supports color management workflow based on Little CMS, allowing the user to apply ICC color profiles. For Nikon users UFRaw has the advantage that it can read the camera's tone curves. Even if you don't own a Nikon, you can still apply a Nikon curve to your images.
@ -57,7 +55,7 @@ Requires: gimp
Obsoletes: rawphoto Obsoletes: rawphoto
Provides: gimp-dcraw-plugin rawphoto Provides: gimp-dcraw-plugin rawphoto
Provides: ufraw-gimp Provides: ufraw-gimp
Obsoletes: ufraw-gimp Obsoletes: ufraw-gimp < 0.22.20210424
%description -n gimp-ufraw %description -n gimp-ufraw
UFRaw is a utility to read and manipulate raw images from digital cameras. It can be used as a GIMP plug-in. It reads raw images using Dave Coffin's raw conversion utility DCRaw. And it supports basic color management using Little CMS, allowing the user to apply color profiles. UFRaw is a utility to read and manipulate raw images from digital cameras. It can be used as a GIMP plug-in. It reads raw images using Dave Coffin's raw conversion utility DCRaw. And it supports basic color management using Little CMS, allowing the user to apply color profiles.
@ -70,6 +68,8 @@ Requires: cinepaint
%description -n cinepaint-ufraw %description -n cinepaint-ufraw
UFRaw is a utility to read and manipulate raw images from digital cameras. It can be used as a GIMP plug-in. It reads raw images using Dave Coffin's raw conversion utility DCRaw. And it supports basic color management using Little CMS, allowing the user to apply color profiles. UFRaw is a utility to read and manipulate raw images from digital cameras. It can be used as a GIMP plug-in. It reads raw images using Dave Coffin's raw conversion utility DCRaw. And it supports basic color management using Little CMS, allowing the user to apply color profiles.
%debug_package
%prep %prep
%setup -q %setup -q
@ -81,7 +81,6 @@ UFRaw is a utility to read and manipulate raw images from digital cameras. It ca
--enable-dst-correction \ --enable-dst-correction \
--enable-mime \ --enable-mime \
--enable-contras \ --enable-contras \
CFITSIO_CFLAGS=-I%{_includedir}/cfitsio/ \
%ifarch arm %ifarch arm
CXXFLAGS="%{optflags} -Wno-narrowing" CXXFLAGS="%{optflags} -Wno-narrowing"
%endif %endif
@ -108,7 +107,7 @@ UFRaw is a utility to read and manipulate raw images from digital cameras. It ca
%{_datadir}/appdata/ufraw.appdata.xml %{_datadir}/appdata/ufraw.appdata.xml
%{_datadir}/gconf/schemas/ufraw.schemas %{_datadir}/gconf/schemas/ufraw.schemas
%{_datadir}/pixmaps/ufraw.png %{_datadir}/pixmaps/ufraw.png
%{_mandir}/man1/ufraw.1.gz %{_mandir}/man1/ufraw.1*
%doc COPYING %doc COPYING
#% doc README TODO #% doc README TODO
@ -123,6 +122,9 @@ UFRaw is a utility to read and manipulate raw images from digital cameras. It ca
#%endif #%endif
%changelog %changelog
* Thu Apr 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.20210424-2mamba
- rebuilt with libcfitsio 4.1.0
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 0.22.20210424-1mamba * Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 0.22.20210424-1mamba
- automatic version update by autodist - automatic version update by autodist