Commit Graph

3418 Commits

Author SHA1 Message Date
Nedko Arnaudov ec51eeddc5 Merge branch '1-stable' into branch 'main' 2024-03-26 23:28:39 +02:00
Nedko Arnaudov 36c8215978 NEWS: Apply FreeBSD patches 2024-03-26 23:26:42 +02:00
Nedko Arnaudov cedf52e1e9 NEWS: Adjust for 1.1 (post-factum) 2024-03-26 23:23:25 +02:00
Nedko Arnaudov 7a114d3d01 Merge branch '1-stable' into branch 'main' 2024-03-26 20:25:44 +02:00
Yuri Victorovich 9fb169b736 Appply patch-proxies_graph__proxy.h from FreeBSD 2024-03-26 20:16:31 +02:00
Yuri Victorovich c8ecee23da Appply patch-daemon_loader.c from FreeBSD 2024-03-26 20:15:04 +02:00
Yuri Victorovich 6570c7b6f1 Appply patch-daemon_app__supervisor.c from FreeBSD 2024-03-26 20:15:01 +02:00
Yuri Victorovich e6a6c7d358 Appply patch-alsapid_helper.c from FreeBSD 2024-03-26 20:14:55 +02:00
Yuri Victorovich 1b2b50f4c9 Appply patch-alsapid_alsapid.h from FreeBSD 2024-03-26 20:14:41 +02:00
Nedko Arnaudov fc1e901bf8 GNUmakefile: add index.html target 2023-11-27 19:31:55 +02:00
Nedko Arnaudov e4ef43b57e Add dl.ladish.org hyperlink for tarballs 2023-11-27 19:27:26 +02:00
Nedko Arnaudov 37d90ebac4 Merge branch 'stable' into 'main' 2023-11-26 17:17:44 +02:00
Nedko Arnaudov 4e73e70d8c Merge branch '1-stable' into 'stable' 2023-11-26 17:17:19 +02:00
Nedko Arnaudov 36c489e43c Bump version to 1.1 2023-11-26 17:07:26 +02:00
Nedko Arnaudov d2c84311ce wscript: always put the short sha1 in the tarball name 2023-11-26 17:06:29 +02:00
Nedko Arnaudov 154c6f3772 wscript: Fix dist target 2023-11-26 16:57:45 +02:00
Nedko Arnaudov ad9f04acbc Merge branch 'stable' into main 2023-11-18 18:12:44 +02:00
Nedko Arnaudov 4ee9d9e8cd Merge branch '1-stable' into stable 2023-11-18 18:12:12 +02:00
Nedko Arnaudov 520e4523bf Upgrade waf to 2.0.26 2023-11-18 18:10:50 +02:00
Nedko Arnaudov 72313a5726 wscript: improve handling of gladish deps
* GUI deps are now checked only if gladish build is enabled
 * boost waf/extras/ tool is not used anymore
