You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
3.9 KiB
106 lines
3.9 KiB
5 years ago
|
Name: gimp-wavelet-denoise-plugin
|
||
|
Version: 0.3.1
|
||
|
Release: 15%{?dist}
|
||
|
Summary: Gimp wavelet denoise plugin
|
||
|
|
||
|
License: GPLv2+
|
||
|
URL: http://registry.gimp.org/node/4235
|
||
|
Source0: http://registry.gimp.org/files/wavelet-denoise-%{version}.tar.gz
|
||
|
|
||
|
BuildRequires: gcc
|
||
|
BuildRequires: gimp-devel >= 2.4.0
|
||
|
BuildRequires: pkgconfig
|
||
|
BuildRequires: gettext
|
||
|
|
||
|
Requires: gimp >= 2.4
|
||
|
|
||
|
%description
|
||
|
The wavelet denoise plugin is a tool to reduce noise in each channel of an
|
||
|
image separately. The default colour space to do denoising is YCbCr which
|
||
|
has the advantage that chroma noise can be reduced without affecting image
|
||
|
details. Denoising in CIELAB (L*a*b*) or RGB is available as an option.
|
||
|
The user interface allows colour mode and preview channel selection.
|
||
|
The denoising threshold can be set for each colour channel independently.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -n wavelet-denoise-%{version}
|
||
|
sed -i -e 's/CFLAGS.*/& $(shell echo $$CFLAGS)/' src/Makefile
|
||
|
sed -i 's|gimptool-2.0 --libs)|gimptool-2.0 --libs) -lm|' src/Makefile
|
||
|
|
||
|
sed -i -e "s! 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA!51\ Franklin Street,\ Fifth\ Floor,\ Boston,\ MA!" COPYING
|
||
|
|
||
|
echo '#!/bin/bash' > configure
|
||
|
chmod +x configure
|
||
|
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make_build
|
||
|
|
||
|
|
||
|
%install
|
||
|
GIMP_PLUGINS_DIR=`gimptool-2.0 --gimpplugindir`
|
||
|
sed -i "s|/usr/share/locale|%{buildroot}%{_datadir}/locale|" po/Makefile
|
||
|
mkdir -p %{buildroot}$GIMP_PLUGINS_DIR/plug-ins
|
||
|
install -m 0755 -p src/wavelet-denoise %{buildroot}$GIMP_PLUGINS_DIR/plug-ins
|
||
|
mkdir -p %{buildroot}%{_datadir}/locale/de/LC_MESSAGES
|
||
|
mkdir -p %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES
|
||
|
mkdir -p %{buildroot}%{_datadir}/locale/it/LC_MESSAGES
|
||
|
mkdir -p %{buildroot}%{_datadir}/locale/et/LC_MESSAGES
|
||
|
mkdir -p %{buildroot}%{_datadir}/locale/pl/LC_MESSAGES
|
||
|
make install po
|
||
|
%find_lang gimp20-wavelet-denoise-plug-in
|
||
|
|
||
|
|
||
|
%files -f gimp20-wavelet-denoise-plug-in.lang
|
||
|
%doc AUTHORS ChangeLog README
|
||
|
%license COPYING
|
||
|
%{_libdir}/gimp/2.0/plug-ins/wavelet-denoise
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-15
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-14
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-13
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-12
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||
|
|
||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-11
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-10
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||
|
|
||
|
* Thu Feb 04 2016 Vasiliy N. Glazov <vascom2@gmail.com> 0.3.1-9
|
||
|
- Correct FSF address
|
||
|
|
||
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||
|
|
||
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||
|
|
||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||
|
|
||
|
* Mon May 05 2014 Vasiliy N. Glazov <vascom2@gmail.com> - 0.3.1-4
|
||
|
- Correct exec bits for plugin
|
||
|
|
||
|
* Wed Apr 23 2014 Vasiliy N. Glazov <vascom2@gmail.com> - 0.3.1-3
|
||
|
- Correct install parameters
|
||
|
|
||
|
* Mon Mar 31 2014 Vasiliy N. Glazov <vascom2@gmail.com> - 0.3.1-2
|
||
|
- Correct CFLAGS
|
||
|
|
||
|
* Tue May 15 2012 Vasiliy N. Glazov <vascom2@gmail.com> - 0.3.1-1
|
||
|
- initial release
|