Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_3 04 Nov 2024 14:47:00 |
Jan Beich (jbeich) |
multimedia/libva-intel-hybrid-driver: deprecate due to dead upstream
https://github.com/intel/intel-hybrid-driver/commit/79619456ab8f
"This repository has been archived by the owner on Aug 5, 2022. It is now
read-only." |
1.0.2_3 25 Jun 2023 15:52:09 |
Jan Beich (jbeich) |
multimedia/libva-intel-hybrid-driver: unbreak build with clang 16
In file included from intel_hybrid_hostvld_vp9.cpp:67:
./intel_hybrid_hostvld_vp9_engine.h:116:5: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
register INT iNumBits);
^~~~~~~~~
Reported by: pkg-fallout |
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.2_3 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.2_3 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.2_3 18 Aug 2021 21:45:19 |
Jan Beich (jbeich) |
multimedia/libva-intel-hybrid-driver: add a crashfix for Broadwell |
1.0.2_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.2_2 23 Aug 2020 14:31:47 |
jbeich |
multimedia/libva-intel-hybrid-driver: unbreak with Clang 11
ld: error: duplicate symbol: ME_CURBE_INIT_DATA
>>> defined at media_drv_common.c
>>> .libs/hybrid_drv_video_la-media_drv_common.o:(ME_CURBE_INIT_DATA)
>>> defined at media_drv_hw_g75.c
>>> .libs/hybrid_drv_video_la-media_drv_hw_g75.o:(.bss+0x0)
ld: error: duplicate symbol: SEARCH_PATH_TABLE
>>> defined at media_drv_common.c
>>> .libs/hybrid_drv_video_la-media_drv_common.o:(SEARCH_PATH_TABLE)
>>> defined at media_drv_hw_g75.c
>>> .libs/hybrid_drv_video_la-media_drv_hw_g75.o:(.bss+0x80)
Reported by: pkg-fallout |
1.0.2_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.2_1 23 Jun 2019 19:15:32 |
jbeich |
multimedia/libva-intel-hybrid-driver: chase HTTP redirect |
1.0.2_1 12 Mar 2019 16:53:44 |
jbeich |
multimedia/libva-intel*driver: allow disabling Wayland/X11 independently of
libva
PR: 236376
Submitted by: Dries Michiels (based on) |
1.0.2_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.2 22 Nov 2018 00:07:59 |
jbeich |
multimedia/libva-intel-hybrid-driver: expand patch comments |
1.0.2 06 Nov 2018 00:25:09 |
jbeich |
multimedia/libva-*-driver: only used by dlopen, so drop ldconfig |
1.0.2 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. |