From patchwork Sat Jan 2 15:56:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Fan X-Patchwork-Id: 562086 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id BC1B1140A9A for ; Sun, 3 Jan 2016 02:56:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=cjiDuN3L; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C96BB8764F; Sat, 2 Jan 2016 15:56:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N6twRhlAoHs3; Sat, 2 Jan 2016 15:56:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 97C1087646; Sat, 2 Jan 2016 15:56:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6C7091C1100 for ; Sat, 2 Jan 2016 15:56:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3683086B4C for ; Sat, 2 Jan 2016 15:56:12 +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 Ep9t2gBv3C3Y for ; Sat, 2 Jan 2016 15:56:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f182.google.com (mail-ig0-f182.google.com [209.85.213.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 72D7D86865 for ; Sat, 2 Jan 2016 15:56:11 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id to18so200160498igc.0 for ; Sat, 02 Jan 2016 07:56:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bltX4L4BrSV0FrdWBnFTEg6ZyenqgnsS8zvzy7Vs/Ew=; b=cjiDuN3LIJ0OndLO0fIlaiMnu/+ddDrQamHiOR6/VBPpJ7pkeai3x5k+i41+xmIGdB 6afQjEGDAeBIWUvyZQAxz6pWrUoCAaOaxpY9iMDXKenp84bVNFY4i3mzeLog4xUY/jjj Aiyy61FZuEbjAuO5jhRPZhC0lDjDhHErtLzpqEG+bUOQCVagTGneqoe+DqBlJxtyOHRy 0yaJwl6eLjI5fhIh3D5crWU9tVYJ4YLqWFJK1cchYqKqrKj4vI1KNQN6Txq79py+i7GT UBF4ZwfAPEgLPjv0ptBq7CjRVUVJesLEgwariPJVJs051wTxrWY+6C6actqxnZbWtjrD Sm8A== X-Received: by 10.50.110.5 with SMTP id hw5mr36763793igb.65.1451750171009; Sat, 02 Jan 2016 07:56:11 -0800 (PST) Received: from localhost (www.alikiller.com. [45.78.11.45]) by smtp.gmail.com with ESMTPSA id kc8sm13055201igb.4.2016.01.02.07.56.09 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sat, 02 Jan 2016 07:56:10 -0800 (PST) From: Scott Fan To: buildroot@buildroot.org Date: Sat, 2 Jan 2016 23:56:06 +0800 Message-Id: <1451750166-10049-1-git-send-email-fancp2007@gmail.com> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1441118174-9899-1-git-send-email-fancp2007@gmail.com> References: <1441118174-9899-1-git-send-email-fancp2007@gmail.com> Cc: Scott Fan Subject: [Buildroot] [PATCH v5] remmina: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Remmina is a remote desktop client written in GTK+. Currently RDP, VNC, NX, XDMCP and SSH are supported. http://remmina.sourceforge.net/ Signed-off-by: Scott Fan --- Changes v4 -> v5: 1) rebase to master, select the latest 1.2.0 rcgit.7 release. 2) remove libssh dependency. Changes v3 -> v4: 1) rebase to master 2) remove libssh patch which had merged to master Changes v2 -> v3: 1) pick the first patch 'libssh' from the 'next' tree. 2) fix the dependencies of package remmina. Changes v1 -> v2: 1) fix the dependencies of package remmina. 2) fix the license of package remmina. 3) wrap lines at 72 characters. Signed-off-by: Scott Fan --- package/Config.in | 1 + package/remmina/Config.in | 26 ++++++++++++++++++++++++++ package/remmina/remmina.mk | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 package/remmina/Config.in create mode 100644 package/remmina/remmina.mk diff --git a/package/Config.in b/package/Config.in index f58f2be..ce3f75c 100644 --- a/package/Config.in +++ b/package/Config.in @@ -256,6 +256,7 @@ endif source "package/fbterm/Config.in" source "package/fbv/Config.in" source "package/freerdp/Config.in" + source "package/remmina/Config.in" source "package/imagemagick/Config.in" source "package/linux-fusion/Config.in" source "package/lite/Config.in" diff --git a/package/remmina/Config.in b/package/remmina/Config.in new file mode 100644 index 0000000..78e9435 --- /dev/null +++ b/package/remmina/Config.in @@ -0,0 +1,26 @@ +config BR2_PACKAGE_REMMINA + bool "remmina" + depends on BR2_PACKAGE_XORG7 + depends on BR2_PACKAGE_LIBGTK3 + depends on BR2_USE_MMU # libvncserver depends on BR2_USE_MMU + depends on BR2_USE_WCHAR # freerdp + depends on !BR2_STATIC_LIBS # freerdp + depends on BR2_TOOLCHAIN_HAS_THREADS # freerdp + select BR2_PACKAGE_XLIB_LIBX11 + select BR2_PACKAGE_XLIB_LIBXEXT + select BR2_PACKAGE_XLIB_LIBXKBFILE + select BR2_PACKAGE_LIBVNCSERVER + select BR2_PACKAGE_FREERDP + select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT + help + Remmina is a remote desktop client written in GTK+, aiming to be + useful for system administrators and travellers, who need to work + with lots of remote computers in front of either large monitors + or tiny netbooks. + + Remmina supports multiple network protocols in an integrated and + consistent user interface. + + Currently RDP, VNC, NX, XDMCP and SSH are supported. + + http://remmina.sourceforge.net/ diff --git a/package/remmina/remmina.mk b/package/remmina/remmina.mk new file mode 100644 index 0000000..8f333ae --- /dev/null +++ b/package/remmina/remmina.mk @@ -0,0 +1,36 @@ +################################################################################ +# +# remmina +# +################################################################################ + +REMMINA_VERSION = e7f665f2634939aaa9bed114569cbd13eac10b82 +REMMINA_SITE = $(call github,FreeRDP,Remmina,$(REMMINA_VERSION)) +REMMINA_LICENSE = GPLv2+ with OpenSSL exception +REMMINA_LICENSE_FILES = COPYING LICENSE LICENSE.OpenSSL + +REMMINA_CONF_OPTS = \ + -DWITH_AVAHI=OFF \ + -DWITH_APPINDICATOR=OFF \ + -DWITH_GNOMEKEYRING=OFF \ + -DWITH_TELEPATHY=OFF \ + -DWITH_GCRYPT=OFF \ + -DWITH_LIBSSH=OFF \ + -DWITH_VTE=OFF + +REMMINA_DEPENDENCIES = \ + libgtk3 libvncserver freerdp \ + xlib_libX11 xlib_libXext xlib_libxkbfile + +ifeq ($(BR2_NEEDS_GETTEXT),y) +REMMINA_DEPENDENCIES += gettext + +define REMMINA_POST_PATCH_FIXINTL + $(SED) 's/$${GTK_LIBRARIES}/$${GTK_LIBRARIES} -lintl/' \ + $(@D)/remmina/CMakeLists.txt +endef + +REMMINA_POST_PATCH_HOOKS += REMMINA_POST_PATCH_FIXINTL +endif + +$(eval $(cmake-package))