Bug#964221: googletest: meson support

2021-09-24 Thread Timo Röhling
Hi Steve, On Wed, 15 Sep 2021 21:32:28 -0500 Steven Robbins wrote: I just packaged new googletest 1.11.0. I did look for a meson wrap but was not successful. The wrap files for 1.10 are pretty simple and I thought about just blindly using them -- but I don't want to be guessing. Do you

Bug#964221: googletest: meson support

2021-09-15 Thread Steven Robbins
> > It's a reasonable request. Where in the filesystem would you like to see these > > three files? > > The wrap is pretty specific in that googletest and googlemock have to be > subdirectories. So effectively the wrap is unzipped today at the > /usr/src/googletest level - which seems very

Bug#964221: googletest: meson support

2020-10-28 Thread Philipp Kern
Hey Steven, On 20.10.20 03:26, Steven Robbins wrote: > On Fri, 3 Jul 2020 22:14:18 +0200 Philipp Kern wrote: > >> Would it be possible for googletest in Debian to ship these meson.build files >> alongside the source in the library packages? That way packages could >> build-depend on

Bug#964221: googletest: meson support

2020-10-19 Thread Steven Robbins
On Fri, 3 Jul 2020 22:14:18 +0200 Philipp Kern wrote: > Would it be possible for googletest in Debian to ship these meson.build files > alongside the source in the library packages? That way packages could > build-depend on libgtest-dev without requiring them to use CMake. It's a reasonable

Bug#964221: googletest: meson support

2020-07-03 Thread Philipp Kern
Source: googletest Version: 1.10.0-3 googletest is weirdly special in that it is supposed to be compiled together with the project that is being tested, using the same flags. As such it ships with source files and not just a shared library that can be imported using pkg-config. Right now it