]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- Up to 3.0.0, initial version 0.1, builds and works on kernel 2.6.28.9-3.
authorlmasko <lmasko@pld-linux.org>
Wed, 1 Jul 2009 15:22:17 +0000 (15:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-configure.patch -> 1.18
    VirtualBox.spec -> 1.212

VirtualBox-configure.patch
VirtualBox.spec

index 5b77c76449c8fa6c91afc29a41cb5ae63b31b5dd..f2ae710101a61851520648508ab0c593afbce323 100644 (file)
@@ -1,15 +1,5 @@
 --- VirtualBox-2.2.0_OSE/configure.orig        2009-04-12 13:55:00.000000000 +0200
 +++ VirtualBox-2.2.0_OSE/configure     2009-04-12 14:03:10.000000000 +0200
-@@ -100,9 +100,7 @@
- LIBPNG="-lpng"
- PKGCONFIG="`which_wrapper pkg-config`"
- PYTHONDIR="/usr /usr/local"
--QT4DIR="/usr/lib/qt4 /usr/share/qt4 /usr/lib64/qt4 /usr"
- QT4DIR_PKGCONFIG=1
--QT4UIC3DIR="/usr/bin"
- KBUILDDIR="`cd \`dirname $0\`; pwd`/kBuild"
- DEVDIR="`cd \`dirname $0\`; pwd`/tools"
- if [ -d "/lib/modules/`uname -r`/build" ]; then
 @@ -227,8 +225,8 @@
    echo "compiling the following source file:" >> $LOG
    cat $ODIR.tmp_src.cc >> $LOG
    if [ $? -ne 0 ]; then
      if [ -z "$4" ]; then
        echo
-@@ -1385,7 +1383,7 @@
-             cnf_append "VBOX_WITH_QT4_SUN" "1"
-           fi
-           test_header "Qt4 devtools"
--          for q in $QT4DIR; do
-+          for q in /usr/lib/qt4 /usr/lib64/qt4; do
-             if which_wrapper "$q/bin/moc" > /dev/null; then
-               moc_ver=`$q/bin/moc -v 2>&1|sed 's+^.*(Qt \(.*\))+\1+'`
-               if [ $? -ne 0 ]; then
 @@ -1836,7 +1834,6 @@
    --with-iasl=PATH         location of the iasl compiler [$IASL]
    --with-linux=DIR         Linux kernel source directory [$LINUX]
index c34c040c26baeba7f84724fa9a2e6b9632ee0b93..39c93bd15e120baf9d0772993d619acce7d6df00 100644 (file)
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel             2
+%define                rel             0.1
 %define                pname   VirtualBox
 Summary:       VirtualBox OSE - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox OSE - wirtualizator sprzętu x86
 Name:          %{pname}%{_alt_kernel}
-Version:       2.2.4
+Version:       3.0.0
 Release:       %{rel}
 License:       GPL v2
 Group:         Applications/Emulators
 Source0:       http://download.virtualbox.org/virtualbox/%{version}/%{pname}-%{version}-OSE.tar.bz2
-# Source0-md5: b90176e3878ccfef2991322b2248dcb0
+# Source0-md5: d1560d8b0a766236161eeb659e802b5a
 Source1:       http://download.virtualbox.org/virtualbox/%{version}/UserManual.pdf
 # Source1-md5: 1f8ec67c1dbc0bcdfbbfbe26171eb098
 Source2:       http://download.virtualbox.org/virtualbox/%{version}/VBoxGuestAdditions_%{version}.iso
-# Source2-md5: 00e64c25f87155540a3d106c5257530f
+# Source2-md5: 0e6f41edbee05a9d7c9677559cd9728c
 Source3:       %{pname}-vboxdrv.init
 Source4:       %{pname}-vboxadd.init
 Source5:       %{pname}-vboxnetflt.init
This page took 1.666636 seconds and 4 git commands to generate.