Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update april 2024 #89

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v4.1.0: 16 Sept 2022

* updated Pd source files to Pd-0.53-1
* updated ofxLua, ofxMidi, ofxPd addons
* rebuilt using openFrameworks 0.11.2
* updated abstractions and examples

v4.0.0: 13 Sept 2020

* removed all embedded objects
Expand Down
17 changes: 7 additions & 10 deletions addon_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ meta:
ADDON_URL = http://github.com/cuinjune/ofxOfelia

common:
ADDON_CFLAGS = -DHAVE_UNISTD_H
ADDON_CFLAGS += -DUSEAPI_DUMMY
ADDON_CFLAGS += -DPD
ADDON_CFLAGS += -DLIBPD_EXTRA
ADDON_CFLAGS += -DLIBPD_USE_STD_MUTEX
ADDON_CPPFLAGS += -DTARGET_STANDALONE
ADDON_SOURCES_EXCLUDE += libs/ofxLua/swig/%
ADDON_INCLUDES_EXCLUDE += libs/ofxLua/swig/%
ADDON_CPPFLAGS = -DTARGET_STANDALONE
# required for libpd
ADDON_CFLAGS = -DPD -DUSEAPI_DUMMY -DPD_INTERNAL -DHAVE_UNISTD_H -DHAVE_ALLOCA_H -DLIBPD_EXTRA -DLIBPD_USE_STD_MUTEX
# uncomment this for multiple instance support, ie. for pdMultiExample
ADDON_CFLAGS += -DPDINSTANCE -DPDTHREADS
# this is included directly in pd~.c, don't build twice
ADDON_SOURCES_EXCLUDE += libs/ofxPd/libs/libpd/pure-data/extra/pd~/binarymsg.c

linux64:
ADDON_PKG_CONFIG_LIBRARIES = alsa
Expand Down Expand Up @@ -103,7 +102,6 @@ msys2:
ADDON_INCLUDES_EXCLUDE += libs/ofxMidi/libs/pgmidi/%
ADDON_INCLUDES_EXCLUDE += libs/ofxMidi/src/ios/%
ADDON_CFLAGS += -DLUA_USE_WINDOWS
ADDON_CFLAGS += -DPD_INTERNAL
ADDON_CFLAGS += -DHAVE_STRUCT_TIMESPEC

vs:
Expand All @@ -116,7 +114,6 @@ vs:
ADDON_INCLUDES_EXCLUDE += libs/ofxMidi/libs/pgmidi/%
ADDON_INCLUDES_EXCLUDE += libs/ofxMidi/src/ios/%
ADDON_CFLAGS += -DLUA_USE_WINDOWS
ADDON_CFLAGS += -DPD_INTERNAL
ADDON_CFLAGS += -DHAVE_STRUCT_TIMESPEC

android/armeabi:
Expand Down
57 changes: 0 additions & 57 deletions libs/ofxLua/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions libs/ofxLua/.gitmodules

This file was deleted.

Loading