spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 113fe9a7a48e1d48f2a033a5e0a6b49eb44ca613
parent 437dc2fe5b6adce984678e5d6f9d0d01a4569695
Author: Wyatt J. Brown <sushidudeteam@gmail.com>
Date:   Wed,  2 Mar 2016 21:17:49 -0500

Various small fixes

* Correct build documentation.
* Update broken links
* Use HTTPS where possible.

Closes #90

Diffstat:
MINSTALL.md | 12++++++------
MREADME.md | 2+-
Mdist/osx/README.md | 2+-
Mdist/win/README.md | 2+-
Mweb/index.html | 12++++++------
5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md @@ -20,12 +20,12 @@ Spek requires OS X 10.5+ and an Intel-based Mac. ### Binary packages - * Arch: [spek](http://aur.archlinux.org/packages.php?ID=38001) and - [spek-git](http://aur.archlinux.org/packages.php?ID=37252) - * Debian: [spek](http://packages.debian.org/search?keywords=spek) + * Arch: [spek](https://aur.archlinux.org/packages/spek/) and + [spek-git](https://aur.archlinux.org/packages/spek-git/) + * Debian: [spek](https://packages.debian.org/search?keywords=spek) * Fedora: [RPMFusion package](https://bugzilla.rpmfusion.org/show_bug.cgi?id=1718) - * FreeBSD: [audio/spek](http://www.freshports.org/audio/spek/) - * Gentoo: [media-sound/spek](http://packages.gentoo.org/package/media-sound/spek) + * FreeBSD: [audio/spek](https://www.freshports.org/audio/spek/) + * Gentoo: [media-sound/spek](https://packages.gentoo.org/packages/media-sound/spek) * Ubuntu: [spek](http://packages.ubuntu.com/search?keywords=spek) ### Building from the tarball @@ -54,5 +54,5 @@ Or install it with: git clone git://github.com/alexkay/spek.git cd spek - /autogen.sh + ./autogen.sh make diff --git a/README.md b/README.md @@ -13,7 +13,7 @@ Find out more about Spek on its website: <http://spek.cc/> Spek 0.8.2 is part of beta 0.x releases, leading up to a stable 1.0 release (hopefully) later this year. The roadmap is available on -[GitHub](https://github.com/alexkay/spek/issues/milestones). +[GitHub](https://github.com/alexkay/spek/milestones). New features since 0.7: diff --git a/dist/osx/README.md b/dist/osx/README.md @@ -1,6 +1,6 @@ # Building the OS X bundle -Using [MacPorts](http://www.macports.org/) install build dependencies: +Using [MacPorts](https://www.macports.org/) install build dependencies: port install autoconf automake gcc48 git-core intltool upx yasm diff --git a/dist/win/README.md b/dist/win/README.md @@ -17,5 +17,5 @@ Build Spek, adjusting `bundle.sh` variables as necessary: ./dist/win/bundle.sh For the second step, you will need a Windows box with -[WiX](http://wix.sourceforge.net/) installed. Copy over the entire `dist/win` +[WiX](http://wixtoolset.org/) installed. Copy over the entire `dist/win` directory and run `bundle.bat`. diff --git a/web/index.html b/web/index.html @@ -1,6 +1,6 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="https://www.w3.org/1999/xhtml/" xml:lang="en" lang="en"> <head> <title>Spek &ndash; Free Acoustic Spectrum Analyzer / Spectrogram Viewer</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> @@ -32,12 +32,12 @@ </head> <body> <h1>Spek &ndash; Acoustic Spectrum Analyser<img src="spek.png" width="160" height="96" alt="Spek logo" style="float:right;"/></h1> - <p>Spek (<a href="http://en.wikipedia.org/wiki/International_Phonetic_Alphabet">IPA</a>: /sp&#603;k/, &lsquo;bacon&rsquo; in Dutch) helps to analyse your audio files by showing their <a href="http://en.wikipedia.org/wiki/Spectrogram">spectrogram</a>. Spek is free software available for Unix, Windows and Mac OS X.</p> + <p>Spek (<a href="https://en.wikipedia.org/wiki/International_Phonetic_Alphabet">IPA</a>: /sp&#603;k/, &lsquo;bacon&rsquo; in Dutch) helps to analyse your audio files by showing their <a href="https://en.wikipedia.org/wiki/Spectrogram">spectrogram</a>. Spek is free software available for Unix, Windows and Mac OS X.</p> <div class="share"> <div class="github"> -<iframe src="http://ghbtns.com/github-btn.html?user=alexkay&repo=spek&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="105" height="20"></iframe> -<iframe src="http://ghbtns.com/github-btn.html?user=alexkay&repo=spek&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe> +<iframe src="https://ghbtns.com/github-btn.html?user=alexkay&repo=spek&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="105" height="20"></iframe> +<iframe src="https://ghbtns.com/github-btn.html?user=alexkay&repo=spek&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe> </div> <div class="facebook"> <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fspekproject&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> @@ -62,7 +62,7 @@ <h2>Features</h2> <ul> - <li>Supports all popular lossy and lossless audio file formats thanks to the <a href="http://www.ffmpeg.org/">FFmpeg</a> libraries.</li> + <li>Supports all popular lossy and lossless audio file formats thanks to the <a href="https://www.ffmpeg.org/">FFmpeg</a> libraries.</li> <li>Ultra-fast signal processing, uses multiple threads to further speed up the analysis.</li> <li>Shows the codec name and the audio signal parameters.</li> <li>Allows to save the spectrogram as an image file.</li> @@ -139,7 +139,7 @@ <h2>Contribute</h2> <p>Spek is free and open source software licensed under GPLv3. The project is written in C++, the code is available on <a href="https://github.com/alexkay/spek">GitHub</a>.</p> <p>Report bugs and request new features on the <a href="https://github.com/alexkay/spek/issues">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> + <p>Translation is done via <a href="https://www.transifex.com/spek/spek/">Transifex</a>. Don't hesitate to translate Spek into a new language or to improve existing translations.</p> <h2>Mailing lists</h2> <p>