aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-moviepy
Commit message (Collapse)AuthorAgeFilesLines
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-11-131-5/+5
| | | | Notes: svn path=/head/; revision=517458
* Update to 1.0.1Sunpoet Po-Chuan Hsieh2019-10-033-9/+6
| | | | | | | Changes: https://github.com/Zulko/moviepy/releases Notes: svn path=/head/; revision=513687
* 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
* Update to 1.0.0Sunpoet Po-Chuan Hsieh2019-02-166-33/+46
| | | | | | | | Changes: https://github.com/Zulko/moviepy/releases https://github.com/Zulko/moviepy/commits/master Notes: svn path=/head/; revision=493113
* Sort RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-01-021-2/+2
| | | | Notes: svn path=/head/; revision=489112
* multimedia/py-moviepy: Unbreak: it couldn't find the ffmpeg executableYuri Victorovich2018-12-163-2/+29
| | | | | | | | | | | | | | | | | | | | | This line: from moviepy.editor import * resulted in failure: File "/usr/local/lib/python2.7/site-packages/imageio/plugins/ffmpeg.py", line 77, in download raise RuntimeError("FFMPEG exe isn't available for platform %s" % plat) RuntimeError: FFMPEG exe isn't available for platform freebsd64 This is because it uses py-imageio to download the ffmpeg binary which doesn't exist for FreeBSD. Besides, py-imageio is downloading files without checking cryptographic fingerprints wihich is insecure: https://github.com/imageio/imageio/issues/416 Solution: Make py-moviepy to always use the pre-installed ffmpeg package. Approved by: portmgr (unbreak) Notes: svn path=/head/; revision=487621
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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 ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=484640
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update to 0.2.3.5Sunpoet Po-Chuan Hsieh2018-06-012-4/+4
| | | | | | | Changes: https://github.com/Zulko/moviepy/releases Notes: svn path=/head/; revision=471307
* Update to 0.2.3.4Sunpoet Po-Chuan Hsieh2018-04-272-4/+4
| | | | | | | Changes: https://github.com/Zulko/moviepy/releases Notes: svn path=/head/; revision=468455
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Update to 0.2.3.3Sunpoet Po-Chuan Hsieh2018-04-222-6/+5
| | | | | | | Changes: https://github.com/Zulko/moviepy/releases Notes: svn path=/head/; revision=467942
* Add ImageMagick 7.x supportSunpoet Po-Chuan Hsieh2018-04-161-3/+10
| | | | | | | | | - Add IMAGEMAGICK6 and IMAGEMAGICK7 options - Change default from IMAGEMAGICK6 to IMAGEMAGICK7 - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=467507
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Update to 0.2.3.2Sunpoet Po-Chuan Hsieh2018-03-033-17/+18
| | | | | | | | | | | | | | - Fix RUN_DEPENDS - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/Zulko/moviepy/releases Notes: svn path=/head/; revision=463526
* Return kevlo's ports to the pool, he handed in his commit bit.Rene Ladan2018-01-121-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=458818
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-141-1/+2
| | | | | | | | | | | | Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first) Notes: svn path=/head/; revision=438490
* Update to 0.2.2.13Kevin Lo2017-02-172-4/+4
| | | | Notes: svn path=/head/; revision=434259
* Update to 0.2.2.12Kevin Lo2017-02-152-5/+4
| | | | Notes: svn path=/head/; revision=434152
* graphics/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-031-1/+2
| | | | | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc Notes: svn path=/head/; revision=423216
* Fix typo in pkg-descr.Kevin Lo2016-07-131-1/+1
| | | | Notes: svn path=/head/; revision=418463
* Add a missing dependency on graphics/ImageMagick.Kevin Lo2016-07-131-1/+2
| | | | Notes: svn path=/head/; revision=418460
* Import py-moviepy 0.2.2.11.Kevin Lo2016-07-133-0/+35
MoviePy s a Python module for video editing: cuts, concatenations, title insertions, video compositing (a.k.a. non-linear editing), video processing, and creation of custom effects. Notes: svn path=/head/; revision=418459