All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: package request for Phonon-VLC backend
Date: Tue, 7 Dec 2010 14:50:47 +0100	[thread overview]
Message-ID: <20101207135047.GA3186@jama> (raw)
In-Reply-To: <4CFAE2EB.6080901@freyther.de>

On Sun, Dec 05, 2010 at 01:55:07AM +0100, Holger Freyther wrote:
> On 12/01/2010 02:57 PM, Sylvain Paré wrote:
> > Ok I made some progress!
> > Automoc build now ( attached my recipe for it)
> > but qt4-plugin-phonon-backend-vlc failed =>
> > http://tinderbox.openembedded.org/packages/1159577/
> > 
> 
> # OE lacks some native qt4 tools, so we use the ones form the host :/

I think this misunderstanding is because I've actually meant qt4 headers

there is
bitbake@jama ~/dev/recipes $ cat ./kde4/automoc-native_svn.bb
require kde4.inc
require kde4-native.inc
inherit native

...

and 
bitbake@jama ~/dev/recipes $ cat kde4/kde4-native.inc

# Ugly, use qt4 from the buildhost till someone adds a qt4-native recipe

EXTRA_OECMAKE = "-DQT_LIBRARY_DIR=/usr/lib \
                 -DQT_INSTALL_LIBS=/usr/lib \
                 -DQT_INCLUDE_DIR=/usr/include/qt4 \
                 -DQT_MOC_EXECUTABLE=${OE_QMAKE_MOC} \
                 -DQT_UIC_EXECUTABLE=${OE_QMAKE_UIC} \
                 -DQT_UIC3_EXECUTABLE=${OE_QMAKE_UIC3} \
                 -DQT_RCC_EXECUTABLE=${OE_QMAKE_RCC} \
                 -DQT_QMAKE_EXECUTABLE=${OE_QMAKE_QMAKE} \
                 -DQT_QTCORE_INCLUDE_DIR=/usr/include/qt4/QtCore \
                 "

that's why Sylvain was trying to extend qt4-tools-native to stage also
headers and then making kde4/kde4-native.inc less ugly by using staged
native headers.

Problem is that headers are "processed" before installing so simple cp
in do_install_append won't be enough.

> i hope this is helping

same here :)

Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



      parent reply	other threads:[~2010-12-07 13:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-30 14:36 package request for Phonon-VLC backend Sylvain Paré
2010-11-30 16:19 ` Paul Menzel
2010-11-30 19:03   ` Sylvain Paré
2010-11-30 21:06     ` Holger Freyther
2010-11-30 23:46       ` Sylvain Paré
2010-12-01 13:57         ` Sylvain Paré
2010-12-03 13:28           ` Sylvain Paré
2010-12-05  0:55           ` Holger Freyther
2010-12-06 12:06             ` Sylvain Paré
2010-12-07 13:50             ` Martin Jansa [this message]

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=20101207135047.GA3186@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.