From patchwork Sun Jan 12 17:53:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 309621 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id F1E4E2C0092 for ; Mon, 13 Jan 2014 04:54:30 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 964188B964; Sun, 12 Jan 2014 17:54:18 +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 3UVcHPJIimwE; Sun, 12 Jan 2014 17:54:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8AEAC8B987; Sun, 12 Jan 2014 17:54:14 +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 CA8071C107C for ; Sun, 12 Jan 2014 17:54:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C27F5835AC for ; Sun, 12 Jan 2014 17:54:11 +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 uo1CyemcSEhw for ; Sun, 12 Jan 2014 17:54:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 09621822DC for ; Sun, 12 Jan 2014 17:54:10 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id t60so5844305wes.9 for ; Sun, 12 Jan 2014 09:54:09 -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=l6bumY8RKp6vwglmkskbLftQthPoIKEAb2x7Fw87AWc=; b=SCWzb0bstheBj5/0oDfJ5N+PwKV6JZEyH0AiqktgXjM+CTNGNA2pWC4FIy2Vbhl8+F oO1QVTaBG/xrIvpljxxekxJc9IPlp6neOiQzwg2EQpCOVuVpMeR3CwHb59YkZTWDAhrO 2WPt0uHAb02CUqR5eq9mckjINT+Jb/+2d6UH4TDSts4T7OeJO27XkT1BHvlvKkxy+62m S4wp9+OfcNRIQonWCWX/1pXeEAfd2YxN1ORjW2VI8l6Xu9mSYBMsY/XrX7eU7TA7SC7Z PwXBCVoybLEOKxDhJa27oGtM36DOJqIqzxno9dzB29L1k/qBctccpvSIa/Pbli9EUJKW BQvg== X-Received: by 10.194.77.173 with SMTP id t13mr6435213wjw.52.1389549249590; Sun, 12 Jan 2014 09:54:09 -0800 (PST) Received: from localhost (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id a9sm13610197wiy.10.2014.01.12.09.54.08 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 12 Jan 2014 09:54:09 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Sun, 12 Jan 2014 18:53:24 +0100 Message-Id: <1389549208-19078-11-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.8.5.2 In-Reply-To: <1389549208-19078-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1389549208-19078-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 10/14] libshairplay: 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 libshairplay is a client library that emulates an airplay server This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli Signed-off-by: Maxime Hadjinlian --- package/Config.in | 1 + package/libshairplay/Config.in | 12 ++++++++++++ package/libshairplay/libshairplay.mk | 13 +++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 package/libshairplay/Config.in create mode 100644 package/libshairplay/libshairplay.mk diff --git a/package/Config.in b/package/Config.in index 9094abd..944ecda 100644 --- a/package/Config.in +++ b/package/Config.in @@ -676,6 +676,7 @@ source "package/liboping/Config.in" source "package/libosip2/Config.in" source "package/libpcap/Config.in" source "package/librsync/Config.in" +source "package/libshairplay/Config.in" source "package/libsoup/Config.in" source "package/libtirpc/Config.in" source "package/libtorrent/Config.in" diff --git a/package/libshairplay/Config.in b/package/libshairplay/Config.in new file mode 100644 index 0000000..a200eb2 --- /dev/null +++ b/package/libshairplay/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_LIBSHAIRPLAY + bool "libshairplay" + select BR2_PACKAGE_OPENSSL + depends on BR2_INET_IPV6 + help + libshairplay is a client library that emulates an airplay + server + + https://github.com/juhovh/shairplay + +comment "libshairplay requires a toolchain with IPV6 support" + depends on !BR2_INET_IPV6 diff --git a/package/libshairplay/libshairplay.mk b/package/libshairplay/libshairplay.mk new file mode 100644 index 0000000..960de87 --- /dev/null +++ b/package/libshairplay/libshairplay.mk @@ -0,0 +1,13 @@ +############################################################# +# +# libshairplay +# +############################################################# +LIBSHAIRPLAY_VERSION = 139d5ef55564514c31f02dd82cef91236c9ff523 +LIBSHAIRPLAY_SITE = $(call github,juhovh,shairplay,$(LIBSHAIRPLAY_VERSION)) +LIBSHAIRPLAY_INSTALL_STAGING = YES +LIBSHAIRPLAY_INSTALL_TARGET = YES +LIBSHAIRPLAY_AUTORECONF = YES +LIBSHAIRPORT_LICENSE = MIT + +$(eval $(autotools-package))