Port details |
- filament Real-time physically based rendering engine
- 1.32.1 graphics
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-08-19 19:42:19
- Last Update: 2023-03-23 04:54:06
- Commit Hash: 8008284
- License: APACHE20
- Description:
- Filament is a real-time physically-based renderer written in C++.
It is mobile-first, but also multi-platform.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- filament>0:graphics/filament
- To install the port:
- cd /usr/ports/graphics/filament/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/filament
- pkg install filament
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: filament
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1679527235
SHA256 (google-filament-v1.32.1_GH0.tar.gz) = a983f7c49b328023c553a44d1e1dc86230cc35d1c373879eaefea28028c8916a
SIZE (google-filament-v1.32.1_GH0.tar.gz) = 500360617
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:
-
- bash : shells/bash
- evdev-proto>0 : devel/evdev-proto
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- sdl2-config : devel/sdl20
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for filament-1.32.1:
SAMPLES=off: Build samples
===> Use 'make config' to modify these settings
- Options name:
- graphics_filament
- USES:
- cmake compiler:c++17-lang localbase:ldflags python:build sdl shebangfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.32.1 23 Mar 2023 04:54:06
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.32.0 → 1.32.1
Reported by: portscout |
1.32.0 16 Mar 2023 04:19:16
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.31.7 → 1.32.0
Reported by: portscout |
1.31.7 11 Mar 2023 09:16:16
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.31.6 → 1.31.7
Reported by: portscout |
1.31.6 02 Mar 2023 19:06:09
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.31.5 → 1.31.6
Reported by: portscout |
1.31.5 23 Feb 2023 07:49:26
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.31.3 → 1.31.5
Reported by: portscout |
1.31.3 04 Feb 2023 09:03:03
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.31.2 → 1.31.3
Reported by: portscout |
1.31.2 26 Jan 2023 05:57:04
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.31.1 → 1.31.2
Reported by: portscout |
1.31.1 19 Jan 2023 20:02:20
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.31.0 -> 1.31.1
Reported by: portscout |
1.31.0 12 Jan 2023 00:19:21
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.30.0 -> 1.31.0
Reported by: portscout |
1.30.0 21 Dec 2022 07:14:01
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.29.0 -> 1.30.0
Reported by: portscout |
1.29.0 22 Nov 2022 22:05:33
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.28.3 -> 1.29.0
Reported by: portscout |
1.28.3 11 Nov 2022 07:30:32
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.28.2 -> 1.28.3
Reported by: portscout |
1.28.2 05 Nov 2022 15:54:02
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.28.0 -> 1.28.2
Reported by: portscout |
1.28.0 16 Oct 2022 07:09:35
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.27.2 -> 1.28.0
Reported by: portscout |
1.27.2 02 Oct 2022 03:34:06
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.27.1 -> 1.27.2
Reported by: portscout |
1.27.1 30 Sep 2022 06:51:36
    |
Yuri Victorovich (yuri)  |
graphics/filament: Broken on armv7
Reported by: fallout |
1.27.1 22 Sep 2022 15:40:10
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.27.0 -> 1.27.1
Reported by: portscout |
1.27.0 17 Sep 2022 07:38:35
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.26.0 -> 1.27.0
Reported by: portscout |
1.26.0 12 Sep 2022 16:38:03
    |
Yuri Victorovich (yuri)  |
graphics/filament: Fix build when ccache is present
Fix shabangs in ccache scripts that fialement uses.
This caused failures.
Also: this project looks up the ccache program and uses ccach.
when it is present.
This logic is now adjusted and it only uses ccache when it
is enabled through the ports framework.
PR: 266297
Reported by: amdmi3@ |
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.26.0 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.26.0 01 Sep 2022 20:10:31
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.25.6 -> 1.26.0
Reported by: portscout
<If someone else reported the issue.> |
1.25.6 30 Aug 2022 09:18:36
    |
Antoine Brodin (antoine)  |
graphics/filament: fix BROKEN message |
1.25.6 25 Aug 2022 03:38:44
    |
Yuri Victorovich (yuri)  |
graphics/filament: Update 1.25.5 -> 1.25.6
Reported by: portscout |
1.25.5 20 Aug 2022 16:37:39
    |
Yuri Victorovich (yuri)  |
graphics/filament: Broken on i386
Reported by: fallout |
1.25.5 19 Aug 2022 19:40:38
    |
Yuri Victorovich (yuri)  |
graphics/filament: New port: Real-time physically based rendering engine |