@Danieldakataca This package uses GPG verification during build. Make sure to import the keys before running makepkg
.
I've added a note in the pinned comment to this regard.
Git Clone URL: | https://aur.archlinux.org/mplayer-vaapi.git (read-only, click to copy) |
---|---|
Package Base: | mplayer-vaapi |
Description: | A movie player, compiled with vaapi support |
Upstream URL: | http://gitorious.org/vaapi/mplayer |
Licenses: | GPL |
Conflicts: | mplayer |
Provides: | mplayer |
Submitter: | foutrelis |
Maintainer: | None |
Last Packager: | ryshglene |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2015-04-02 12:39 (UTC) |
Last Updated: | 2023-12-25 08:07 (UTC) |
@Danieldakataca This package uses GPG verification during build. Make sure to import the keys before running makepkg
.
I've added a note in the pinned comment to this regard.
Gpg keys cannot be verified, so installation fails.
It seems the last packager has lost interest on this package, so I've taken maintainership of it now.
I've added new patches to get it building again in this repository. I've changed the sources to use new mirrors. And I've also tweaked a few things in the PKGBUILD
, because some of the dependencies have become missing and/or unneeded.
The package is now building again. Though, if new issues arise, feel free to email me at the URL linked in the PKGBUILD. You can also flag this package instead, if you want, then explain in the comments what's wrong.
NOTE: This package uses GPG keys for verification.
To avoid build failures, make sure to run the following command before you install:
$ gpg --recv-key 51E8B148A9999C34
For more information, see the Arch Wiki article on makepkg verification.
Thanks @ryshglene, works well for me.
I have his sources mirrored here: https://github.com/ryshglene/mplayer-vaapi/releases/tag/36265
Try editing the PKGBUILD to use the sources there instead, and see if it builds. I haven't it tested personally, but it should work without any problems (as its the same exact files).
Edit: It doesn't work without any problems.
In particular, I got errors while building stream/stream_smb.c
because of some missing headers. And also with ffmpeg's libavcodec/libx264.c
, because of API changes.
I've added patches to fix this, so anyone wanting to test can clone the repo at: https://gitlab.com/arvl/aurpkg-mplayer-vaapi
As of now, it works for me, at least.
Looks like the project has gone away - URL is not reachable and sources have disappeared (404)…
Pinned Comments
ryshglene commented on 2020-04-02 20:52 (UTC) (edited on 2020-09-19 15:49 (UTC) by ryshglene)
It seems the last packager has lost interest on this package, so I've taken maintainership of it now.
I've added new patches to get it building again in this repository. I've changed the sources to use new mirrors. And I've also tweaked a few things in the
PKGBUILD
, because some of the dependencies have become missing and/or unneeded.The package is now building again. Though, if new issues arise, feel free to email me at the URL linked in the PKGBUILD. You can also flag this package instead, if you want, then explain in the comments what's wrong.
NOTE: This package uses GPG keys for verification.
To avoid build failures, make sure to run the following command before you install:
For more information, see the Arch Wiki article on makepkg verification.