Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed Jul 13, 2010
1 parent fc334ed commit 928cc35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Download</h2>
<tr>
<td><img src="logo-osx.png" width="48" height="48" alt="Mac OS X"/></td>
<td class="dld_link">
<a href="http://spek.googlecode.com/files/spek-0.5.dmg">spek-0.5.dmg</a> (10.5 MiB)
<a href="http://spek.googlecode.com/files/spek-0.5.dmg">spek-0.5.dmg</a> (6.12 MiB)
<br/>
<a href="http://code.google.com/p/spek/wiki/OsxInstall">instructions</a>
</td>
Expand All @@ -85,7 +85,7 @@ <h2>Screenshots</h2>

<h2>News <a href="http://versia.com/category/spek/feed/atom/"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2>
<ul>
<li>2010-07-13: Spek 0.6 Released</li>
<li>2010-07-13: <a href="http://versia.com/2010/07/13/spek-0-6-released/">Spek 0.6 Released</a></li>
<li>2010-07-04: <a href="http://versia.com/2010/07/04/gstreamer-ffmpeg-and-spek/">GStreamer, FFmpeg and Spek</a></li>
<li>2010-06-26: <a href="http://versia.com/2010/06/27/spek-0-5-mac-os-x-port/">Spek 0.5 - Mac OS X port</a></li>
<li>2010-05-21: <a href="http://versia.com/2010/05/21/spek-0-4-released/">Spek 0.4 Released</a></li>
Expand Down
2 changes: 1 addition & 1 deletion wiki/LinuxInstall.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ ./configure
$ make
}}}

To build you will need GTK+ and GStreamer packages, including gst-plugins-base and gst-plugins-good. For MP3 support you need gst-plugins-ugly. On Debian/Ubuntu you also need development packages: libgstreamer0.10-dev and libgtk2.0-dev.
To build you will need GTK+ and FFmpeg packages. On Debian/Ubuntu you also need development packages: libgtk2.0-dev, libavcodec-dev and libavformat-dev. For MP3 support you will need FFmpeg compiled with restricted codecs. On Ubuntu you can install ubuntu-restricted-extras, on Debian you can use FFmpeg from [http://debian-multimedia.org/ Debian Multimedia]. Also note that Ubuntu's FFmpeg is very outdated, you might need to install it from a third-party PPA.

To start Spek, run:

Expand Down

0 comments on commit 928cc35

Please sign in to comment.