docs: github.com -> git.klemek.fr
This commit is contained in:
@@ -4,7 +4,7 @@ pkgrel=1
|
||||
pkgdesc="Fusion Of Real Time Generative Effects"
|
||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
|
||||
depends=('glfw>=1:3', 'v4l-utils>=1.32', 'alsa-lib>=1.2', 'libglvnd>=1.7')
|
||||
url="https://github.com/klemek/forge-steel"
|
||||
url="https://git.klemek.fr/klemek/forge-steel"
|
||||
source=("${pkgname}-steel-${pkgver}.tar.gz::https://git.klemek.fr/klemek/forge-steel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('fd1c794db083cb8fe5058a7139f42f5ab762e6fd66a733a0832d6d05ff9ae688')
|
||||
srcdir=build
|
||||
|
||||
@@ -119,7 +119,7 @@ Here's a quick rundown of the process:
|
||||
|
||||
### From release
|
||||
|
||||
See [Releases](https://github.com/klemek/forge-steel/releases)
|
||||
See [Releases](https://git.klemek.fr/klemek/forge-steel/releases)
|
||||
|
||||
```shell
|
||||
tar xvzf forge-steel-x.y.z.tar.gz
|
||||
@@ -132,7 +132,7 @@ make install
|
||||
### From repository (PKGBUILD)
|
||||
|
||||
```shell
|
||||
git clone --recursive https://github.com/klemek/forge-steel
|
||||
git clone --recursive https://git.klemek.fr/klemek/forge-steel
|
||||
cd forge
|
||||
makepkg -si
|
||||
```
|
||||
@@ -141,7 +141,7 @@ makepkg -si
|
||||
### From repository (dev version)
|
||||
|
||||
```shell
|
||||
git clone --recursive https://github.com/klemek/forge-steel
|
||||
git clone --recursive https://git.klemek.fr/klemek/forge-steel
|
||||
cd forge
|
||||
aclocal
|
||||
autoconf
|
||||
@@ -457,11 +457,11 @@ FORGE (steel) describe the linux version.
|
||||
|
||||
Verify you have the correct [requirements](#requirements) installed.
|
||||
|
||||
Then if you continue to have problems, you can [open an issue](https://github.com/klemek/forge-steel/issues).
|
||||
Then if you continue to have problems, you can [open an issue](https://git.klemek.fr/klemek/forge-steel/issues).
|
||||
|
||||
### I didn't understand everything about your tutorial
|
||||
|
||||
Please [open an issue](https://github.com/klemek/forge-steel/issues) describing what your having trouble with,
|
||||
Please [open an issue](https://git.klemek.fr/klemek/forge-steel/issues) describing what your having trouble with,
|
||||
I'll try to answer and update the README.
|
||||
|
||||
### My nanoKontrol2 is acting strange
|
||||
@@ -472,7 +472,7 @@ Use the [KORG KONTROL Editor](https://www.korg.com/us/support/download/software/
|
||||
|
||||
### How do I report a bug?
|
||||
|
||||
You're free to open a new issue in the [Issues page](https://github.com/klemek/forge-steel/issues).
|
||||
You're free to open a new issue in the [Issues page](https://git.klemek.fr/klemek/forge-steel/issues).
|
||||
|
||||
Don't forget to add all information available to your bug (version, operating system, etc.).
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# (shaders, video devices, textures, midi inputs, etc.)
|
||||
# Every number based constant will be "one-based" (1,2,3,etc.)
|
||||
# To read more, go to
|
||||
# https://github.com/klemek/forge-steel
|
||||
# https://git.klemek.fr/klemek/forge-steel
|
||||
|
||||
|
||||
# ================
|
||||
@@ -24,7 +24,7 @@
|
||||
UNIFORM_TIME=iTime
|
||||
# Current tempo
|
||||
UNIFORM_TEMPO=iTempo
|
||||
# Current total beats
|
||||
# Current total beats
|
||||
UNIFORM_BEATS=iBeats
|
||||
|
||||
# --- uniform int ---
|
||||
@@ -330,4 +330,4 @@ HOTKEY_SAVE_6=1054
|
||||
HOTKEY_SAVE_7=1055
|
||||
HOTKEY_SAVE_8=1056
|
||||
HOTKEY_SAVE_9=1057
|
||||
HOTKEY_SAVE_10=1048
|
||||
HOTKEY_SAVE_10=1048
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# (shaders, video devices, textures, midi inputs, etc.)
|
||||
# Every number based constant will be "one-based" (1,2,3,etc.)
|
||||
# To read more, go to
|
||||
# https://github.com/klemek/forge-steel
|
||||
# https://git.klemek.fr/klemek/forge-steel
|
||||
|
||||
|
||||
# ================
|
||||
@@ -24,7 +24,7 @@
|
||||
UNIFORM_TIME=iTime
|
||||
# Current tempo
|
||||
UNIFORM_TEMPO=iTempo
|
||||
# Current total beats
|
||||
# Current total beats
|
||||
UNIFORM_BEATS=iBeats
|
||||
|
||||
# --- uniform int ---
|
||||
|
||||
Reference in New Issue
Block a user