From patchwork Wed May 20 10:12:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 474330 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 5839D140293 for ; Wed, 20 May 2015 20:13:19 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 60156335DC; Wed, 20 May 2015 10:13:18 +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 2429qS3f9ik1; Wed, 20 May 2015 10:13:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D3048335DB; Wed, 20 May 2015 10:12:49 +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 6F6541C2351 for ; Wed, 20 May 2015 10:12:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6A47B91AB4 for ; Wed, 20 May 2015 10:12:44 +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 ICT7VHRdgmsd for ; Wed, 20 May 2015 10:12:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id C3D6591AAB for ; Wed, 20 May 2015 10:12:43 +0000 (UTC) Received: by wicmc15 with SMTP id mc15so144600044wic.1 for ; Wed, 20 May 2015 03:12:42 -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=UWadF10E7JknBaXBaXvAM1qjFZR/8Uc1MYVvcYJC7/RJZW6eH+5jQCNlnRW6dKpr19 lDLRCEpU43/lK1YnorXAMjL00PjINEJG4my0IZr6i4eoI2YtOyZcPDiLdFU2DkWR1sks jbah/b3kgk7kaFxSMPnSWvF8eLOMvjUlI2QR6CScEUkTq7DkxoIdkILulDrLLno7HO5h 4UsyJAiG0nWDxDnTXiBb/Y3J83yQIZXKwpK2LIrBgholCsoEKMZwHF7lAAH7o/xrCn/a LylvTB21Ce1lcp82v3fQDnGba7e2hgjuCM0k9xSa0FgaOJIGQQwzTHtYSjPQpDoHXG23 N2Bg== X-Gm-Message-State: ALoCoQmSwhlIdWEjdsRy7tUIftAM3R9Itd6Irh1lZ/jeuBnnTL1/B2W6lV2G9iOOHGjrxOBGeg4X X-Received: by 10.180.7.133 with SMTP id j5mr40560752wia.84.1432116762492; Wed, 20 May 2015 03:12:42 -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 di9sm2628198wib.16.2015.05.20.03.12.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 May 2015 03:12:41 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Wed, 20 May 2015 12:12:14 +0200 Message-Id: <1432116744-25760-4-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1432116744-25760-1-git-send-email-gary.bisson@boundarydevices.com> References: <1432116744-25760-1-git-send-email-gary.bisson@boundarydevices.com> Cc: thomas.petazzoni@free-electrons.com, jezz@sysmic.org, luca@lucaceresoli.net Subject: [Buildroot] [PATCH 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