Port details |
- libyuv Library for freeswitch yuv graphics manipulation
- 0.0.1789_2 graphics =2 0.0.1789_2Version of this port present on the latest quarterly branch.
- Maintainer: corsmith@gmail.com
- Port Added: 2016-03-07 08:49:13
- Last Update: 2023-07-28 17:13:17
- Commit Hash: 664a2fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 - 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
- This port is required by:
- for Libraries
-
- graphics/libavif
Configuration Options:
- ===> The following configuration options are available for libyuv-0.0.1789_2:
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.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.1789_2 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
0.0.1789_1 07 May 2023 05:18:26 |
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 |
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) |
0.0.1789 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 ) |
0.0.1789 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.0.1789 26 Oct 2021 09:15:12 |
Mikael Urankar (mikael) Author: VVD |
graphics/libyuv: Update to 0.0.1789.
PR: 259376 |
0.0.1767 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.1767 26 Feb 2021 12:11:36 |
tobik |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan |
0.0.1767 30 Jan 2021 19:45:25 |
tcberner |
graphics/libyuv: update to 0.0.1767
- enable option in graphics/libavif
PR: 252822
Submitted by: VVD <vvd@unislabs.com> |
0.0.1741 17 Jan 2021 17:57:17 |
swills |
graphics/libyuv: fix build on aarch64
PR: 252062
Submitted by: mikael
Approved by: maintainer timeout (corsmith@gmail.com, >2 weeks) |
0.0.1280 15 Mar 2018 15:21:33 |
linimon |
Mark broken on armv7 the same was as on aarch64.
Oddly, it seems to build on armv6.
Pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.0.1280 16 Nov 2016 00:33:58 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.0.1280 07 Mar 2016 08:49:02 |
pi |
New port: graphics/libyuv
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.
WWW: https://chromium.googlesource.com/libyuv/libyuv/
PR: 205680, 204958
Submitted by: Corey Smith <corsmith@gmail.com>, numisemis@yahoo.com |