Bug 227363 - multimedia/py-moviepy: Broken on FreeBSD
Summary: multimedia/py-moviepy: Broken on FreeBSD
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL: https://github.com/Zulko/moviepy/issu...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-08 08:25 UTC by Yuri Victorovich
Modified: 2018-07-30 18:26 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2018-04-08 08:25:54 UTC
Command "from moviepy.editor import VideoFileClip" fails, see https://github.com/Zulko/moviepy/issues/756


It needs the 'freebsd' case in this function https://github.com/imageio/imageio/blob/73dadda9d93f9e2c4724095f91a2acd4ecd13c4a/imageio/core/util.py#L539 , and possibly in some other places.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-29 19:25:35 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jul 29 19:24:07 UTC 2018
New revision: 475820
URL: https://svnweb.freebsd.org/changeset/ports/475820

Log:
  Add preliminary FreeBSD support to fix multimedia/py-moviepy

  - Bump PORTREVISION for package change

  PR:		227363
  Reported by:	yuri
  Reference:	https://github.com/Zulko/moviepy/issues/756
  		https://github.com/sunpoet/imageio/commit/0a4562bfee1efd7ccb95a98f16ad1519dc2e2f63

Changes:
  head/graphics/py-imageio/files/
  head/graphics/py-imageio/files/patch-imageio-core-util.py
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-07-30 18:26:56 UTC
Committed. Thanks!