From patchwork Sun Dec 9 16:34:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 204715 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 845342C01C2 for ; Mon, 10 Dec 2012 03:37:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EFA34A0205; Sun, 9 Dec 2012 16:37:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HWZ69sWNGzU1; Sun, 9 Dec 2012 16:36:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A0728A78A1; Sun, 9 Dec 2012 16:36:19 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A66728F74B for ; Sun, 9 Dec 2012 16:35:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 94AE8884E1 for ; Sun, 9 Dec 2012 16:35:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RdwC6ki1GZkc for ; Sun, 9 Dec 2012 16:35:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id F364681B94 for ; Sun, 9 Dec 2012 16:35:45 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hn14so571438wib.10 for ; Sun, 09 Dec 2012 08:35:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=RNB/r13kPry5WrGW1eTdJhYNYL1C/2MLGdmJPkYfpPw=; b=QjoFxbUi6l/frfCEJvG5pRvPImYWwAzioAy+y08GeGMTjON7JgjktRmD+gz+Zi07LQ ntZzUt/hwHVFEGUib5XZSCmZzHCTg2Wr/Ysgzg196pzdoDr5zi4g88L7jzO1+K/D1Dqt B7RLweCRXsZpj5duGcb16i/x64+BhxHtLaYtc7S5MooqTdXEwf4bSs7ljsl/UCclUxpR xTIrW6IqVLITofoSQKp8tfzHxlv8xY+FBsmq6Med8DmtjiX95rDkNkbnIcZLu6kk+xTD UCD950//Jg4vn3Mi6OdB8SI5laIF13ZK1SsG2T/+QyRKXkURGHS99/9ylh1vc9RfdOUQ wAqQ== Received: by 10.180.82.69 with SMTP id g5mr6917979wiy.21.1355070945475; Sun, 09 Dec 2012 08:35:45 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-76-30.w90-32.abo.wanadoo.fr. [90.32.155.30]) by mx.google.com with ESMTPS id fv2sm6587947wib.4.2012.12.09.08.35.44 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Dec 2012 08:35:45 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 9 Dec 2012 17:34:46 +0100 Message-Id: <1355070924-8009-14-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> References: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 13/51] package/spice: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: "Yann E. MORIN" --- package/Config.in | 1 + package/spice/Config.in | 23 +++++++++++++++++ package/spice/spice.mk | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+), 0 deletions(-) create mode 100644 package/spice/Config.in create mode 100644 package/spice/spice.mk diff --git a/package/Config.in b/package/Config.in index 8651fb7..02f65fb 100644 --- a/package/Config.in +++ b/package/Config.in @@ -658,6 +658,7 @@ source "package/socat/Config.in" source "package/socketcand/Config.in" source "package/spawn-fcgi/Config.in" source "package/spice-protocol/Config.in" +source "package/spice/Config.in" source "package/squid/Config.in" source "package/stunnel/Config.in" source "package/tcpdump/Config.in" diff --git a/package/spice/Config.in b/package/spice/Config.in new file mode 100644 index 0000000..ced3ec7 --- /dev/null +++ b/package/spice/Config.in @@ -0,0 +1,23 @@ +comment "spice server depends on python" + depends on !BR2_PACKAGE_PYTHON + +config BR2_PACKAGE_SPICE + bool "spice server" + depends on BR2_PACKAGE_PYTHON + select BR2_PACKAGE_PYTHON_PYPARSING + select BR2_PACKAGE_SPICE_PROTOCOL + select BR2_PACKAGE_PIXMAN + select BR2_PACKAGE_CELT051 + select BR2_PACKAGE_ALSA_LIB + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_JPEG + help + The Spice project aims to provide a complete open source + solution for interaction with virtualized desktop devices. + The Spice project deals with both the virtualized devices + and the front-end. Interaction between front-end and + back-end is done using VD-Interfaces. + + This package implements the server-part of Spice. + + http://www.spice-space.org/ diff --git a/package/spice/spice.mk b/package/spice/spice.mk new file mode 100644 index 0000000..dbd2d5f --- /dev/null +++ b/package/spice/spice.mk @@ -0,0 +1,62 @@ +############################################################# +# +# Spice +# +############################################################# + +SPICE_VERSION = 0.12.0 +SPICE_SOURCE = spice-$(SPICE_VERSION).tar.bz2 +SPICE_SITE = http://www.spice-space.org/download/releases/ +SPICE_LICENSE = LGPLv2.1+ +SPICE_LICENSE_FILES = COPYING +SPICE_INSTALL_STAGING = YES +SPICE_DEPENDENCIES = \ + spice-protocol \ + pixman \ + celt051 \ + python-pyparsing \ + alsa-lib \ + openssl \ + jpeg \ + +# We disable everything for now, because the dependency tree can become +# quite deep if we try to enable some features, and I have not tested that. +SPICE_CONF_OPT = \ + --disable-tunnel \ + --disable-gui \ + --disable-opengl \ + --disable-smartcard \ + --disable-client \ + --disable-automated-tests \ + --without-sasl \ + +SPICE_DEPENDENCIES += host-pkgconf + +SPICE_CONF_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages +SPICE_MAKE_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages + +# We need to tweak spice.pc because it /forgets/ (for static linking) that +# it should link against libz and libjpeg. libz is pkg-config-aware, while +# libjpeg isn't, hence the two-line tweak +define SPICE_POST_INSTALL_STAGING_FIX_PC + $(SED) 's/^\(Requires.private:.*\)$$/\1 zlib/; s/^\(Libs.private:.*\)$$/\1 -ljpeg/;' \ + "$(STAGING_DIR)/usr/lib/pkgconfig/spice-server.pc" +endef +SPICE_POST_INSTALL_STAGING_HOOKS += SPICE_POST_INSTALL_STAGING_FIX_PC + +# It is currently not possible to detect if stack-protection is available +# or not, because it requires support from both the compiler *and* the +# C library, but the C library (eg. uClibc) can be compiled without that +# support, even if gcc accepts the -fstack-protector-all option. +# spice's ./configure only checks for gcc's -fstack-protector-all option, +# so it misses the case where the C library doe not provide the requires +# support. +# A correct fix would be to fix spice's ./configure to also check the C +# library, but it might be much more involved. +# So, we simply disable it for now. After all, as uClibc's help puts it: +# Note that NOEXECSTACK on a kernel with address space randomization +# is generally sufficient to prevent most buffer overflow exploits +# without increasing code size. +SPICE_CONF_OPT += gl_cv_warn__fstack_protector_all=no + +$(eval $(autotools-package))