Skip to content

Commit

Permalink
update surge rack
Browse files Browse the repository at this point in the history
  • Loading branch information
ycollet committed Jan 26, 2024
1 parent 2bbb08c commit 917c05c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rack/rack-v2/SurgeRack_plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "SurgeRack",
"name": "Surge for Rack",
"version": "2.1.7.1",
"version": "2.1.7.2",
"license": "GPL-3.0-or-later",
"author": "Surge Synth Team",
"authorEmail": "",
Expand Down
12 changes: 6 additions & 6 deletions rack/rack-v2/rack-v2-library-SurgeRack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

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

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

Name: rack-v2-SurgeRack
Version: 2.1.7.1
Release: 1%{?dist}
Version: 2.1.7.2
Release: 2%{?dist}
Summary: SurgeRack plugin for Rack
License: GPL-2.0-or-later
URL: https://github.com/surge-synthesizer/surge-rack/
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: surge-rack.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 SurgeRack_plugin/dist/SurgeRack/* %{buildroot}%{_libexecdir}/Rack2/plugins
%{_libexecdir}/*

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

0 comments on commit 917c05c

Please sign in to comment.