From patchwork Wed Sep 9 20:20:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 516002 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 467DA140271 for ; Thu, 10 Sep 2015 06:27:09 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7D7AD91540; Wed, 9 Sep 2015 20:27: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 E20I1nfpCnEM; Wed, 9 Sep 2015 20:27:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D02C091520; Wed, 9 Sep 2015 20:27:02 +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 4D7C81BFA9E for ; Wed, 9 Sep 2015 20:27:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3F759914C4 for ; Wed, 9 Sep 2015 20:27:02 +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 OdM2hx2IEzJ2 for ; Wed, 9 Sep 2015 20:26:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id B2F1691418 for ; Wed, 9 Sep 2015 20:26:58 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so225269wic.0 for ; Wed, 09 Sep 2015 13:26:57 -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=W2KP19jE7CB0hHqstLpOszOojkO9A+GBp4FCws7J+SioJr4YtjBhN85Bp2/o8C9mNy bhWiD+Hklrj0pTc7Dups/AhBVasZ8WjvTwng/e8n5A+0k04qT3oLtsvo2nHXaSs6PdwT NHfraBbzq6l9SUZzfoWLO36h9rtUiq3zxkl6ENofMitCIo32j/FMy49SMm8XodUaGiiR bQSG2YaRq0jBld1EG2w7t7P/5Dg2FVy5U1Z6R23JnAzeYSsa917AlSFP2AMVDhQKeDTz VaAdANy6zOXFJpa3YjaEEf5nwEvfrusDvh47ACTuTH2ZOZ3A7HqLIEFMUyXhu7cBR/ee gF6Q== X-Gm-Message-State: ALoCoQlBvViMy/ROSVgczUMqoy6pW2SpXyw85lksorcq8Cw1y6ezCHdObOu8jDyekZEEtz5ZKBK4 X-Received: by 10.180.108.35 with SMTP id hh3mr56641332wib.48.1441830086376; Wed, 09 Sep 2015 13:21:26 -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 aw1sm11962403wjc.26.2015.09.09.13.21.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 09 Sep 2015 13:21:26 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Wed, 9 Sep 2015 22:20:57 +0200 Message-Id: <1441830063-8190-9-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.5.1 In-Reply-To: <1441830063-8190-1-git-send-email-gary.bisson@boundarydevices.com> References: <1441830063-8190-1-git-send-email-gary.bisson@boundarydevices.com> Cc: luca@lucaceresoli.net, thomas.petazzoni@free-electrons.com, jezz@sysmic.org, vincent.stehle@freescale.com Subject: [Buildroot] [PATCH 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