From: Good Guy Date: Fri, 5 Feb 2021 19:59:32 +0000 (-0700) Subject: update openjpeg from Andrew + minor Help from RafaMar X-Git-Tag: 2021-03~7 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=d3595620ff3ea010393aeb12fbecdd66ba74a2fe update openjpeg from Andrew + minor Help from RafaMar --- diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index d529a801..ceddac2a 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -281,7 +281,7 @@ PKG_3RD([opus],[auto], [ include ]) PKG_3RD([openjpeg],[auto], - [openjpeg-2.3.1], + [openjpeg-2.4.0], [ bin/libopenjp2.a ], [ src/lib/openjp2 ]) diff --git a/cinelerra-5.1/doc/help_br_index.html b/cinelerra-5.1/doc/help_br_index.html index ef1816c0..5177c54d 100644 --- a/cinelerra-5.1/doc/help_br_index.html +++ b/cinelerra-5.1/doc/help_br_index.html @@ -6,7 +6,6 @@ var B_Lang = window.navigator.language||navigator.browserLanguage; var userLang = B_Lang.slice(0,2); var ref = 'help_br_en.pdf'; switch(userLang){ -//Only uncomment when the file exists with this language, check that the name is correct. case 'fr': ref = 'help_br_fr.pdf'; break; //French case 'de': ref = 'help_br_de.pdf'; break; //German case 'ru': ref = 'help_br_ru.pdf'; break; //Russian @@ -15,7 +14,16 @@ switch(userLang){ case 'nb': ref = 'help_br_nb.pdf'; break; //Norwegian 1 case 'no': ref = 'help_br_no.pdf'; break; //Norwegian 2 case 'nl': ref = 'help_br_nl.pdf'; break; //Netherlander - case 'pt': ref = 'help_br_pt.pdf'; break; //Portuguese + case 'pt': ref = 'help_br_pt.pdf'; break; //Portuguese +// case 'el': ref = 'help_br_el.pdf'; break; //Greek +// case 'eu': ref = 'help_br_eu.pdf'; break; //Basque +// case 'hi': ref = 'help_br_hi.pdf'; break; //Hindi +// case 'ja': ref = 'help_br_ja.pdf'; break; //Japanese +// case 'ko': ref = 'help_br_ko.pdf'; break; //Korean +// case 'sl': ref = 'help_br_sl.pdf'; break; //Slovenian +// case 'uk': ref = 'help_br_uk.pdf'; break; //Ukrainian +// case 'vi': ref = 'help_br_vi.pdf'; break; //Vietnamese +// case 'zh': ref = 'help_br_zh.pdf'; break; //Chinese } window.location.href = ref; @@ -63,6 +71,15 @@ p {

Portuguese

Spanish

Russian

+//

Greek

+//

Basque

+//

Hindi

+//

Japanese

+//

Korean

+//

Slovenian

+//

Ukrainian

+//

Vietnamese

+//

Chinese

diff --git a/cinelerra-5.1/thirdparty/downloads.txt b/cinelerra-5.1/thirdparty/downloads.txt index 45102d69..a5b92352 100644 --- a/cinelerra-5.1/thirdparty/downloads.txt +++ b/cinelerra-5.1/thirdparty/downloads.txt @@ -13,7 +13,7 @@ https://sourceforge.net/projects/libavc1394/files/latest/download?source=directo https://sourceforge.net/projects/libdv/files/latest/download?source=directory = 0.104 https://sourceforge.net/projects/giflib/files/latest/download = 5.2.1 https://sourceforge.net/projects/flac/files/latest/download?source=directory = 1.3.2 -https://github.com/uclouvain/openjpeg/ = Releases=sourcefiles openjpeg-2.3.1.tar.gz +https://github.com/uclouvain/openjpeg/ = Releases=sourcefiles openjpeg-2.4.0.tar.gz https://sourceforge.net/projects/libjpeg-turbo/ = Code (GitHub)=sourcefiles/2.0.5/libjpeg-turbo-2.0.5.tar.gz http://www.fftw.org/fftw-3.3.8.tar.gz http://festvox.org/packed/festival/2.4/festival-2.4-release.tar.gz diff --git a/cinelerra-5.1/thirdparty/src/openjpeg-2.4.0.tar.xz b/cinelerra-5.1/thirdparty/src/openjpeg-2.4.0.tar.xz new file mode 100644 index 00000000..2e9627dd Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/openjpeg-2.4.0.tar.xz differ