Slávek Banko
6b44767dea
Delete kaapfinder data for reZound because it is already part of tdebase.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dfc385f1f4
)
4 years ago
Slávek Banko
4f9d7e60bd
Fix typo in CMake rule.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a8d5c51940
)
4 years ago
OBATA Akio
6842f434b6
mpeglib: change to use SunOS API audioIO backend for NetBSD
...
On NetBSD, SunOS compatible native API should be used instead of OSS audio
emulator layer.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 6dfc5bfda8
)
4 years ago
Slávek Banko
d11ce98ed0
Desktop file translations:
...
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ff3f2006ce
)
5 years ago
TDE Gitea
77d1049eb6
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
Michele Calgaro
48129adff6
KMix: fixed rounding error on volume reading. This was preventing 1% volume increase steps from working properly.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e1b2705c5d
)
5 years ago
Michele Calgaro
92f069b7da
KMix: fixed handling of slider's mute/unmute and wheel events. Fixed mixer's increase/decrease volume logic.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0249fdb66
)
5 years ago
Michele Calgaro
9859df0541
KMix: fixed update of tray volume icon when muting/unmuting the selected
...
channel.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 244f76de8d
)
5 years ago
TDE Gitea
86691144d6
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
Michele Calgaro
7b0704fb74
Update release version number to R14.0.9.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea
2316e2f6f5
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
23467be7b7
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
f0076bea24
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
82659507ae
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
Michele Calgaro
f59042b71a
Fixed detection of alsa channels capabilities. This resolves bug 2994
...
and issue #16 .
The code is partially based on previous work from TCH <tch@protonmail.com>.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7a39a18686
)
5 years ago
Slávek Banko
2030c48039
Update version number for R14.0.8 final release.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
TDE Gitea
88d556169f
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
a02cb8a3f1
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
f020dda7c4
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
Michele Calgaro
0c9e076a4a
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6db8697910
)
5 years ago
Slávek Banko
e51ec3eaa1
Update version number for R14.0.7 final release.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
fd4d99d711
Fix duplicate icon for kcmcddb.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit c1ac60f0fc
)
5 years ago
TDE Gitea
902e642f1d
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
Slávek Banko
adedb55264
Switch all submodules to https.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
324aafa8ea
Clean up desktop files and fix German translations.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 8cfcac4c01
)
5 years ago
Chris
5ed30aa532
Streamline CDDB module with the rest.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit d9a920bc6a
)
5 years ago
Michele Calgaro
289d46dc9f
Removed .lsm files. lsm database is outdated and unmaintained.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
OBATA Akio
003da065db
Split CD support for NetBSD from FreeBSD
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 89e803c753
)
5 years ago
Chris
1b765873ce
Change branded music path to the users own one.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0cf195935e
)
5 years ago
Chris
43119a35ca
Fix remaining brandings in tdemultimedia.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 83682486bb
)
5 years ago
TDE Gitea
086b112ab7
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
OBATA Akio
99d8c77851
Fix for time_t != long
...
`time_t` may not be `long`, for examples, unsigned (long) int,
long long int (64bit integer type on 32bit arch), double, and so on.
Change to use difftime(3) to retrieve seconds.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 9b8b7c1299
)
6 years ago
OBATA Akio
b6ae5c8687
Remove unsed platform endian detection
...
Used part had been commented out over 8 years ago.
Variety of include files are not sufficient and may cause build failure
because of missing header file.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit a2b21b9cf6
)
6 years ago
OBATA Akio
6b55b7c1c4
Remove traditional `errno` usage
...
On modern POSIX environments, `errno` may not be simple `int` type,
and <errno.h> is sufficient for `errno` and its symbolic values.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 35e5ff35cf
)
6 years ago
TDE Gitea
267ac73b42
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
TDE Gitea
4e14301dd2
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
Michele Calgaro
308fd63aac
Updated date and version to R14.0.6 in .lsm files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
386ece1913
Updated VERSION reference to R14.0.6 in CMakeLists.txt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
4b29106a69
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
TDE Gitea
617094e055
Reset submodule main/tdemultimedia/admin to latest HEAD
6 years ago
Slávek Banko
677d7be924
Use common CMake tests.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit efb2a03e6f
)
6 years ago
TDE Gitea
8da839dade
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
TDE Gitea
2d783276d5
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
TDE Gitea
efa69b8c6c
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
TDE Gitea
6d8f7d468f
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
Fabio Rossi
176112d61a
Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
...
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
(cherry picked from commit ab5663ed88
)
6 years ago
Slávek Banko
fda0f460a9
Add CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9f81d57072
)
6 years ago
TDE Gitea
ea224b458d
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
TDE Gitea
014dde9f43
Reset submodule main/tdemultimedia/cmake to latest HEAD
6 years ago
TDE Gitea
619b8a9fbb
Reset submodule main/tdemultimedia/admin to latest HEAD
6 years ago