Package Details: intel-media-sdk-git 2023.2.2.r1.g7a72de33-2

Git Clone URL: https://aur.archlinux.org/intel-media-sdk-git.git (read-only, click to copy)
Package Base: intel-media-sdk-git
Description: Legacy API for hardware video acceleration on Intel GPUs (Broadwell to Rocket Lake) (git version)
Upstream URL: https://software.intel.com/en-us/media-sdk/
Keywords: hwaccel intel libmfx media mediasdk mfx qsv quicksync quicksyncvideo sdk video
Licenses: MIT
Conflicts: intel-media-sdk
Provides: intel-media-sdk, vpl-runtime
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 24
Popularity: 0.000000
First Submitted: 2017-12-27 20:14 (UTC)
Last Updated: 2024-05-02 02:33 (UTC)

Required by (34)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

dbermond commented on 2021-08-04 15:50 (UTC)

@NobodyDBG Package is building fine for me. Your log shows that you are using an AUR helper, and AUR helpers are not supported. Please use makepkg. And please post logs in english when commenting.

NobodyDBG commented on 2021-08-03 20:20 (UTC) (edited on 2021-08-03 20:21 (UTC) by NobodyDBG)

Can't update. Get follwed build-error:


[ 95%] Built target mfx_dispatch_test make[2]: Verzeichnis „/ramdisk/yay/intel-media-sdk-git/src/build“ wird verlassen [ 95%] Built target mfx_h264la_hw64 /ramdisk/yay/intel-media-sdk-git/src/MediaSDK/_studio/mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_weighted_prediction_lin.cpp: In Lambda-Funktion: /ramdisk/yay/intel-media-sdk-git/src/MediaSDK/_studio/mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_weighted_prediction_lin.cpp:60:19: Fehler: »VAEncSliceParameterBufferHEVC« hat kein Element namens »pred_weight_table_bit_offset« 60 | slice.pred_weight_table_bit_offset = itSSH->PackInfo.at(PACK_PWTOffset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /ramdisk/yay/intel-media-sdk-git/src/MediaSDK/_studio/mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_weighted_prediction_lin.cpp:61:19: Fehler: »VAEncSliceParameterBufferHEVC« hat kein Element namens »pred_weight_table_bit_length« 61 | slice.pred_weight_table_bit_length = itSSH->PackInfo.at(PACK_PWTLength); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: [_studio/mfx_lib/encode_hw/CMakeFiles/encode_hw.dir/build.make:902: _studio/mfx_lib/encode_hw/CMakeFiles/encode_hw.dir/hevc/linux/base/hevcehw_base_weighted_prediction_lin.cpp.o] Fehler 1 make[2]: Verzeichnis „/ramdisk/yay/intel-media-sdk-git/src/build“ wird verlassen make[1]: [CMakeFiles/Makefile2:2954: _studio/mfx_lib/encode_hw/CMakeFiles/encode_hw.dir/all] Fehler 2 make[1]: Verzeichnis „/ramdisk/yay/intel-media-sdk-git/src/build“ wird verlassen make: *** [Makefile:146: all] Fehler 2 make: Verzeichnis „/ramdisk/yay/intel-media-sdk-git/src/build“ wird verlassen ==> FEHLER: Ein Fehler geschah in build(). Breche ab... error making: intel-media-sdk-git (libmfx-git)

dbermond commented on 2018-10-05 16:10 (UTC)

@dark-saber Thank you for reporting this upstream change. Fixed.

dark-saber commented on 2018-10-05 08:54 (UTC) (edited on 2018-10-05 13:00 (UTC) by dark-saber)

COPYING file was removed from upstream, only LICENSE left.

dbermond commented on 2018-08-11 10:32 (UTC)

@MichaelChou Thank you for reporting this. Fixed.

MichaelChou commented on 2018-08-11 08:13 (UTC)

@dbermond You forgot to update checksum of intel-media-sdk-git.conf

dbermond commented on 2018-02-10 00:01 (UTC)

@MichaelChou Good to know that you got it working :)

MichaelChou commented on 2018-02-09 04:27 (UTC)

@dbermond Thank you. This did solve the problem.

dbermond commented on 2018-02-08 14:22 (UTC)

@MichaelChou This is normal and expected. To be able to build, firstly you need to uninstall intel-media-sdk-git from your system. Rebuild the package after uninstallation, and install it again. Something like this:

# pacman -Rnsdd intel-media-sdk-git
$ makepkg -risC

Or build in a clean chroot.

MichaelChou commented on 2018-02-08 05:52 (UTC)

@dbermond Thank you for your hard work.

It's strange that I failed to build right after this commit: https://github.com/Intel-Media-SDK/MediaSDK/commit/74018c4ba29ca2be6262d68f510534ca99e55767

All the changes are wrapped in "#if (MFX_VERSION >= MFX_VERSION_NEXT)", I couldn't figure out why it failed.

Error message: https://pastebin.com/YLsehHwc