From patchwork Mon Sep 14 10:21:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rahul Bedarkar X-Patchwork-Id: 517340 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]) by ozlabs.org (Postfix) with ESMTP id 4BCAD1401AD for ; Mon, 14 Sep 2015 20:23:16 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8288633FD5; Mon, 14 Sep 2015 10:23:15 +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 OvG7or6Xl7pZ; Mon, 14 Sep 2015 10:23:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8835733FC7; Mon, 14 Sep 2015 10:23:12 +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 DA6C51C110E for ; Mon, 14 Sep 2015 10:23:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D4D5D95AD8 for ; Mon, 14 Sep 2015 10:23:11 +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 coFByQONzlsX for ; Mon, 14 Sep 2015 10:23:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by hemlock.osuosl.org (Postfix) with ESMTP id 3B7288B1AB for ; Mon, 14 Sep 2015 10:23:10 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id AAB93B04BA600 for ; Mon, 14 Sep 2015 11:23:06 +0100 (IST) Received: from PUMAIL01.pu.imgtec.org (192.168.91.250) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 14 Sep 2015 11:23:08 +0100 Received: from pudesk287-linux.pu.imgtec.org (192.168.95.110) by PUMAIL01.pu.imgtec.org (192.168.91.250) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 14 Sep 2015 15:53:06 +0530 From: Rahul Bedarkar To: Date: Mon, 14 Sep 2015 15:51:35 +0530 Message-ID: <1442226095-4316-4-git-send-email-rahul.bedarkar@imgtec.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1442226095-4316-1-git-send-email-rahul.bedarkar@imgtec.com> References: <1442226095-4316-1-git-send-email-rahul.bedarkar@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.95.110] Cc: Abhimanyu Vishwakarma , Rahul Bedarkar , Marcin Nowakowski Subject: [Buildroot] [PATCH 3/3] gupnp-av: 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" GUPnP A/V reference manual https://developer.gnome.org/gupnp-av/ says latest available stable version is 0.11.2 but there are couple of bug fixes releases after that in same series. It looks like manual is not up-to-date. Use latest version 0.11.6 of series 0.11 instead. Reviewed-by: Marcin Nowakowski Signed-off-by: Abhimanyu Vishwakarma Signed-off-by: Rahul Bedarkar --- package/Config.in | 1 + package/gupnp-av/Config.in | 17 +++++++++++++++++ package/gupnp-av/gupnp-av.hash | 2 ++ package/gupnp-av/gupnp-av.mk | 15 +++++++++++++++ 4 files changed, 35 insertions(+) create mode 100644 package/gupnp-av/Config.in create mode 100644 package/gupnp-av/gupnp-av.hash create mode 100644 package/gupnp-av/gupnp-av.mk diff --git a/package/Config.in b/package/Config.in index 165d00f..4e69c8b 100644 --- a/package/Config.in +++ b/package/Config.in @@ -983,6 +983,7 @@ menu "Networking" source "package/glib-networking/Config.in" source "package/gssdp/Config.in" source "package/gupnp/Config.in" + source "package/gupnp-av/Config.in" source "package/ibrcommon/Config.in" source "package/ibrdtn/Config.in" source "package/libcgi/Config.in" diff --git a/package/gupnp-av/Config.in b/package/gupnp-av/Config.in new file mode 100644 index 0000000..1af69ce --- /dev/null +++ b/package/gupnp-av/Config.in @@ -0,0 +1,17 @@ +config BR2_PACKAGE_GUPNP_AV + bool "gupnp-av" + depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 + depends on BR2_USE_MMU # glib2 + select BR2_PACKAGE_LIBGLIB2 + select BR2_PACKAGE_GUPNP + select BR2_PACKAGE_LIBXML2 + help + GUPnP-AV is a collection of helpers for building AV (audio/video) + applications using GUPnP. + + http://www.gupnp.org/ + +comment "gupnp-av needs a toolchain w/ wchar, threads" + depends on BR2_USE_MMU + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS diff --git a/package/gupnp-av/gupnp-av.hash b/package/gupnp-av/gupnp-av.hash new file mode 100644 index 0000000..0101ed4 --- /dev/null +++ b/package/gupnp-av/gupnp-av.hash @@ -0,0 +1,2 @@ +# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-av/0.11/gupnp-av-0.11.6.sha256sum: +sha256 401991336babb18c4ebed16e75e0b4d3e5848cff7bb878bbfd54a5d15203c4cc gupnp-av-0.11.6.tar.xz diff --git a/package/gupnp-av/gupnp-av.mk b/package/gupnp-av/gupnp-av.mk new file mode 100644 index 0000000..e377b6b --- /dev/null +++ b/package/gupnp-av/gupnp-av.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# gupnp-av +# +################################################################################ + +GUPNP_AV_VERSION = 0.11.6 +GUPNP_AV_SOURCE = gupnp-av-$(GUPNP_AV_VERSION).tar.xz +GUPNP_AV_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp-av/0.11 +GUPNP_AV_LICENSE = LGPLv2+ +GUPNP_AV_LICENSE_FILES = COPYING +GUPNP_AV_INSTALL_STAGING = YES +GUPNP_AV_DEPENDENCIES = host-pkgconf libglib2 libxml2 gupnp + +$(eval $(autotools-package))