Commit Graph

315 Commits (0f72e47ca15d69c8349d3457895b7dd8df6f218c)
 

Author SHA1 Message Date
Michele Calgaro 0f72e47ca1
Improve fatal error messages
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8de97496a7)
5 months ago
mio 30779eb229
Fix incorrect command name
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 0634e50e27)
5 months ago
TDE Gitea a466583afb Reset submodule main/dependencies/arts/admin to latest HEAD 5 months ago
Michele Calgaro 999d426c57
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4866972f5e)
8 months ago
TDE Gitea 83390d5b30 Reset submodule main/dependencies/arts/admin to latest HEAD 8 months ago
OBATA Akio 7f3dda3346
Rename thread mutex related debug flag name
It is used to detect multiple mutex lock, not just for pthread related
debugging.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 4f18860c33)
8 months ago
OBATA Akio 75cb448c02
Fix usage of `pthread_t`
`pthread_t` is opaque type.
Change to compare with `pthread_equal()` and introduce validate flag.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit cf0025c38a)
8 months ago
TDE Gitea 939fcae970 Reset submodule main/dependencies/arts/admin to latest HEAD 8 months ago
TDE Gitea 29cac9f2c4 Reset submodule main/dependencies/arts/admin to latest HEAD 8 months ago
OBATA Akio 210a7151be
fix to use AudioIOSun on Solaris and NetBSD
`USE_SOLARIS` is not defined (related to TDE/tde#74).

On NetBSD, native audio system audioio(4) i.e. sunaudio is preferred.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 0c717ee493)
9 months ago
TDE Gitea 400717e144 Reset submodule main/dependencies/arts/admin to latest HEAD 10 months ago
Michele Calgaro 5877b3be77
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5ce55f2734)
12 months ago
Michele Calgaro b8da6ca9b8
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit be1c8167bd)
1 year ago
TDE Gitea dae57673da Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
Michele Calgaro c96b8debfb
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67fab506ee)
1 year ago
TDE Gitea 486b0b0955 Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea a4ce23519d Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea 7f2d44af96 Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
Slávek Banko c048d06741
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 63bb4a70fa)
1 year ago
TDE Gitea 2fa6fa6910 Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea 7b10e2d2cb Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea 25bf931fef Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
Michele Calgaro 85fd1ac181
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d8b0ecdf5)
1 year ago
TDE Gitea daf5e78d69 Reset submodule main/dependencies/arts/admin to latest HEAD 2 years ago
Michele Calgaro c9994d78d2
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8412f6e6d1)
2 years ago
TDE Gitea 4fd855414f Reset submodule main/dependencies/arts/admin to latest HEAD 2 years ago
Bobby Bingham c9f8774a94
Rename file
Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp`
(revering to ALSA version 0.9) is misleading.

Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit 596d2accf4)
2 years ago
Bobby Bingham eb439ea63b
Update ALSA support to use 1.x API
Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x
was supported, the code requested and expected the 0.9 version of some
PCM APIs.

These old APIs were superceded in 2002. ALSA implements backwards
compatibility with the old version of the API using symbol versioning,
which is not supported on all platforms (e.g., musl does not support
it).

This fixes issue #5

Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit c9092132fd)
2 years ago
Bobby Bingham fc763a04fd
Delete unused source file
Configure only sets HAVE_LIBASOUND2, never HAVE_LIBASOUND, so this is never
used.

Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit adebb5ae26)
2 years ago
Bobby Bingham dc87c6b329
Use poll.h instead of sys/poll.h
poll.h is the standard header name, and musl warns for including the wrong
one.

Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit 200e35e604)
2 years ago
Bobby Bingham 597a5fc507
Fix possibly incorrect type for format string
request may be int or unsigned long depending on the platform, but the
format string assumed unsigned long.

Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit 2182932392)
2 years ago
TDE Gitea 5a3b69dff5 Reset submodule main/dependencies/arts/libltdl to latest HEAD 2 years ago
TDE Gitea 78dcf82603 Reset submodule main/dependencies/arts/libltdl to latest HEAD 2 years ago
Denis Kozadaev 87f910f9f9
include string.h for illumos based systems
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit bee9a082a3)
2 years ago
TDE Gitea c4af0692ce Reset submodule main/dependencies/arts/admin to latest HEAD 2 years ago
TDE Gitea e315e7557c Reset submodule main/dependencies/arts/admin to latest HEAD 2 years ago
Michele Calgaro 10a0510943
Add man pages from tde-packaging repo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro fbe27fc928
Use 'tde_setup_paths' macro to setup required paths.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko 0a2f5a7929
Add a check for a pkg-config package named libmad next to mad,
for detection of library libmad >= 0.16.x (Tenacity's fork).

Split configuration tests into separate files.
Fill PC_LIB_REQUIRE list during tests.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro b0a1e683ac
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 551db270af
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Gitea ea1de39de8 Reset submodule main/dependencies/arts/admin to latest HEAD 3 years ago
Slávek Banko cbedd9e183
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko ec80625a62
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea 525e2a1b4e Reset submodule main/dependencies/arts/cmake to latest HEAD 4 years ago
TDE Gitea c28fac7e83 Reset submodule main/dependencies/arts/cmake to latest HEAD 4 years ago
TDE Gitea 7ce14eef14 Reset submodule main/dependencies/arts/admin to latest HEAD 4 years ago
TDE Gitea 8b08b0b756 Reset submodule main/dependencies/arts/cmake to latest HEAD 4 years ago
TDE Gitea cae8e28d50 Reset submodule main/dependencies/arts/cmake to latest HEAD 4 years ago
TDE Gitea 96bbae6609 Reset submodule main/dependencies/arts/admin to latest HEAD 4 years ago