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
|
||||
|
||||
Name: mjpegtools
|
||||
Version: 2.1.0
|
||||
Release: 3mamba
|
||||
Version: 2.2.1
|
||||
Release: 2mamba
|
||||
Summary: Tools for recording, editing, playing and encoding mpeg video
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
Source1: http://downloads.sourceforge.net/sourceforge/mjpeg/jpeg-mmx-%{jpegmmx_version}.tar.gz
|
||||
Patch: %{name}-1.8.0-libquicktime.patch
|
||||
@ -18,11 +18,8 @@ Patch3: mjpegtools-2.1.0-avoid-fno-pic.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
%ifnarch aarch64
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libSDL_gfx-devel
|
||||
%endif
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
@ -31,6 +28,7 @@ BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdirectfb-devel
|
||||
BuildRequires: libdv-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfaad2-devel
|
||||
@ -48,11 +46,12 @@ BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libquicktime-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libts-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: nasm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libSDL_gfx-devel >= 2.0.26
|
||||
Requires(post):%{__install_info}
|
||||
|
||||
%description
|
||||
@ -88,7 +87,7 @@ This package contains static libraries and C system header files needed to compi
|
||||
#% patch1 -p1
|
||||
#%endif
|
||||
#%patch2 -p1
|
||||
%patch3 -p1
|
||||
#%patch3 -p1
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
@ -152,7 +151,7 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%files -n libmjpegtools
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/lib*.so.*
|
||||
%doc AUTHORS
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n libmjpegtools-devel
|
||||
%defattr(-, root, root)
|
||||
@ -163,9 +162,15 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog
|
||||
%doc BUGS CHANGES COPYING HINTS PLANS README* TODO
|
||||
%doc BUGS CHANGES HINTS PLANS README* TODO
|
||||
|
||||
%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
|
||||
- remove conflicting file %{_infodir}/dir; dropped jpeg-mmx for ix86
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user