Skip to content

Commit

Permalink
update some rack plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ycollet committed Jan 13, 2024
1 parent ca5fd51 commit 450eebf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 11 deletions.
13 changes: 12 additions & 1 deletion rack/rack-v2/OrangeLine_plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "OrangeLine",
"name": "OrangeLine",
"version": "2.4.2",
"version": "2.4.3",
"license": "GPL-3.0-only",
"brand": "",
"author": "Dieter Stubler",
Expand Down Expand Up @@ -96,6 +96,17 @@
"Random",
"Polyphonic"
]
},
{
"slug": "Morpheus",
"name": "Morpheus",
"description": "Morphing of given or random sequences with turing machine functionality and 16 Internal Memory Slots.",
"tags": [
"Utility",
"Sequencer",
"Random",
"Polyphonic"
]
}
]
}
2 changes: 1 addition & 1 deletion rack/rack-v2/monome_plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "monome",
"name": "monome",
"version": "2.2.3",
"version": "2.2.5",
"minRackVersion": "2.4.0",
"license": "GPL-2.0-only",
"author": "Michael Dewberry",
Expand Down
12 changes: 6 additions & 6 deletions rack/rack-v2/rack-v2-library-OrangeLine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

# Global variables for github repository
%global commit0 674fff56aff4ef7677cac4d851006368bc06fbda
%global gittag0 2.4.2
%global gittag0 2.4.3
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

# Disable production of debug package.
%global debug_package %{nil}

Name: rack-v2-OrangeLine
Version: 2.4.2
Release: 1%{?dist}
Version: 2.4.3
Release: 2%{?dist}
Summary: OrangeLine plugin for Rack
License: GPL-2.0-or-later
URL: https://github.com/Stubs42/OrangeLine
Expand All @@ -24,7 +24,7 @@ Vendor: Audinux
Distribution: Audinux

# ./rack-source.sh <tag>
# ./rack-source.sh v2.0.3
# ./rack-source.sh v2.1.3

Source0: Rack.tar.gz
Source1: https://github.com/Stubs42/OrangeLine/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Expand Down Expand Up @@ -90,7 +90,7 @@ NEW_FLAGS="-I/usr/include/GLFW"
NEW_FLAGS="$NEW_FLAGS -I/usr/include/rtaudio"
%endif

echo "CXXFLAGS += $NEW_FLAGS `pkg-config --cflags gtk+-x11-3.0` -I$CURRENT_PATH/include -I$CURRENT_PATH/dep/include -I$CURRENT_PATH/dep/nanovg/src -I$CURRENT_PATH/dep/nanovg/example -I/usr/include/rtmidi -I$CURRENT_PATH/dep/nanosvg/src -I$CURRENT_PATH/dep/oui-blendish -I$CURRENT_PATH/dep/osdialog -I$CURRENT_PATH/dep/pffft -I$CURRENT_PATH/dep/include -I$CURRENT_PATH/dep/fuzzysearchdatabase/src" >> compile.mk
echo "CXXFLAGS += $NEW_FLAGS -O2 -fPIC -funsafe-math-optimizations -fno-omit-frame-pointer -mtune=generic `pkg-config --cflags gtk+-x11-3.0` -I$CURRENT_PATH/include -I$CURRENT_PATH/dep/include -I$CURRENT_PATH/dep/nanovg/src -I$CURRENT_PATH/dep/nanovg/example -I/usr/include/rtmidi -I$CURRENT_PATH/dep/tinyexpr -I$CURRENT_PATH/dep/nanosvg/src -I$CURRENT_PATH/dep/oui-blendish -I$CURRENT_PATH/dep/osdialog -I$CURRENT_PATH/dep/pffft -I$CURRENT_PATH/dep/include -I$CURRENT_PATH/dep/fuzzysearchdatabase/src" >> compile.mk

%if %{use_static_glfw}
echo "Use Static GLFW"
Expand Down Expand Up @@ -152,5 +152,5 @@ cp -r OrangeLine_plugin/dist/OrangeLine/* %{buildroot}%{_libexecdir}/Rack2/plugi
%{_libexecdir}/*

%changelog
* Tue Nov 30 2021 Yann Collette <ycollette.nospam@free.fr> - 2.4.2-1
* Tue Nov 30 2021 Yann Collette <ycollette.nospam@free.fr> - 2.4.3-1
- initial specfile
7 changes: 4 additions & 3 deletions rack/rack-v2/rack-v2-library-monome.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

# Global variables for github repository
%global commit0 2147c80d246de8161c7f945d36ce9beb3bd16083
%global gittag0 2.2.3
%global gittag0 2.2.5
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

# Disable production of debug package.
%global debug_package %{nil}

Name: rack-v2-monome
Version: 2.2.3
Version: 2.2.5
Release: 2%{?dist}
Summary: monome plugin for Rack
License: GPL-2.0-or-later
Expand Down Expand Up @@ -148,6 +148,7 @@ sed -i -e "s/all: firmware-build/all:/g" monome_plugin/Makefile
%build

cd monome_plugin/firmware
%make_build -f ansible.mk TARGET_NAME=../../monome_plugin/firmware/ansible/ RACK_DIR=../..
%make_build -f earthsea.mk TARGET_NAME=../../monome_plugin/firmware/earthsea/ RACK_DIR=../..
%make_build -f meadowphysics.mk TARGET_NAME=../../monome_plugin/firmware/meadowphysics/ RACK_DIR=../..
%make_build -f teletype.mk TARGET_NAME=../../monome_plugin/firmware/teletype4/ RACK_DIR=../..
Expand All @@ -167,5 +168,5 @@ cp -r monome_plugin/dist/monome/* %{buildroot}%{_libexecdir}/Rack2/plugins/monom
%{_libexecdir}/*

%changelog
* Tue Nov 30 2021 Yann Collette <ycollette.nospam@free.fr> - 2.2.3-1
* Tue Nov 30 2021 Yann Collette <ycollette.nospam@free.fr> - 2.2.5-1
- initial specfile

0 comments on commit 450eebf

Please sign in to comment.