Add BuildRequires: freeglut-devel to build vwebp
This commit is contained in:
parent
26514b9753
commit
ab18e8cc12
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libwebp
|
||||
Version: 0.4.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: Development/Libraries
|
||||
URL: http://webmproject.org/
|
||||
Summary: Library and tools for the WebP graphics format
|
||||
@ -19,6 +19,7 @@ BuildRequires: java-devel
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: swig
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: freeglut-devel
|
||||
|
||||
%description
|
||||
WebP is an image format that does lossy compression of digital
|
||||
@ -111,6 +112,7 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
||||
%{_bindir}/dwebp
|
||||
%{_bindir}/gif2webp
|
||||
%{_bindir}/webpmux
|
||||
%{_bindir}/vwebp
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%files -n %{name}
|
||||
@ -131,6 +133,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
||||
%{_libdir}/%{name}-java/
|
||||
|
||||
%changelog
|
||||
* Fri Mar 27 2015 Sandro Mani <manisandro@gmail.com> - 0.4.3-2
|
||||
- Add BuildRequires: freeglut-devel to build vwebp
|
||||
|
||||
* Thu Mar 12 2015 Sandro Mani <manisandro@gmail.com> - 0.4.3-1
|
||||
- upstream release 0.4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user