Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0 27 Nov 2024 02:34:31 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Update to 2.0.0
- Update WWW
Changes: https://github.com/Zulko/moviepy/releases |
1.0.3_6 13 May 2024 14:04:10 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.0.3_5 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.3_5 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
1.0.3_4 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.0.3_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.0.3_2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.0.3_2 10 Sep 2022 13:02:47 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Convert to USES=magick
Use the default ImageMagick since all of them (ImageMagick{6,7}{,-nox11}) are
mutually exclusive. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.3_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.3_2 16 Jun 2022 14:00:07 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Update USES=python
math/py-numpy requires Python 3.8+ |
1.0.3_2 11 Jan 2022 18:44:37 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Unmark DEPRECATED and remove EXPIRATION_DATE
- Change RUN_DEPENDS from py-decorator4 to py-decorator
- Remove numpy workaround
- Bump PORTREVISION for dependency change
Obtained
from: https://github.com/Zulko/moviepy/commit/2947e4a036513a264de3fc5234160e71d1b06aed |
1.0.3_1 31 Dec 2021 13:43:37 |
Rene Ladan (rene) |
cleanup: deprecate a bunch of ports depending on expired ports. |
1.0.3_1 21 Dec 2021 18:48:48 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Cosmetic change |
1.0.3_1 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
1.0.3_1 05 Nov 2021 19:14:21 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Update USES=python
math/py-numpy requires Python 3.7+ |
1.0.3_1 22 May 2021 14:42:55 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Fix fae695c56b13252e60b1b8f692ca74bd73b965d7 |
1.0.3_1 20 May 2021 02:19:29 |
Guangyuan Yang (ygy) |
new port: devel/py-decorator4
devel/py-decorator needs to be updated to 5.x, while some ports don't
support that in their latest releases, including:
- devel/py-pytest-relaxed
- multimedia/py-moviepy
Updated them to use this devel/py-decorator4 until they officially
support 5.x. No functional changes for these ports.
An expiry date has been set for this keeping-old-version port, so we
don't forget to delete it once nothing depends on it.
Approved by: lwhsu (mentor) |
1.0.3 18 Apr 2021 05:43:55 |
Po-Chuan Hsieh (sunpoet) |
multimedia/py-moviepy: Remove PYNUMPY |
1.0.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.3 07 Mar 2021 22:21:41 |
sunpoet |
Revert r566733
IMAGEMAGICK_DEFAULT is not widely adopted.
Furthermore, this commit is not approved.
It should be applied ports tree wide with approvals from maintainers. |
1.0.3 27 Feb 2021 20:07:19 |
danfe |
Convert options to IMAGEMAGICK_DEFAULT introduced in r564968. |
1.0.3 13 Dec 2020 14:43:23 |
sunpoet |
Drop Python 2.7 support |
1.0.3 08 May 2020 20:53:17 |
sunpoet |
Update to 1.0.3
Changes: https://github.com/Zulko/moviepy/releases |
1.0.2 05 Apr 2020 19:54:43 |
sunpoet |
Update to 1.0.2
Changes: https://github.com/Zulko/moviepy/releases |
1.0.1 13 Nov 2019 23:35:38 |
sunpoet |
Update version requirement of RUN_DEPENDS |
1.0.1 03 Oct 2019 18:23:59 |
sunpoet |
Update to 1.0.1
Changes: https://github.com/Zulko/moviepy/releases |
1.0.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.0.0 16 Feb 2019 22:54:17 |
sunpoet |
Update to 1.0.0
Changes: https://github.com/Zulko/moviepy/releases
https://github.com/Zulko/moviepy/commits/master |
0.2.3.5_2 02 Jan 2019 23:58:32 |
sunpoet |
Sort RUN_DEPENDS |
0.2.3.5_2 16 Dec 2018 18:59:06 |
yuri |
multimedia/py-moviepy: Unbreak: it couldn't find the ffmpeg executable
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) |
0.2.3.5_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
0.2.3.5 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [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> |
0.2.3.5 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.2.3.5 01 Jun 2018 22:47:29 |
sunpoet |
Update to 0.2.3.5
Changes: https://github.com/Zulko/moviepy/releases |
0.2.3.4 27 Apr 2018 15:56:30 |
sunpoet |
Update to 0.2.3.4
Changes: https://github.com/Zulko/moviepy/releases |
0.2.3.3 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
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 |
0.2.3.3 22 Apr 2018 08:48:40 |
sunpoet |
Update to 0.2.3.3
Changes: https://github.com/Zulko/moviepy/releases |
0.2.3.2_2 16 Apr 2018 18:33:01 |
sunpoet |
Add ImageMagick 7.x support
- Add IMAGEMAGICK6 and IMAGEMAGICK7 options
- Change default from IMAGEMAGICK6 to IMAGEMAGICK7
- Bump PORTREVISION for dependency change |
0.2.3.2_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.2.3.2 03 Mar 2018 19:16:11 |
sunpoet |
Update to 0.2.3.2
- 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 |
0.2.2.13_2 12 Jan 2018 11:21:07 |
rene |
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary |
0.2.2.13_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
0.2.2.13_2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.2.2.13_1 14 Apr 2017 05:30:25 |
jbeich |
graphics/opencv: back out r423216 and r423063 (replaying r423316)
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) |
0.2.2.13 17 Feb 2017 00:44:28 |
kevlo |
Update to 0.2.2.13 |
0.2.2.12 15 Feb 2017 05:48:28 |
kevlo |
Update to 0.2.2.12 |
0.2.2.11_1 03 Oct 2016 17:47:08 |
jbeich |
graphics/opencv: add suffix to make room for 3.x series
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 |
0.2.2.11 13 Jul 2016 07:52:34 |
kevlo |
Fix typo in pkg-descr. |
0.2.2.11 13 Jul 2016 03:36:59 |
kevlo |
Add a missing dependency on graphics/ImageMagick. |
0.2.2.11 13 Jul 2016 02:58:28 |
kevlo |
Import py-moviepy 0.2.2.11.
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. |