Compare commits

...

20 Commits

Author SHA1 Message Date
26b25145fe automatic version update by autodist [release 1.5.0-1mamba;Sun Dec 22 2024] 2024-12-22 21:16:12 +01:00
0f34e9c2ed automatic version update by autodist [release 1.4.0-1mamba;Sat Apr 13 2024] 2024-04-14 18:11:10 +02:00
37f3a5c353 automatic version update by autodist [release 1.3.2-1mamba;Thu Sep 14 2023] 2024-01-06 06:07:52 +01:00
83257f32b0 automatic version update by autodist [release 1.3.1-1mamba;Thu Jun 29 2023] 2024-01-06 06:07:51 +01:00
317c8cf617 automatic version update by autodist [release 1.3.0-1mamba;Tue Jan 17 2023] 2024-01-06 06:07:50 +01:00
1cecb92b20 automatic version update by autodist [release 1.2.3-1mamba;Sun Jul 17 2022] 2024-01-06 06:07:49 +01:00
928fe017eb automatic version update by autodist [release 1.2.2-1mamba;Thu Jan 20 2022] 2024-01-06 06:07:49 +01:00
e0f4fafa52 automatic version update by autodist [release 1.2.1-1mamba;Sat Aug 14 2021] 2024-01-06 06:07:49 +01:00
bce1bac07d automatic version update by autodist [release 1.2.0-1mamba;Wed Feb 03 2021] 2024-01-06 06:07:49 +01:00
0b833cf4b5 automatic version update by autodist [release 1.1.0-1mamba;Wed Jan 08 2020] 2024-01-06 06:07:49 +01:00
88d9e74b1e automatic version update by autodist [release 1.0.3-1mamba;Sun Jul 14 2019] 2024-01-06 06:07:49 +01:00
f159201cff automatic version update by autodist [release 1.0.2-1mamba;Mon Jan 28 2019] 2024-01-06 06:07:49 +01:00
f0e889766c automatic version update by autodist [release 1.0.1-1mamba;Mon Nov 19 2018] 2024-01-06 06:07:48 +01:00
e76062c023 rebuilt with --enable-libwebpmux --enable-libwebpdecoder --enable-libwebpextras [release 1.0.0-2mamba;Thu May 03 2018] 2024-01-06 06:07:48 +01:00
e2d7b1c42c automatic version update by autodist [release 1.0.0-1mamba;Sun Apr 29 2018] 2024-01-06 06:07:48 +01:00
f258b7b3f6 automatic version update by autodist [release 0.6.1-1mamba;Thu Jan 11 2018] 2024-01-06 06:07:48 +01:00
8a9339a47a automatic version update by autodist [release 0.6.0-1mamba;Mon Aug 07 2017] 2024-01-06 06:07:48 +01:00
c923b96f38 automatic version update by autodist [release 0.5.2-1mamba;Fri Jan 13 2017] 2024-01-06 06:07:48 +01:00
981cbca481 rebuilt with --enable-libwebpdemux [release 0.5.1-2mamba;Tue Nov 01 2016] 2024-01-06 06:07:48 +01:00
9cdc276a68 automatic version update by autodist [release 0.5.1-1mamba;Sat Jul 23 2016] 2024-01-06 06:07:48 +01:00

View File

@ -1,22 +1,23 @@
Name: libwebp
Version: 0.5.0
Version: 1.5.0
Release: 1mamba
Summary: A method of lossy compression that can be used on photographic images
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://code.google.com/speed/webp/
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://developers.google.com/speed/webp/?csw=1
Source: http://downloads.webmproject.org/releases/webp/libwebp-%{version}.tar.gz
#Source: http://webp.googlecode.com/files/libwebp-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libjpeg-devel
BuildRequires: libfreeglut-devel
BuildRequires: libgif-devel
BuildRequires: libglvnd-devel
BuildRequires: libjpeg-turbo
BuildRequires: libpng-devel
BuildRequires: libz-devel
BuildRequires: libtiff-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
WebP is a method of lossy compression that can be used on photographic images.
@ -30,8 +31,7 @@ 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.
This package contains static libraries and header files needed for development.
%package tools
Group: Applications/Graphics
@ -41,15 +41,20 @@ 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}.
%debug_package
%prep
%setup -q
./autogen.sh
%build
./autogen.sh
%configure \
--enable-libwebpmux \
--enable-libwebpdemux \
--enable-libwebpdecoder \
--enable-libwebpextras \
--with-pnglibdir=%{_libdir} \
--disable-static
@ -62,28 +67,109 @@ This package contains utility applications for %{name}.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%{_libdir}/libsharpyuv.so.*
%{_libdir}/libwebp.so.*
%{_libdir}/libwebpmux.so.*
%{_libdir}/libwebpdemux.so.*
%{_libdir}/libwebpdecoder.so.*
%doc AUTHORS COPYING
#ChangeLog NEWS README
%files devel
%defattr(-,root,root)
%{_includedir}/webp
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/webp
%{_includedir}/webp/*.h
%dir %{_includedir}/webp/sharpyuv
%{_includedir}/webp/sharpyuv/*.h
%{_libdir}/libsharpyuv.so
%{_libdir}/libwebpdecoder.so
%{_libdir}/libwebpmux.so
%{_libdir}/libwebp.so
%{_libdir}/libwebpdemux.so
%{_libdir}/pkgconfig/libsharpyuv.pc
%{_libdir}/pkgconfig/libwebp.pc
%{_libdir}/pkgconfig/libwebpdemux.pc
%{_libdir}/pkgconfig/libwebpdecoder.pc
%{_libdir}/pkgconfig/libwebpmux.pc
%files tools
%defattr(-,root,root)
%{_bindir}/*
%{_bindir}/cwebp
%{_bindir}/dwebp
%{_bindir}/vwebp
%{_bindir}/gif2webp
%{_bindir}/img2webp
%{_bindir}/webpinfo
%{_bindir}/webpmux
%{_mandir}/man1/*
%changelog
* Sun Dec 22 2024 Automatic Build System <autodist@openmamba.org> 1.5.0-1mamba
- automatic version update by autodist
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 1.4.0-1mamba
- automatic version update by autodist
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
- automatic version update by autodist
* Thu Jun 29 2023 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
- automatic version update by autodist
* Tue Jan 17 2023 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic version update by autodist
* Sat Aug 06 2022 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
- automatic version update by autodist
* Sun Jul 17 2022 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
- automatic version update by autodist
* Thu Jan 20 2022 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
- automatic version update by autodist
* Sat Aug 14 2021 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
- automatic version update by autodist
* Wed Feb 03 2021 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic version update by autodist
* Wed Jan 08 2020 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
- automatic version update by autodist
* Sun Jul 14 2019 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic version update by autodist
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
- automatic version update by autodist
* Mon Nov 19 2018 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
- automatic version update by autodist
* Thu May 03 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
- rebuilt with --enable-libwebpmux --enable-libwebpdecoder --enable-libwebpextras
* Sun Apr 29 2018 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
- automatic version update by autodist
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
- automatic version update by autodist
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
- automatic version update by autodist
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
- automatic version update by autodist
* Tue Nov 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
- rebuilt with --enable-libwebpdemux
* Sat Jul 23 2016 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
- automatic version update by autodist
* Tue Dec 29 2015 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
- automatic version update by autodist