diff options
author | waker <wakeroid@gmail.com> | 2009-08-21 13:08:05 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2009-08-21 13:08:05 +0200 |
commit | 1141e7390ca474c6caecfefd5a9cca9a27c28aa1 (patch) | |
tree | a959672a795ec6b145de8c318668edf6086f42c9 /web | |
parent | 43de78ad308f1083a3b6b1494b79146bc25383cb (diff) |
added arch linux PKGBUILD for 0.1.0 release; website update
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index a5d46f6e..9fb2ca9f 100644 --- a/web/index.html +++ b/web/index.html @@ -8,6 +8,18 @@ <a href="#screenshots">Screenshots</a><br/> <h1 id="news">News</h1> + +<h2>Arch Linux PKGBUILD is available</h2> +<p><a href="http://aur.archlinux.org/packages.php?ID=29497">here</a></p> +<p>or even better, just do yaourt -S deadbeef</p> +<p>only 0.1.0 is available this way, so better compile from git, or wait for 0.1.1</p> + +<h2>GIT repository</h2> +<p>i pushed my git repository to sf.net on Thu Aug 20 2009</p> +<p>git version has several bugfixes/improvements over alpha release, so feel free to use it.</p> +<p><pre>git clone git://deadbeef.git.sourceforge.net/gitroot/deadbeef/deadbeef</pre></p> + +<h2>Alpha released</h2> <p>first alpha release 0.1.0 just appened on Wed Aug 19 21:59:27 CEST 2009!</p> <p>there was a report from a happy user that deadbeef won't compile with gtk<=2.16.</p> <p>fix is very easy, and will be available in next release, and in git head when i have time to prepare and push it</p> |