Summary: Converts PhotoShop .ABR and Paint Shop Pro .JBR brushes to GIMP .GBR Summary(pl): Narzędzie do konwersji pędzli PhotoShop oraz Paint Shop Pro do formatu GIMP Name: abr2gbr Version: 1.0.2 Release: 1 License: GPL v2 Group: Applications/Graphics Source0: http://the.sunnyspot.org/gimp/tools/%{name}-%{version}.tgz # Source0-md5: edecc74a3df1ce858ec641de9a098cdf URL: http://the.sunnyspot.org/gimp/tools.html BuildRequires: glib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Converts PhotoShop .ABR and Paint Shop Pro .JBR brushes to GIMP .GBR. ABR files can hold many bushes within a single file and GIMP's GBR format was build only for single brushes. This tool simply extract each brush and save it into a separate GBR file. Actually abr2gbr can decode only ABR files with format version less or equal to 1, format version 2 is undocumented %description -l pl Narzędzie konwertujące pędzle PhotoShop .ABR oraz Paint Shop Pro .JBr do fromatu GIMPa .GBR. Pliki .ABR mogą przechowwywać wiele pędzli i pojedyńczym pliku, format GIMPa .GBR został stworzony tylko dla jednego pędzla. To narzędzie rozdziela każdy pędzel i zapisuje je w oddzielnych plikach .GBR. Aktualnie abr2gdr może dekodowąc pliki .ABR w wersji równej lub mniejszej niż 1, wersja 2 jest nieudokumentowana. %prep %setup -qc %build %{__make} -C src %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} install src/abr2gbr $RPM_BUILD_ROOT%{_bindir} ln -s abr2gbr $RPM_BUILD_ROOT%{_bindir}/jbr2gbr %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc src/TODO %attr(755,root,root) %{_bindir}/abr2gbr %attr(755,root,root) %{_bindir}/jbr2gbr