Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 10/10] gst-omx: add gst-omx package
Date: Thu, 16 May 2013 10:10:52 +0200	[thread overview]
Message-ID: <20130516101052.737192f2@skate> (raw)
In-Reply-To: <1368655178-19176-11-git-send-email-spenser@gillilanding.com>

Dear Spenser Gilliland,

On Wed, 15 May 2013 16:59:38 -0500, Spenser Gilliland wrote:
> gst-omx enables OpenMAX based accelerated video decode.
> 
> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>

One question: it would be good to mention, in your cover letter, on
which platform this was tested. Was it tested on RPi? With what command
line/tool?

> +comment "gst-omx requires a OpenMAX implementation please select rpi-userland or bellagio"
> +	depends on BR2_PACKAGE_GSTREAMER1 && ! BR2_PACKAGE_HAS_OPENMAX

I'm not sure it's reasonable to list the available OpenMAX
implementations. So I'd just stick with "gst-omx requires an OpenMAX
implementation".

No space between ! and BR2_PACKAGE_HAS_OPENMAX.

> diff --git a/package/multimedia/gst-omx/gst-omx.mk b/package/multimedia/gst-omx/gst-omx.mk
> new file mode 100644
> index 0000000..7f54900
> --- /dev/null
> +++ b/package/multimedia/gst-omx/gst-omx.mk
> @@ -0,0 +1,9 @@

The usual (and useless, but conventional) comment header is missing.

> +GST_OMX_VERSION=1.0.0
> +GST_OMX_SOURCE=gst-omx-$(GST_OMX_VERSION).tar.xz
> +GST_OMX_SITE=http://gstreamer.freedesktop.org/src/gst-omx/

Spaces before and after =.

> +GST_OMX_DEPENDENCIES = gstreamer1 gst1-plugins-base libopenmax
> +GST_OMX_LICENSE = LGPLv2.1
> +GST_OMX_LICENSE_FILE = COPYING
> +GST_OMX_INSTALL_STAGING = YES
> +
> +$(eval $(autotools-package))

Not sure here: do we have a reason to install this to the staging/
space? I thought it was only installing a plugin, and not a library
against which other things would be linked with.

Apparently, the other gst1-plugins-* packages that you submitted don't
install to staging, unless I missed it (which may very be possible, I
only had a quick look).

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2013-05-16  8:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-15 21:59 [Buildroot] [PATCH v6 00/10] add Gstreamer 1.X for gst-omx support Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 01/10] libglib2: Bump libglib2 to 2.36.1 Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 02/10] gstreamer1: Add gstreamer version 1.0.7 package Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 03/10] gst1-plugins-base: add gstreamer1 base plugins Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 04/10] gst1-plugins-good: add gstreamer1 good plugins Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 05/10] gst1-plugins-bad: add gstreamer1 bad plugins Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 06/10] gst1-plugins-ugly: add gstreamer1 ugly plugins Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 07/10] libvpx: new package libvpx Spenser Gilliland
2013-05-16  7:56   ` Thomas Petazzoni
2013-05-15 21:59 ` [Buildroot] [PATCH v6 08/10] gst1-plugins-good: add libvpx support Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 09/10] libopenmax: Add libopenmax virtual package Spenser Gilliland
2013-05-16  7:58   ` Thomas Petazzoni
2013-05-16 14:18     ` Spenser Gilliland
2013-05-16 14:22       ` Thomas Petazzoni
2013-05-16 14:35         ` Spenser Gilliland
2013-05-16 14:38           ` Thomas Petazzoni
2013-05-26 20:48             ` Peter Korsgaard
2013-05-15 21:59 ` [Buildroot] [PATCH v6 10/10] gst-omx: add gst-omx package Spenser Gilliland
2013-05-16  8:10   ` Thomas Petazzoni [this message]
2013-05-16 14:29     ` Spenser Gilliland
2013-05-16 14:41       ` Thomas Petazzoni

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=20130516101052.737192f2@skate \
    --to=thomas.petazzoni@free-electrons.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