Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ycollet committed Feb 4, 2024
1 parent 46f41a8 commit a2f72f8
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 48 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
| basic-pitch | https://github.com/spotify/basic-pitch |
| nam-juce | https://github.com/Tr3m/nam-juce |
| neural-amp-modeler-lv2 | https://github.com/mikeoliphant/neural-amp-modeler-lv2 |
| OpenKontroller | https://git.open-music-kontrollers.ch/~hp/ |

Check the following URL: https://github.com/forart/HyMPS

Expand Down
9 changes: 2 additions & 7 deletions openkontroller/eteroj.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,17 @@
# Type: Plugin, LV2
# Category: Tool, Audio

# Global variables for github repository
%global commit0 5c048f5c06ddef052bf1ffd2c151e5ff5248fca2
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Name: eteroj.lv2
Version: 0.10.0
Release: 3%{?dist}
Summary: OSC injection/ejection from/to UDP/TCP/Serial for LV2
URL: https://github.com/OpenMusicKontrollers/eteroj.lv2
URL: https://git.open-music-kontrollers.ch/~hp/eteroj.lv2
License: GPL-2.0-or-later

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/OpenMusicKontrollers/eteroj.lv2/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Source0: https://git.open-music-kontrollers.ch/~hp/eteroj.lv2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: lv2-devel
Expand Down
4 changes: 2 additions & 2 deletions openkontroller/mephisto.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Name: lv2-mephisto
Version: 0.18.2
Release: 1%{?dist}
Summary: A JACK patchbay in flow matrix style
URL: https://github.com/OpenMusicKontrollers/mephisto.lv2
URL: https://git.open-music-kontrollers.ch/~hp/mephisto.lv2
License: GPL-2.0-or-later

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/OpenMusicKontrollers/mephisto.lv2/archive/refs/tags/%{version}.tar.gz#/mephisto.lv2-%{version}.tar.gz
Source0: https://git.open-music-kontrollers.ch/~hp/mephisto.lv2/archive/%{version}.tar.gz#/mephisto.lv2-%{version}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: meson
Expand Down
9 changes: 2 additions & 7 deletions openkontroller/midi_matrix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,17 @@
# Type: Plugin, LV2
# Category: MIDI, Plugin

# Global variables for github repository
%global commit0 ab1209eded5184aab28726d627efc66dfbdba37f
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Name: midi_matrix.lv2
Version: 0.30.0
Release: 4%{?dist}
Summary: A LV2 Plugin Bundle
License: GPL-2.0-or-later
URL: https://github.com/OpenMusicKontrollers/midi_matrix.lv2
URL: https://git.open-music-kontrollers.ch/~hp/midi_matrix.lv2

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/OpenMusicKontrollers/midi_matrix.lv2/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Source0: https://git.open-music-kontrollers.ch/~hp/midi_matrix.lv2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: lv2-devel
Expand Down
9 changes: 2 additions & 7 deletions openkontroller/moony.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,17 @@
# Type: Plugin, LV2
# Category: MIDI, Plugin, Programming

# Global variables for github repository
%global commit0 4dff4d6e48e2b95a188755facddbe373932ae8b1
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Name: moony.lv2
Version: 0.40.0
Release: 2%{?dist}
Summary: Realtime Lua as programmable glue in LV2
URL: https://github.com/OpenMusicKontrollers/moony.lv2
URL: https://git.open-music-kontrollers.ch/~hp/moony.lv2
License: GPL-2.0-or-later

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/OpenMusicKontrollers/moony.lv2/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Source0: https://git.open-music-kontrollers.ch/~hp/moony.lv2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: lv2-devel
Expand Down
6 changes: 3 additions & 3 deletions openkontroller/orbit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
# Category: Audio, Sequencer

# Global variables for github repository
%global commit0 5517c496a7a540a5cf170af3c957e1bb9a0247b2
%global commit0 725d67898f01cbf903d7ba1494fe5f2532c03055
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Name: orbit.lv2
Version: 0.1.0
Release: 4%{?dist}
Summary: LV2 Event Looper
URL: https://github.com/OpenMusicKontrollers/orbit.lv2
URL: https://git.open-music-kontrollers.ch/~hp/orbit.lv2
License: GPL-2.0-or-later

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/OpenMusicKontrollers/orbit.lv2/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Source0: https://git.open-music-kontrollers.ch/~hp/orbit.lv2/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: lv2-devel
Expand Down
9 changes: 2 additions & 7 deletions openkontroller/patchmatrix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,17 @@
# Type: Standalone
# Category: Session Mngmt, Tool

