File evas-generic-loaders.spec of Package evas-generic-loaders
#
# spec file for package evas-generic-loaders
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: evas-generic-loaders
Version: 1.14.0
Release: 0
Summary: Set of generic loaders for Evas
License: GPL-2.0+
Group: Development/Libraries/C and C++
Url: http://enlightenment.org/
Source: evas_generic_loaders-%{version}.tar.xz
BuildRequires: automake
BuildRequires: efl-devel >= %version
BuildRequires: gcc-c++
BuildRequires: libpoppler-devel
BuildRequires: libraw-devel
BuildRequires: libspectre-devel
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(zlib)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Set of generic loaders allowing to open XCF, PDF, PS, RAW, MPG/AVI/OGV/MOV/MKV/WMV. Useful only for evas library.
%prep
%setup -q -n evas_generic_loaders-%{version}
%build
%configure --disable-static --disable-silent-rules
make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot"
%clean
%{?buildroot:rm -rf %{buildroot}}
%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_libdir}/evas/
%changelog