Compare commits
12 Commits
2.1.1-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
bf3e3307bd | |||
87303a730c | |||
9b050aef24 | |||
6481534b7f | |||
011b176ed4 | |||
f567b9543c | |||
a948d5eeb9 | |||
2a94103af1 | |||
dcb94ff5d4 | |||
541ff1204a | |||
19ad490ab5 | |||
fff0b6c0e3 |
@ -1,25 +1,23 @@
|
||||
Name: libjpeg-turbo
|
||||
Version: 2.1.1
|
||||
Version: 3.1.0
|
||||
Release: 1mamba
|
||||
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceforge.net/projects/libjpeg-turbo
|
||||
Source: http://sourceforge.net/projects/libjpeg-turbo/files/%{version}/libjpeg-turbo-%{version}.tar.gz
|
||||
URL: https://libjpeg-turbo.org/
|
||||
Source: https://github.com/libjpeg-turbo/libjpeg-turbo.git/%{version}/libjpeg-turbo-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#ld-linux-x86-64.so.2()(64bit): .so link not found
|
||||
#ld-linux-x86-64.so.2(GLIBC_2.3)(64bit): .so link not found
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: nasm
|
||||
Obsoletes: libjpeg < 2.1.0
|
||||
Provides: libjpeg
|
||||
Obsoletes: libjpeg < 2.1.0
|
||||
|
||||
%description
|
||||
libjpeg-turbo is a version of libjpeg which uses MMX, SSE, and SSE2 SIMD instructions to accelerate baseline JPEG compression/decompression by about 2-4x on x86 and x86-64 platforms. It is based on libjpeg/SIMD but has numerous enhancements.
|
||||
@ -39,25 +37,18 @@ Provides: libjpeg7-devel
|
||||
Obsoletes: libjpeg7-devel < 2.1.0
|
||||
Provides: libjpeg7-turbo-devel
|
||||
Obsoletes: libjpeg7-turbo-devel < 2.1.0
|
||||
|
||||
%description -n libjpeg-devel
|
||||
A MMX/SSE2 accelerated library for manipulating JPEG image files.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
%package -n libjpeg-static
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries for %{name}
|
||||
Requires: libjpeg-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libjpeg-turbo-static
|
||||
Obsoletes: libjpeg-turbo-static < 2.1.0
|
||||
Provides: libjpeg6b-static
|
||||
Obsoletes: libjpeg6b-static < 2.1.0
|
||||
Provides: libjpeg7-static
|
||||
Obsoletes: libjpeg7-static < 2.1.0
|
||||
Provides: libjpeg-static
|
||||
Obsoletes: libjpeg-static < 3.0.2-2mamba
|
||||
|
||||
%description -n libjpeg-static
|
||||
%description -n libjpeg-devel
|
||||
A MMX/SSE2 accelerated library for manipulating JPEG image files.
|
||||
This package contains static libraries needed for development.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
%package utils
|
||||
Group: Development/Libraries
|
||||
@ -165,15 +156,6 @@ cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n libjpeg6b-turbo -p /sbin/ldconfig
|
||||
%postun -n libjpeg6b-turbo -p /sbin/ldconfig
|
||||
|
||||
%post -n libjpeg7-turbo -p /sbin/ldconfig
|
||||
%postun -n libjpeg7-turbo -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libjpeg.so.8
|
||||
@ -188,7 +170,9 @@ cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/
|
||||
%{_includedir}/jmorecfg.h
|
||||
%{_includedir}/jpeglib.h
|
||||
%{_includedir}/turbojpeg.h
|
||||
%{_libdir}/libjpeg.a
|
||||
%{_libdir}/libjpeg.so
|
||||
%{_libdir}/libturbojpeg.a
|
||||
%{_libdir}/libturbojpeg.so
|
||||
%{_libdir}/pkgconfig/libjpeg.pc
|
||||
%{_libdir}/pkgconfig/libturbojpeg.pc
|
||||
@ -196,12 +180,6 @@ cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/
|
||||
%{_docdir}/%{name}/*
|
||||
%dir %{_libdir}/cmake/libjpeg-turbo
|
||||
%{_libdir}/cmake/libjpeg-turbo/libjpeg-turbo*.cmake
|
||||
%doc coderules.txt jconfig.txt libjpeg.txt structure.txt change.log
|
||||
|
||||
%files -n libjpeg-static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libjpeg.a
|
||||
%{_libdir}/libturbojpeg.a
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root)
|
||||
@ -230,6 +208,42 @@ cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/
|
||||
%doc LICENSE.md
|
||||
|
||||
%changelog
|
||||
* Thu Dec 19 2024 Automatic Build System <autodist@openmamba.org> 3.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 15 2024 Automatic Build System <autodist@openmamba.org> 3.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 09 2024 Automatic Build System <autodist@openmamba.org> 3.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-2mamba
|
||||
- libjpeg-devel: integrate libjpeg-static
|
||||
|
||||
* Mon Feb 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
|
||||
- update to 3.0.2
|
||||
|
||||
* Tue Oct 17 2023 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 04 2023 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 09 2023 Automatic Build System <autodist@mambasoft.it> 2.1.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 01 2023 Automatic Build System <autodist@mambasoft.it> 2.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 13 2022 Automatic Build System <autodist@mambasoft.it> 2.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 26 2022 Automatic Build System <autodist@mambasoft.it> 2.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 19 2021 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 10 2021 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user