]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- enable VNC server in VBoxHeadless frontend
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 31 Aug 2010 15:41:06 +0000 (15:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-vnc.patch -> 1.1
    VirtualBox.spec -> 1.305

VirtualBox-vnc.patch [new file with mode: 0644]
VirtualBox.spec

diff --git a/VirtualBox-vnc.patch b/VirtualBox-vnc.patch
new file mode 100644 (file)
index 0000000..7bd7d57
--- /dev/null
@@ -0,0 +1,11 @@
+--- VirtualBox-3.2.8_OSE/Config.kmk~   2010-08-05 13:42:00.000000000 +0200
++++ VirtualBox-3.2.8_OSE/Config.kmk    2010-08-31 17:39:38.029460770 +0200
+@@ -500,7 +500,7 @@
+  VBOX_WITH_CROGL = 1
+ endif
+ # Enable the VNC server in VBoxHeadless (GPL only).
+-#VBOX_WITH_VNC = 1
++VBOX_WITH_VNC = 1
+ ## @}
index 90c9518dd2f5936b5883fd25e46809fede4b14fa..890eb86254d1c96a3ea0ece09b4888d1c91456fe 100644 (file)
@@ -27,7 +27,7 @@
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel             8
+%define                rel             8.1
 %define                pname           VirtualBox
 
 Summary:       VirtualBox OSE - x86 hardware virtualizer
@@ -56,6 +56,7 @@ Patch1:               %{pname}-configure-spaces.patch
 Patch2:                %{pname}-export_modules.patch
 Patch3:                %{pname}-VBoxSysInfo.patch
 Patch4:                %{pname}-warning_workaround.patch
+Patch5:                %{pname}-vnc.patch
 URL:           http://www.virtualbox.org/
 BuildRequires: rpmbuild(macros) >= 1.535
 %if %{with userspace}
@@ -90,6 +91,7 @@ BuildRequires:        libpng-devel >= 1.2.5
 BuildRequires: libstdc++-devel >= 5:3.2.3
 BuildRequires: libstdc++-static >= 5:3.2.3
 BuildRequires: libuuid-devel
+BuildRequires: libvncserver-devel
 BuildRequires: libxml2-devel >= 2.6.26
 BuildRequires: libxslt-devel >= 1.1.17
 BuildRequires: libxslt-progs >= 1.1.17
@@ -406,7 +408,9 @@ Moduł jądra Linuksa dla VirtualBoksa OSE - sterownik obsługi DRM.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
+%{__sed} -i -e 's,#VBOX_WITH_VNC,VBOX_WITH_VNC,'
 %{__sed} -i -e 's,$VBOX_DOC_PATH,%{_docdir}/%{name}-%{version},' src/VBox/Installer/linux/virtualbox.desktop
 %{__sed} -i -e 's/Categories=.*/Categories=Utility;Emulator;/' src/VBox/Installer/linux/virtualbox.desktop
 
This page took 0.143336 seconds and 4 git commands to generate.