]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - VirtualBox.spec
- fix --disable-kmods, now it works
[packages/VirtualBox.git] / VirtualBox.spec
index a97cd5433249457b5ef7d1c82df2c7726bcf0be1..aaed9364f5a150c5614400661ac1caf540192989 100644 (file)
@@ -11,7 +11,7 @@
 %bcond_without kernel          # don't build kernel module
 %bcond_without userspace       # don't build userspace package
 
-%define                rel             11
+%define                rel             0.1
 
 %if %{without kernel}
 %undefine      with_dist_kernel
 Summary:       VirtualBox OSE - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox OSE - wirtualizator sprzętu x86
 Name:          %{pname}%{_alt_kernel}
-Version:       1.5.6
+Version:       1.6.0
 Release:       %{rel}
 License:       GPL v2
 Group:         Applications/Emulators
-Source0:       http://www.virtualbox.org/download/%{version}/%{pname}-%{version}-1_OSE.tar.bz2
-# Source0-md5: 305c65f9e91b6137cb773d578de09922
+# Source can't be downloaded directly anymore, you may get it manually from
+# http://www.virtualbox.org/wiki/Downloads
+Source0:       %{pname}-%{version}-OSE.tar.bz2
+# Source0-md5: 44692aa0e7a8cb6bb36f367d67d78d6a
 Source1:       http://www.virtualbox.org/download/%{version}/UserManual.pdf
-# Source1-md5: 9ba7f17584fb3e9c98e026a1501cf7c0
+# Source1-md5: e21694fd087b42173bca3fc9af068f22
 Source2:       http://www.virtualbox.org/download/%{version}/VBoxGuestAdditions_%{version}.iso
-# Source2-md5: 9d74dea92bd225ad59faee9fd427a55e
+# Source2-md5: e90b718aa806845194fd411e3dbf78ff
 Source3:       %{pname}.init
 Source4:       %{pname}.desktop
 Source5:       %{pname}.sh
@@ -46,8 +48,8 @@ Patch3:               %{pname}-disable-xclient-build.patch
 Patch4:                %{pname}-configure-spaces.patch
 URL:           http://www.virtualbox.org/
 %if %{with userspace}
-BuildRequires: SDL-devel
-BuildRequires: alsa-lib-devel
+BuildRequires: SDL-devel >= 1.2.7
+BuildRequires: alsa-lib-devel >= 1.0.6
 BuildRequires: bash
 BuildRequires: bcc
 BuildRequires: bin86
@@ -56,13 +58,19 @@ BuildRequires:      iasl
 %endif
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.20}
 %if %{with userspace}
+BuildRequires: Qt3Support-devel
 BuildRequires: libIDL-devel
+BuildRequires: libpng >= 1.2.5
+BuildRequires: libstdc++-static >= 5:3.2.3
 BuildRequires: libuuid-devel
-BuildRequires: libxslt-progs
+BuildRequires: libxml2-devel >= 2.6.26
+BuildRequires: libxslt-devel >= 1.1.17
+BuildRequires: libxslt-progs >= 1.1.17
 BuildRequires: pkgconfig
-BuildRequires: pulseaudio-devel
+BuildRequires: pulseaudio-devel >= 0.9.0
 BuildRequires: qt-devel >= 6:3.3.6
 BuildRequires: qt-linguist
+BuildRequires: qt4-build >= 4.2.0
 %endif
 BuildRequires: rpmbuild(macros) >= 1.379
 %if %{with userspace}
This page took 1.357875 seconds and 4 git commands to generate.