From patchwork Fri Sep 11 09:39:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 516650 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 79566140784 for ; Fri, 11 Sep 2015 19:40:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 99203331A7; Fri, 11 Sep 2015 09:40:57 +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 jXqVlcnheX4z; Fri, 11 Sep 2015 09:40:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7D75A33552; Fri, 11 Sep 2015 09:40:23 +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 4DF9A1C0A72 for ; Fri, 11 Sep 2015 09:40:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 49FA7919C4 for ; Fri, 11 Sep 2015 09:40:08 +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 Q-R4OiKnJdpn for ; Fri, 11 Sep 2015 09:40:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6DF6F919C3 for ; Fri, 11 Sep 2015 09:40:07 +0000 (UTC) Received: by wicgb1 with SMTP id gb1so55389200wic.1 for ; Fri, 11 Sep 2015 02:40:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=33zR9lJovm6AklicK+CiwdcpR7t541AHWgFLJ/7viWY=; b=Xwrgb9I7BIEpWpasG6VZARSiqUERclA1WmN7NpNlHPcYnzdilqxURtxuPd546pNxPS MPLWLYe7tvLzCo/pWhFHRN+O3nlLTutBvTRMC44cRZ4dWtutP1R7N6QEO5l4+BlyBIVd BHH9dDwwL8/d5zomNXEPMnvSIYUG0c16yaaenLkJx3wuY+c2wuklt83jxb+4KChSavhO CRkxX5rWonKJ+75KqYdYN48vZ9w+3EDrixxgGqO3Eh2iAjybhkS2tEOkIwLE6kNTc0tq lPAJ9w37SgOexch4LSRb8zfgTGZEJ2dpMyeUoyGY3xDY/1Ncz2NaBwcdPB+DXp6+Yfsa 5aCQ== X-Gm-Message-State: ALoCoQl3zwRPfyXYdtXGia/lLgEyHv8zZKGc0/SJVUuNTtWmxy3U58mDDLwVzJFQ+oQ2Vloa7WmG X-Received: by 10.180.206.8 with SMTP id lk8mr2909104wic.12.1441964406178; Fri, 11 Sep 2015 02:40:06 -0700 (PDT) Received: from t450s.lan (89-92-157-132.hfc.dyn.abo.bbox.fr. [89.92.157.132]) by smtp.googlemail.com with ESMTPSA id go5sm1390374wib.3.2015.09.11.02.40.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 11 Sep 2015 02:40:05 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Fri, 11 Sep 2015 11:39:47 +0200 Message-Id: <1441964394-3817-9-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.5.1 In-Reply-To: <1441964394-3817-1-git-send-email-gary.bisson@boundarydevices.com> References: <1441964394-3817-1-git-send-email-gary.bisson@boundarydevices.com> Cc: thomas.petazzoni@free-electrons.com, jezz@sysmic.org, vincent.stehle@freescale.com, luca@lucaceresoli.net Subject: [Buildroot] [PATCH v2 08/14] libfslvpuwrap: bump version to 1.0.58 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" Change license file + add hash file. Changelog: - Update the license file with new version and use COPYING - Remove the folder /usr/share to avoid empty folder installation This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/1506776 This package has been implicitely tested through gstreamer as the plugins rely on it for vpu decoding: # gst-launch-0.10 playbin # uri=file:///root/tears_of_steel_1080p.webm # gst-launch-1.0 playbin uri=file:///root/tears_of_steel_1080p.webm # gst-launch-1.0 filesrc location=/root/tears_of_steel_1080p.webm ! \ matroskademux ! imxvpudec ! imxipuvideosink Signed-off-by: Gary Bisson --- package/libfslvpuwrap/libfslvpuwrap.hash | 2 ++ package/libfslvpuwrap/libfslvpuwrap.mk | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 package/libfslvpuwrap/libfslvpuwrap.hash diff --git a/package/libfslvpuwrap/libfslvpuwrap.hash b/package/libfslvpuwrap/libfslvpuwrap.hash new file mode 100644 index 0000000..e7ca1a8 --- /dev/null +++ b/package/libfslvpuwrap/libfslvpuwrap.hash @@ -0,0 +1,2 @@ +# locally computed +sha256 a278eb18ec24230166ac39e2eadf7b934798f0432654c2e24c4cb69c3ac1cf0f libfslvpuwrap-1.0.58.bin diff --git a/package/libfslvpuwrap/libfslvpuwrap.mk b/package/libfslvpuwrap/libfslvpuwrap.mk index 625f586..7669c63 100644 --- a/package/libfslvpuwrap/libfslvpuwrap.mk +++ b/package/libfslvpuwrap/libfslvpuwrap.mk @@ -4,14 +4,14 @@ # ################################################################################ -LIBFSLVPUWRAP_VERSION = 1.0.57 +LIBFSLVPUWRAP_VERSION = 1.0.58 LIBFSLVPUWRAP_SITE = $(FREESCALE_IMX_SITE) LIBFSLVPUWRAP_SOURCE = libfslvpuwrap-$(LIBFSLVPUWRAP_VERSION).bin LIBFSLVPUWRAP_DEPENDENCIES = imx-vpu LIBFSLVPUWRAP_INSTALL_STAGING = YES LIBFSLVPUWRAP_LICENSE = Freescale Semiconductor Software License Agreement -LIBFSLVPUWRAP_LICENSE_FILES = EULA EULA.txt +LIBFSLVPUWRAP_LICENSE_FILES = EULA COPYING LIBFSLVPUWRAP_REDISTRIBUTE = NO define LIBFSLVPUWRAP_EXTRACT_CMDS