From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC v1 12/13] package/gstreamer1-editing-services: bump version to 1.18.0 and convert to meson
Date: Thu, 24 Sep 2020 22:23:40 +0200 [thread overview]
Message-ID: <20200924222340.4e38185d@gmx.net> (raw)
In-Reply-To: <20200923223020.751ca54a@windsurf>
Hello Thomas,
On Wed, 23 Sep 2020 22:30:20 +0200, Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
> On Wed, 16 Sep 2020 21:49:32 +0200
> Peter Seiderer <ps.report@gmx.net> wrote:
>
> > +ifeq ($(BR2_PACKAGE_GST1_VALIDATE),y)
>
> You just dropped this option and the corresponding package in PATCH
> 08/13 of this series, so this cannot be good.
Your are right..., will be fixed in v2....
>
> > +GSTREAMER1_EDITING_SERVICES_DEPENDENCIES += gst1-validate
> > +GSTREAMER1_EDITING_SERVICES_CONF_OPTS += -Dvalidate=enabled
> > +else
> > +GSTREAMER1_EDITING_SERVICES_CONF_OPTS += -Dvalidate=disabled
> > +endif
> >
> > # examples need GTK2/3 with X11 backend
> > ifneq ($(BR2_PACKAGE_LIBGTK2)$(BR2_PACKAGE_LIBGTK3_X11),)
> > -GSTREAMER1_EDITING_SERVICES_CONF_OPTS += --enable-examples
> > +GSTREAMER1_EDITING_SERVICES_CONF_OPTS += -Dexamples=enabled
> >
> > ifeq ($(BR2_PACKAGE_LIBGTK2),y)
> > -GSTREAMER1_EDITING_SERVICES_CONF_OPTS += --with-gtk=2.0
> > +# ToDo: meson.build states 'TODO Properly port to Gtk 3'
> > +# ToDo: examples/c/ges-ui.glade states 'requires lib="gtk+" version="2.16"'
> > +# GSTREAMER1_EDITING_SERVICES_CONF_OPTS += --with-gtk=2.0
>
> And so ?
From streamer1-editing-services-1.18.0/examples/c/meson.build
# TODO Properly port to Gtk 3
#
# if gtk_dep.found()
# examples = examples + ['ges-ui']
# endif
So, the only example needing gtk is skipped for this version...
But thinking a little about, I would prefer to disable the
example support at whole...
Regards,
Peter
>
> > GSTREAMER1_EDITING_SERVICES_DEPENDENCIES += libgtk2
> > else
> > -GSTREAMER1_EDITING_SERVICES_CONF_OPTS += --with-gtk=3.0
> > +# ToDo: meson.build states 'TODO Properly port to Gtk 3'
> > +# ToDo: examples/c/ges-ui.glade states 'requires lib="gtk+" version="2.16"'
> > +# GSTREAMER1_EDITING_SERVICES_CONF_OPTS += --with-gtk=3.0
>
> And so ?
>
> > GSTREAMER1_EDITING_SERVICES_DEPENDENCIES += libgtk3
> > endif
>
> Thanks!
>
> Thomas
next prev parent reply other threads:[~2020-09-24 20:23 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 19:49 [Buildroot] [RFC v1 01/13] package/gst1-interpipe: bump version to 94dea52 (1.1.2) Peter Seiderer
2020-09-16 19:49 ` [Buildroot] [RFC v1 02/13] package/gst1-interpipe: change to meson build Peter Seiderer
2020-09-20 14:10 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 03/13] package/gstreamer1: bump version to 1.18.0 Peter Seiderer
2020-09-23 20:27 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 04/13] package/gst1-plugins-base: " Peter Seiderer
2020-09-23 20:27 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 05/13] package/gst1-plugins-good: " Peter Seiderer
2020-09-23 20:27 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 06/13] package/gst1-plugins-bad: " Peter Seiderer
2020-09-23 20:28 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 07/13] package/gst1-plugins-ugly: " Peter Seiderer
2020-09-23 20:28 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 08/13] package/gst1-devtools: new package (was gst1-validate) Peter Seiderer
2020-09-23 20:28 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 09/13] WIP: package/gst1-libav: bump version to 1.18.0 and convert to meson Peter Seiderer
2020-09-23 20:28 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 10/13] package/gst1-vaapi: " Peter Seiderer
2020-09-23 20:29 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 11/13] package/gst1-rtsp-server: bump version to 1.18.0 Peter Seiderer
2020-09-23 20:29 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 12/13] package/gstreamer1-editing-services: bump version to 1.18.0 and convert to meson Peter Seiderer
2020-09-23 20:30 ` Thomas Petazzoni
2020-09-24 20:23 ` Peter Seiderer [this message]
2020-09-25 7:03 ` Thomas Petazzoni
2020-09-16 19:49 ` [Buildroot] [RFC v1 13/13] package/gst-omx: " Peter Seiderer
2020-09-23 20:31 ` Thomas Petazzoni
2020-09-24 20:17 ` Peter Seiderer
2020-09-20 14:10 ` [Buildroot] [RFC v1 01/13] package/gst1-interpipe: bump version to 94dea52 (1.1.2) Thomas Petazzoni
2020-09-20 15:19 ` Peter Seiderer
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=20200924222340.4e38185d@gmx.net \
--to=ps.report@gmx.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