Re: [Cin] megapile 12 (freebsd, ffmpeg 5, dynamic build, opencv trim)

2022-05-06 Thread Phyllis Smith via Cin
Andrew,
I do not understand what WANT_CIN_3RDPARTY is and consequently do not know
whether adding patch:
   0024-Add-android-only-hacked-Dynamic-makefile-libs.patch (along with
0018)
for additional LIBS will affect other people who ae doing their own
builds.  What I am concerned about is in bold letters below for the
addition of the LIBS.   Is there an explanation that I can understand?

>From cinelerra/Makefile:
ifeq ($(WANT_CIN_3RDPARTY),no)
LIBS += -lavcodec -lavdevice -lavfilter -lavformat -lavutil
LIBS += -lswresample -lswscale
PLATFORM = $(shell uname -s)
ifneq (, $(filter $(PLATFORM), FreeBSD NetBSD))
LIBS += -lintl -liconv
LIBS += -lexecinfo










*+LIBS += `pkg-config --libs OpenEXR`+LIBS += `pkg-config --libs flac`+LIBS
+= `pkg-config --libs libjpeg`+LIBS += `pkg-config --libs uuid`+LIBS +=
`pkg-config --libs theora`+LIBS += `pkg-config --libs vorbis`+LIBS +=
`pkg-config --libs tiff`+LIBS += `pkg-config --libs sndfile`+LIBS += -lgif
-l:libtheora.a -l:libvorbis.a -ltiff+LIBS += -landroid-shmem -liconv jpt.a*

LIBS += $(shared_libs)
LIBS += $(system_libs)
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


[Cin] some plugin work from Reinar

2022-05-06 Thread Andrew Randrianasulu via Cin
https://github.com/vanakala/cinelerra-cve/commit/e16dcc1a7e073dfa22548c285b52388215105ebf

https://github.com/vanakala/cinelerra-cve/commit/f27f809b8e277581882a30b85a1739c4ecd36008

https://github.com/vanakala/cinelerra-cve/commit/0c70fa9a27c617d0a549b297ae39a660cdd2eac4

basically gui for *TV series of plugins (dotTV,
holographicTV/agingTV/Burning TV)

might be something to try and port over...
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] megapile 12 (freebsd, ffmpeg 5, dynamic build, opencv trim)

2022-05-06 Thread Andrew Randrianasulu via Cin
On Friday, May 6, 2022, Phyllis Smith  wrote:

> Andrew
>
>> \0/
>>>
>> What does the above symbol mean?
>

hands up/waving as in 'wow, very cool' (found on irc long time ago)


>
>>> thanks, will test on tablet just now
>>>
>>
>> hm, I think dynamic blds need to disable libdpx for now...
>>
> There are more patches to termux  that I have NOT put in from the
> Megapile, so  not sure how well the build will work ?
>

well, it fails if I try to use newly-included dynamic termux build  script
- sort of expacted, just want to point out easy thing in case you will try
it on your tablet before pushing other changes
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] megapile 12 (freebsd, ffmpeg 5, dynamic build, opencv trim)

2022-05-06 Thread Phyllis Smith via Cin
Andrew

> \0/
>>
> What does the above symbol mean?

>
>> thanks, will test on tablet just now
>>
>
> hm, I think dynamic blds need to disable libdpx for now...
>
There are more patches to termux  that I have NOT put in from the Megapile,
so  not sure how well the build will work ?
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] megapile 12 (freebsd, ffmpeg 5, dynamic build, opencv trim)

2022-05-06 Thread Andrew Randrianasulu via Cin
On Friday, May 6, 2022, Andrew Randrianasulu 
wrote:

>
>
> On Friday, May 6, 2022, Phyllis Smith  wrote:
>
>> Checked into GIT from the current Megapile_12, the following:
>>
>> 0020-update-blds-bsd.bld-for-freebsd-13.patch
>> 0021-Attempt-at-adding-freebsd-detect-in-plugins-Makefile.patch
>> 0022-Attempt-at-freebsd-netbsd-detection-in-cinelerra-Mak.patch +
>>+ 0046-Hopefully-fix-or-conditional-in-cinelerra-Makefile.patch
>> 0026-Dynamic-termux-configure.patch +
>>+ but  renamed file to blds/termux_dyn.bld for consistency & will
>> adjust the patches to it myself
>> 0064-Trim-opencv-build-add-std-c-11.patch
>>
>
> \0/
>
> thanks, will test on tablet just now
>

hm, I think dynamic blds need to disable libdpx for now...
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] megapile 12 (freebsd, ffmpeg 5, dynamic build, opencv trim)

2022-05-06 Thread Andrew Randrianasulu via Cin
On Friday, May 6, 2022, Phyllis Smith  wrote:

> Checked into GIT from the current Megapile_12, the following:
>
> 0020-update-blds-bsd.bld-for-freebsd-13.patch
> 0021-Attempt-at-adding-freebsd-detect-in-plugins-Makefile.patch
> 0022-Attempt-at-freebsd-netbsd-detection-in-cinelerra-Mak.patch +
>+ 0046-Hopefully-fix-or-conditional-in-cinelerra-Makefile.patch
> 0026-Dynamic-termux-configure.patch +
>+ but  renamed file to blds/termux_dyn.bld for consistency & will
> adjust the patches to it myself
> 0064-Trim-opencv-build-add-std-c-11.patch
>

\0/

thanks, will test on tablet just now
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] megapile 12 (freebsd, ffmpeg 5, dynamic build, opencv trim)

2022-05-06 Thread Phyllis Smith via Cin
Checked into GIT from the current Megapile_12, the following:

0020-update-blds-bsd.bld-for-freebsd-13.patch
0021-Attempt-at-adding-freebsd-detect-in-plugins-Makefile.patch
0022-Attempt-at-freebsd-netbsd-detection-in-cinelerra-Mak.patch +
   + 0046-Hopefully-fix-or-conditional-in-cinelerra-Makefile.patch
0026-Dynamic-termux-configure.patch +
   + but  renamed file to blds/termux_dyn.bld for consistency & will adjust
the patches to it myself
0064-Trim-opencv-build-add-std-c-11.patch

>
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] OpenCL and DaVinchi Resolve

2022-05-06 Thread Phyllis Smith via Cin
Maybe someday as it would be good to have a connection as outlined in
BT#215.

00:05 karolherbst: some pro video editing tool called davinci resolve
>
The above line is funny !

>
>
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


[Cin] OpenCL and DaVinchi Resolve

2022-05-06 Thread Andrew Randrianasulu via Cin
https://people.freedesktop.org/~cbrill/dri-log/?channel=dri-devel&highlight_names=&date=2022-05-06

===
00:04 karolherbst: jekstrand: I found the first program using
cl_khr_gl_sharing for real :D
00:05 jekstrand: oh?
00:05 karolherbst: some pro video editing tool called davinci resolve
00:05 karolherbst: it doesn't even work with intels compute runtime

===

huh, exactly like I hoped to use this extension in Cinelerra-gg)

Of course because I can't even make substream works in TrueHD encoder I am
hardly qualified anywhere near enough level...
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin