Author: gotar Date: Thu Oct 15 13:37:38 2009 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 0.16, added missing BRs, enabled optional functions and binaries
---- Files affected: packages/ufraw: ufraw.spec (1.36 -> 1.37) , ufraw-0.15-configure.patch (1.1 -> NONE) (REMOVED), ufraw-0.15-glibc-2.10.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/ufraw/ufraw.spec diff -u packages/ufraw/ufraw.spec:1.36 packages/ufraw/ufraw.spec:1.37 --- packages/ufraw/ufraw.spec:1.36 Sat Jul 11 23:44:11 2009 +++ packages/ufraw/ufraw.spec Thu Oct 15 15:37:32 2009 @@ -8,28 +8,34 @@ Summary: RAW photo loader Summary(pl.UTF-8): Narzędzie do wczytywania zdjęć w formacie RAW Name: ufraw -Version: 0.15 -Release: 4 +Version: 0.16 +Release: 1 License: GPL v2 Group: Applications/Graphics Source0: http://dl.sourceforge.net/ufraw/%{name}-%{version}.tar.gz -# Source0-md5: 6d8f6c98a388c438784cd909dd82d540 -Patch0: %{name}-0.15-configure.patch -Patch1: %{name}-0.15-glibc-2.10.patch +# Source0-md5: 008acc06f13efad58e0edf2dca8c6afd URL: http://ufraw.sourceforge.net/ +BuildRequires: automake +BuildRequires: bzip2-devel +BuildRequires: cfitsio-devel +#BuildRequires: cinepaint-devel BuildRequires: exiv2-devel >= 0.11-1 -BuildRequires: gimp-devel >= 2.0 +BuildRequires: gimp-devel >= 2.6 +BuildRequires: gtkimageview-devel >= 1.3 BuildRequires: lcms-devel BuildRequires: libexif-devel >= 1:0.6.13 BuildRequires: libjpeg-devel +BuildRequires: libpng-devel BuildRequires: libtiff-devel %{?with_lensfun:BuildRequires: lensfun-devel} +BuildRequires: pkgconfig >= 0.9.0 +BuildRequires: zlib-devel Requires(post,preun): GConf2 >= 2.16.0 Requires(post,postun): desktop-file-utils Requires(post,postun): shared-mime-info >= 0.21 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _plugindir %(gimptool --gimpplugindir)/plug-ins +%define _plugindir %(gimptool --gimpplugindir)/plug-ins %description UFRaw is a utility to read and manipulate raw images from digital @@ -80,14 +86,18 @@ %prep %setup -q -%patch0 -p0 -%patch1 -p1 %build +cp -f /usr/share/automake/mkinstalldirs . %configure \ + --enable-contrast \ + --enable-dst-correction \ + --enable-extras \ + --enable-hotpixels \ --enable-mime \ + --with-gtk \ + --with-gimp \ --with-exiv2 \ - --with-libexif \ %{?with_lensfun:--with-lensfun} %{__make} @@ -101,6 +111,7 @@ schemasdir=%{_sysconfdir}/gconf/schemas install ufraw.desktop $RPM_BUILD_ROOT%{_desktopdir} +rm -f $RPM_BUILD_ROOT%{_bindir}/dcraw %find_lang %{name} @@ -120,6 +131,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc README TODO +%attr(755,root,root) %{_bindir}/nikon-curve %attr(755,root,root) %{_bindir}/ufraw %{_desktopdir}/*.desktop # XXX add extension here not to match dirs accidentally @@ -141,6 +153,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2009/10/15 13:37:32 gotar +- upgraded to 0.16, added missing BRs, enabled optional functions and binaries + Revision 1.36 2009/07/11 21:44:11 arekm - rel 4; build fixed ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ufraw/ufraw.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
