automatic version update by autodist [release 1.3.0-1mamba;Tue Jan 17 2023]
This commit is contained in:
parent
1cecb92b20
commit
317c8cf617
32
libwebp.spec
32
libwebp.spec
@ -1,27 +1,22 @@
|
|||||||
Name: libwebp
|
Name: libwebp
|
||||||
Version: 1.2.3
|
Version: 1.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A method of lossy compression that can be used on photographic images
|
Summary: A method of lossy compression that can be used on photographic images
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://developers.google.com/speed/webp/?csw=1
|
URL: https://developers.google.com/speed/webp/?csw=1
|
||||||
Source: http://downloads.webmproject.org/releases/webp/libwebp-%{version}.tar.gz
|
Source: http://downloads.webmproject.org/releases/webp/libwebp-%{version}.tar.gz
|
||||||
#Source: http://webp.googlecode.com/files/libwebp-%{version}.tar.gz
|
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfreeglut-devel
|
BuildRequires: libfreeglut-devel
|
||||||
BuildRequires: libgif-devel
|
BuildRequires: libgif-devel
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libjbig-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
BuildRequires: libzstd-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -36,8 +31,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
WebP is a method of lossy compression that can be used on photographic images.
|
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.
|
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 needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
@ -47,14 +41,15 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
WebP is a method of lossy compression that can be used on photographic images.
|
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.
|
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}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure \
|
%configure \
|
||||||
--enable-libwebpmux \
|
--enable-libwebpmux \
|
||||||
--enable-libwebpdemux \
|
--enable-libwebpdemux \
|
||||||
@ -77,6 +72,7 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libsharpyuv.so.*
|
||||||
%{_libdir}/libwebp.so.*
|
%{_libdir}/libwebp.so.*
|
||||||
%{_libdir}/libwebpmux.so.*
|
%{_libdir}/libwebpmux.so.*
|
||||||
%{_libdir}/libwebpdemux.so.*
|
%{_libdir}/libwebpdemux.so.*
|
||||||
@ -88,14 +84,14 @@ This package contains utility applications for %{name}.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/webp
|
%dir %{_includedir}/webp
|
||||||
%{_includedir}/webp/*.h
|
%{_includedir}/webp/*.h
|
||||||
%{_libdir}/libwebpdecoder.la
|
%dir %{_includedir}/webp/sharpyuv
|
||||||
|
%{_includedir}/webp/sharpyuv/*.h
|
||||||
|
%{_libdir}/libsharpyuv.so
|
||||||
%{_libdir}/libwebpdecoder.so
|
%{_libdir}/libwebpdecoder.so
|
||||||
%{_libdir}/libwebpmux.la
|
|
||||||
%{_libdir}/libwebpmux.so
|
%{_libdir}/libwebpmux.so
|
||||||
%{_libdir}/libwebp.la
|
|
||||||
%{_libdir}/libwebp.so
|
%{_libdir}/libwebp.so
|
||||||
%{_libdir}/libwebpdemux.la
|
|
||||||
%{_libdir}/libwebpdemux.so
|
%{_libdir}/libwebpdemux.so
|
||||||
|
%{_libdir}/pkgconfig/libsharpyuv.pc
|
||||||
%{_libdir}/pkgconfig/libwebp.pc
|
%{_libdir}/pkgconfig/libwebp.pc
|
||||||
%{_libdir}/pkgconfig/libwebpdemux.pc
|
%{_libdir}/pkgconfig/libwebpdemux.pc
|
||||||
%{_libdir}/pkgconfig/libwebpdecoder.pc
|
%{_libdir}/pkgconfig/libwebpdecoder.pc
|
||||||
@ -113,6 +109,12 @@ This package contains utility applications for %{name}.
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sun Jul 17 2022 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user