2023-11-18 18:10:37 +02:00
Nedko Arnaudov 71c8e1cf23 Merge branch 'stable' into 'main' 2023-10-01 20:10:45 +03:00
Nedko Arnaudov 3180ba9f00 Merge branch '1-stable' into stable 2023-10-01 20:10:18 +03:00
Nedko Arnaudov 3f8382c4d1 Install gladish related files only when gladish build enabled 2023-09-30 15:19:38 +03:00
Nedko Arnaudov 32b8df4417 Update meson to match wscript state 2023-08-27 20:51:42 +03:00
Nedko Arnaudov 30994438a1 Merge branch 'stable' into 'main' 2023-07-05 19:06:53 +03:00
Nedko Arnaudov e51e562aff Merge branch '1-stable' into stable 2023-07-05 19:06:44 +03:00
Nedko Arnaudov fe0f33737a README.adoc: Fix typos and wording 2023-07-05 19:06:21 +03:00
Nedko Arnaudov 8eca9ea861 remove appdb.[ch]
These were not actually used are are now part of appdb repo
2023-06-11 23:54:57 +03:00
Nedko Arnaudov 10c8506a5e Merge branch 'stable' into 'main' 2023-06-10 21:58:33 +03:00
Nedko Arnaudov aad32a5cb2 Merge branch '1-stable' into stable 2023-06-10 21:57:47 +03:00
Nedko Arnaudov a35f11d0ec gladish: comment out inclusion of removed header 2023-06-10 21:57:32 +03:00
Nedko Arnaudov d11441bca8 Merge branch 'stable' into 'main' 2023-06-05 14:24:49 +03:00
Nedko Arnaudov 8159aed368 Merge branch '1-stable' into 'stable' 2023-06-05 14:24:31 +03:00
Nedko Arnaudov c93f0d8458 Don't set LADISH env vars for L0 & L1
Having these variables set enables apps to discrimination
against ladish, by error or otherwise. In particular
neither LADISH L0 nor L1 imply that user should face mayhem
of standard file menu items for either new, open, save
and/or saveas being disabled.
2023-06-05 14:12:11 +03:00
Nedko Arnaudov 25ab42cabe README: adjust the jackdbus homepage URL
(cherry picked from commit 4450092b6e)
2023-05-14 19:37:29 +03:00
Nedko Arnaudov 74b65b67e1 README: adjust upstream git URLs to gitea
(cherry picked from commit d8671fa977)
2023-05-14 19:37:20 +03:00
Nedko Arnaudov ee3aa1999e wscript: fix build broken in previous commit
Fix for [a386c3e] LDFLAGS is ignored

(cherry picked from commit bad37745bf)
2023-05-14 19:37:07 +03:00
Nedko Arnaudov b02998a215 wscript: *prepend* CFLAGS and LINKFLAGS
Appending new options at end of the array has unfortunate effect
of not allowing easy override of flags set in wscript.

This change makes add_cflag() and add_linkflag() prepend,
thus leaving the supplied during configure parameters
take precedence by being at the end of the parameter list.

Fix for [a386c3e] LDFLAGS is ignored

(cherry picked from commit 88b70fcdd7)
2023-05-14 19:36:24 +03:00
Nedko Arnaudov 4450092b6e README: adjust the jackdbus homepage URL 2023-05-13 20:23:28 +03:00
Nedko Arnaudov d8671fa977 README: adjust upstream git URLs to gitea 2023-05-13 20:23:02 +03:00
Nedko Arnaudov bad37745bf wscript: fix build broken in previous commit
Fix for [a386c3e] LDFLAGS is ignored
2023-05-05 18:46:26 +03:00
Nedko Arnaudov 88b70fcdd7 wscript: *prepend* CFLAGS and LINKFLAGS
Appending new options at end of the array has unfortunate effect
of not allowing easy override of flags set in wscript.

This change makes add_cflag() and add_linkflag() prepend,
thus leaving the supplied during configure parameters
take precedence by being at the end of the parameter list.

Fix for [a386c3e] LDFLAGS is ignored
2023-05-05 16:52:57 +03:00
Nedko Arnaudov 3da9b8d6e7 Move pylash code to lash-bindings project 2023-05-04 01:24:40 +03:00
Nedko Arnaudov 7287ed8733 setup cdbus_log when logging to stdout too 2023-05-01 13:21:13 +03:00
Nedko Arnaudov e88d2014ba Adjust for the updated log cdbus interface 2023-05-01 13:06:32 +03:00
Nedko Arnaudov ca769c4ec8 Merge branch 'stable' into 'main' (nop) 2023-05-01 11:41:46 +03:00
Nedko Arnaudov ff77e00a12 Merge branch '1-stable' into stable (nop) 2023-05-01 11:39:26 +03:00
Nedko Arnaudov 7728d2d40e wscript: fix README rename 2023-05-01 11:37:55 +03:00
Nedko Arnaudov 55ecf8079d fix liblash build (switch to libcdbus broke it) 2023-05-01 11:12:19 +03:00
Nedko Arnaudov 86680c4b65 wscript: adjust cdbus project homepage URL 2023-05-01 10:55:54 +03:00