| Port details on branch 2023Q2 |
- libyuv Library for freeswitch yuv graphics manipulation
- 0.0.1789_1 graphics
=0 0.0.1789_1Version of this port present on the latest quarterly branch. - Maintainer: corsmith@gmail.com
 - Port Added: 2023-05-07 05:21:33
- Last Update: 2023-05-07 05:18:53
- Commit Hash: c5c27487
- License: BSD3CLAUSE
- WWW:
- https://chromium.googlesource.com/libyuv/libyuv/
- Description:
- libyuv is an open source project that includes YUV scaling and conversion
functionality.
- Prepare content for compression, with point, bilinear or box filter.
- Convert to YUV from webcam formats.
- Convert from YUV to formats for rendering/effects.
- Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
- Optimized versions for SSE2/SSSE3/AVX2 on x86/x64,
Neon on Arm, DSP R2 Mips are possible.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/libyuv/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/libyuv
- pkg install libyuv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libyuv
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1634992380
SHA256 (libyuv-0896c34873e83ca3d1690286a94e278a81d0a760.tar.gz) = cfcb8714ec229ea471a5f2964a2f16a1cfb6eaae5fdee41924576274e4caf554
SIZE (libyuv-0896c34873e83ca3d1690286a94e278a81d0a760.tar.gz) = 490087
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libyuv-0.0.1789_1:
JPEG=on: JPEG image format support
===> Use 'make config' to modify these settings
- Options name:
- graphics_libyuv
- USES:
- cmake pkgconfig jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.0.1789_1 07 May 2023 05:18:53
    |
Jan Beich (jbeich)  |
graphics/libyuv: track libjpeg dependency
-- Found JPEG: /usr/local/lib/libjpeg.so (found version "80")
[...]
Error: /usr/local/bin/yuvconvert is linked to /usr/local/lib/libjpeg.so.8 from
graphics/jpeg-turbo but it is not declared as a dependency
Warning: you need USES+=jpeg
PR: 267163
(cherry picked from commit 78d127100976a6e431088b58b887c297ccf87573) |
Number of commits found: 1
|