rebuilt with libSDL_gfx 2.0.26 [release 2.2.1-2mamba;Fri Dec 31 2021]
This commit is contained in:
parent
e49cd812cf
commit
20bd6cb9e3
@ -1,14 +1,14 @@
|
|||||||
%define jpegmmx_version 0.1.6
|
%define jpegmmx_version 0.1.6
|
||||||
|
|
||||||
Name: mjpegtools
|
Name: mjpegtools
|
||||||
Version: 2.1.0
|
Version: 2.2.1
|
||||||
Release: 3mamba
|
Release: 2mamba
|
||||||
Summary: Tools for recording, editing, playing and encoding mpeg video
|
Summary: Tools for recording, editing, playing and encoding mpeg video
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://mjpeg.sourceforge.net/
|
URL: https://mjpeg.sourceforge.io/
|
||||||
Source0: http://downloads.sourceforge.net/sourceforge/mjpeg/mjpegtools-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/sourceforge/mjpeg/mjpegtools-%{version}.tar.gz
|
||||||
Source1: http://downloads.sourceforge.net/sourceforge/mjpeg/jpeg-mmx-%{jpegmmx_version}.tar.gz
|
Source1: http://downloads.sourceforge.net/sourceforge/mjpeg/jpeg-mmx-%{jpegmmx_version}.tar.gz
|
||||||
Patch: %{name}-1.8.0-libquicktime.patch
|
Patch: %{name}-1.8.0-libquicktime.patch
|
||||||
@ -18,11 +18,8 @@ Patch3: mjpegtools-2.1.0-avoid-fno-pic.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
%ifnarch aarch64
|
|
||||||
BuildRequires: libSDL-devel
|
BuildRequires: libSDL-devel
|
||||||
BuildRequires: libSDL_gfx-devel
|
BuildRequires: libSDL_gfx-devel
|
||||||
%endif
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
@ -31,6 +28,7 @@ BuildRequires: libbrotli-devel
|
|||||||
BuildRequires: libbsd-devel
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libdirectfb-devel
|
||||||
BuildRequires: libdv-devel
|
BuildRequires: libdv-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libfaad2-devel
|
BuildRequires: libfaad2-devel
|
||||||
@ -48,11 +46,12 @@ BuildRequires: libpcre-devel
|
|||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libquicktime-devel
|
BuildRequires: libquicktime-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libts-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: libSDL_gfx-devel >= 2.0.26
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -88,7 +87,7 @@ This package contains static libraries and C system header files needed to compi
|
|||||||
#% patch1 -p1
|
#% patch1 -p1
|
||||||
#%endif
|
#%endif
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
%patch3 -p1
|
#%patch3 -p1
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -152,7 +151,7 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%files -n libmjpegtools
|
%files -n libmjpegtools
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%doc AUTHORS
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n libmjpegtools-devel
|
%files -n libmjpegtools-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -163,9 +162,15 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%doc BUGS CHANGES COPYING HINTS PLANS README* TODO
|
%doc BUGS CHANGES HINTS PLANS README* TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-2mamba
|
||||||
|
- rebuilt with libSDL_gfx 2.0.26
|
||||||
|
|
||||||
|
* Fri Sep 24 2021 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Dec 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-3mamba
|
* Mon Dec 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-3mamba
|
||||||
- remove conflicting file %{_infodir}/dir; dropped jpeg-mmx for ix86
|
- remove conflicting file %{_infodir}/dir; dropped jpeg-mmx for ix86
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user