Enable webpdemux
This commit is contained in:
parent
0a118f4904
commit
23a35f5be6
@ -1,7 +1,7 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
Name: libwebp
|
Name: libwebp
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://webmproject.org/
|
URL: http://webmproject.org/
|
||||||
Summary: Library and tools for the WebP graphics format
|
Summary: Library and tools for the WebP graphics format
|
||||||
@ -60,8 +60,7 @@ Java bindings for libwebp.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
# enable libwebpmux since gif2webp depends on it
|
%configure --disable-static --enable-libwebpmux --enable-libwebpdemux
|
||||||
%configure --disable-static --enable-libwebpmux
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# swig generated Java bindings
|
# swig generated Java bindings
|
||||||
@ -102,6 +101,7 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
|||||||
%{_bindir}/dwebp
|
%{_bindir}/dwebp
|
||||||
%{_bindir}/gif2webp
|
%{_bindir}/gif2webp
|
||||||
%{_bindir}/webpmux
|
%{_bindir}/webpmux
|
||||||
|
%{_bindir}/webpdemux
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%files -n %{name}
|
%files -n %{name}
|
||||||
@ -118,6 +118,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
|||||||
%{_libdir}/%{name}-java/
|
%{_libdir}/%{name}-java/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 02 2013 Sandro Mani <manisandro@gmail.com> - 0.3.1-2
|
||||||
|
- enable webpdemux
|
||||||
|
|
||||||
* Sun Aug 04 2013 Sandro Mani <manisandro@gmail.com> - 0.3.1-1
|
* Sun Aug 04 2013 Sandro Mani <manisandro@gmail.com> - 0.3.1-1
|
||||||
- upstream release 0.3.1
|
- upstream release 0.3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user