commit 7d61f0293354d02e0bad018b6101d239f0d7c6dc
parent 499b1defeb43112aa250011536b8fd65da07688f
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Mon, 28 Feb 2011 21:21:17 +0800
wiki: Sync with project hosting
Diffstat:
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/wiki/OsxInstall.wiki b/wiki/OsxInstall.wiki
@@ -13,8 +13,10 @@ Spek can be built using packages from [http://www.macports.org/ MacPorts]. After
{{{
$ sudo port install intltool
-$ sudo port install gtk2 +quartz +no_x11
-$ sudo port install ffmpeg-devel
+$ sudo port install pango +no_x11 +quartz
+$ sudo port install gtk2 +no_x11 +quartz
+$ sudo port install ffmpeg +no_x11 +no_nonfree
+$ sudo port install ige-mac-integration
}}}
Then download the source code tarball and run these commands from terminal:
diff --git a/wiki/UnixInstall.wiki b/wiki/UnixInstall.wiki
@@ -8,8 +8,20 @@ Spek is not yet packaged on many distributions, help in this area will be greatl
* *Arch Linux*: Use one of the packages in the AUR: [http://aur.archlinux.org/packages.php?ID=38001 spek] and [http://aur.archlinux.org/packages.php?ID=37252 spek-git].
* *Debian*: RFP (request for packaging): [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584524 bug #584524].
* *Fedora*: [http://dl.dropbox.com/u/6598054/spek-0.4-5.fc13.x86_64.rpm v0.4 x86_64], [http://dl.dropbox.com/u/6598054/spek-0.4-5.fc13.i686.rpm v0.4 i686] and [http://dl.dropbox.com/u/6598054/spek-0.4-5.fc13.src.rpm v0.4 source] (RPMs by scorp6). There's also a review request needing a sponsor: [https://bugzilla.redhat.com/show_bug.cgi?id=597888 bug #597888].
- * *FreeBSD*: [http://www.freebsd.org/cgi/query-pr.cgi?pr=150381 ports/150381]
- * *Ubuntu*: [http://dl.dropbox.com/u/124437/spek_0.4-1_amd64.deb v0.4 amd64] (DEB by mcnellis), [http://dl.dropbox.com/u/1099005/spek_0.4-1_i386.deb v0.4 i386] (DEB by !KoxxBoxx) and [http://sharebee.com/f3899f48 v0.5 i386] (DEB by loskutov0).
+ * *FreeBSD*: [http://www.freshports.org/audio/spek/ audio/spek].
+ * *Gentoo*: [http://packages.gentoo.org/package/media-sound/spek media-sound/spek].
+ * *Ubuntu*: [http://dl.dropbox.com/u/124437/spek_0.4-1_amd64.deb v0.4 amd64] (DEB by mcnellis), [http://dl.dropbox.com/u/1099005/spek_0.4-1_i386.deb v0.4 i386] (DEB by !KoxxBoxx), [http://sharebee.com/f3899f48 v0.5 i386] (DEB by loskutov0) and [http://rapidshare.com/files/418217245/spek.deb.zip v0.6 i386] (DEB by san).
+
+== Ubuntu PPA ==
+
+[https://launchpad.net/~san-plusnet San] created [https://launchpad.net/~san-plusnet/+archive/spek-test1/+packages a PPA] for Ubuntu 10.04 users. It depends on [https://launchpad.net/~siretart/+archive/ppa Reinhard's PPA] for FFmpeg libraries, you will need to add both of them:
+
+{{{
+% sudo add-apt-repository ppa:siretart/ppa
+% sudo add-apt-repository ppa:san-plusnet/spek-test1
+% sudo apt-get update
+% sudo apt-get install spek
+}}}
== Building from the tarball ==
@@ -24,7 +36,7 @@ To build Spek, download the source code tarball then run these commands from ter
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]. On Fedora you need ffmpeg-devel from rpmfusion-free-updates.
-Also note that Ubuntu's FFmpeg is very outdated, you might need to install it from a third-party [https://launchpad.net/ubuntu/+ppas?name_filter=ffmpeg PPA] or [http://ubuntuforums.org/showthread.php?t=786095 from svn].
+Also note that Ubuntu 10.04 and before has a very outdated FFmpeg version, you might need to install it from a third-party [https://launchpad.net/ubuntu/+ppas?name_filter=ffmpeg PPA] or [http://ubuntuforums.org/showthread.php?t=786095 from svn].
To start Spek, run: