From patchwork Thu Jan 16 00:15:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 311496 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 1FBA92C009F for ; Thu, 16 Jan 2014 11:16:14 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3DF308B9AC; Thu, 16 Jan 2014 00:16:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uzj8KmZt7aLb; Thu, 16 Jan 2014 00:16:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 85A678B9A0; Thu, 16 Jan 2014 00:16:10 +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 481AE1BF9A7 for ; Thu, 16 Jan 2014 00:16:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 406C18C870 for ; Thu, 16 Jan 2014 00:16:09 +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 ZSKa-8Wcx1Ha for ; Thu, 16 Jan 2014 00:16:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6FB428C827 for ; Thu, 16 Jan 2014 00:16:08 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id u56so2483914wes.40 for ; Wed, 15 Jan 2014 16:16:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=1Tn96zmhAia6b/R1CL3VT6mcmrvsSKx2ikKT6sO5oBE=; b=tcptpsdmaJw1092UqjZ20J/GmAL33lsQ8+SMWBT1BSU42f4MADUXFU2Psh9s7YZ2Xe J0YvdiL/YEkAiJbkiKC9m/FGTQ6kWISe8PFJqCD4uZI4ewR1Wso03moB+PFmOerD189O lhCFy2HG+yQDG9MGNsJv7UG0uzKu2hI/q2BB6XCaTAA0ekWg1lycT/s4dGfmx3YzrKn0 hVwRavVJV6SMiAk8yKcjBFxH2xE6l1U0/NZ/l8EXXPDKHyrg6+Vq5eRSGr04jzQIC/fI Ww7l2QedYqyCzrxq3Yt5hkSAUdlztvkCLWIWsjZEDGwHitKI8h9H0L7PzrQ99YyUl11K 2QLA== X-Received: by 10.194.60.103 with SMTP id g7mr5157595wjr.37.1389831366782; Wed, 15 Jan 2014 16:16:06 -0800 (PST) Received: from localhost (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id a9sm30818856wiy.10.2014.01.15.16.16.05 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 15 Jan 2014 16:16:06 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Thu, 16 Jan 2014 01:15:44 +0100 Message-Id: <1389831355-19983-2-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.8.5.2 In-Reply-To: <1389831355-19983-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1389831355-19983-1-git-send-email-maxime.hadjinlian@gmail.com> Cc: gimli Subject: [Buildroot] [PATCH v2 01/12] libass: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli Signed-off-by: Maxime Hadjinlian Cc: gimli Reviewed-by: "Yann E. MORIN" --- Changes v2 -> v3 - Fix header Changes v1 -> v2 - Bump version to 0.10.2 (Bernd Kuhls) --- package/Config.in | 1 + package/libass/Config.in | 10 ++++++++++ package/libass/libass.mk | 14 ++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 package/libass/Config.in create mode 100644 package/libass/libass.mk diff --git a/package/Config.in b/package/Config.in index 2f62d6c..1d6c9c6 100644 --- a/package/Config.in +++ b/package/Config.in @@ -627,6 +627,7 @@ source "package/yajl/Config.in" endmenu menu "Multimedia" +source "package/libass/Config.in" source "package/libdvbsi/Config.in" source "package/libdvdnav/Config.in" source "package/libdvdread/Config.in" diff --git a/package/libass/Config.in b/package/libass/Config.in new file mode 100644 index 0000000..ff34b64 --- /dev/null +++ b/package/libass/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LIBASS + bool "libass" + select BR2_PACKAGE_FREETYPE + select BR2_PACKAGE_FONTCONFIG + select BR2_PACKAGE_LIBENCA + help + libass is a portable subtitle renderer for the ASS/SSA + (Advanced Substation Alpha/Substation Alpha) subtitle format + + http://code.google.com/p/libass/ diff --git a/package/libass/libass.mk b/package/libass/libass.mk new file mode 100644 index 0000000..854a7d5 --- /dev/null +++ b/package/libass/libass.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# libass +# +################################################################################ + +LIBASS_VERSION = 0.10.2 +LIBASS_SITE = http://libass.googlecode.com/files +LIBASS_INSTALL_STAGING = YES +LIBASS_DEPENDENCIES = freetype fontconfig libenca +LIBASS_LICENSE = BSD-3c +LIBASS_LICENSE_FILES = COPYING + +$(eval $(autotools-package))