Mercurial > audlegacy-plugins
annotate Mercurial-Access @ 3191:a65f440cbed3
alsa-ng: Fix possible race conditions, sluggish pause and seek.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Mon, 22 Jun 2009 16:05:57 -0400 |
parents | 2df887365f92 |
children |
rev | line source |
---|---|
1183
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
1 The atheme.org mercurial repository is available for anonymous read-only |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
2 access. |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
3 |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
4 To retrieve the audacious-plugins development branch from hg.atheme.org, do: |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
5 $ hg clone http://hg.atheme.org/audacious-plugins audacious-plugins-devel |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
6 |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
7 To retrieve the audacious-plugins stable branch from hg.atheme.org, do: |
2465
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
8 $ hg clone http://hg.atheme.org/release/audacious-plugins-$VERSION |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
9 |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
10 Where $VERSION is the stable major version, for example the latest |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
11 fixes and updates to 1.5-series of plugins would be in: |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
12 |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
13 $ hg clone http://hg.atheme.org/release/audacious-plugins-1.5 |