Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sam Thursfield
flatpak-net.purrdata.PurrData
Commits
c0b9e80e
Commit
c0b9e80e
authored
Sep 17, 2020
by
Sam Thursfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to latest 2.14.0 release of PD
parent
b5d6db30
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
38 deletions
+41
-38
net.purrdata.PurrData.metainfo.xml
net.purrdata.PurrData.metainfo.xml
+1
-0
net.purrdata.PurrData.yml
net.purrdata.PurrData.yml
+8
-8
patch/gnu-make-parallel.patch
patch/gnu-make-parallel.patch
+32
-30
No files found.
net.purrdata.PurrData.metainfo.xml
View file @
c0b9e80e
...
...
@@ -53,6 +53,7 @@
<url
type=
"bugtracker"
>
https://git.purrdata.net/jwilkes/purr-data/issues
</url>
<content_rating
type=
"oars-1.1"
/>
<releases>
<release
version=
"2.14.0"
date=
"2020-09-12"
/>
<release
version=
"2.13.0"
date=
"2020-08-01"
/>
<release
version=
"2.12.0"
date=
"2020-07-17"
/>
<release
version=
"2.11.0"
date=
"2020-05-31"
/>
...
...
net.purrdata.PurrData.yml
View file @
c0b9e80e
...
...
@@ -44,8 +44,8 @@ modules:
sources
:
-
type
:
git
url
:
https://github.com/agraef/purr-data/
tag
:
2.1
3
.0
commit
:
b55306a87afdb659d05bf2b89ab18fd3a815ca76
tag
:
2.1
4
.0
commit
:
db34c008dcee8d776aaba119154d2ab56d8aac28
-
type
:
patch
path
:
patch/gnu-make-parallel.patch
-
type
:
patch
...
...
@@ -89,8 +89,8 @@ modules:
sources
:
-
type
:
git
url
:
https://github.com/agraef/purr-data/
tag
:
2.1
3
.0
commit
:
b55306a87afdb659d05bf2b89ab18fd3a815ca76
tag
:
2.1
4
.0
commit
:
db34c008dcee8d776aaba119154d2ab56d8aac28
-
name
:
pd-abstractions
buildsystem
:
simple
...
...
@@ -100,8 +100,8 @@ modules:
sources
:
-
type
:
git
url
:
https://github.com/agraef/purr-data/
tag
:
2.1
3
.0
commit
:
b55306a87afdb659d05bf2b89ab18fd3a815ca76
tag
:
2.1
4
.0
commit
:
db34c008dcee8d776aaba119154d2ab56d8aac28
-
name
:
purr-data-integration
buildsystem
:
simple
...
...
@@ -132,8 +132,8 @@ modules:
sources
:
-
type
:
git
url
:
https://github.com/agraef/purr-data/
tag
:
2.1
3
.0
commit
:
b55306a87afdb659d05bf2b89ab18fd3a815ca76
tag
:
2.1
4
.0
commit
:
db34c008dcee8d776aaba119154d2ab56d8aac28
-
type
:
file
# Using an binary x86_64 build of nw.js makes me sad. There are ARM packages
# available from the nw.js website. For other platforms, it's difficult but
...
...
patch/gnu-make-parallel.patch
View file @
c0b9e80e
commit d
6d1ab75860f4dac457b98a024b24615f0e996c9
commit d
a0a5981514c1b47e631c8070cb12e67b87f2820
Author: Sam Thursfield <sam@afuera.me.uk>
Date: Wed Dec 4 23:39:45 2019 +0100
...
...
@@ -19,10 +19,10 @@ Date: Wed Dec 4 23:39:45 2019 +0100
`make`.
diff --git a/externals/Makefile b/externals/Makefile
index
64361086..2b6d036f
100644
index
d9d40b22..bdb67504
100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -312,
89
+312,
89
@@
aka.wiiremote_clean:
@@ -312,
50
+312,
50
@@
aka.wiiremote_clean:
#------------------------------------------------------------------------------#
# APPLE
apple:
...
...
@@ -84,6 +84,8 @@ index 64361086..2b6d036f 100644
+ +$(MAKE) -C $(externals_src)/bassemu~ clean
#------------------------------------------------------------------------------#
@@ -376,40 +376,40 @@
bendinfix_clean:
#------------------------------------------------------------------------------#
# BOIDS
boids:
...
...
@@ -133,7 +135,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
@@ -4
36
,13 +4
36
,13 @@
creb_clean:
@@ -4
51
,13 +4
51
,13 @@
creb_clean:
#------------------------------------------------------------------------------#
# CXC
cxc:
...
...
@@ -150,7 +152,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
@@ -4
51
,16 +4
51
,16 @@
cxc_clean:
@@ -4
66
,16 +4
66
,16 @@
cxc_clean:
# AG: this external provides no sane way to pass custom CFLAGS, so we abuse
# WARN_CFLAGS for that purpose.
cyclone:
...
...
@@ -170,7 +172,7 @@ index 64361086..2b6d036f 100644
clean
#------------------------------------------------------------------------------#
@@ -47
2
,50 +47
2
,50 @@
ifneq ($(OS_NAME),darwin)
@@ -4
8
7,50 +4
8
7,50 @@
ifneq ($(OS_NAME),darwin)
./configure --with-python=python2 && make
endif
endif
...
...
@@ -232,7 +234,7 @@ index 64361086..2b6d036f 100644
fftease_install:
#make -C $(externals_src)/$(FFTEASE_NAME) DESTDIR="$(DESTDIR)" \
@@ -5
37
,7 +5
37
,7 @@
fftease_install:
@@ -5
52
,7 +5
52
,7 @@
fftease_install:
$(DESTDIR)$(objectsdir)/$(FFTEASE_NAME)
fftease_clean:
...
...
@@ -241,7 +243,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
# FLATGUI
@@ -5
4
6,16 +5
4
6,16 @@
fftease_clean:
@@ -56
1
,16 +56
1
,16 @@
fftease_clean:
# external directory for compatibility
#
flatgui:
...
...
@@ -261,7 +263,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
# FLEXT and FLEXT externals
@@ -6
3
4,26 +6
3
4,26 @@
flib_clean:
@@ -64
9
,26 +64
9
,26 @@
flib_clean:
# FLUID~
fluid:
...
...
@@ -294,7 +296,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------
@@ -6
77
,7 +6
77
,7 @@
$(gem_src)/Gem.dll: $(gem_src)/configure
@@ -6
92
,7 +6
92
,7 @@
$(gem_src)/Gem.dll: $(gem_src)/configure
--prefix=$(prefix) \
--libdir=$(objectsdir) \
--with-pd=$(DESTDIR)
...
...
@@ -303,7 +305,7 @@ index 64361086..2b6d036f 100644
$(gem_src)/Gem.pd_linux: $(gem_src)/configure
test -s $(gem_src)/Gem.pd_linux || \
@@ -
687
,7 +
687
,7 @@
$(gem_src)/Gem.pd_linux: $(gem_src)/configure
@@ -
702
,7 +
702
,7 @@
$(gem_src)/Gem.pd_linux: $(gem_src)/configure
--with-video=plugins \
--with-film=plugins \
--with-pd=$(pd_src)
...
...
@@ -312,7 +314,7 @@ index 64361086..2b6d036f 100644
$(gem_src)/Gem.pd_darwin: $(gem_src)/configure
cd $(gem_src) && ./configure \
@@ -7
0
1,16 +7
0
1,16 @@
$(gem_src)/Gem.pd_darwin: $(gem_src)/configure
@@ -71
6
,16 +71
6
,16 @@
$(gem_src)/Gem.pd_darwin: $(gem_src)/configure
--with-video=plugins \
--with-film=plugins \
--with-pd=$(pd_src)
...
...
@@ -332,7 +334,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
@@ -7
54
,27 +7
54
,27 @@
gem2pdp_clean:
@@ -7
69
,27 +7
69
,27 @@
gem2pdp_clean:
#------------------------------------------------------------------------------#
# GGEE
ggee:
...
...
@@ -366,7 +368,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
@@ -11
39
,13 +11
39
,13 @@
jasch_lib_clean:
@@ -11
54
,13 +11
54
,13 @@
jasch_lib_clean:
#------------------------------------------------------------------------------#
# LOADERS-LIBDIR
loaders-libdir:
...
...
@@ -383,7 +385,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
# LYON
@@ -11
55
,7 +11
55
,7 @@
LYON_SRC=lyonpotpourri
@@ -11
70
,7 +11
70
,7 @@
LYON_SRC=lyonpotpourri
LYON_DEST=lyonpotpourri
lyonpotpourri:
...
...
@@ -392,7 +394,7 @@ index 64361086..2b6d036f 100644
lyonpotpourri_install:
#make -C $(externals_src)/$(LYON_SRC) DESTDIR="$(DESTDIR)" \
@@ -1
191
,52 +1
191
,52 @@
endif
@@ -1
206
,52 +1
206
,52 @@
endif
$(DESTDIR)$(objectsdir)/$(LYON_DEST)
lyonpotpourri_clean:
...
...
@@ -458,7 +460,7 @@ index 64361086..2b6d036f 100644
@@ -13
00
,26 +13
00
,26 @@
moocow_clean:
@@ -13
15
,26 +13
15
,26 @@
moocow_clean:
#------------------------------------------------------------------------------#
# MOONLIB
moonlib:
...
...
@@ -491,7 +493,7 @@ index 64361086..2b6d036f 100644
@@ -14
02
,25 +14
02
,25 @@
oscx_clean:
@@ -14
18
,25 +14
18
,25 @@
oscx_clean:
#------------------------------------------------------------------------------#
# PAN
pan:
...
...
@@ -523,8 +525,8 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
@@ -14
30
,25 +14
30
,25 @@
LUA_CFLAGS = $(shell (pkg-config --cflags lua5.
3
|| pkg-config --cflags lua5.
2
|
LUA_LIBS = $(shell (pkg-config --libs lua5.3 || pkg-config --libs lua5.2 || pkg-config --libs lua) 2> /dev/null)
@@ -14
46
,25 +14
46
,25 @@
LUA_CFLAGS = $(shell (pkg-config --cflags lua5.
4
|| pkg-config --cflags lua5.
3
|
LUA_LIBS = $(shell (pkg-config --libs
lua5.4 || pkg-config --libs
lua5.3 || pkg-config --libs lua5.2 || pkg-config --libs lua) 2> /dev/null)
pdlua:
- make -C $(externals_src)/pd-lua LUA_CFLAGS="$(LUA_CFLAGS)" LUA_LIBS="$(LUA_LIBS)" PD_PATH="$(pd_src)" PD_LIB="$(pd_src)/src" CFLAGS="$(CFLAGS)"
...
...
@@ -555,7 +557,7 @@ index 64361086..2b6d036f 100644
@@ -15
08
,7 +15
08
,7 @@
pdp_clean:
@@ -15
24
,7 +15
24
,7 @@
pdp_clean:
PDP_OPENGL_NAME=3dp
PDP_OPENGL_BINARY := $(externals_src)/pdp/opengl/pdp_opengl.$(EXTENSION)
$(PDP_OPENGL_BINARY): $(externals_src)/pdp/Makefile.config
...
...
@@ -564,7 +566,7 @@ index 64361086..2b6d036f 100644
pdp_opengl: $(PDP_OPENGL_BINARY)
echo $(PDP_OPENGL_BINARY)
@@ -15
42
,7 +15
42
,7 @@
ifeq ($(OS_NAME),darwin)
@@ -15
58
,7 +15
58
,7 @@
ifeq ($(OS_NAME),darwin)
endif
pdp_opengl_clean:
...
...
@@ -573,7 +575,7 @@ index 64361086..2b6d036f 100644
-rm -f -- $(PDP_OPENGL_BINARY)
-rm -f -- $(externals_src)/pdp_opengl/*.bak
-rm -f -- $(externals_src)/pdp_opengl/*.*~
@@ -16
02
,25 +16
02
,25 @@
pidip_clean:
@@ -16
18
,25 +16
18
,25 @@
pidip_clean:
#------------------------------------------------------------------------------#
# PLUGIN
plugin:
...
...
@@ -605,7 +607,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
@@ -16
67
,7 +16
67
,7 @@
rjlib_clean:
@@ -16
83
,7 +16
83
,7 @@
rjlib_clean:
rtcmix:
cd $(externals_src)/rtcmix-in-pd/RTcmix-pd-4.0.1.6 \
&& ./configure && make
...
...
@@ -614,7 +616,7 @@ index 64361086..2b6d036f 100644
PD_PATH=$(pd_src) \
CFLAGS="$(CFLAGS)" \
LINUXINCLUDE=-I$(pd_src)/src
@@ -1
684
,32 +1
684
,32 @@
rtcmix_install:
@@ -1
700
,32 +1
700
,32 @@
rtcmix_install:
$(DESTDIR)/$(objectsdir)/rtcmix
rtcmix_clean:
...
...
@@ -655,7 +657,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
@@ -17
32
,7 +17
32
,7 @@
tclpd_install: tclpd
@@ -17
48
,7 +17
48
,7 @@
tclpd_install: tclpd
# $(DESTDIR)$(examplesdir)/$(TCLPD_NAME)
tclpd_clean:
...
...
@@ -664,7 +666,7 @@ index 64361086..2b6d036f 100644
-rm -f -- $(TCLPD_LIB)
-rm -f -- $(externals_src)/tclpd/*.bak
-rm -f -- $(externals_src)/tclpd/*.*~
@@ -17
41
,14 +17
41
,14 @@
tclpd_clean:
@@ -17
57
,14 +17
57
,14 @@
tclpd_clean:
#------------------------------------------------------------------------------#
# TKWIDGETS
tkwidgets:
...
...
@@ -682,7 +684,7 @@ index 64361086..2b6d036f 100644
#------------------------------------------------------------------------------#
# TOF
@@ -18
07
,51 +18
07
,51 @@
toxy_clean:
@@ -18
23
,51 +18
23
,51 @@
toxy_clean:
#------------------------------------------------------------------------------#
# UNAUTHORIZED
unauthorized:
...
...
@@ -746,7 +748,7 @@ index 64361086..2b6d036f 100644
@@ -23
34
,13 +23
34
,13 @@
iemxmlrpc_clean:
@@ -23
50
,13 +23
50
,13 @@
iemxmlrpc_clean:
#------------------------------------------------------------------------------#
# EARPLUG
earplug:
...
...
@@ -763,7 +765,7 @@ index 64361086..2b6d036f 100644
@@ -236
0
,7 +236
0
,7 @@
etags:
@@ -23
7
6,7 +23
7
6,7 @@
etags:
etags --append --language=none --regex="/proc[ \t]+\([^ \t]+\)/\1/" \
$(externals_src)/unauthorized/*/*.tk
find /usr/include -type f -name \*.h -exec etags -a '{}' \;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment