Commit graph

54 commits

Author SHA1 Message Date
manongjohn 57e0a5364b Remove 3rd party crashrpt 2023-07-11 22:33:44 -04:00
shun-iwasawa 594093c66c OpenEXR I/O 2023-02-25 20:59:01 -05:00
manongjohn 9713d2faf5 StopMotion - libgphoto2 integration 2022-12-20 00:19:55 -05:00
manongjohn bad746b016 Add missing tiff declarations 2022-08-27 09:23:07 -04:00
John Dancel 3ad62c174d Fix macos build scripts for tiff 4.2.0 2022-08-27 02:55:11 -04:00
manongjohn 80d35a365e Ignore and remove 2 tiff header files 2022-08-27 00:48:32 -04:00
manongjohn d3de78f007 Fix permissions on tiff-4.2.0 configure script 2022-08-26 09:15:37 -04:00
manongjohn 3200010e1d Fix tiff-4.2.0 build scripts 2022-08-26 09:11:14 -04:00
manongjohn 7317b1a174 Update 3rd party library binaries for MSVC 2019 and update to libtiff 4.2.0 w/ customizations 2022-08-26 07:56:49 -04:00
shun-iwasawa 2ccd2133d1 remove undistributable file from thirdparty/openblas 2022-04-10 23:45:17 -04:00
shun-iwasawa 286db52495 remove LibJpeg and add jpeg-turbo in thirdparty 2021-08-31 11:10:50 -04:00
manongjohn 3659d3b773 Setup Windows Github Action Builds 2021-04-17 21:45:55 -04:00
manongjohn f13e587ded Add CrashRpr 2021-02-11 06:41:40 -05:00
Jeremy Bullock a599d98bca
Remove all things Quicktime (#393) 2020-11-04 12:19:59 -07:00
Jeremy Bullock 91d7988acb
Remove libusb (#268) 2020-11-04 11:54:56 -07:00
Jeremy Bullock 4d411c3ce6
Change glut to freeglut on Windows (#267) 2020-11-04 11:49:17 -07:00
Jeremy Bullock ba75e4d7da
Mac build (#93)
* mac_build

* Mac find ffmpeg

* Fix travis and appveyor?

* fix linux

Co-authored-by: turtletooth <turtletooth@turtletooths-iMac.local>
2020-07-22 23:23:55 -06:00
Jeremy Bullock 8263b90285 last? appveyor 2020-04-14 21:48:14 -06:00
Jeremy Bullock a0ae71e57d Appveyor? 2020-04-14 14:57:27 -06:00
shun-iwasawa 590082b826 add liecense files, make opencv version flexible (#2954) 2019-12-23 15:05:03 -07:00
Jeremy Bullock f159071bf7 Canon DSLR and Stop Motion Support (#2635)
* Stop Motion Features

Please note that this feature won't appear in the nightly build until some related changes are completed.
2019-12-23 20:24:44 +09:00
manongjohn df2bb23d9e libmypaint DLL update (update provided by @blackwarthog) 2019-09-12 19:26:16 -04:00
shun_iwasawa 8f89c2522a COPYING.LIB -> COPYING_LIB 2017-08-04 14:54:03 +09:00
Ivan Mahonin bf1d82af08 MyPaint brushes for OpenToonz raster levels (#1124)
close #417
2017-08-04 12:31:50 +09:00
Ivan Mahonin 429ee8c8e4 Allow to cross compile for Windows with Linux/Mingw (part 3 of 3, cmake) (#1150)
* #mingw #cmake: rules for native and cross compilation

* #mingw #cmake: fix CMakeLists.txt for using with MinGW under Windows

* #mingw #cmake: fix typo (BUILD_ENV_WIN -> BUILD_ENV_MSVC)
2017-05-26 15:00:05 +09:00
shun_iwasawa a35b8f8c48 bokeh fx iwa 2017-03-24 15:14:07 +09:00
Ram Kromberg 4dff960ef0 libtiff/Makefile.am: add tif_getimage_64.c 2016-09-24 11:41:59 +03:00
shun-iwasawa d2d7da8fa8 fix libpng for msvc2015_x86 (#831) 2016-09-23 19:54:22 +09:00
shun-iwasawa 3ae939fa35 modify tif_config for msvc (#796) 2016-09-08 18:17:04 +09:00
Shinya Kitaoka fd19c4eedf Support Visual Studio 2015 (#544)
* Small changes, for some reason VS 2015 can't link cprintf and they added a second function std::map::count and bind couldn't resolve the function. Substituted with a lambda-expression.

* Created all 64bit version of the 3rd party libs.

* Cleanup popup opens CleanupSettings instead of CleanupSettingsPane. Not finished, panel is wrong now (also uses CleanupSettings).

* Tried to get Twain working, failed.

* When there are more then 3 peg holes create additional holes.

* When a hole touches the boundary it should still be considered a hole.

* Do not compare dot size against fixed size. Will not work in some scan resolutions. Used the same value (PERCENT * max dot size) as later in the code in compare_dots.

* When there are more than three peg holes the code looked for the best fit and used that. The problem was, that the middle hole was used as center for auto center. For three peg holes that is correct, but does not work for more than three. Now the best fit is calculated and from there the offset of the middle of the three best fit holes is calculated and applied.

* One of the last changes broke VS2015 compatibility, it chocked on a missing include.

* fix for msvs2013

* revert autopos.cpp

* apply clang-format

* use GIT-LFS
2016-07-04 17:50:30 +09:00
Keisuke Ogaki 1a50d4d9ff fix bug: lzodriver should be bundled 2016-04-19 22:51:34 +09:00
Shinya Kitaoka 02faf221f5 Merge pull request #135 from kogaki/fix/osx_build
fix OSX build
2016-04-13 14:34:48 +09:00
Shinya Kitaoka 818c53f8aa Merge pull request #95 from kusano/fix-lzocompress
Fix crash of lzocompres and lzodecompress
2016-04-13 14:10:51 +09:00
Hideki Yamane 2dcddaf334 remove unnecessary backup files
It should be removed before upload... :)
2016-04-08 00:02:11 +09:00
Keisuke Ogaki 9cb85ebe60 fix OSX build 2016-04-04 19:34:40 +09:00
kusano ca9c32c273 Unformat thirdparty/tiff-4.0.3/libtiff/tif_getimage_64.c
to compare with original tif_getimage.c.
2016-03-30 15:11:52 +09:00
kusano d191aadc04 Fix crash of lzocompres and lzodecompress
Without stdlib.h malloc is assumed to return int, which is not compatible with void * in x64.
2016-03-29 06:55:29 +09:00
Toshihiro Shimizu 3e294ae601 Merge pull request #29 from opentoonz/add-how-to-build-win
Windows用のビルド手順を追加
2016-03-25 19:41:34 +09:00
roentgen f09e094840 Merge pull request #30 from opentoonz/fix-lzodriver
we always have thirdparty/lzo/driver. osx build never uses thirdpary/…
2016-03-25 18:55:07 +09:00
roentgen 3047bb2598 we always have thirdparty/lzo/driver. osx build never uses thirdpary/lzo/lzo-2.09 (was removed) 2016-03-25 18:42:18 +09:00
kusano f6307e91c6 Add How to Build for Windows 2016-03-25 17:31:49 +09:00
kusano 8977366225 Remove zlib 1.2.7 2016-03-24 19:57:01 +09:00
kusano c27e7d159c Remove thirdparty/LibTIFF
thirdparty/LibTIFF/tiff-4.0.3 is merged to thirdparty/tiff-4.0.3
2016-03-24 04:01:07 +09:00
kusano e379a65c1d Add or update precompiled libraries 2016-03-24 03:56:38 +09:00
kusano 06ce65f0de Update Visual Studio Project for LibJPEG and zlib 2016-03-24 03:55:08 +09:00
kusano d990b80c05 Update Visual Studio Projcts in libpng for 2013 2016-03-24 03:49:56 +09:00
kusano c9e434fd9f Add Visual Studio Project to libTIFF 2016-03-24 03:44:53 +09:00
kusano 2b45e8c56a Add OpenBLAS 2016-03-24 02:47:04 +09:00
kusano fc6ab3ba33 Add zlib-1.2.8 2016-03-24 01:38:19 +09:00
kusano 7d535a97dc Add 3rd party libraries 2016-03-24 01:31:57 +09:00