|
@@ -1,7 +1,7 @@
|
|
Summary: Decode camera RAW files
|
|
Summary: Decode camera RAW files
|
|
Name: libopenraw
|
|
Name: libopenraw
|
|
Version: 0.0.8
|
|
Version: 0.0.8
|
|
-Release: 5%{?dist}
|
|
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: LGPLv3+
|
|
License: LGPLv3+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://libopenraw.freedesktop.org/wiki
|
|
URL: http://libopenraw.freedesktop.org/wiki
|
|
@@ -16,16 +16,20 @@ Patch1: 0001-Properly-decompress-CFA-from-Canon-7D-5DMkII-500D-1D.patch
|
|
# https://bugs.freedesktop.org/show_bug.cgi?id=31088
|
|
# https://bugs.freedesktop.org/show_bug.cgi?id=31088
|
|
Patch2: libopenraw-0.0.8-pixbufloaderdir.patch
|
|
Patch2: libopenraw-0.0.8-pixbufloaderdir.patch
|
|
|
|
|
|
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
BuildRequires: libtool autoconf automake
|
|
BuildRequires: libtool autoconf automake
|
|
-BuildRequires: boost-devel
|
|
|
|
|
|
+BuildRequires: libboost-devel
|
|
|
|
+BuildRequires: libboost-test
|
|
BuildRequires: exempi-devel >= 1.99.5
|
|
BuildRequires: exempi-devel >= 1.99.5
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: gtk2-devel
|
|
-BuildRequires: libcurl-devel
|
|
|
|
|
|
+BuildRequires: curl-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
libopenraw is an ongoing project to provide a free software
|
|
libopenraw is an ongoing project to provide a free software
|
|
implementation for camera RAW files decoding. One of the main reason is
|
|
implementation for camera RAW files decoding. One of the main reason is
|
|
@@ -155,6 +159,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
|
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
|
|
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jun 13 2011 IWAI, Masaharu <iwai@alib.jp> 0.0.8-1
|
|
|
|
+- initial build for Vine Linux
|
|
|
|
+
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-5
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|