Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 4/5] libass: new package
Date: Tue, 28 Jan 2014 22:43:19 +0100	[thread overview]
Message-ID: <87ob2v2360.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1390772341-6790-5-git-send-email-maxime.hadjinlian@gmail.com> (Maxime Hadjinlian's message of "Sun, 26 Jan 2014 22:39:00 +0100")

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > 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 <ebsi4711@gmail.com>

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
 > Cc: gimli <ebsi4711@gmail.com>
 > Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 > ---
 > Changes v3 -> v4:
 >   - None
 > Changes v2 -> v3
 >   - Add missing libfribidi dependency
 >   - Fix header
 > Changes v1 -> v2
 >   - Bump version to 0.10.2 (Bernd Kuhls)

 > +++ b/package/libass/Config.in
 > @@ -0,0 +1,11 @@
 > +config BR2_PACKAGE_LIBASS
 > +	bool "libass"
 > +	select BR2_PACKAGE_FREETYPE
 > +	select BR2_PACKAGE_FONTCONFIG
 > +	select BR2_PACKAGE_LIBENCA
 > +	select BR2_PACKAGE_LIBFRIBIDI

fontconfig and libenca are optional, so we shouldn't select them here.

 > +	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..5c2a1b3
 > --- /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 libfribidi

It uses pkg-config to find the libraries, so we also need
host-pkgconf. It also looks for libiconv if available, so we need to add
it. As mentioned fontconfig and libenca are optional. There's also
optional support for harfbuzz so I added that as well.

 > +LIBASS_LICENSE = BSD-3c
 > +LIBASS_LICENSE_FILES = COPYING

I know the website states that, but COPYING and the file headers are
ISC, so I changed it to that.

Committed with those fixes, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2014-01-28 21:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-26 21:38 [Buildroot] [PATCH v4 0/5] Introducing XBMC Maxime Hadjinlian
2014-01-26 21:38 ` [Buildroot] [PATCH v4 1/5] sdl: add host version Maxime Hadjinlian
2014-01-28 22:07   ` Thomas Petazzoni
2014-01-29  9:16     ` Maxime Hadjinlian
2014-01-29  9:19       ` Thomas Petazzoni
2014-01-26 21:38 ` [Buildroot] [PATCH v4 2/5] sdl_image: " Maxime Hadjinlian
2014-01-26 21:38 ` [Buildroot] [PATCH v4 3/5] libenca: new package Maxime Hadjinlian
2014-01-28 18:58   ` Peter Korsgaard
2014-01-28 19:17   ` Peter Korsgaard
2014-01-26 21:39 ` [Buildroot] [PATCH v4 4/5] libass: " Maxime Hadjinlian
2014-01-28 21:43   ` Peter Korsgaard [this message]
2014-01-26 21:39 ` [Buildroot] [PATCH v4 5/5] xbmc: " Maxime Hadjinlian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ob2v2360.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox