File pixelize-1.0.0-0.1.spec of Package pixelize
Name: pixelize
Summary: Pixelize will make mosaics from images
Version: 1.0.0
Release: 0.1
License: GPL
Group: Productivity/Graphics/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires: gtk2-devel gcc xorg-x11-libXext-devel
BuildRoot: %{_tmppath}/build-root-%{name}
Distribution: openSUSE 11.1
Prefix: /usr
Url: http://lashwhip.com/pixelize.html
%debug_package
%description
Pixelize works by splitting up the image you want rendered (or duplicated) into a grid of small rectangular areas. Each area is analyzed, and replaced with an image chosen from a large database of images. Pixelize tries to pick images that best match each area.
Pixelize works best when it can choose images from a very large database of images. With about 1000 images, Pixelize can do a reasonable job.
%prep
%setup -q
echo nothing to do here
%build
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
make -j 2
%install
install -d $RPM_BUILD_ROOT/%{prefix}/bin
install -m 755 pixelize $RPM_BUILD_ROOT/%{prefix}/bin
install -m 755 make_db $RPM_BUILD_ROOT/%{prefix}/bin
cd $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,0755)
%doc README LICENSE TODO
%{prefix}/bin/pixelize
%{prefix}/bin/make_db
%changelog
* Wed Jul 15 2009 admin@eregion.de
- initial import: 1.0.0