2024-01-06 06:07:48 +01:00
|
|
|
Name: libwebp
|
2024-01-06 06:07:48 +01:00
|
|
|
Version: 0.5.2
|
|
|
|
Release: 1mamba
|
2024-01-06 06:07:48 +01:00
|
|
|
Summary: A method of lossy compression that can be used on photographic images
|
2024-01-06 06:07:48 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|
|
|
URL: http://code.google.com/speed/webp/
|
2024-01-06 06:07:48 +01:00
|
|
|
Source: http://downloads.webmproject.org/releases/webp/libwebp-%{version}.tar.gz
|
|
|
|
#Source: http://webp.googlecode.com/files/libwebp-%{version}.tar.gz
|
2024-01-06 06:07:48 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 06:07:48 +01:00
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libfreeglut-devel
|
|
|
|
BuildRequires: libjbig-devel
|
2024-01-06 06:07:48 +01:00
|
|
|
BuildRequires: libjpeg-devel
|
2024-01-06 06:07:48 +01:00
|
|
|
BuildRequires: liblzma-devel
|
2024-01-06 06:07:48 +01:00
|
|
|
BuildRequires: libpng-devel
|
2024-01-06 06:07:48 +01:00
|
|
|
BuildRequires: libtiff-devel
|
2024-01-06 06:07:48 +01:00
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
WebP is a method of lossy compression that can be used on photographic images.
|
|
|
|
The degree of compression is adjustable so a user can choose the trade-off between file size and image quality.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
WebP is a method of lossy compression that can be used on photographic images.
|
|
|
|
The degree of compression is adjustable so a user can choose the trade-off between file size and image quality.
|
|
|
|
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Group: Applications/Graphics
|
|
|
|
Summary: The WebP command line tools
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
WebP is a method of lossy compression that can be used on photographic images.
|
|
|
|
The degree of compression is adjustable so a user can choose the trade-off between file size and image quality.
|
|
|
|
|
|
|
|
This package contains utility applications for %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
%configure \
|
2024-01-06 06:07:48 +01:00
|
|
|
--enable-libwebpdemux \
|
2024-01-06 06:07:48 +01:00
|
|
|
--with-pnglibdir=%{_libdir} \
|
2024-01-06 06:07:48 +01:00
|
|
|
--disable-static
|
2024-01-06 06:07:48 +01:00
|
|
|
|
2024-01-06 06:07:48 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 06:07:48 +01:00
|
|
|
%{_libdir}/libwebp.so.*
|
|
|
|
%{_libdir}/libwebpdemux.so.*
|
2024-01-06 06:07:48 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 06:07:48 +01:00
|
|
|
%dir %{_includedir}/webp
|
|
|
|
%{_includedir}/webp/*.h
|
|
|
|
%{_libdir}/libwebp.la
|
|
|
|
%{_libdir}/libwebp.so
|
|
|
|
%{_libdir}/libwebpdemux.la
|
|
|
|
%{_libdir}/libwebpdemux.so
|
|
|
|
%{_libdir}/pkgconfig/libwebp.pc
|
|
|
|
%{_libdir}/pkgconfig/libwebpdemux.pc
|
2024-01-06 06:07:48 +01:00
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 06:07:48 +01:00
|
|
|
%{_bindir}/cwebp
|
|
|
|
%{_bindir}/dwebp
|
|
|
|
%{_bindir}/vwebp
|
2024-01-06 06:07:48 +01:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:07:48 +01:00
|
|
|
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:07:48 +01:00
|
|
|
* Tue Nov 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
|
|
|
- rebuilt with --enable-libwebpdemux
|
|
|
|
|
2024-01-06 06:07:48 +01:00
|
|
|
* Sat Jul 23 2016 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:07:48 +01:00
|
|
|
* Tue Dec 29 2015 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:07:48 +01:00
|
|
|
* Tue Nov 03 2015 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 18 2015 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:07:48 +01:00
|
|
|
* Sun Aug 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
|
|
|
|
- update to 0.4.1
|
|
|
|
|
|
|
|
* Mon Feb 03 2014 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:07:48 +01:00
|
|
|
* Fri Jun 28 2013 Automatic Build System <autodist@mambasoft.it> 0.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 02 2013 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Dec 10 2012 Automatic Build System <autodist@mambasoft.it> 0.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 0.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 22 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.3-1mamba
|
|
|
|
- update to 0.1.3
|
|
|
|
|
|
|
|
* Sat May 28 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.1.2-1mamba
|
|
|
|
- update to 0.1.2
|
|
|
|
|
|
|
|
* Mon Nov 29 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.0.4-1mamba
|
|
|
|
- update to 0.0.4
|
|
|
|
|
|
|
|
* Fri Oct 01 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.0.1-1mamba
|
|
|
|
- package created by autospec
|