The purpose of this project is to provide a simple and reliable ffmpeg wrapper
for working with video files. It takes care of producing platform-specific
wheels that include the binary executables of ffmpeg. These can then be
installed (and updated or uninstalled) easily with pip.
It also provides simple generator functions for reading and writing data from/to
ffmpeg, which reliably terminate the ffmpeg process when done.
This library is used as the basis for the imageio ffmpeg plugin, but it can also
be used by itself. Imageio provides a friendlier (higher level) API, and adds
support for e.g. cameras and seeking.
WWW: https://github.com/imageio/imageio-ffmpeg
- Take compile/link flags from sdl_config, instead of hardcoding them, simplify
the port
- Remove bundled binary earlier, in post-extract
PR: 235525
Submitted by: amdmi3
pyGLFW provides Python bindings for GLFW. It is a ctypes wrapper
which aims to be very close to the original GLFW API.
WWW: https://github.com/FlorianRhiem/pyGLFW
PR: 230424
Submitted by: neel@neelc.org
Reviewed by: koobs
Traditional plotting utilities and libraries with some improvements.
WWW: https://github.com/Toranktto/bsd-plotutils
PR: 230270
Submitted by: Łukasz Derlatka <toranktto@gmail.com>
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version)
Update pkg-message and makefile COMMENT to remove references to
drm-devel-kmod and the mention that this is the development version. It is
the version for FreeBSD CURRENT, so the ride might be a little bumpy, but
it's not the devlopment version.
No changes to package.
FreeBSDDesktop issue: #129
Reported by: grahamperrin
Sponsored by: B3 Init (zeising)