# Global variables for github repository
%global commit0 eaa81041f81195d2020d1190fa6b1d0fc7da6505
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Name: patchmatrix
Version: 0.26.0
Release: 3%{?dist}
Summary: A JACK patchbay in flow matrix style
URL: https://github.com/OpenMusicKontrollers/patchmatrix
URL: https://git.open-music-kontrollers.ch/~hp/patchmatrix
License: GPL-2.0-or-later

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/OpenMusicKontrollers/patchmatrix/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Source0: https://git.open-music-kontrollers.ch/~hp/patchmatrix/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: pkgconfig(jack)
Expand Down
9 changes: 2 additions & 7 deletions openkontroller/sherlock.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,17 @@
# Type: Plugin, LV2
# Category: Tool, Plugin

# Global variables for github repository
%global commit0 6a00bcc5276936d04a97ea5e5228eadf3c595979
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Name: sherlock.lv2
Version: 0.28.0
Release: 3%{?dist}
Summary: An investigative LV2 plugin bundle
URL: https://github.com/OpenMusicKontrollers/sherlock.lv2
URL: https://git.open-music-kontrollers.ch/~hp/sherlock.lv2
License: GPL-2.0-or-later

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/OpenMusicKontrollers/sherlock.lv2/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Source0: https://git.open-music-kontrollers.ch/~hp/sherlock.lv2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: lv2-devel
Expand Down
8 changes: 4 additions & 4 deletions openkontroller/synthpod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
# Category: Tool, Plugin

# Global variables for github repository
%global commit0 cb301d2b037cae7afe82559b0c5184e55da759d7
%global commit0 c91544db474c552b3cf27a87ddc1d60fbeb171f4
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Name: synthpod
Version: 0.1.2
Release: 4%{?dist}
Summary: Lightweight Nonlinear LV2 Plugin Container
URL: https://github.com/OpenMusicKontrollers/synthpod
URL: https://git.open-music-kontrollers.ch/~hp/synthpod
License: GPL-2.0-or-later

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/OpenMusicKontrollers/synthpod/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Source0: https://git.open-music-kontrollers.ch/~hp/synthpod/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz

BuildRequires: gcc gcc-c++ sed
BuildRequires: gcc gcc-c++
BuildRequires: lv2-devel
BuildRequires: lilv-devel
BuildRequires: sratom-devel
Expand Down
7 changes: 4 additions & 3 deletions openkontroller/tracker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ Name: tracker.lv2
Version: 0.1.1
Release: 1%{?dist}
Summary: A simple tracker for LV2 events
URL: https://git.open-music-kontrollers.ch/lv2/tracker.lv2
URL: https://git.open-music-kontrollers.ch/~hp/tracker.lv2
License: GPL-2.0-or-later

Vendor: Audinux
Distribution: Audinux

# current commit: e411749572737236d24f7e27f8e6245de8a79891
# git clone --recursive https://git.open-music-kontrollers.ch/lv2/tracker.lv2
# current commit: a20e9434ea61f8aacbb302aea2d011f57e9705f6
# git clone --recursive https://git.open-music-kontrollers.ch/~hp/tracker.lv2
# cd tracker.lv2
# git checkout a20e9434ea61f8aacbb302aea2d011f57e9705f6
# find . -name .git -exec rm -rf {} \;
# cd ..
# tar cvfz tracker.lv2.tar.gz tracker.lv2/*
Expand Down
11 changes: 10 additions & 1 deletion scripts/repo_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,16 @@ https://github.com/Wasted-Audio/wstd-flangr
https://github.com/Wasted-Audio/wstd-3q
https://github.com/greyboxaudio/SG-323
https://github.com/sjoerdvankreel/firefly-synth
https://github.com/jean-emmanuel/seq192"
https://github.com/jean-emmanuel/seq192
https://git.open-music-kontrollers.ch/~hp/eteroj.lv2
https://git.open-music-kontrollers.ch/~hp/mephisto.lv2
https://git.open-music-kontrollers.ch/~hp/orbit.lv2
https://git.open-music-kontrollers.ch/~hp/patchmatrix
https://git.open-music-kontrollers.ch/~hp/sherlock.lv2
https://git.open-music-kontrollers.ch/~hp/tracker.lv2
https://git.open-music-kontrollers.ch/~hp/midi_matrix.lv2
https://git.open-music-kontrollers.ch/~hp/moony.lv2
https://git.open-music-kontrollers.ch/~hp/synthpod"

# Missing repositories:
# https://github.com/giogramegna/mantra-master
Expand Down

0 comments on commit a2f72f8

Please sign in to comment.