Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jnweiger
gimp-blur-gauss-grow
gimp-blur-gauss-grow.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gimp-blur-gauss-grow.spec of Package gimp-blur-gauss-grow
# # spec file for package [spectemplate] # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: gimp-blur-gauss-grow Version: 2.7.1.1 Release: 1 Summary: Gaussian Blur GIMP plugin with lighten/darken-only modes Group: Productivity/Graphics/Bitmap Editors License: GPLv2 URL: http://software.opensuse.org/search?q=gimp-blur-gauss-grow Source0: blur-gauss.c Source1: config.h Source2: libgimp-stdplugins-intl.h Source3: fixup.h Source4: Makefile BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gimp-devel Requires: gimp %description Hacked version of plug-ins/common/blur-gauss.c code. Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. This radius can be specified indepently on for the horizontal and the vertical direction. The IIR gaussian blurring works best for large radius values and for images which are not computer-generated. Supports growing of dark or light regions by ignoring pixel values that are above or below the gray value of the current pixel. Experimental code. Authors: -------- Spencer Kimball, Peter Mattis & Sven Neumann, Juergen Weigert <jw@suse.de> %prep # %setup -q %build cp %{S:0} . cp %{S:1} . cp %{S:2} . cp %{S:3} . cp %{S:4} . make %{?_smp_mflags} %install %global plugdir %(gimptool-2.0 --gimpplugindir) # /usr/lib/gimp/2.0 install -d -m 0755 %{buildroot}/%{plugdir}/plug-ins/ install -m 0755 blur-gauss-grow %{buildroot}/%{plugdir}/plug-ins/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc *.c %{plugdir}/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor