From ceb960ac499ff8c2e59e693dc25ddd6e5247b662 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 6 Nov 2020 11:12:11 +0000 Subject: Gem 704416407a79bebb9b3b3a4f348f248495e1409a linux/amd64 built 'master:704416407a79bebb9b3b3a4f348f248495e1409a' for linux/amd64 --- Gem/Gem.pd_linux | Bin 37044312 -> 37044312 bytes Gem/decklink-videoplugin.pd | 61 +++++++++++++++++++++ Gem/gem_recordNDI.la | 41 ++++++++++++++ Gem/gem_recordNDI.so | Bin 0 -> 200304 bytes Gem/gem_videoDECKLINK.la | 41 ++++++++++++++ Gem/gem_videoDECKLINK.so | Bin 0 -> 635176 bytes Gem/gem_videoNDI.la | 41 ++++++++++++++ Gem/gem_videoNDI.so | Bin 0 -> 308616 bytes Gem/ndi-videoplugin.pd | 27 +++++++++ .../local/lib/pd/extra/Gem/decklink-videoplugin.pd | 61 --------------------- Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.la | 41 -------------- Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.so | Bin 200304 -> 0 bytes .../local/lib/pd/extra/Gem/gem_videoDECKLINK.la | 41 -------------- .../local/lib/pd/extra/Gem/gem_videoDECKLINK.so | Bin 635184 -> 0 bytes Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.la | 41 -------------- Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.so | Bin 308616 -> 0 bytes Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd | 27 --------- 17 files changed, 211 insertions(+), 211 deletions(-) create mode 100644 Gem/decklink-videoplugin.pd create mode 100755 Gem/gem_recordNDI.la create mode 100755 Gem/gem_recordNDI.so create mode 100755 Gem/gem_videoDECKLINK.la create mode 100755 Gem/gem_videoDECKLINK.so create mode 100755 Gem/gem_videoNDI.la create mode 100755 Gem/gem_videoNDI.so create mode 100644 Gem/ndi-videoplugin.pd delete mode 100644 Gem/usr/local/lib/pd/extra/Gem/decklink-videoplugin.pd delete mode 100755 Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.la delete mode 100755 Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.so delete mode 100755 Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.la delete mode 100755 Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.so delete mode 100755 Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.la delete mode 100755 Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.so delete mode 100644 Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux index 340d4c2..4de8854 100755 Binary files a/Gem/Gem.pd_linux and b/Gem/Gem.pd_linux differ diff --git a/Gem/decklink-videoplugin.pd b/Gem/decklink-videoplugin.pd new file mode 100644 index 0000000..7a030b7 --- /dev/null +++ b/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/gem_recordNDI.la b/Gem/gem_recordNDI.la new file mode 100755 index 0000000..a6a9d7d --- /dev/null +++ b/Gem/gem_recordNDI.la @@ -0,0 +1,41 @@ +# gem_recordNDI.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_recordNDI.so' + +# Names of this library. +library_names='gem_recordNDI.so gem_recordNDI.so gem_recordNDI.so' + +# The name of the static archive. +old_library='' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L/usr/include/pd -L./../.. -lGL -lXrender -lXxf86vm -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for gem_recordNDI. +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/gem_recordNDI.so b/Gem/gem_recordNDI.so new file mode 100755 index 0000000..03cc525 Binary files /dev/null and b/Gem/gem_recordNDI.so differ diff --git a/Gem/gem_videoDECKLINK.la b/Gem/gem_videoDECKLINK.la new file mode 100755 index 0000000..3fe26ef --- /dev/null +++ b/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./../.. -lGL -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/gem_videoDECKLINK.so b/Gem/gem_videoDECKLINK.so new file mode 100755 index 0000000..4c82c95 Binary files /dev/null and b/Gem/gem_videoDECKLINK.so differ diff --git a/Gem/gem_videoNDI.la b/Gem/gem_videoNDI.la new file mode 100755 index 0000000..d3b74a9 --- /dev/null +++ b/Gem/gem_videoNDI.la @@ -0,0 +1,41 @@ +# gem_videoNDI.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_videoNDI.so' + +# Names of this library. +library_names='gem_videoNDI.so gem_videoNDI.so gem_videoNDI.so' + +# The name of the static archive. +old_library='' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L/usr/include/pd -L./../.. -lGL -lXrender -lXxf86vm -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for gem_videoNDI. +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/gem_videoNDI.so b/Gem/gem_videoNDI.so new file mode 100755 index 0000000..c1a64ba Binary files /dev/null and b/Gem/gem_videoNDI.so differ diff --git a/Gem/ndi-videoplugin.pd b/Gem/ndi-videoplugin.pd new file mode 100644 index 0000000..5c024d8 --- /dev/null +++ b/Gem/ndi-videoplugin.pd @@ -0,0 +1,27 @@ +#N canvas 712 350 753 584 10; +#X text 75 101 1- select the backend; +#X text 89 47 videoNDI - receive NDI video streams; +#X msg 261 102 driver ndi; +#X msg 261 162 open MYMACHINE\ (TestStream); +#X msg 261 212 open 127.0.0.1:5961; +#X text 75 211 2b- open an NDI-stream by IP:port, f 24; +#X text 75 161 2a- open an NDI-stream by name, f 24; +#X text 48 303 per default \, you can only open NDI-streams that are +already present in the network.; +#X text 74 431 3- open an NDI-stream by name \, even if it doesn't +exist yet, f 24; +#X text 53 342 if you want to wait for future (not-yet-existing) streams +\, you can do do by setting the "future" property to "1" *immediately* +before you try to 'open' the stream.; +#X text 57 389 Once the NDI-stream appears \, [pix_video] will start +outputting it:; +#X obj 232 253 s \$1-ctl; +#X text 447 151 NDI-stream names contain spaces and parantheses.; +#X text 446 166 You must escape the spaces with backspace.; +#X obj 232 503 s \$1-ctl; +#X msg 260 432 set future 1 \, open MYMACHINE\ (Waiting\ Man); +#X text 89 57 ====================================; +#X connect 2 0 11 0; +#X connect 3 0 11 0; +#X connect 4 0 11 0; +#X connect 15 0 14 0; diff --git a/Gem/usr/local/lib/pd/extra/Gem/decklink-videoplugin.pd b/Gem/usr/local/lib/pd/extra/Gem/decklink-videoplugin.pd deleted file mode 100644 index 7a030b7..0000000 --- a/Gem/usr/local/lib/pd/extra/Gem/decklink-videoplugin.pd +++ /dev/null @@ -1,61 +0,0 @@ -#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 deleted file mode 100755 index a6a9d7d..0000000 --- a/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.la +++ /dev/null @@ -1,41 +0,0 @@ -# gem_recordNDI.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_recordNDI.so' - -# Names of this library. -library_names='gem_recordNDI.so gem_recordNDI.so gem_recordNDI.so' - -# The name of the static archive. -old_library='' - -# Linker flags that cannot go in dependency_libs. -inherited_linker_flags='' - -# Libraries that this one depends upon. -dependency_libs=' -L/usr/include/pd -L./../.. -lGL -lXrender -lXxf86vm -ldl -lz' - -# Names of additional weak libraries provided by this library -weak_library_names='' - -# Version information for gem_recordNDI. -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_recordNDI.so b/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.so deleted file mode 100755 index 03cc525..0000000 Binary files a/Gem/usr/local/lib/pd/extra/Gem/gem_recordNDI.so and /dev/null 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 deleted file mode 100755 index 3fe26ef..0000000 --- a/Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.la +++ /dev/null @@ -1,41 +0,0 @@ -# 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./../.. -lGL -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 deleted file mode 100755 index e0ce0d4..0000000 Binary files a/Gem/usr/local/lib/pd/extra/Gem/gem_videoDECKLINK.so and /dev/null 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 deleted file mode 100755 index d3b74a9..0000000 --- a/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.la +++ /dev/null @@ -1,41 +0,0 @@ -# gem_videoNDI.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_videoNDI.so' - -# Names of this library. -library_names='gem_videoNDI.so gem_videoNDI.so gem_videoNDI.so' - -# The name of the static archive. -old_library='' - -# Linker flags that cannot go in dependency_libs. -inherited_linker_flags='' - -# Libraries that this one depends upon. -dependency_libs=' -L/usr/include/pd -L./../.. -lGL -lXrender -lXxf86vm -ldl -lz' - -# Names of additional weak libraries provided by this library -weak_library_names='' - -# Version information for gem_videoNDI. -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_videoNDI.so b/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.so deleted file mode 100755 index c1a64ba..0000000 Binary files a/Gem/usr/local/lib/pd/extra/Gem/gem_videoNDI.so and /dev/null differ diff --git a/Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd b/Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd deleted file mode 100644 index 5c024d8..0000000 --- a/Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd +++ /dev/null @@ -1,27 +0,0 @@ -#N canvas 712 350 753 584 10; -#X text 75 101 1- select the backend; -#X text 89 47 videoNDI - receive NDI video streams; -#X msg 261 102 driver ndi; -#X msg 261 162 open MYMACHINE\ (TestStream); -#X msg 261 212 open 127.0.0.1:5961; -#X text 75 211 2b- open an NDI-stream by IP:port, f 24; -#X text 75 161 2a- open an NDI-stream by name, f 24; -#X text 48 303 per default \, you can only open NDI-streams that are -already present in the network.; -#X text 74 431 3- open an NDI-stream by name \, even if it doesn't -exist yet, f 24; -#X text 53 342 if you want to wait for future (not-yet-existing) streams -\, you can do do by setting the "future" property to "1" *immediately* -before you try to 'open' the stream.; -#X text 57 389 Once the NDI-stream appears \, [pix_video] will start -outputting it:; -#X obj 232 253 s \$1-ctl; -#X text 447 151 NDI-stream names contain spaces and parantheses.; -#X text 446 166 You must escape the spaces with backspace.; -#X obj 232 503 s \$1-ctl; -#X msg 260 432 set future 1 \, open MYMACHINE\ (Waiting\ Man); -#X text 89 57 ====================================; -#X connect 2 0 11 0; -#X connect 3 0 11 0; -#X connect 4 0 11 0; -#X connect 15 0 14 0; -- cgit v1.2.1