Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Ceresoli <luca@lucaceresoli.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] vlc: QT 4.8 support
Date: Mon, 27 Feb 2012 10:27:00 +0100	[thread overview]
Message-ID: <4F4B4C64.4040004@lucaceresoli.net> (raw)
In-Reply-To: <1330258433-28465-1-git-send-email-ismael.luceno@gmail.com>

Ismael Luceno wrote:
> ---
>   .../multimedia/vlc/vlc-qt-4.8-include-paths.patch  | 2160 ++++++++++++++++++++
>   package/multimedia/vlc/vlc.mk                      |    2 +
>   2 files changed, 2162 insertions(+), 0 deletions(-)
>   create mode 100644 package/multimedia/vlc/vlc-qt-4.8-include-paths.patch

In general you should signoff your patches before submission.

But in the case of this one, it looks like a aprt of your other patch
("vlc: new package"). So it should be in the same commit.

> diff --git a/package/multimedia/vlc/vlc-qt-4.8-include-paths.patch b/package/multimedia/vlc/vlc-qt-4.8-include-paths.patch
> new file mode 100644
> index 0000000..4b2aa34
> --- /dev/null
> +++ b/package/multimedia/vlc/vlc-qt-4.8-include-paths.patch

Here as well you should state why the patch is needed and where
it comes from.

> @@ -0,0 +1,2160 @@
> +--- a/modules/gui/qt4/menus.cpp	2012-02-23 23:11:00.454727021 -0200
> ++++ b/modules/gui/qt4/menus.cpp	2012-02-24 00:06:07.643053650 -0200
> +@@ -50,14 +50,14 @@
> + #include "util/qmenuview.hpp"                     /* Simple Playlist menu */
> + #include "components/playlist/playlist_model.hpp" /* PLModel getter */
> +
> +-#include<QMenu>
> +-#include<QMenuBar>
> +-#include<QAction>
> +-#include<QActionGroup>
> +-#include<QSignalMapper>
> +-#include<QSystemTrayIcon>
> +-#include<QStatusBar>
> +-#include<QFontMetrics>
> ++#include<QtGui/QMenu>
> ++#include<QtGui/QMenuBar>
> ++#include<QtGui/QAction>
> ++#include<QtGui/QActionGroup>
> ++#include<QtCore/QSignalMapper>
> ++#include<QtGui/QSystemTrayIcon>
> ++#include<QtGui/QStatusBar>
> ++#include<QtGui/QFontMetrics>

This a very massive patch just for fixing include paths. Where does the
problem come from, and cannot it be fixed adding a few -I options on the
make commandline?

Luca

      reply	other threads:[~2012-02-27  9:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-26 12:13 [Buildroot] [PATCH] vlc: QT 4.8 support Ismael Luceno
2012-02-27  9:27 ` Luca Ceresoli [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=4F4B4C64.4040004@lucaceresoli.net \
    --to=luca@lucaceresoli.net \
    --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