2 | | == Uniaud for OS/2 & eCS == |
| 2 | [[PageOutline]] |
| 3 | |
| 4 | = Uniaud for OS/2 & eCS = |
| 5 | |
| 6 | This is the development home for uniaud, the Universal Audio Driver for eCS and OS/2. |
| 7 | |
| 8 | See the [wiki:FAQ Uniaud FAQ] for answers to your questions. |
| 9 | |
| 10 | = Getting the sources = |
| 11 | |
| 12 | In addition to [../browser browsing] the sources here, you can check out the |
| 13 | [/repos/uniaud sources] |
| 14 | with your favorite subversion client. |
| 15 | |
| 16 | Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are |
| 17 | ordinary directories in subversion. |
| 18 | With the typical subversion respository layout, it is |
| 19 | rather easy to checkout more than you |
| 20 | probably intend to. To pull just the trunk version, use something like |
| 21 | |
| 22 | {{{ |
| 23 | mkdir uniaud32_workspace |
| 24 | cd uniaud32_workspace |
| 25 | svn checkout http://svn.netlabs.org/repos/uniaud/GPL/trunk trunk |
| 26 | }}} |
| 27 | |
| 28 | and |
| 29 | |
| 30 | {{{ |
| 31 | mkdir uniaud16_workspace |
| 32 | cd uniaud16_workspace |
| 33 | svn checkout http://svn.netlabs.org/repos/uniaud/OCO/trunk trunk |
| 34 | }}} |
| 35 | |
| 36 | |
| 37 | To update your workspace with the current repository content, use |
| 38 | |
| 39 | {{{ |
| 40 | cd uniaud32_workspace\trunk |
| 41 | svn update |
| 42 | }}} |
| 43 | |
| 44 | If you want commit access to the repository, contact Paul. |
| 45 | |
| 46 | = Building = |
| 47 | |
| 48 | [/repos/uniaud/GPL/trunk/howtobuild.txt Building] |
| 49 | |
| 50 | = Alsa Resync = |
| 51 | |
| 52 | Uniaud derives some of its functionality from the [http://www.alsa.com Alsa] project. |
| 53 | This mean we periodically [AlsaResync resync] our sources with the latest ALSA sources. |
| 54 | This provide both aditional device support as well as defect fixes. |
| 55 | |
| 56 | = Credits = |
| 57 | |
| 58 | TBD |
| 59 | |
| 60 | If we forgot anyone, please let us know. It was unintentiional. |
| 61 | |
| 62 | ---- |
| 63 | ---- |