Port details |
- cmrt Legacy C for Metal Runtime
- 1.0.6_2 multimedia =3 1.0.6_2Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2018-11-03 16:25:35
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- License: MIT
- WWW:
- https://01.org/linuxmedia
- Description:
- Media GPU kernel manager for Intel G45 & HD Graphics family. Allows to
interface between Intel GPU's driver and a host program through a
high-level language.
- ¦ ¦ ¦ ¦
- 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/multimedia/cmrt/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/cmrt
- pkg install cmrt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cmrt
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1473292298
SHA256 (intel-cmrt-1.0.6_GH0.tar.gz) = ca22e905a2717fc740e703e65a0061a0e11f4ea513ba970bbc10b3bd6d28e6e0
SIZE (intel-cmrt-1.0.6_GH0.tar.gz) = 3717552
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libdrm_intel.so : graphics/libdrm
- libva.so : multimedia/libva
- This port is required by:
- for Libraries
-
- multimedia/libva-intel-hybrid-driver
Configuration Options:
- No options to configure
- Options name:
- multimedia_cmrt
- USES:
- autoreconf compiler:c11 libtool pkgconfig
- 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 |
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.0.6_2 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.0.6_2 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
1.0.6_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.6_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.6_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.6_1 05 Jul 2019 14:45:19 |
jbeich |
multimedia/cmrt{,lib}: update COMMENT
https://github.com/intel/media-driver/commit/5c1325683430
https://01.org/c-for-metal-development-package |
1.0.6_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0.6 22 Nov 2018 00:07:47 |
jbeich |
multimedia/cmrt: pacify -Wmacro-redefined
In file included from cm_program.cpp:30:
In file included from ./cm_device.h:37:
In file included from ./cm_array.h:31:
./cm_mem.h:44:9: warning: '__fastcall' macro redefined [-Wmacro-redefined]
#define __fastcall
^
/usr/include/sys/cdefs.h:383:9: note: previous definition is here
#define __fastcall __attribute__((__fastcall__))
^
In file included from cm_task.cpp:29:
In file included from ./cm_task.h:29:
In file included from ./cm_def.h:42:
In file included from ./cm_common.h:32:
In file included from ./oscl_impl_linux.h:34:
./oscl_platform_def.h:34:9: warning: 'UINT_MAX' macro redefined
[-Wmacro-redefined]
#define UINT_MAX 0xffffffff
^
/usr/include/sys/limits.h:59:9: note: previous definition is here
#define UINT_MAX __UINT_MAX /* max value for an unsigned int */
^ |
1.0.6 22 Nov 2018 00:07:35 |
jbeich |
multimedia/cmrt: expand patch comments |
1.0.6 22 Nov 2018 00:07:22 |
jbeich |
multimedia/cmrt: improve i386 fix to not break x32 |
1.0.6 03 Nov 2018 16:25:07 |
jbeich |
multimedia/libva-intel-driver: expose Hybrid decoding
On Skylake this reduces CPU usage by half when decoding VP9. |