From patchwork Sat Apr 29 20:23:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 756782 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wFhwW6W1Yz9s2P for ; Sun, 30 Apr 2017 06:23:55 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7D8F230A7B; Sat, 29 Apr 2017 20:23:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nC2rP34nmxwi; Sat, 29 Apr 2017 20:23:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8400830A70; Sat, 29 Apr 2017 20:23:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id E9B5A1C0328 for ; Sat, 29 Apr 2017 20:23:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D4FE289C5C for ; Sat, 29 Apr 2017 20:23:46 +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 IBSvGndELfRS for ; Sat, 29 Apr 2017 20:23:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by hemlock.osuosl.org (Postfix) with ESMTPS id BFE9289C5A for ; Sat, 29 Apr 2017 20:23:44 +0000 (UTC) Received: from fwd35.aul.t-online.de (fwd35.aul.t-online.de [172.20.27.145]) by mailout06.t-online.de (Postfix) with SMTP id 947DB41CB8E6 for ; Sat, 29 Apr 2017 22:23:42 +0200 (CEST) Received: from fli4l.lan.fli4l (G-Z1syZbQh8u45f0O42eGdq3aah2JLg7GjV1seXonR71TP-TsoENgSuo4ks7GB9wZl@[79.222.107.23]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1d4Yu5-2EryL20; Sat, 29 Apr 2017 22:23:41 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:39052 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1d4Yu4-0001H0-H1 for buildroot@buildroot.org; Sat, 29 Apr 2017 22:23:41 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 29 Apr 2017 22:23:39 +0200 Message-Id: <20170429202340.26701-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: G-Z1syZbQh8u45f0O42eGdq3aah2JLg7GjV1seXonR71TP-TsoENgSuo4ks7GB9wZl X-TOI-MSGID: 35e31f53-7782-420f-b708-6f3cf02eaed6 Subject: [Buildroot] [PATCH 1/2] package/kodi-skin-confluence: 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" Signed-off-by: Bernd Kuhls --- Sending as v1 the unchanged patch from Kodi series v5. package/kodi-skin-confluence/Config.in | 6 ++++++ .../kodi-skin-confluence/kodi-skin-confluence.hash | 2 ++ .../kodi-skin-confluence/kodi-skin-confluence.mk | 25 ++++++++++++++++++++++ package/kodi/Config.in | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 package/kodi-skin-confluence/Config.in create mode 100644 package/kodi-skin-confluence/kodi-skin-confluence.hash create mode 100644 package/kodi-skin-confluence/kodi-skin-confluence.mk diff --git a/package/kodi-skin-confluence/Config.in b/package/kodi-skin-confluence/Config.in new file mode 100644 index 000000000..08b656808 --- /dev/null +++ b/package/kodi-skin-confluence/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_KODI_SKIN_CONFLUENCE + bool "kodi-skin-confluence" + help + Kodi confluence skin + + https://github.com/xbmc/skin.confluence diff --git a/package/kodi-skin-confluence/kodi-skin-confluence.hash b/package/kodi-skin-confluence/kodi-skin-confluence.hash new file mode 100644 index 000000000..7579f694c --- /dev/null +++ b/package/kodi-skin-confluence/kodi-skin-confluence.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 54f08dd036c9d2fc0b19768060beae5ac2042263375cbaf8a41d5ca0ac7fdc47 kodi-skin-confluence-a87bd1ddd13aff52ad58d9d3f5af91e4567e58c6.tar.gz diff --git a/package/kodi-skin-confluence/kodi-skin-confluence.mk b/package/kodi-skin-confluence/kodi-skin-confluence.mk new file mode 100644 index 000000000..3ab22ff4e --- /dev/null +++ b/package/kodi-skin-confluence/kodi-skin-confluence.mk @@ -0,0 +1,25 @@ +################################################################################ +# +# kodi-skin-confluence +# +################################################################################ + +KODI_SKIN_CONFLUENCE_VERSION = a87bd1ddd13aff52ad58d9d3f5af91e4567e58c6 +KODI_SKIN_CONFLUENCE_SITE = $(call github,xbmc,skin.confluence,$(KODI_SKIN_CONFLUENCE_VERSION)) +KODI_SKIN_CONFLUENCE_LICENSE = GPLv2+ +KODI_SKIN_CONFLUENCE_LICENSE_FILES = LICENSE.txt +KODI_SKIN_CONFLUENCE_DEPENDENCIES = kodi +KODI_SKIN_CONFLUENCE_CONF_OPTS = -DOVERRIDE_PATHS=1 + +define KODI_SKIN_CONFLUENCE_BUILD_CMDS + $(HOST_DIR)/usr/bin/TexturePacker -input $(@D)/media/ -output $(@D)/media/Textures.xbt -dupecheck -use_none +endef + +define KODI_SKIN_CONFLUENCE_INSTALL_TARGET_CMDS + mkdir -p $(TARGET_DIR)/usr/share/kodi/addons/skin.confluence + cp -dpfr $(@D)/* $(TARGET_DIR)/usr/share/kodi/addons/skin.confluence + find $(TARGET_DIR)/usr/share/kodi/addons/skin.confluence/media -name *.jpg -delete + find $(TARGET_DIR)/usr/share/kodi/addons/skin.confluence/media -name *.png -delete +endef + +$(eval $(generic-package)) diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 6bc81338a..cc747e816 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -326,6 +326,10 @@ menu "Screensavers" source "package/kodi-screensaver-stars/Config.in" endmenu +menu "Skins" + source "package/kodi-skin-confluence/Config.in" +endmenu + menu "Visualisations" source "package/kodi-visualisation-fishbmc/Config.in" source "package/kodi-visualisation-goom/Config.in"