Totem build for meson 3.26.2

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Totem build for meson 3.26.2

Jerry Geis-2
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 ?

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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Totem build for meson 3.26.2

Nicolas Dufresne-5


Le jeu. 26 mars 2020 17 h 00, Jerry Geis <[hidden email]> 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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel