From 6713dbaae9e1c4ea1c1dc173abee7825d089c79f Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Tue, 4 Apr 2006 14:10:58 +0000 Subject: [PATCH] Andreas V. Meier: update qemu(0.8.0) add config option for kqemu with notice text update copyheader of qemu [2006021416201427153] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7407 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/daja77/qemu/config.in | 33 +++++++++++++++++++++++++++++++++ package/daja77/qemu/qemu.conf | 27 +++++++++++++++++++++++++++ package/daja77/qemu/qemu.desc | 11 +++++++++-- 3 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 package/daja77/qemu/config.in create mode 100644 package/daja77/qemu/qemu.conf diff --git a/package/daja77/qemu/config.in b/package/daja77/qemu/config.in new file mode 100644 index 000000000..16705e280 --- /dev/null +++ b/package/daja77/qemu/config.in @@ -0,0 +1,33 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/daja77/qemu/config.in +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +if pkgcheck qemu X +then + menu_begin MENU_PKG_QEMU 'qemu package options' + comment 'Please note that the accelerator module is not GPLed.' + comment 'Permission was given by Fabrice Bellard to distribute it with ROCK Linux.' + comment 'If you plan to give away the distribution you build using ROCK Linux,' + comment 'you have to ask Fabrice Bellard for authorisation.' + bool 'Build the accelerator kernel module (kqemu)' \ + ROCKCFG_PKG_QEMU_KQEMU 0 + menu_end +fi diff --git a/package/daja77/qemu/qemu.conf b/package/daja77/qemu/qemu.conf new file mode 100644 index 000000000..969e01895 --- /dev/null +++ b/package/daja77/qemu/qemu.conf @@ -0,0 +1,27 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/daja77/qemu/qemu.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +srctar="qemu-$ver.tar.bz2" +if [ "$ROCKCFG_PKG_QEMU_KQEMU" = 1 ] ; then + hook_add preconf 3 "tar $taropt $archdir/kqemu-$kqemuver.tar.bz2" + splitreg 10 accelerator lib/modules +fi diff --git a/package/daja77/qemu/qemu.desc b/package/daja77/qemu/qemu.desc index ab9371772..696a8a69d 100644 --- a/package/daja77/qemu/qemu.desc +++ b/package/daja77/qemu/qemu.desc @@ -25,6 +25,11 @@ [T] QEMU is a FAST! processor emulator using dynamic translation to achieve good [T] emulation speed. +[T] Please note: Although the qemu is GPL, the acellerator module is not. +[T] Redistribution of the acellerator module was granted for ROCK-Linux as of +[T] 05/25/2005, provided it is free of charge. If you create a distribution +[T] for sale, please contact the author about terms of license for the +[T] acellerator, or disable building it. [U] http://fabrice.bellard.free.fr/qemu/ @@ -35,7 +40,9 @@ [L] GPL [S] Stable -[V] 0.7.2 +[V] 0.8.0 [P] X -?---5---9 208.800 -[D] 2558155953 qemu-0.7.2.tar.gz http://fabrice.bellard.free.fr/qemu/ +[D] 3936583336 qemu-0.8.0.tar.gz http://fabrice.bellard.free.fr/qemu/ +[D] 3329474894 kqemu-0.7.2.tar.gz http://fabrice.bellard.free.fr/qemu/ +[O] kqemuver=0.7.2