From patchwork Thu Feb 21 14:58:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 222309 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 5CE682C008E for ; Fri, 22 Feb 2013 01:59:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A9C40314BE; Thu, 21 Feb 2013 14:59:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2ycr1ybeO4d1; Thu, 21 Feb 2013 14:59:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EB2663145E; Thu, 21 Feb 2013 14:59:28 +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 2BDA48F753 for ; Thu, 21 Feb 2013 14:59:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A584A856A8 for ; Thu, 21 Feb 2013 14:59:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 94Y+5wP7kzHr for ; Thu, 21 Feb 2013 14:59:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f45.google.com (mail-ee0-f45.google.com [74.125.83.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8AB55889BB for ; Thu, 21 Feb 2013 14:59:16 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id b57so4678200eek.18 for ; Thu, 21 Feb 2013 06:59:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=7Yfxo8cmdTlP7tnSwBGuKPh9h33d+RDHxCc3fFARgGY=; b=OR5xwGrfcBBvcMOYpeSUO0GUaRaLsMig5M7MVomy4q5Dhce3fuNt2RP4tSmYQ9rbj8 0u+zPC9ii2d7gN/G+fVgfuN8qFDhHDr3uJjb91Ptk1MixrcseHkxli5pvThhT6Tt5L3X MZFr3SdKqlcSXf+DSfffCmYbRMZtuNBGTb/YtksWO9oZNI96T+lGHFhtNIw/BeU9fxut GONy5ceB9QZ5ogfE9G0sbXUKLDX6XvHo/EgLB/g8R/+2csy2Iq/Ih2RNEszTqFspPIUg 6Qf72/Hc1b2x5RWajHLoKAUBl0swrH7IrYhUje5XlxmOhkmqJzcMm6UCZ5oa/dC+37+H /8eA== X-Received: by 10.14.0.135 with SMTP id 7mr81267811eeb.5.1361458754738; Thu, 21 Feb 2013 06:59:14 -0800 (PST) Received: from localhost (193.5-14-84.ripe.coltfrance.com. [84.14.5.193]) by mx.google.com with ESMTPS id l8sm81428428een.10.2013.02.21.06.59.13 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 21 Feb 2013 06:59:13 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Thu, 21 Feb 2013 15:58:32 +0100 Message-Id: <7ff8c0099da14f55f98ca36f4c9b313422987528.1361458625.git.maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 02/13] 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 --- 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 e56c13f..0da1905 100644 --- a/package/Config.in +++ b/package/Config.in @@ -473,6 +473,7 @@ source "package/jsmin/Config.in" endmenu menu "Multimedia" +source "package/libass/Config.in" source "package/libdvdread/Config.in" source "package/libdvdnav/Config.in" source "package/libebml/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..3fd748a --- /dev/null +++ b/package/libass/libass.mk @@ -0,0 +1,14 @@ +############################################################# +# +# libass +# +############################################################# + +LIBASS_VERSION = 0.9.12 +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))