Commit Graph

316 Commits (0634e50e276f9fb2598c8701ff3c9262a4106ea0)
 

Author SHA1 Message Date
mio 0634e50e27 Fix incorrect command name
Signed-off-by: mio <stigma@disroot.org>
4 months ago
TDE Gitea 2d078ebf41 Reset submodule main/dependencies/arts/admin to latest HEAD 5 months ago
Michele Calgaro 4866972f5e Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
TDE Gitea dc6b1b0598 Reset submodule main/dependencies/arts/admin to latest HEAD 7 months ago
OBATA Akio 4f18860c33 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>
7 months ago
OBATA Akio cf0025c38a 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>
7 months ago
TDE Gitea 343be2cf87 Reset submodule main/dependencies/arts/admin to latest HEAD 7 months ago
TDE Gitea 84fbdd5c04 Reset submodule main/dependencies/arts/admin to latest HEAD 8 months ago
OBATA Akio 0c717ee493 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>
8 months ago
TDE Gitea 6a380400d0 Reset submodule main/dependencies/arts/admin to latest HEAD 9 months ago
TDE Gitea 183afa41e2 Reset submodule main/dependencies/arts/admin to latest HEAD 10 months ago
Michele Calgaro 5ce55f2734
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro be1c8167bd
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
TDE Gitea 4b72579c25 Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea 2652c30933 Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
Michele Calgaro 67fab506ee
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea b7ed7de214 Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea 93badd477b Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea 6eab3adb1d Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
Slávek Banko 63bb4a70fa
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
TDE Gitea ec21ee882d Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea 745df680ea Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
TDE Gitea e9c2c61f41 Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
Michele Calgaro 0d8b0ecdf5
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea 0f8861a034 Reset submodule main/dependencies/arts/admin to latest HEAD 1 year ago
Michele Calgaro 8412f6e6d1
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Gitea 18ee00d80f Reset submodule main/dependencies/arts/admin to latest HEAD 2 years ago
Bobby Bingham 596d2accf4 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>
2 years ago
Bobby Bingham c9092132fd 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>
2 years ago
Bobby Bingham adebb5ae26 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>
2 years ago
Bobby Bingham 200e35e604 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>
2 years ago
Bobby Bingham 2182932392 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>
2 years ago
TDE Gitea 914164d8db Reset submodule main/dependencies/arts/libltdl to latest HEAD 2 years ago
TDE Gitea fc4ef1f440 Reset submodule main/dependencies/arts/libltdl to latest HEAD 2 years ago
Denis Kozadaev bee9a082a3
include string.h for illumos based systems
Signed-off-by: Denis Kozadaev <denis@dilos.org>
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