summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-261-4/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix for time_t != longOBATA Akio2019-04-112-5/+5
| | | | | | | | | `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>
* Remove unsed platform endian detectionOBATA Akio2019-04-111-11/+0
| | | | | | | | 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>
* Remove traditional `errno` usageOBATA Akio2019-04-101-3/+1
| | | | | | | 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>
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdemultimedia/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-061-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-181-2/+2
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* Add CMakeL10n rules.Slávek Banko2018-12-1732-0/+169
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdemultimedia/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Fixed incorrect TTQ rename (TTQ -> TQ)Michele Calgaro2018-10-142-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdemultimedia/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdemultimedia/admin to latest HEADAutomated System2018-09-241-0/+0
|
* Replace deprecated ustat using fstatfsSlávek Banko2018-09-219-45/+20
| | | | | | This resolves FTBFS with glibc 2.28 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2020-61/+67
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1740-70/+70
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdemultimedia/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Fix FTBFS with stricter C++11Slávek Banko2018-08-192-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-013-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Add check of libvorbis versionSlávek Banko2018-06-102-2/+7
| | | | | | This is essential for applications that encode to ogg Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Fix FTBFS from prior commitSlávek Banko2018-06-081-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Add other missing checksSlávek Banko2018-06-084-4/+19
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Fix build of ogg plugin in mpeglibSlávek Banko2018-06-083-3/+4
| | | | | | This relates to bug 2844 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed NukePlugin implementation which was preventing the sound serverMichele Calgaro2018-06-072-9/+9
| | | | | | from autosuspending. This relates to bug 2844. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdemultimedia/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdemultimedia/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Reset submodule main/tdemultimedia/admin to latest HEADAutomated System2018-04-291-0/+0
|
* cmake: Fix FLAC detectionSlávek Banko2017-12-312-1/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kscd: Fix device detection from Media ManagerSlávek Banko2017-12-312-15/+19
| | | | | | | | | | Commit d36f6096 in tdebase has changed the order of items in the device properties returned by Media Manager. The indexes of items used in kscd must be consistent with tdebase. This resolves Bug 2834 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Prevent inlining of the StereoVolumeControlSSE_impl::calculateBlock methodSlávek Banko2017-10-131-1/+1
| | | | | | This resolves FTBFS with GCC7 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix tests of GCC compiler version for X86_SSE optimalizationsSlávek Banko2017-10-131-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Fix detection on cdda include filesFrançois Andriot2017-10-1320-0/+21
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Initial cmake conversionSlávek Banko2017-03-26181-45/+7257
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2017-03-261-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2017-02-181-0/+0
|
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2017-01-291-0/+0
|
* cmake: add tde_add_check_executable macroSlávek Banko2017-01-261-0/+0
|
* Fix FTBFS with GCC6Slávek Banko2016-09-031-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Workaround for parallel buildSlávek Banko2016-08-212-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>