From patchwork Tue May 26 08:19:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 476403 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0BB05140E11 for ; Tue, 26 May 2015 18:20:07 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E810895A6C; Tue, 26 May 2015 08:20:05 +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 lflIcyb0RP2l; Tue, 26 May 2015 08:20:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 464FF95A6F; Tue, 26 May 2015 08:20:05 +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 E22151C2385 for ; Tue, 26 May 2015 08:20:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DBF5A915B1 for ; Tue, 26 May 2015 08:20:01 +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 xPHPL7OtBHtO for ; Tue, 26 May 2015 08:20:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0C15B915A8 for ; Tue, 26 May 2015 08:20:01 +0000 (UTC) Received: by wicmx19 with SMTP id mx19so68283269wic.0 for ; Tue, 26 May 2015 01:19:59 -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=5VcOEQxiIO7eEDu+YN77499guAoWxuMW6KndQldEXlc=; b=klL9hBAf8ULeo2MjEWuW4w6RxL1IKugsBvsNmtDzmlWL99T2qrfemHXrj1WpQgfS/X Qqs7axjqqDDOCw2N8niHzc7L1Jc3AZT3UkI/O50+U7n2ZxJetwyYkNM5BL+Sz0+0HXZ/ 5WuzvNYbjalKG7I5/1u823zKQodL1hGz/PM4IqvZvEhGZDn0SfWeNz0Anmd85SUiul1j /wHGODCWg2bLng0OnzuTHYZprE0s5xIIbksj9M7ahII6zi4FCsnK9+aCJDWmpScArEik 9noXq989+KCPCMdES01aFg2rKBzpXyQllAX1qJK0q68UekTCj0kguj9d9XjFZB3uGwLH +Ydw== X-Gm-Message-State: ALoCoQlDsFxr2fzbEIuHKd0zm57icFQz8rsM3PH0GA+37PHo6l19iJqaKbwZxmeS37gRuqJ1Hf9I X-Received: by 10.180.85.231 with SMTP id k7mr38073665wiz.93.1432628399388; Tue, 26 May 2015 01:19:59 -0700 (PDT) Received: from t450s.lan (89-92-157-132.hfc.dyn.abo.bbox.fr. [89.92.157.132]) by mx.google.com with ESMTPSA id a18sm20468582wja.46.2015.05.26.01.19.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 26 May 2015 01:19:58 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Tue, 26 May 2015 10:19:32 +0200 Message-Id: <1432628382-16799-4-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1432628382-16799-1-git-send-email-gary.bisson@boundarydevices.com> References: <1432628382-16799-1-git-send-email-gary.bisson@boundarydevices.com> Cc: thomas.petazzoni@free-electrons.com, jezz@sysmic.org, luca@lucaceresoli.net Subject: [Buildroot] [PATCH v2 03/13] libfslparser: bump version to 4.0.2 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" New feature for 4.0.2 version: * Enhanced Metadata supporting in MP4, MKV, AVI, ASF parser. Signed-off-by: Gary Bisson --- Hi all, This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/550fb2de655f3bdbb057c41b55328b0ce2919bb9 This package has been implicitely tested through gstreamer as the 0.10 plugin relies on it: # gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm Regards, Gary --- package/libfslparser/libfslparser.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk index 706a10e..50f0bf6 100644 --- a/package/libfslparser/libfslparser.mk +++ b/package/libfslparser/libfslparser.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFSLPARSER_VERSION = 3.0.11 +LIBFSLPARSER_VERSION = 4.0.2 LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE) LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin LIBFSLPARSER_INSTALL_STAGING = YES