From patchwork Sun Jun 30 14:04:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1124895 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45cC2f6GR8z9sCJ for ; Mon, 1 Jul 2019 00:05:46 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0EFC9877B3; Sun, 30 Jun 2019 14:05:44 +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 Y8viTD0ob4+4; Sun, 30 Jun 2019 14:05:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8E7F387695; Sun, 30 Jun 2019 14:05:42 +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 66A1A1BF336 for ; Sun, 30 Jun 2019 14:05:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 381EB86225 for ; Sun, 30 Jun 2019 14:05:35 +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 LFWa9Wg9RFfL for ; Sun, 30 Jun 2019 14:05:33 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 762828543B for ; Sun, 30 Jun 2019 14:05:33 +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 36FF741D9584 for ; Sun, 30 Jun 2019 16:05:31 +0200 (CEST) Received: from fli4l.lan.fli4l (r9YRYiZBwh5g+NXl0qXauPb7tpxEjApBWiM8LUgSuYktLk8v2iZ+Gt5Z-aI5YtTgAZ@[91.58.12.45]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1hhaSO-14Yw080; Sun, 30 Jun 2019 16:05:28 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:48398) by fli4l.lan.fli4l with esmtp (Exim 4.92) (envelope-from ) id 1hhaSN-0001eG-UC for buildroot@buildroot.org; Sun, 30 Jun 2019 16:05:28 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 30 Jun 2019 16:04:59 +0200 Message-Id: <20190630140525.6537-6-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190630140525.6537-1-bernd.kuhls@t-online.de> References: <20190630140525.6537-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: r9YRYiZBwh5g+NXl0qXauPb7tpxEjApBWiM8LUgSuYktLk8v2iZ+Gt5Z-aI5YtTgAZ X-TOI-MSGID: 2b065f5c-a0b0-4fda-8ac5-e23663c3da38 Subject: [Buildroot] [PATCH 05/31] package/kodi-vfs-rar: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Internal rar support in Kodi was moved to this addon with the Kodi release 18.0-Leia, see upstream PR 11912. Signed-off-by: Bernd Kuhls --- package/kodi-vfs-rar/Config.in | 7 +++++++ package/kodi-vfs-rar/kodi-vfs-rar.hash | 3 +++ package/kodi-vfs-rar/kodi-vfs-rar.mk | 13 +++++++++++++ package/kodi/Config.in | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 package/kodi-vfs-rar/Config.in create mode 100644 package/kodi-vfs-rar/kodi-vfs-rar.hash create mode 100644 package/kodi-vfs-rar/kodi-vfs-rar.mk diff --git a/package/kodi-vfs-rar/Config.in b/package/kodi-vfs-rar/Config.in new file mode 100644 index 0000000000..f855fb6c9f --- /dev/null +++ b/package/kodi-vfs-rar/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_KODI_VFS_RAR + bool "kodi-vfs-rar" + select BR2_PACKAGE_LIBPLATFORM + help + RAR VFS addon for Kodi + + https://github.com/xbmc/vfs.rar diff --git a/package/kodi-vfs-rar/kodi-vfs-rar.hash b/package/kodi-vfs-rar/kodi-vfs-rar.hash new file mode 100644 index 0000000000..13a38c43a7 --- /dev/null +++ b/package/kodi-vfs-rar/kodi-vfs-rar.hash @@ -0,0 +1,3 @@ +# Locally computed +sha256 7ae074f9966233faa67402bcd07e2a1d11923e8ec3a4d33224d1151a191272e3 kodi-vfs-rar-401b05cf47a105809d6b65963a3ceee53764fb6a.tar.gz +sha256 e0c2f13c3a78c8d2b91cb846b8a13fb650fcc88c0630e38ce9c0b7c34631d1cc lib/UnrarXLib/license.txt diff --git a/package/kodi-vfs-rar/kodi-vfs-rar.mk b/package/kodi-vfs-rar/kodi-vfs-rar.mk new file mode 100644 index 0000000000..401f730fdd --- /dev/null +++ b/package/kodi-vfs-rar/kodi-vfs-rar.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# kodi-vfs-rar +# +################################################################################ + +KODI_VFS_RAR_VERSION = 401b05cf47a105809d6b65963a3ceee53764fb6a +KODI_VFS_RAR_SITE = $(call github,xbmc,vfs.rar,$(KODI_VFS_RAR_VERSION)) +KODI_VFS_RAR_LICENSE = unrar +KODI_VFS_RAR_LICENSE_FILES = lib/UnrarXLib/license.txt +KODI_VFS_RAR_DEPENDENCIES = libplatform kodi + +$(eval $(cmake-package)) diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 279b4ead0d..ec163f34ad 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -365,6 +365,10 @@ menu "Skins" source "package/kodi-skin-confluence/Config.in" endmenu +menu "Virtual file systems" + source "package/kodi-vfs-rar/Config.in" +endmenu + menu "Visualisations" source "package/kodi-visualisation-fishbmc/Config.in" source "package/kodi-visualisation-goom/Config.in"