Totem build for meson 3.26.2
Nicolas Dufresne
nicolas at ndufresne.ca
Thu Mar 26 23:41:37 UTC 2020
Le jeu. 26 mars 2020 17 h 00, Jerry Geis <jerry.geis at gmail.com> a écrit :
> Forgive me if wrong location - but I did not see a totem mailing list.
>
> I am trying to build Totem from source for 3.26.2. The build system has
> switched to meson.
> I know nothing about. How do I build totem from source with meson ?
>
It is really the wrong place. But GStreamer too have switch to meson, and
it's quite generic.
meson build --prefix=... -Doption1=value1 ...
ninja -C build
ninja -C build install
For a list of available options, see meson_options.txt file.
> I used to extract the source file
> cd totem-x.xx.xx
> ./configure
> make
> make install
>
> This seems all different now - what are the commands.
> Thanks,
>
> Jerry
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200326/fc037f96/attachment.htm>
More information about the gstreamer-devel
mailing list