Accepting request 95182 from multimedia:libs
add automake to buildrequires (forwarded request 95082 from coolo) OBS-URL: https://build.opensuse.org/request/show/95182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libopenraw?expand=0&rev=21
This commit is contained in:
commit
cb66ec20d9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 15:56:17 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add automake as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 15 10:43:48 UTC 2011 - vuntz@opensuse.org
|
Tue Nov 15 10:43:48 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -14,22 +14,21 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Url: http://libopenraw.freedesktop.org/
|
Url: http://libopenraw.freedesktop.org/
|
||||||
Summary: A library to decode digital camera RAW files
|
Summary: A library to decode digital camera RAW files
|
||||||
|
|
||||||
Name: libopenraw
|
Name: libopenraw
|
||||||
Version: 0.0.9
|
Version: 0.0.9
|
||||||
Release: 1
|
Release: 0
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM libopenraw-orf-thumbnail.patch bnc699678 glin@suse.com - Decompress otf files
|
# PATCH-FIX-UPSTREAM libopenraw-orf-thumbnail.patch bnc699678 glin@suse.com - Decompress otf files
|
||||||
Patch2: libopenraw-orf-thumbnail.patch
|
Patch2: libopenraw-orf-thumbnail.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: automake
|
||||||
BuildRequires: boost-devel >= 1.33.1
|
BuildRequires: boost-devel >= 1.33.1
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.21
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.21
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
@ -40,17 +39,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
libopenraw is a library that aim at decoding digital camera RAW files.
|
libopenraw is a library that aim at decoding digital camera RAW files.
|
||||||
|
|
||||||
%package -n libopenraw1
|
%package -n libopenraw1
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: A library to decode digital camera RAW files
|
Summary: A library to decode digital camera RAW files
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
|
|
||||||
%description -n libopenraw1
|
%description -n libopenraw1
|
||||||
libopenraw is a library that aim at decoding digital camera RAW files.
|
libopenraw is a library that aim at decoding digital camera RAW files.
|
||||||
|
|
||||||
%package -n gdk-pixbuf-loader-libopenraw
|
%package -n gdk-pixbuf-loader-libopenraw
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: A library to decode digital camera RAW files -- gdk-pixbuf loader
|
Summary: A library to decode digital camera RAW files -- gdk-pixbuf loader
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Supplements: packageand(libopenraw1:gdk-pixbuf)
|
Supplements: packageand(libopenraw1:gdk-pixbuf)
|
||||||
%gdk_pixbuf_loader_requires
|
%gdk_pixbuf_loader_requires
|
||||||
|
|
||||||
@ -60,12 +55,10 @@ libopenraw is a library that aim at decoding digital camera RAW files.
|
|||||||
This package provides a libopenraw-based gdk-pixbuf loader.
|
This package provides a libopenraw-based gdk-pixbuf loader.
|
||||||
|
|
||||||
%package -n libopenraw-devel
|
%package -n libopenraw-devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: A library to decode digital camera RAW files
|
Summary: A library to decode digital camera RAW files
|
||||||
Requires: libopenraw1 = %{version}
|
Requires: libopenraw1 = %{version}
|
||||||
#include gdk-pixbuf/gdk-pixbuf.h
|
#include gdk-pixbuf/gdk-pixbuf.h
|
||||||
Requires: gdk-pixbuf-devel
|
Requires: gdk-pixbuf-devel
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
|
|
||||||
%description -n libopenraw-devel
|
%description -n libopenraw-devel
|
||||||
libopenraw is a library that aim at decoding digital camera RAW files.
|
libopenraw is a library that aim at decoding digital camera RAW files.
|
||||||
|
Loading…
Reference in New Issue
Block a user