summaryrefslogtreecommitdiffstats
path: root/flow
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining 'register' instructions.Michele Calgaro2020-02-191-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3010-146/+146
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed for bug 2845. This is a bit of a quick-n-dirty patch.Michele Calgaro2018-06-211-1/+0
| | | | | | | | | | | | The assertion looks for extremely small generated values and crash if found one. Removing the assertions seems to cause no arm and audio files of various format play fines. Moreover the problem seems to have completely disappered in recent Debian distros, for example it was reproducable in Stretch but no more in Buster. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add openbsd sndio supportFrançois Andriot2014-09-142-2/+312
|
* Removed harcoded 4MB buffer size on ESDFrancois Andriot2013-04-291-6/+2
| | | | This resolves Bug 1485
* Fix tdemultimedia FTBFS when gcc hidden visibility is enabledTimothy Pearson2012-01-211-2/+3
|
* Add jack support to CMakeTimothy Pearson2012-01-121-1/+1
|
* Add ESD support to CMakeTimothy Pearson2012-01-121-0/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-2/+2
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-193-7/+7
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-182-10/+10
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-166-19/+19
| | | | This reverts commit 6e637ec10f4d608e38c6b685524640c0247eb1ce.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-156-19/+19
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-162-2/+2
|
* Rempve obsolete and broken autotools files from artstpearson2011-10-164-95/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1259246 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Make arts use libartsgsl.a instead of libgsl.a to avoid conflict with GSLtpearson2011-09-293-3/+3
| | | | | | | | Thanks to Mario Fetka for the initial patch! Part 1/2 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1256158 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix arts FTBFS under non-Debian systemstpearson2011-08-201-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1248403 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1011-39/+39
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1013-17/+17
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* arts: find libmad without pkgconfigtpearson2011-07-221-1/+5
| | | | | | | Thanks to "Nix" for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1242782 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-094-11/+11
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add gsl static library to installed filestpearson2011-05-311-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1234283 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [dependencies/arts] fix path to .mcop* filessamelian2011-03-101-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1224425 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [dependencies/arts] added some forgotten .mcop* filessamelian2011-03-101-0/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1224418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [dependencies/arts] using pkg-config for alsa detectionsamelian2011-03-071-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1224003 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Compilation repairstpearson2011-01-0517-20/+18
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1212131 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversiontpearson2010-12-3142-102/+102
| | | | | | | aRts now compiles with TQt for Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1210526 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [dependencies/arts] restyle and migrate to tde_ macrossoundserver/CMakeLists.txtsamelian2010-10-064-159/+108
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1183226 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [dependencies/arts] GSL_HAVE_OGGVORBIS_RC3 and GSL_HAVE_MUTEXATTR_SETTYPE ↵samelian2010-10-051-13/+31
| | | | | | tests have been embedded into CMakeLists.txt git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1182888 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [dependencies/arts] added initial cmake supportsamelian2010-10-054-0/+309
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1182851 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-06122-239/+239
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy of aRts for Trinity modificationstpearson2010-01-05160-0/+68997
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1070145 283d02a7-25f6-0310-bc7c-ecb5cbfe19da