aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2020-09-22 12:10:21 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2020-09-22 12:10:21 +0000
commit91eb5c7415db8956131da05eb6695e05dbc2d8d3 (patch)
tree05a46717e9ec9503efc6373bc6e5af037374097d
parent2b4db67d828843189484eb146ce093c26cae258b (diff)
Gem 978000b870884f241e9884d4b0c9be5c337a1205 linux/amd64
built 'master:978000b870884f241e9884d4b0c9be5c337a1205' for linux/amd64
-rwxr-xr-xGem/Gem.pd_linuxbin37044312 -> 37044312 bytes
-rw-r--r--Gem/usr/local/lib/pd/extra/Gem/decklink-videoplugin.pd61
-rwxr-xr-xGem/usr/local/lib/pd/extra/Gem/gem_recordNDI.la2
-rwxr-xr-xGem/usr/local/lib/pd/extra/Gem/gem_recordNDI.sobin162984 -> 200304 bytes
-rwxr-xr-xGem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.la41
-rwxr-xr-xGem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.sobin0 -> 635184 bytes
-rwxr-xr-xGem/usr/local/lib/pd/extra/Gem/gem_videoNDI.la2
-rwxr-xr-xGem/usr/local/lib/pd/extra/Gem/gem_videoNDI.sobin235544 -> 308616 bytes
8 files changed, 104 insertions, 2 deletions
diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux
index 238a9f5..9474a3b 100755
--- a/Gem/Gem.pd_linux
+++ b/Gem/Gem.pd_linux
Binary files differ
diff --git a/Gem/usr/local/lib/pd/extra/Gem/decklink-videoplugin.pd b/Gem/usr/local/lib/pd/extra/Gem/decklink-videoplugin.pd
new file mode 100644
index 0000000..7a030b7
--- /dev/null
+++ b/Gem/usr/local/lib/pd/extra/Gem/decklink-videoplugin.pd
@@ -0,0 +1,61 @@
+#N canvas 61 128 636 521 10;
+#X text 89 47 DeckLink video backend;
+#X text 89 59 ======================;
+#X text 61 94 this allows you to use capture cards manufactured by
+Blackmagic \, using their proprietary API.;
+#X text 120 195 SDI;
+#X text 120 210 HDMI;
+#X text 120 225 OpticalSDI;
+#X text 120 240 Component;
+#X text 120 255 SVideo;
+#X text 89 176 connection;
+#X text 95 286 format;
+#X text 120 300 ntsc;
+#X text 120 315 nt23;
+#X text 120 330 pal;
+#X text 120 345 ntsp;
+#X text 120 360 palp;
+#X text 180 300 Hp25;
+#X text 180 315 Hp29;
+#X text 180 330 Hp30;
+#X text 180 345 Hi50;
+#X text 180 360 Hi59;
+#X text 180 375 Hi60;
+#X text 180 390 Hp50;
+#X text 180 405 Hp59;
+#X text 180 420 Hp60;
+#X text 180 435 hp50;
+#X text 180 450 hp59;
+#X text 180 465 hp60;
+#X text 330 300 2k23;
+#X text 330 315 2k24;
+#X text 330 330 2k25;
+#X text 330 345 2d23;
+#X text 330 360 2d24;
+#X text 330 375 2d25;
+#X text 390 300 4k23;
+#X text 390 315 4k24;
+#X text 390 330 4k25;
+#X text 390 345 4k29;
+#X text 390 360 4k30;
+#X text 390 375 4k50;
+#X text 390 390 4k59;
+#X text 390 405 4k60;
+#X text 390 420 4d23;
+#X text 390 435 4d24;
+#X text 390 450 4d25;
+#X text 390 465 iunk;
+#X text 63 151 known parameters-values:;
+#X text 120 375 23fps;
+#X text 120 390 24fps;
+#X text 240 300 1080p23.98;
+#X text 240 315 1080p24;
+#X text 240 330 1080p25;
+#X text 240 345 1080p29.97;
+#X text 240 360 1080p30;
+#X text 240 375 1080i50;
+#X text 240 390 1080i59.94;
+#X text 240 405 1080i60;
+#X text 240 420 720p50;
+#X text 240 435 720p59.94;
+#X text 240 450 720p60;
diff --git a/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.la b/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.la
index cc80231..0a8a766 100755
--- a/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.la
+++ b/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=''
# Libraries that this one depends upon.
-dependency_libs=' -L/usr/include/pd -L./../..'
+dependency_libs=' -L/usr/include/pd -L./../.. -lXrender -lXxf86vm -ldl -lz'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.so b/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.so
index 9a51d4a..03cc525 100755
--- a/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.so
+++ b/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.so
Binary files differ
diff --git a/Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.la b/Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.la
new file mode 100755
index 0000000..6dfb40f
--- /dev/null
+++ b/Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.la
@@ -0,0 +1,41 @@
+# gem_videoDECKLINK.la - a libtool library file
+# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-0.1
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='gem_videoDECKLINK.so'
+
+# Names of this library.
+library_names='gem_videoDECKLINK.so gem_videoDECKLINK.so gem_videoDECKLINK.so'
+
+# The name of the static archive.
+old_library=''
+
+# Linker flags that cannot go in dependency_libs.
+inherited_linker_flags=' -pthread'
+
+# Libraries that this one depends upon.
+dependency_libs=' -L/usr/include/pd -L./../.. -lXrender -lXxf86vm -ldl -lz'
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for gem_videoDECKLINK.
+current=0
+age=0
+revision=0
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=yes
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/usr/local/lib/pd/extra/Gem'
diff --git a/Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.so b/Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.so
new file mode 100755
index 0000000..e0ce0d4
--- /dev/null
+++ b/Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.so
Binary files differ
diff --git a/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.la b/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.la
index 5090acb..c87d374 100755
--- a/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.la
+++ b/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=''
# Libraries that this one depends upon.
-dependency_libs=' -L/usr/include/pd -L./../..'
+dependency_libs=' -L/usr/include/pd -L./../.. -lXrender -lXxf86vm -ldl -lz'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.so b/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.so
index 47f8a27..c1a64ba 100755
--- a/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.so
+++ b/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.so
Binary files differ