Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5dd4f59232038c50ce2fba38261be70e > files > 1

gpick-0.2.4-4.mga3.src.rpm

Name:           gpick
Version:        0.2.4
Release:        %mkrel 4
Summary:        Advanced color picker written in C++ using GTK+ toolkit
License:        BSD
Group:          Graphics/Utilities
URL:            http://code.google.com/p/gpick/

Source0:        %{name}_%{version}.tar.gz

BuildRequires:  gtk2-devel
BuildRequires:  dbus-glib-devel
BuildRequires:  scons
BuildRequires:  boost-devel
BuildRequires:  flex

%description
Gpick is an advanced color picker written in C++ using GTK+ toolkit.
Its main features are:
    - Create palettes from images
    - Color scheme creation tools
    - Fast color picking
    - Magnification
    - Colors automatically named
        + Closest color name is found using CIE94 color difference function,
          which is closer to the way humans interpret color differences, than
          difference of red, green and blue color amounts 
    - Export to following formats
        + Inkscape/Gimp Palette (*.gpl)
        + Adobe Swatch Exchange (*.ase)
        + Alias/WaveFront Material (*.mtl) 
    - Import from following formats:
        + Inkscape/Gimp Palette (*.gpl)
        + Adobe Swatch Exchange (*.ase) 
    - Picked colors can be copied to clipboard in multiple formats
        + Hexadecimal notation - #rrggbb
        + Functional RGB notation - rgb(red, green, blue)
        + Functional HSL notation - hsl(hue, saturation, lightness)
        + Custom conversions can be done, but requires some Lua language
          knowledge 
    - Oversampling with five falloff types
        + Multiple pixel values are averaged to help picking colors from
          sources with noise, patterns and etc, where each pixel is different
          and overall color is produced by different amounts of particular
          color 
    - Mix two or more colors using variable number of steps and different
      mixing types
    - Create lightness and/or saturation variations
    - Create harmonious colors
    - Create color schemes 

%prep
%setup -q -n %{name}_%{version}

%build

%install
%scons_install DESTDIR=%{buildroot}/usr

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_docdir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/hicolor/48x48/apps/gpick.png
%{_iconsdir}/hicolor/scalable/apps/gpick.svg
%{_mandir}/man1/gpick.1.xz



%changelog

* Sat Jan 12 2013 umeabot <umeabot> 0.2.4-4.mga3
+ Revision: 352522
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jan 08 2013 barjac <barjac> 0.2.4-3.mga3
+ Revision: 343266
- update group - again

* Wed Jan 02 2013 barjac <barjac> 0.2.4-2.mga3
+ Revision: 337845
- update group

* Wed Sep 14 2011 obgr_seneca <obgr_seneca> 0.2.4-1.mga2
+ Revision: 143536
- imported package gpick