Re: libdw

2018-07-14 Thread Tim-Philipp Müller
On Sat, 2018-07-14 at 14:34 -0500, mcatanz...@gnome.org wrote: Hi, > Has anybody recently added libdw as a dependency of anything in > GNOME? It's an optional dep for GStreamer core, but that was added back in October 2016. Cheers -Tim ___

Re: IMPORTANT: Mass migration to GitLab update

2018-05-20 Thread Tim-Philipp Müller
Hi Carlos, > Exceptions are possible but discouraged due to overhead, please > contact me if you need it. I remember one project that planned to > switch somewhere else that needed an exception, unfortunately I > cannot find the email anymore. Please contact me again. GStreamer is planning to

Re: [GitLab] IMPORTANT: Mass migration plan

2018-03-20 Thread Tim-Philipp Müller
On Tue, 2018-03-20 at 18:01 +0100, Carlos Soriano wrote: Hi Carlos, > Bugzilla will only allow comments by June 1st 2018. Reporting new > bugs on Bugzilla will be disabled. New issues will be reported and > managed in GNOME's GitLab. GStreamer uses GNOME's bugzilla with git hosted on

Re: JHBuild

2017-08-01 Thread Tim-Philipp Müller
On Tue, 2017-08-01 at 11:16 +0300, Alberts Muktupāvels wrote: Hi, > Then build failure with gst-plugins-bad. It fails 100% if I try to > update it. I need first uninstall it: > jhbuild uninstall gst-plugins-bad > > Is there something I can do about it? Workaround? This is the g-i failure,

Re: gtk-doc and meson

2017-03-25 Thread Tim-Philipp Müller
On Sat, 2017-03-25 at 05:23 +0100, Michael Biebl wrote: > With Meson gaining more traction in GNOME I guess it's about time to > improve gtk-doc's support for out-of-tree builds. > At least people should be aware of issues like > https://bugzilla.gnome.org/show_bug.cgi?id=776427 > when porting to

Re: Equivalent of recursive make with meson/ninja?

2017-02-11 Thread Tim-Philipp Müller
On Sat, 2017-02-11 at 15:56 +0100, Sébastien Wilmet wrote: > Fwiw, it won't rebuild the docs since that is done at install time, > not at compile time. > > That is a strange thing to do, building something at install time. Dunno, for me the fact that gtk-doc is so slow is extremely annoying in

Re: Equivalent of recursive make with meson/ninja?

2017-02-11 Thread Tim-Philipp Müller
On Sat, 2017-02-11 at 14:02 +0100, Sébastien Wilmet wrote: > You can also do: > > > >   touch foo.c > >   ninja -C ../build > > > > if you prefer to be in the source dir. > > Too long to type. I just use arrow-up, same as I do with 'make' :) But you could just as well make yourself a shell

Re: Equivalent of recursive make with meson/ninja?

2017-02-11 Thread Tim-Philipp Müller
On Sat, 2017-02-11 at 12:31 +0100, Sébastien Wilmet wrote: Hi Sébastien, > With the Autotools, recursive make is very convenient to re-build > only the stuff present in a sub-directory. > > And with builddir == srcdir, it's convenient to do things like: > $ cd src/ > $ make > $ touch

Re: Announcement/RFC: jhbuild continuous integration testing

2013-02-14 Thread Tim-Philipp Müller
On Thu, 2013-02-14 at 07:36 +0100, Martin Pitt wrote: Hi, - gst-plugins-bad: unknown type GStaticRecMutex; this might be due to recent changes in streamer? That smells like a case of broken by change in dependency, needs updating to new API Still outstanding. That issue was

Re: Support both gstreamer 0.10 and 1.0 for GNOME 3.6?

2012-07-28 Thread Tim-Philipp Müller
On Sat, 2012-07-28 at 14:15 +0200, Bastien Nocera wrote: Hi, The only big user is Empathy, and that's the only blocker really. (...) Backtracking now would probably be more costly, but might be necessary if Empathy cannot be ported. For what it's worth, Olivier says he'll look into that

Re: external dependency review for 2.91

2010-10-01 Thread Tim-Philipp Müller
On Thu, 2010-09-30 at 22:44 -0400, Matthias Clasen wrote: I looked over the external dependencies for 2.91 [1]. [1] http://live.gnome.org/TwoPointNinetyone/ExternalDependencies It might be worth mentioning orc [1] somewhere as external dependency or known dependency of our dependencies, as it

Re: GNOME releases need module releases! (GStreamer!)

2010-01-26 Thread Tim-Philipp Müller
On Tue, 2010-01-26 at 16:32 +0100, Frederic Peters wrote: Hello, The solution here is really into the of GStreamer developers (can we get a release please?). As announced yesterday on the GStreamer mailing list, there will be pre-release tarballs of core, -base, and -good later today, with

Re: R: git migration - svn:externals

2009-04-23 Thread Tim-Philipp Müller
On Thu, 2009-04-23 at 12:09 +0200, Jaap A. Haitsma wrote: I think gst-ffmpeg uses this feature. gst-ffmpeg is in git while it uses ffmpeg which is in svn. Not really - gst-ffmpeg just runs svn checkout in autogen.sh, and that's it. We use git submodules in GStreamer though (we have a 'common'