summaryrefslogtreecommitdiffstats
path: root/flow
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining 'register' instructions.Michele Calgaro2021-02-031-12/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit afad82ed85e5ffc3793225118524548050e058c4)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-0310-146/+146
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9d57e3ae1b71f4f21f56b7a45cb92b64250e2b04)
* 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> (cherry picked from commit 5d9981995e34d44da2a1b236de4a7594fbe183a8)
* Add openbsd sndio supportFrançois Andriot2015-12-172-2/+312
| | | | (cherry picked from commit d6fd5da548d89f18642849f72295f6fbed440dfc)
* Fix tdemultimedia FTBFS when gcc hidden visibility is enabledTimothy Pearson2015-12-171-2/+3
| | | | (cherry picked from commit 7395916e07ea77b31f6ba3bde09d9bd6c76de8ef)
* Removed harcoded 4MB buffer size on ESDFrancois Andriot2013-04-291-6/+2
| | | | | This resolves Bug 1485 (cherry picked from commit 0b9bcf1fcdeab139c12543a6534e68cf2257e0d9)
* Add jack support to CMakeTimothy Pearson2012-06-021-1/+1
| | | | (cherry picked from commit c85bc12559cbeaa3e18544a459adab147267007e)
* Add ESD support to CMakeTimothy Pearson2012-06-021-0/+1
| | | | (cherry picked from commit d548013bdb885cac474191d0efdda85685417f08)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-021-2/+2
| | | | (cherry picked from commit 69169d2f3a715f777383d71db58229f3b7d99e6f)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-023-7/+7
| | | | (cherry picked from commit c5c1052f4bae9680eb77340b55e1c1e78c15d1f5)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-022-10/+10
| | | | (cherry picked from commit bdff7895a8452d3a139a159f8a1d535730c4739b)
* 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