mirror of
https://github.com/alexkay/spek.git
synced 2025-04-15 08:10:33 +03:00
Migrate from Gitorious
This commit is contained in:
parent
4cc997087e
commit
d5cd297542
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "wiki"]
|
||||
path = wiki
|
||||
url = https://alexander%40kojevnikov.com@code.google.com/p/spek.wiki
|
4
dist/debian/control
vendored
4
dist/debian/control
vendored
@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 7.0.50~),
|
||||
libpango1.0-dev
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://www.spek-project.org/
|
||||
Vcs-Git: git://gitorious.org/spek/spek.git
|
||||
Vcs-Browser: http://gitorious.org/spek/spek
|
||||
Vcs-Git: https://code.google.com/p/spek
|
||||
Vcs-Browser: http://code.google.com/p/spek/source/browse
|
||||
|
||||
Package: spek
|
||||
Architecture: any
|
||||
|
@ -112,7 +112,7 @@
|
||||
</ul>
|
||||
|
||||
<h2>Contribute</h2>
|
||||
<p>Spek is free and open source software licensed under <a href="http://www.gnu.org/licenses/gpl.html">GNU GPL v3</a>. The project is written in C and <a href="http://live.gnome.org/Vala">Vala</a>, the code is hosted on <a href="http://gitorious.org/spek">Gitorious</a>. Patches can be sent as Gitorious merge requests or attached to a <a href="http://code.google.com/p/spek/issues/entry">new issue</a>.</p>
|
||||
<p>Spek is free and open source software licensed under <a href="http://www.gnu.org/licenses/gpl.html">GNU GPL v3</a>. The project is written in C and <a href="http://live.gnome.org/Vala">Vala</a>, the code is hosted on <a href="http://code.google.com/p/spek/source/browse">Google Code</a>.</p>
|
||||
<p>Report bugs and request new features on the <a href="http://code.google.com/p/spek/issues/list">issue tracker</a>.</p>
|
||||
<p>Translation is done via <a href="http://www.transifex.net/projects/p/spek/resource/spek/">Transifex</a>. Don't hesitate to translate Spek into a new language or to improve existing translations.</p>
|
||||
|
||||
|
1
wiki
Submodule
1
wiki
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ac553ee399f3bbb2f6948fc01a3016b8cbe6aa99
|
@ -1,35 +0,0 @@
|
||||
#labels Featured
|
||||
= Mac OS X installation instructions =
|
||||
|
||||
== Binary package ==
|
||||
|
||||
Spek for Mac OS X is available in the download section. Download and open the DMG package, then drag the Spek icon to Applications.
|
||||
|
||||
Spek requires OS X 10.5 or 10.6 and an Intel-based Mac.
|
||||
|
||||
== Building from the tarball ==
|
||||
|
||||
Spek can be built using packages from [http://www.macports.org/ MacPorts]. After [http://www.macports.org/install.php installing MacPorts] get these dependencies:
|
||||
|
||||
{{{
|
||||
$ sudo port install intltool
|
||||
$ 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:
|
||||
|
||||
{{{
|
||||
$ tar -xjvf spek-0.x.tar.bz2
|
||||
$ cd spek-0.x
|
||||
$ ./configure
|
||||
$ make
|
||||
}}}
|
||||
|
||||
To start Spek, run:
|
||||
|
||||
{{{
|
||||
$ src/spek
|
||||
}}}
|
@ -1 +0,0 @@
|
||||
Spek source code is hosted on [http://gitorious.org/spek Gitorious].
|
@ -1,59 +0,0 @@
|
||||
#labels Featured
|
||||
= Unix installation instructions =
|
||||
|
||||
== Binary packages ==
|
||||
|
||||
Spek is not yet packaged on many distributions, help in this area will be greatly appreciated.
|
||||
|
||||
* *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*: [http://packages.debian.org/search?keywords=spek spek].
|
||||
* *Fedora*: [https://bugzilla.redhat.com/show_bug.cgi?id=597888 bug #597888].
|
||||
* *FreeBSD*: [http://www.freshports.org/audio/spek/ audio/spek].
|
||||
* *Gentoo*: [http://packages.gentoo.org/package/media-sound/spek media-sound/spek].
|
||||
* *Ubuntu*: [https://launchpad.net/~alexk/+archive/spek Official PPA].
|
||||
|
||||
== Ubuntu PPA ==
|
||||
|
||||
To install Spek from the [https://launchpad.net/~alexk/+archive/spek official PPA] on Ubuntu 10.10 (Maverick Meerkat) or Ubuntu 11.04 (Natty Narwhal) run these commands:
|
||||
|
||||
{{{
|
||||
% sudo add-apt-repository ppa:alexk/spek
|
||||
% sudo apt-get update
|
||||
% sudo apt-get install spek
|
||||
}}}
|
||||
|
||||
== Building from the tarball ==
|
||||
|
||||
To build Spek, download the source code tarball then run these commands from terminal:
|
||||
|
||||
{{{
|
||||
% tar -xjvf spek-0.x.tar.bz2
|
||||
% cd spek-0.x
|
||||
% ./configure
|
||||
% make
|
||||
}}}
|
||||
|
||||
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.
|
||||
|
||||
To start Spek, run:
|
||||
|
||||
{{{
|
||||
% src/spek
|
||||
}}}
|
||||
|
||||
Or install it with:
|
||||
|
||||
{{{
|
||||
% sudo make install
|
||||
}}}
|
||||
|
||||
== Building from the git repository ==
|
||||
|
||||
{{{
|
||||
% git clone git://gitorious.org/spek/spek.git
|
||||
% cd spek
|
||||
% ./autogen.sh
|
||||
% make
|
||||
}}}
|
||||
|
||||
In addition to the packages listed above, you will need autotools and the Vala compiler (normally packaged as valac).
|
@ -1,8 +0,0 @@
|
||||
#labels Featured
|
||||
= Windows installation instructions =
|
||||
|
||||
== Binary packages ==
|
||||
|
||||
Download section offers two packages: an MSI installer and a ZIP archive. To install Spek, download the MSI installer, double-click it and follow the instructions.
|
||||
|
||||
If by some reason you don't want to use the installer, you can download the ZIP archive and unpack it somewhere on your disk. Spek executable is located under .\Spek\bin\spek.exe
|
Loading…
x
Reference in New Issue
Block a user