Search Criteria
Package Details: radeon-profile-git 20200504.r0.g2e0b4d9-1
Git Clone URL: | https://aur.archlinux.org/radeon-profile-git.git (read-only, click to copy) |
---|---|
Package Base: | radeon-profile-git |
Description: | App for display info about radeon card |
Upstream URL: | http://github.com/marazmista/radeon-profile |
Licenses: | |
Provides: | |
Replaces: | |
Submitter: | marazmista |
Maintainer: | marazmista |
Last Packager: | marazmista |
Votes: | 70 |
Popularity: | 0.71 |
First Submitted: | 2013-07-31 22:43 |
Last Updated: | 2020-05-04 19:00 |
Dependencies (13)
- libxkbcommon-x11 (libxkbcommon-git)
- libxrandr (libxrandr-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-charts (qt5-charts-git)
- git (git-git) (make)
- qt5-tools (qt5-tools-git) (make)
- mesa-demos (mesa-demos-git) (optional) – for glxinfo
- radeon-profile-daemon (radeon-profile-daemon-git) (optional) – system daemon for reading card info
- sudo (nosudo, sudo-hg, opendoas-sudo, fake-sudo, sudo-selinux) (optional) – start with root privilages without password
- xf86-video-amdgpu (xf86-video-amdgpu-git, xf86-video-amdgpu-nosystemd-git) (optional) – amdgpu open source driver
- xf86-video-ati (xf86-video-ati-git) (optional) – radeon open source driver
- xorg-xdriinfo (optional) – display driver name
- xorg-xrandr (xorg-xrandr-git) (optional) – show card connected outputs
Required by (1)
- radeon-profile-daemon-git (requires radeon-profile)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
bastelfreak commented on 2016-05-15 23:45
Hi,
I now get a different error :(
https://ci.virtapi.org/job/Arch_Package_radeon-profile-git/3/console
lrelease: could not exec '/usr/lib/qt/bin/lrelease': No such file or directory
Danysan commented on 2016-05-15 19:56
You should add libxrandr to the dependencies:
depends=('qt5-base' 'libxkbcommon-x11' 'libxrandr')
You could also remove xorg-xrandr from the optional dependencies.
Also, to make the translation system work you should add this to build():
lrelease ../radeon-profile/radeon-profile/radeon-profile.pro
cp ../radeon-profile/radeon-profile/*.qm .
And this to package():
for translation in *.qm
do
install -Dm644 "$translation" "$pkgdir/usr/share/radeon-profile/$translation"
done
marazmista commented on 2016-05-15 08:51
Hi, try to install libxrandr. I will add it to dependencies.
bastelfreak commented on 2016-05-14 22:06
Hi,
I think some X stuff is missing as a makedepend:
https://ci.virtapi.org/job/Arch_Package_radeon-profile-git/1/console
I'm unable to build the PKGBUILD in a clean environment.
Xorg commented on 2016-03-05 08:52
@marazmista: thank you!
marazmista commented on 2016-02-29 21:21
Sure, thanks for info :)
Xorg commented on 2016-02-27 09:57
Can you replace source=('git://github.com/marazmista/radeon-profile.git') by source=('git+https://github.com/marazmista/radeon-profile.git') please?
I have a timeout (with my network connection) when the https is missing. :)
marazmista commented on 2015-11-27 17:26
Thanks for suggestion, I've modified PKGBUILD.
master176281 commented on 2015-11-25 19:24
The loading of the "xcb" qt plugin depends on libxkbcommon-x11, so any errors regarding this plugin were solved by installing libxkbcommon-x11.
Maybe libxkbcommon-x11 should be a dependency?
Edit\
Thanks for this great tool
marazmista commented on 2015-10-17 20:09
Thanks, I'm glad you like it :)
There is some stuff left to do though, like with new kernels, you can obtain clocks, temperature and gpu usage (which is super cool) using ioctls. I didn't figure out how to do it yet, but such functionality should be in program like this.