22 ' pv' ,
33 ' c' ,
44 license : ' GPL-3.0-or-later' ,
5- version : ' 1.9.34 ' ,
5+ version : ' 1.10.2 ' ,
66 meson_version : ' >=0.59.0' ,
77)
88
@@ -246,10 +246,10 @@ endforeach
246246
247247summary (
248248 {
249- ' ncurses support' : ncurses_dep.found(),
250- ' IPC messaging' : ipc_opt.allowed(),
249+ ' ncurses support' : ncurses_dep.found(),
250+ ' IPC messaging' : ipc_opt.allowed(),
251251 ' Native language support' : nls_opt.allowed(),
252- ' Use splice system call' : splice_opt.allowed(),
252+ ' Use splice system call' : splice_opt.allowed(),
253253 },
254254 bool_yn : true ,
255255)
@@ -259,14 +259,14 @@ foreach _flag : cdata.keys()
259259endforeach
260260
261261cdata.set_quoted(
262- ' LOCALEDIR' ,
262+ ' LOCALEDIR' ,
263263 get_option (' prefix' ) / get_option (' localedir' ),
264264)
265- cdata.set_quoted(' PACKAGE' , meson .project_name())
265+ cdata.set_quoted(' PACKAGE' , meson .project_name())
266266cdata.set_quoted(
' PACKAGE_BUGREPORT' ,
' [email protected] ' )
267- cdata.set_quoted(' PACKAGE_NAME' , meson .project_name())
268- cdata.set_quoted(' PACKAGE_VERSION' , meson .project_version())
269- cdata.set_quoted(' PACKAGE_URL' , ' https://www.ivarch.com/programs/pv.shtml' )
267+ cdata.set_quoted(' PACKAGE_NAME' , meson .project_name())
268+ cdata.set_quoted(' PACKAGE_VERSION' , meson .project_version())
269+ cdata.set_quoted(' PACKAGE_URL' , ' https://www.ivarch.com/programs/pv.shtml' )
270270
271271subdir (' src/include' )
272272
@@ -278,7 +278,6 @@ pv = executable(
278278 ' src/main/help.c' ,
279279 ' src/main/main.c' ,
280280 ' src/main/options.c' ,
281- ' src/main/remote.c' ,
282281 ' src/main/version.c' ,
283282 ' src/pv/format/averagerate.c' ,
284283 ' src/pv/format/barstyle.c' ,
@@ -301,6 +300,7 @@ pv = executable(
301300 ' src/pv/loop.c' ,
302301 ' src/pv/number.c' ,
303302 ' src/pv/proctitle.c' ,
303+ ' src/pv/remote.c' ,
304304 ' src/pv/signal.c' ,
305305 ' src/pv/state.c' ,
306306 ' src/pv/string.c' ,
@@ -316,7 +316,7 @@ pv = executable(
316316meson .override_find_program(' pv' , pv)
317317
318318tests_opt = get_option (' tests' ).disable_auto_if(
319- # Tests are way to flaky on macOS.
319+ # Tests are way too flaky on macOS.
320320 host_machine .system() == ' darwin' ,
321321)
322322sh = find_program (
0 commit comments