From: Bernd Kuhls <berndkuhls@hotmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 00/12] Introducing XBMC
Date: Sat, 18 Jan 2014 10:20:56 +0100 [thread overview]
Message-ID: <oktpqaxbuu.ln2@ID-313208.user.individual.net> (raw)
In-Reply-To: 1389831355-19983-1-git-send-email-maxime.hadjinlian@gmail.com
Maxime Hadjinlian
<maxime.hadjinlian@gmail.com> wrote in
news:1389831355-19983-1-git-send-email-maxime.hadjinlian at gmail.com:
> This is the v2 of the series introducing XBMC with the different
> comments taken into accounts.
> Note that the packages already commited were ommited this time.
Hi,
currently I am syncing your patches with my local stuff, which compiles
current git snapshots of xbmc gotham. Because of the new features present
in gotham, most notably the new audio engine and, added by a currently not-
committed patch, yadif deinterlacing[1], I would like to suggest to keep
gotham in mind when adding new libraries to buildroot.
Right now I stumbled across fribidi, which is a required dependency for
gotham, it also needs to be included in libass, this patch for libass.mk is
enough:
-LIBASS_DEPENDENCIES = freetype fontconfig libenca
+LIBASS_DEPENDENCIES = freetype fontconfig libenca fribidi
These are the files for the fribidi package:
Config.in
-------------------------
config BR2_PACKAGE_FRIBIDI
bool "fribidi"
help
Free Implementation of the Unicode BiDi algorithm for Hebrew
and/or Arabic languages.
http://fribidi.org
fribidi.mk
-------------------------
FRIBIDI_VERSION = 0.19.5
FRIBIDI_SOURCE = fribidi-$(FRIBIDI_VERSION).tar.bz2
FRIBIDI_SITE = http://fribidi.org/download
FRIBIDI_INSTALL_STAGING = YES
FRIBIDI_CONF_OPT = \
--with-glib=no
$(eval $(autotools-package))
Please consider to include fribidi in your patch set.
Regards, Bernd
[1] http://forum.xbmc.org/showthread.php?tid=165707
next prev parent reply other threads:[~2014-01-18 9:20 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-16 0:15 [Buildroot] [PATCH v2 00/12] Introducing XBMC Maxime Hadjinlian
2014-01-16 0:15 ` [Buildroot] [PATCH v2 01/12] libass: new package Maxime Hadjinlian
2014-01-17 8:08 ` Peter Korsgaard
2014-01-18 11:41 ` Bernd Kuhls
2014-01-16 0:15 ` [Buildroot] [PATCH v2 02/12] libbluray: " Maxime Hadjinlian
2014-01-16 0:15 ` [Buildroot] [PATCH v2 03/12] libcdio: " Maxime Hadjinlian
2014-01-16 0:15 ` [Buildroot] [PATCH v2 04/12] libnfs: " Maxime Hadjinlian
2014-01-16 0:15 ` [Buildroot] [PATCH v2 05/12] libplist: " Maxime Hadjinlian
2014-01-16 0:15 ` [Buildroot] [PATCH v2 06/12] librtmp: " Maxime Hadjinlian
2014-01-18 18:55 ` Bernd Kuhls
2014-01-19 15:25 ` Yann E. MORIN
2014-01-16 0:15 ` [Buildroot] [PATCH v2 07/12] libshairplay: " Maxime Hadjinlian
2014-01-19 15:32 ` Yann E. MORIN
2014-01-16 0:15 ` [Buildroot] [PATCH v2 08/12] tinyxml: " Maxime Hadjinlian
2014-01-19 15:41 ` Yann E. MORIN
2014-01-19 15:55 ` Yann E. MORIN
2014-01-16 0:15 ` [Buildroot] [PATCH v2 09/12] sdl: add host version Maxime Hadjinlian
2014-01-19 15:47 ` Yann E. MORIN
2014-01-16 0:15 ` [Buildroot] [PATCH v2 10/12] sdl_image: " Maxime Hadjinlian
2014-01-19 15:53 ` Yann E. MORIN
2014-01-16 0:15 ` [Buildroot] [PATCH v2 11/12] libenca: new package Maxime Hadjinlian
2014-01-17 8:10 ` Peter Korsgaard
2014-01-18 11:49 ` Bernd Kuhls
2014-01-18 12:29 ` Maxime Hadjinlian
2014-01-18 12:55 ` Bernd Kuhls
2014-01-16 0:15 ` [Buildroot] [PATCH v2 12/12] xbmc: " Maxime Hadjinlian
2014-01-18 9:20 ` Bernd Kuhls [this message]
2014-01-18 10:31 ` [Buildroot] [PATCH v2 00/12] Introducing XBMC Bernd Kuhls
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=oktpqaxbuu.ln2@ID-313208.user.individual.net \
--to=berndkuhls@hotmail.com \
--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