update to 6.0.8 [release 6.0.8-1mamba;Thu Jul 18 2019]
This commit is contained in:
parent
8e9dc3b85c
commit
d7d787c7e0
11
VirtualBox-5.2.30-x86-conflicting_type_ptrdiff_t.patch
Normal file
11
VirtualBox-5.2.30-x86-conflicting_type_ptrdiff_t.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- VirtualBox-5.2.30/include/VBox/VBoxGL2D.h.orig 2019-07-20 14:41:24.063295383 +0200
|
||||||
|
+++ VirtualBox-5.2.30/include/VBox/VBoxGL2D.h 2019-07-20 14:02:17.240579233 +0200
|
||||||
|
@@ -109,7 +109,7 @@
|
||||||
|
/* GL_ARB_pixel_buffer_object*/
|
||||||
|
#ifndef Q_WS_MAC
|
||||||
|
/* apears to be defined on mac */
|
||||||
|
-typedef ptrdiff_t GLsizeiptr;
|
||||||
|
+//typedef ptrdiff_t GLsizeiptr;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef GL_READ_ONLY
|
@ -17,7 +17,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: VirtualBox
|
Name: VirtualBox
|
||||||
Version: 5.2.22
|
Version: 6.0.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A general-purpose full virtualizer for x86 hardware
|
Summary: A general-purpose full virtualizer for x86 hardware
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -43,6 +43,7 @@ Patch6: VirtualBox-5.0.4-x86-upstream-buildfixes.patch
|
|||||||
Patch7: VirtualBox-5.1.22-build-gsoap.patch
|
Patch7: VirtualBox-5.1.22-build-gsoap.patch
|
||||||
Patch8: VirtualBox-5.0.24-ogl-include-path.patch
|
Patch8: VirtualBox-5.0.24-ogl-include-path.patch
|
||||||
Patch9: VirtualBox-5.2.2-no-vboxvideo.patch
|
Patch9: VirtualBox-5.2.2-no-vboxvideo.patch
|
||||||
|
Patch10: VirtualBox-5.2.30-x86-conflicting_type_ptrdiff_t.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -54,7 +55,6 @@ BuildRequires: libXcursor-devel
|
|||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
BuildRequires: libXinerama-devel
|
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
@ -63,6 +63,7 @@ BuildRequires: libdevmapper-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libopus-devel
|
||||||
BuildRequires: libpam-devel
|
BuildRequires: libpam-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython27-devel
|
||||||
@ -177,6 +178,9 @@ Kernel DRM driver for VirtualBox guest machines.
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
#%patch8 -p1
|
#%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
%ifarch %{ix86}
|
||||||
|
%patch10 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
echo "\
|
echo "\
|
||||||
VBOX_WITH_ORIGIN :=
|
VBOX_WITH_ORIGIN :=
|
||||||
@ -223,10 +227,9 @@ export CXXFLAGS="%optflags"
|
|||||||
--disable-java
|
--disable-java
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#_EOF
|
|
||||||
|
|
||||||
# --disable-hardening \
|
# --disable-hardening \
|
||||||
# --enable-webservice \
|
|
||||||
|
#_EOF
|
||||||
|
|
||||||
. ./env.sh
|
. ./env.sh
|
||||||
|
|
||||||
@ -527,13 +530,12 @@ fi
|
|||||||
%{_libdir}/%{name}/DbgPlugInDiggers.so
|
%{_libdir}/%{name}/DbgPlugInDiggers.so
|
||||||
%{_libdir}/%{name}/SUPInstall
|
%{_libdir}/%{name}/SUPInstall
|
||||||
%{_libdir}/%{name}/SUPUninstall
|
%{_libdir}/%{name}/SUPUninstall
|
||||||
%attr(4755,root,root) %{_libdir}/%{name}/VirtualBox
|
%attr(0755,root,root) %{_libdir}/%{name}/VirtualBox
|
||||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxSDL
|
%attr(4755,root,root) %{_libdir}/%{name}/VBoxSDL
|
||||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxHeadless
|
%attr(4755,root,root) %{_libdir}/%{name}/VBoxHeadless
|
||||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetDHCP
|
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetDHCP
|
||||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetAdpCtl
|
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetAdpCtl
|
||||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetNAT
|
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetNAT
|
||||||
%{_libdir}/%{name}/VirtualBox.so
|
|
||||||
%{_libdir}/%{name}/*.sh
|
%{_libdir}/%{name}/*.sh
|
||||||
%{_libdir}/%{name}/VBox*.so
|
%{_libdir}/%{name}/VBox*.so
|
||||||
%{_libdir}/%{name}/VMMRC.rc
|
%{_libdir}/%{name}/VMMRC.rc
|
||||||
@ -560,6 +562,9 @@ fi
|
|||||||
%{_libdir}/VirtualBox/VBoxVMMPreload
|
%{_libdir}/VirtualBox/VBoxVMMPreload
|
||||||
%{_libdir}/VirtualBox/VBoxVolInfo
|
%{_libdir}/VirtualBox/VBoxVolInfo
|
||||||
%{_libdir}/VirtualBox/VBoxXPCOMIPCD
|
%{_libdir}/VirtualBox/VBoxXPCOMIPCD
|
||||||
|
%attr(4755,root,root) %{_libdir}/VirtualBox/VirtualBoxVM
|
||||||
|
%{_libdir}/VirtualBox/VirtualBoxVM.so
|
||||||
|
%{_libdir}/VirtualBox/bldRTLdrCheckImports
|
||||||
%dir %{_libdir}/%{name}/components
|
%dir %{_libdir}/%{name}/components
|
||||||
%{_libdir}/%{name}/components/VBox*.so
|
%{_libdir}/%{name}/components/VBox*.so
|
||||||
%{_libdir}/%{name}/components/VBoxXPCOMBase.xpt
|
%{_libdir}/%{name}/components/VBoxXPCOMBase.xpt
|
||||||
@ -664,6 +669,9 @@ fi
|
|||||||
%{_prefix}/src/vboxvideo-%{version}/*
|
%{_prefix}/src/vboxvideo-%{version}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.8-1mamba
|
||||||
|
- update to 6.0.8
|
||||||
|
|
||||||
* Sat Dec 15 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.22-1mamba
|
* Sat Dec 15 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.22-1mamba
|
||||||
- update to 5.2.22
|
- update to 5.2.22
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user