Re: [pulseaudio-discuss] [paprefs] [PATCH] Port to meson

2018-07-15 Thread Jan Tojnar
On Sun, 15 Jul, 2018 at 9:42 AM, Tanu Kaskinen wrote: e need some solution to this, and it seems that removing the autotools build system would be ok. Do you want to make a patch, or should I do it? It would be nice if you could remove it. ___ pulse

Re: [pulseaudio-discuss] [paprefs] [PATCH] Port to meson

2018-07-15 Thread Tanu Kaskinen
On Tue, 2018-07-10 at 15:12 +0200, Jan Tojnar wrote: > It will build fine, only the translations will not be merged back to > the produced desktop file. Solution would be porting the autotools > code > from intltool to vanilla gettext (see > https://wiki.gnome.org/Initiatives/GnomeGoals/GettextM

Re: [pulseaudio-discuss] [paprefs] [PATCH] Port to meson

2018-07-10 Thread Jan Tojnar
It will build fine, only the translations will not be merged back to the produced desktop file. Solution would be porting the autotools code from intltool to vanilla gettext (see https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration) but autotools removal will be easier. On Mon, 9

Re: [pulseaudio-discuss] [paprefs] [PATCH] Port to meson

2018-07-10 Thread Felipe Sateler
On Mon, Jul 9, 2018 at 1:31 PM Jan Tojnar wrote: > > Meson is much nicer than autotools, see > https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting. > With this patch, you can invoke > > meson build -Ddocs=true > ninja -C build > sudo ninja -C build install > > to compile and

[pulseaudio-discuss] [paprefs] [PATCH] Port to meson

2018-07-09 Thread Jan Tojnar
Meson is much nicer than autotools, see https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting. With this patch, you can invoke meson build -Ddocs=true ninja -C build sudo ninja -C build install to compile and install the package. Ninja accepts many targets: ninja -C bui