Mageia Bugzilla – Attachment 13488 Details for
Bug 31085
gimp-plugin-wavelet-denoise: updated several files so that it builds with current version of Mageia. NEW PKG REQUEST
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
gimp-plugin-wavelet-denoise spec file (modified)
gimp-plugin-wavelet-denoise.spec (text/x-matlab), 1.93 KB, created by
Joe Da Silva
on 2022-11-07 02:20:36 CET
(
hide
)
Description:
gimp-plugin-wavelet-denoise spec file (modified)
Filename:
MIME Type:
Creator:
Joe Da Silva
Created:
2022-11-07 02:20:36 CET
Size:
1.93 KB
patch
obsolete
>%define _name wavelet-denoise > >Name: gimp-plugin-%{_name} >Version: 0.4 >Release: 0 >Summary: Gimp plugin to reduce noise in each channel of an image separately >Url: https://github.com/mrossini-ethz/gimp-wavelet-denoise >Source: https://github.com/mrossini-ethz/gimp-wavelet-denoise/archive/refs/tags/v%{version}.tar.gz >License: GPLv2 >Group: Graphics/Editors and Converters >BuildRequires: gcc >BuildRequires: make >BuildRequires: gtk+2-devel >BuildRequires: pkgconfig(gimp-2.0) >Requires: gimp >Provides: %{_name}-gimp = %{version}-%{release} > >%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. > >Features > - User interface with preview is available > - Amount of denoising for each channel is selectable > - Possibility to denoise YCbCr or CIELAB channels instead of RGB exists > - Noise profiling is done > - Conversion from RGB to YCbCr and RGB to CIELAB is lossless > - Preview is capable of displaying one single channel only if desired > - User interface in multiple languages is available > >%prep >%setup -q -n gimp-%{_name}-%{version} > >%build >%setup_compile_flags >%make_build > >%install >for i in `find po -name "*.po"`; >do > lang=`basename $i` > lang=${lang/\.po/} > install -D -d -m 755 %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/ >done >make -C po install LOCALEDIR=%{buildroot}%{_datadir}/locale >%find_lang gimp20-%{_name}-plug-in >install -Dm 755 src/%{_name} %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{_name} > >%files -f gimp20-%{_name}-plug-in.lang >%doc COPYING AUTHORS ChangeLog THANKS README TRANSLATIONS >%{_libdir}/gimp/2.0/plug-ins/%{_name} > > >%changelog
%define _name wavelet-denoise Name: gimp-plugin-%{_name} Version: 0.4 Release: 0 Summary: Gimp plugin to reduce noise in each channel of an image separately Url: https://github.com/mrossini-ethz/gimp-wavelet-denoise Source: https://github.com/mrossini-ethz/gimp-wavelet-denoise/archive/refs/tags/v%{version}.tar.gz License: GPLv2 Group: Graphics/Editors and Converters BuildRequires: gcc BuildRequires: make BuildRequires: gtk+2-devel BuildRequires: pkgconfig(gimp-2.0) Requires: gimp Provides: %{_name}-gimp = %{version}-%{release} %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. Features - User interface with preview is available - Amount of denoising for each channel is selectable - Possibility to denoise YCbCr or CIELAB channels instead of RGB exists - Noise profiling is done - Conversion from RGB to YCbCr and RGB to CIELAB is lossless - Preview is capable of displaying one single channel only if desired - User interface in multiple languages is available %prep %setup -q -n gimp-%{_name}-%{version} %build %setup_compile_flags %make_build %install for i in `find po -name "*.po"`; do lang=`basename $i` lang=${lang/\.po/} install -D -d -m 755 %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/ done make -C po install LOCALEDIR=%{buildroot}%{_datadir}/locale %find_lang gimp20-%{_name}-plug-in install -Dm 755 src/%{_name} %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{_name} %files -f gimp20-%{_name}-plug-in.lang %doc COPYING AUTHORS ChangeLog THANKS README TRANSLATIONS %{_libdir}/gimp/2.0/plug-ins/%{_name} %changelog
View Attachment As Raw
Actions:
View
Attachments on
bug 31085
: 13488