summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Split CD support for NetBSD from FreeBSDOBATA Akio2019-08-143-3/+537
| | | | Signed-off-by: OBATA Akio <[email protected]>
* Change branded music path to the users own one.Chris2019-07-231-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Fix remaining brandings in tdemultimedia.Chris2019-07-171-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-265-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-261-4/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-1732-0/+169
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2020-61/+67
| | | | Signed-off-by: Slávek Banko <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1740-70/+70
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-013-4/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* cmake: Fix FTBFS from prior commitSlávek Banko2018-06-081-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* cmake: Add other missing checksSlávek Banko2018-06-084-4/+19
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Fix tests of GCC compiler version for X86_SSE optimalizationsSlávek Banko2017-10-131-4/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* cmake: Fix detection on cdda include filesFrançois Andriot2017-10-1320-0/+21
| | | | Signed-off-by: François Andriot <[email protected]>
* Initial cmake conversionSlávek Banko2017-03-26181-45/+7257
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/tdemultimedia/cmake to latest HEADAutomated System2017-03-261-0/+0
|