aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vapoursynth
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/vapoursynth: update to R47.2Jan Beich2019-08-152-4/+4
| | | | | | | | Changes: https://github.com/vapoursynth/vapoursynth/compare/R47.1...R47.2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=509047
* multimedia/vapoursynth: update to R47.1Jan Beich2019-08-072-5/+4
| | | | | | | | | Changes: https://github.com/vapoursynth/vapoursynth/compare/R46...R47.1 Changes: http://www.vapoursynth.com/2019/08/r47-fixing-small-issues/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=508311
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* multimedia/vapoursynth: update to R46Jan Beich2019-06-283-17/+5
| | | | | | | | Changes: https://github.com/vapoursynth/vapoursynth/compare/R45.1...R46 Reported by: GitHub (watch releases), Repology, portscout Notes: svn path=/head/; revision=505282
* multimedia/vapoursynth: unbreak after r503610Jan Beich2019-06-082-1/+12
| | | | | | | | | | | | | | | | src/core/vsresize.cpp:88:20: error: use of undeclared identifier 'ZIMG_CPU_X86_AVX512_SKL'; did you mean 'ZIMG_CPU_X86_AVX512_SKX'? { "avx512skl", ZIMG_CPU_X86_AVX512_SKL }, ^~~~~~~~~~~~~~~~~~~~~~~ ZIMG_CPU_X86_AVX512_SKX /usr/local/include/zimg.h:171:2: note: 'ZIMG_CPU_X86_AVX512_SKX' declared here ZIMG_CPU_X86_AVX512_SKX = 1011 /**< AVX-512 {F,CD,VL,BW,DQ} (e.g. Skylake-X/SP). */ ^ Reported by: pkg-fallout Obtained from: upstream Notes: svn path=/head/; revision=503701
* graphics/tesseract: Update to 4.0.0Tobias C. Berner2019-03-271-1/+1
| | | | | | | | | | | | | | Changelog: https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes#tesseract-release-notes-oct-29-2018---v400 - due to an issue with the build system the man pages are missing -- this will be corrected at a later stage. - bump revisions of dependencies due to shlib-version change. PR: 234285 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=496977
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update ImageMagick7 to 7.0.8.14 [1]Koop Mast2018-11-111-1/+1
| | | | | | | | | | | | | * Add option for ISO/IEC 23008-12:2017 HEIF suport [1] * Add option for RAW support (from IM6). * Convert a number of options to optionhelpers (sync from IM6). * Add comment to the patch-config_policy.xml file why it still needed. PR: 230788 (based on) [1] Submitted by: Sebastian Steinmetz <freebsd-2018@sebastiansteinmetz.ch> Notes: svn path=/head/; revision=484699
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-0/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* multimedia/vapoursynth: update to R45.1Jan Beich2018-10-272-4/+4
| | | | | | | | Changes: https://github.com/vapoursynth/vapoursynth/compare/R45...R45.1 Reported by: portscout Notes: svn path=/head/; revision=483178
* multimedia/vapoursynth: update to R45Jan Beich2018-10-212-5/+4
| | | | | | | | | Changes: http://www.vapoursynth.com/2018/10/r45-python-3-7-support-for-windows-users/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R45/ChangeLog Reported by: portscout Notes: svn path=/head/; revision=482672
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* multimedia/vapoursynth: update to R44Jan Beich2018-07-153-11/+10
| | | | | | | | Changes: http://www.vapoursynth.com/2018/07/r44-speeding-up-slightly/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R44/ChangeLog Notes: svn path=/head/; revision=474710
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-0/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* multimedia/vapoursynth: update to R43Jan Beich2018-02-012-4/+4
| | | | | | | | Changes: http://www.vapoursynth.com/2018/01/r43-cleaning-up-the-remaining-mess-from-r41/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R43/ChangeLog Notes: svn path=/head/; revision=460607
* multimedia/vapoursynth: update to R42.1Jan Beich2018-01-162-4/+4
| | | | | | | | Changes: http://www.vapoursynth.com/2018/01/r42-less-regressions/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R42.1/ChangeLog Notes: svn path=/head/; revision=459166
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* multimedia/vapoursynth: update to R41Jan Beich2018-01-102-5/+4
| | | | | | | | Changes: http://www.vapoursynth.com/2018/01/r41-less-leaking/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R41/ChangeLog Notes: svn path=/head/; revision=458640
* Chase ImageMagick7 shlib bump.Koop Mast2017-12-261-1/+1
| | | | Notes: svn path=/head/; revision=457290
* multimedia/vapoursynth: re-enable DOCS after r455210Jan Beich2017-12-031-7/+1
| | | | Notes: svn path=/head/; revision=455428
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* multimedia/vapoursynth: update to R40Jan Beich2017-11-112-5/+4
| | | | | | | | Changes: http://www.vapoursynth.com/2017/11/r40-avisynth-compatibility-and-fixes/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R40/ChangeLog Notes: svn path=/head/; revision=454001
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* multimedia/vapoursynth: unbreak runtime on non-x86Jan Beich2017-10-142-1/+4
| | | | | | | | | vapoursynth.Error: Failed to obtain VapourSynth API pointer. System does not support SSE2 or is the Python module and loaded core library mismatched? Notes: svn path=/head/; revision=452091
* multimedia/vapoursynth: update to R39Jan Beich2017-10-082-6/+5
| | | | | | | | Changes: http://www.vapoursynth.com/2017/10/r39-fixing-bugs-and-undoing-bad-ideas/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R39/ChangeLog Notes: svn path=/head/; revision=451558
* ImageMagick7 to 7.0.7-2.Koop Mast2017-09-191-1/+1
| | | | | | | | | | | | | | | Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] Bump vapoursynth for sharedi library bumps in IM7. PR: 222309 [1] Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1] Notes: svn path=/head/; revision=450128
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* multimedia/vapoursynth: update to R38Jan Beich2017-06-132-6/+8
| | | | | | | | Changes: http://www.vapoursynth.com/2017/06/r38-boxblur-is-best-blur/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R38/ChangeLog Notes: svn path=/head/; revision=443530
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* multimedia/vapoursynth: update to R37Jan Beich2017-03-212-5/+4
| | | | | | | | Changes: http://www.vapoursynth.com/2017/03/r37-maintaining-things-again/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R37/ChangeLog Notes: svn path=/head/; revision=436593
* Chase libass runtime fix r434477; bump PORTREVISION on consumersThomas Zander2017-02-201-1/+1
| | | | | | | | | PR: 216837 Reported by: cpm MFH: 2017Q1 Notes: svn path=/head/; revision=434479
* Update libass to upstream version 0.13.6; bump PORTREVISION on consumersThomas Zander2017-02-051-0/+1
| | | | | | | Reported by: robert.burmeister@utoledo.edu (via email) Notes: svn path=/head/; revision=433383
* multimedia/vapoursynth: sort pkg-plistJan Beich2017-01-241-3/+3
| | | | Notes: svn path=/head/; revision=432341
* multimedia/vapoursynth: update to r36Jan Beich2017-01-243-7/+11
| | | | | | | | Changes: http://www.vapoursynth.com/2017/01/r36-python-improvements-and-some-bug-fixes/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R36/ChangeLog Notes: svn path=/head/; revision=432340
* multimedia/libass: belatedly bump PORTREVISION after r429876Jan Beich2016-12-301-1/+1
| | | | | | | | | | ASS_Style grew in size by |int Justify| member. Old consumers may not initialize it leading to crashes. Reported by: Kevin Oberman Notes: svn path=/head/; revision=429961
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-0/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* multimedia/vapoursynth: update to r35Jan Beich2016-10-282-4/+4
| | | | | | | Changes: http://www.vapoursynth.com/2016/10/r35-just-fixing-bugs/ Notes: svn path=/head/; revision=424856
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* multimedia/vapoursynth: update to r34Jan Beich2016-10-162-5/+5
| | | | | | | Changes: http://www.vapoursynth.com/2016/10/r34-being-nice-to-avisynth/ Notes: svn path=/head/; revision=424063
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* multimedia/vapoursynth: update to r33.1Jan Beich2016-08-253-6/+9
| | | | | | | Changes: http://www.vapoursynth.com/2016/08/r33-a-somewhat-experimental-release/ Notes: svn path=/head/; revision=420869
* multimedia/vapoursynth: unbreak after r417413Jan Beich2016-07-131-0/+7
| | | | | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html Reported by: pkg-fallout Notes: svn path=/head/; revision=418462
* Partially back out r414539, it only made sense for devel/fb-adbJan Beich2016-05-221-3/+5
| | | | Notes: svn path=/head/; revision=415615
* Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH}Jan Beich2016-05-031-5/+3
| | | | Notes: svn path=/head/; revision=414539
* Fix typos in r412879 and r412880Jan Beich2016-04-101-1/+1
| | | | Notes: svn path=/head/; revision=412883
* multimedia/vapoursynth: add new portJan Beich2016-04-105-0/+199
Simple video processing framework, inspired by Avisynth. http://www.vapoursynth.com/about/ Notes: svn path=/head/; revision=412879