summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2018-07-14Add notes about how to enable ITT support (ITT fixed by upstream)Daniel Bermond
ITT (ittnotify) support was broken by upstream in commit 5e6b710. Now this is fixed by upstream. References ---------- https://github.com/Intel-Media-SDK/MediaSDK/issues/338
2018-06-21Remove support for ITTDaniel Bermond
This is now broken in the current upsgream git master.
2018-06-21Change destination dir of upstream src to MediaSDKDaniel Bermond
This will conform to the latest makepkg needs of development (-git) packages. Also on this commit: - remove the exporting of MFX_HOME environment variable, since it seems to be not needed anymore.
2018-06-21depends: switch libva to libva-gitDaniel Bermond
It currently needs libva git master to compile.
2018-06-08Adjust pkgver according to latest upstream changesDaniel Bermond
2018-04-14depends: use the stable version of intel-media-driverDaniel Bermond
intel-media-driver has released its first stable version.
2018-04-14Install to the default pathDaniel Bermond
Package now installs to '/opt/intel/mediasdk', which is the default upstream install path. This is made for historical and compatibility reasons. Software that uses libmfx should use the 'PKG_CONFIG_PATH' environment variable if needed.
2018-04-14Use cmake directly instead of the upstream build scriptDaniel Bermond
2018-02-22Remove intel opencl patch (fixed by upstream)Daniel Bermond
Upstream now checks in cmake time if intel opencl is installed on the system and disables the building of the corresponding sample if it was not found, avoiding a compile error. References ---------- https://github.com/Intel-Media-SDK/MediaSDK/commit/cb58f7d7e9994ef6167ecadef9feaf023cf6481b
2018-02-22Add support for ittnotify (intel-seapi)Daniel Bermond
ittnotify (provided by package intel-seapi) will be autodetected by the build system, serving as a makedepend. Currently it will not be a mandatory makedepend.
2018-02-16Use all defined compiler flagsDaniel Bermond
This removed code is needed only for gcc<=5. Forgot to remove it when enabled the use of latest gcc version in previous commit.
2018-02-13Use current version of gcc (currently gcc7)Daniel Bermond
The build currently works with gcc7. In previous tests that I made, there were periods that gcc7 worked well and then got broken by upstream changes. Now it seems to work fine. Since this is the development (-git) package, it's better to keep gcc4.9 installed for a while just in case upstream breaks gcc7 support again.
2018-02-13depends: switch libva-git to libvaDaniel Bermond
The intel-media-sdk is based on a specific libva commit that comes between the 2.0.0 and 2.1.0 releses. Now that libva 2.1.0 was released, we can use the regular libva package from the official repositories. Currently it seems to work fine with libva 2.1.0. Since this is the development (-git) package, maybe it will be needed to switch back to libva-git in the future if upstream requires libva development code in future changes. Let's follow on.
2018-02-09Change plugins directoryDaniel Bermond
This will change the plugins directory from the non-standard path '/usr/plugins' to the standard path '/usr/lib', removing the need of symbolic links for plugins in '/usr/lib'.
2018-02-06Remove libraries patch and pkgconfig fix (both fixed by upstream)Daniel Bermond
References ---------- https://github.com/Intel-Media-SDK/MediaSDK/commit/ff56d317d86836e6413baee2d17bbe8ea0b8ba0a https://github.com/Intel-Media-SDK/MediaSDK/commit/1ef56566371128363be269b02faaf0f919fc1734
2018-01-16FixesDaniel Bermond
- arch changed to just x86_64 (there is no 32-bit build target) - gcc49 is currently needed, unfortunately. There were upstream fixes to use gcc7 and it was working well during my tests. But it seems that the recent upstream commit to add HEVC FEI support broke it. Now, even gcc5 does not work. Anyway, official support is just for gcc 4.8. - place samples inside /usr/lib/intel-media-sdk-git (avoid namcap warning) - fixes to catch upstream changes, like removing lin_x64 directory
2017-12-27Initial commitDaniel Bermond