Search Criteria
Package Details: intel-media-driver-git 2023.3.0.r21.g3021fd7ec-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/intel-media-driver-git.git (read-only, click to copy) |
---|---|
Package Base: | intel-media-driver-git |
Description: | Intel Media Driver for VAAPI — Broadwell+ iGPUs (git version) |
Upstream URL: | https://github.com/intel/media-driver/ |
Keywords: | driver hwaccel ihd intel libva media-sdk mediasdk va-api vaapi video |
Licenses: | BSD, MIT |
Conflicts: | intel-media-driver |
Provides: | intel-media-driver |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-26 23:37 (UTC) |
Last Updated: | 2023-07-18 19:21 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- intel-gmmlib-gitAUR
- libva-gitAUR
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (27)
- chiaki (requires intel-media-driver) (optional)
- chiaki-git (requires intel-media-driver) (optional)
- chiaki-ng (requires intel-media-driver) (optional)
- chiaki-ng-git (requires intel-media-driver) (optional)
- cine-encoder (requires intel-media-driver)
- firefox-video-acceleration (requires intel-media-driver) (optional)
- gpu-screen-recorder (requires intel-media-driver) (optional)
- gyroflow (requires intel-media-driver) (optional)
- gyroflow-bin (requires intel-media-driver) (optional)
- gyroflow-git (requires intel-media-driver) (optional)
- immich-server (requires intel-media-driver) (optional)
- intel-media-sdk-git (requires intel-media-driver)
- intel-media-sdk-git (requires intel-media-driver) (make)
- jellyfin-ffmpeg-libsvtav1 (requires intel-media-driver) (optional)
- libmfx-git (requires intel-media-driver) (make)
- libva-git (requires intel-media-driver) (optional)
- libva-headless (requires intel-media-driver) (optional)
- moonlight-qt (requires intel-media-driver) (optional)
- obs-studio-browser (requires intel-media-driver) (optional)
- obs-studio-liberty (requires intel-media-driver) (optional)
- Show 7 more...
Latest Comments
« First ‹ Previous 1 2
Archange commented on 2018-10-04 20:33 (UTC)
@dbermond: You either have to provides=gmmlib-git in intel-gmmlib-git or to fix the dependency here.
dbermond commented on 2018-09-03 17:19 (UTC)
@MichaelChou Fixed. Upstream was previously requiring gmmlib source (and providing gmmlib in package) in order to build, then it switched to require gmmlib installed on system and now it switched back to require gmmlib sources due to regressions. That's the cost that you pay for using a development (-git) package ;)
More details in this upstream developer comment.
MichaelChou commented on 2018-09-03 03:56 (UTC)
With:
I got this when compiling (not in chroot though):
dbermond commented on 2018-04-19 18:21 (UTC)
@gillecaluim I cannot reproduce your issue. Package is building fine for me.
Please make sure that your build directory is clean (use makepkg
--cleanbuild
option). If it fails, try to build it on a clean chroot.gillecaluim commented on 2018-04-19 17:00 (UTC)
unable to compile this package [code] /build/intel-media-driver/src/media-driver-intel-media-600.0130/media_driver/linux/common/ddi/media_libva_caps.cpp: In member function ‘CODECHAL_FUNCTION MediaLibvaCaps::GetEncodeCodecFunction(VAProfile, VAEntrypoint)’: /build/intel-media-driver/src/media-driver-intel-media-600.0130/media_driver/linux/common/ddi/media_libva_caps.cpp:2333:46: error: ‘VAEntrypointStats’ was not declared in this scope else if (entrypoint == (VAEntrypoint)VAEntrypointStats) ^~~~~~~~~~~~~~~~~ /build/intel-media-driver/src/media-driver-intel-media-600.0130/media_driver/linux/common/ddi/media_libva_caps.cpp:2333:46: note: suggested alternative: ‘VAEntrypoint’ else if (entrypoint == (VAEntrypoint)VAEntrypointStats) ^~~~~~~~~~~~~~~~~ VAEntrypoint /build/intel-media-driver/src/media-driver-intel-media-600.0130/media_driver/linux/common/ddi/media_libva_caps.cpp: In member function ‘CODECHAL_MODE MediaLibvaCaps::GetEncodeCodecMode(VAProfile, VAEntrypoint)’: /build/intel-media-driver/src/media-driver-intel-media-600.0130/media_driver/linux/common/ddi/media_libva_caps.cpp:2343:37: error: ‘VAEntrypointStats’ was not declared in this scope if (entrypoint == (VAEntrypoint)VAEntrypointStats) ^~~~~~~~~~~~~~~~~ /build/intel-media-driver/src/media-driver-intel-media-600.0130/media_driver/linux/common/ddi/media_libva_caps.cpp:2343:37: note: suggested alternative: ‘VAEntrypoint’ if (entrypoint == (VAEntrypoint)VAEntrypointStats) ^~~~~~~~~~~~~~~~~ VAEntrypoint /build/intel-media-driver/src/media-driver-intel-media-600.0130/media_driver/linux/common/ddi/media_libva_caps.cpp: In member function ‘bool MediaLibvaCaps::CheckEntrypointCodecType(VAEntrypoint, MediaLibvaCaps::CodecType)’: /build/intel-media-driver/src/media-driver-intel-media-600.0130/media_driver/linux/common/ddi/media_libva_caps.cpp:175:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1plus: some warnings being treated as errors make[2]: [media_driver/CMakeFiles/iHD_drv_video.dir/build.make:8175: media_driver/CMakeFiles/iHD_drv_video.dir/linux/common/ddi/media_libva_caps.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:164: media_driver/CMakeFiles/iHD_drv_video.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 [/code] seems to be an issue with libva...I'm using libva-git
dbermond commented on 2018-04-16 18:19 (UTC)
@biosin Thank you for pointing this.
In fact, what is needed here is libva-git, and not libva-intel-driver-git.
I'm already using libva-git and that's why I missed this. Now fixed.
<deleted-account> commented on 2018-04-16 10:36 (UTC)
Please add libva-intel-driver-git as dependency, otherwise compilation fails, see https://github.com/intel/media-driver/issues/143
« First ‹ Previous 1 2