Search Criteria
Package Details: pyqt4-common 4.12.3-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyqt4.git (read-only, click to copy) |
---|---|
Package Base: | pyqt4 |
Description: | Common PyQt files shared between python-pyqt4 and python2-pyqt4 |
Upstream URL: | https://riverbankcomputing.com/software/pyqt/intro |
Licenses: | GPL |
Conflicts: | pyqt-common |
Provides: | pyqt-common |
Replaces: | pyqt-common |
Submitter: | arojas |
Maintainer: | LaughingMan |
Last Packager: | LaughingMan |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-24 08:49 (UTC) |
Last Updated: | 2023-05-11 01:50 (UTC) |
Dependencies (9)
- qt4AUR
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber) (make)
- phonon-qt4AUR (make)
- python-dbus (make)
- python-sip-pyqt4AUR (make)
- python2-dbusAUR (make)
- python2-openglAUR (make)
- python2-sip-pyqt4AUR (make)
- sip4AUR (sip4AUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »
marmistrz commented on 2020-10-12 12:27 (UTC)
@Tmpod for now you can use the pkgbuild under https://github.com/archlinux/svntogit-packages/blob/a08d7b0a901fb814ac2094fe609468c49ff0d6db/trunk/PKGBUILD to build python2-opengl locally.
Hopefully someone will submit python2-opengl to AUR soon.
Tmpod commented on 2020-10-12 12:21 (UTC)
Yeah, but how can it be fixed now? I need this package :/
marmistrz commented on 2020-10-12 11:34 (UTC)
python2-opengl was removed in this commit: https://github.com/archlinux/svntogit-packages/commit/83dbec474df3f12bd84b07c8415ce530281c756e#diff-8d0411b338c83cd8cd8ad9d9db127101
vS0uz4 commented on 2020-10-07 02:38 (UTC)
Guys, how to install the package if currently the dependency "python2-opengl" cannot be met?
python2-opengl no longer exists.
cuppajoeman commented on 2020-08-31 16:50 (UTC)
When I tried to install this I got the following 404:
<deleted-account> commented on 2020-07-26 09:18 (UTC)
I got an error:
$ pacaur -S python-pyqt4 :: Package python-pyqt4 not found in repositories, trying AUR... :: resolving dependencies... :: looking for inter-conflicts...
AUR Packages (5) phonon-qt4-4.10.3-1 pyqt4-common-4.12.3-4 python-pyqt4-4.12.3-4 python-sip-pyqt4-4.19.22-1 python2-sip-pyqt4-4.19.22-1
Repo Packages (6) cmake-3.18.0-2 extra-cmake-modules-5.72.0-1 jsoncpp-1.9.3-1 python2-opengl-3.1.5-1 rhash-1.3.9-2 sip-4.19.23-1
Repo Download Size: 10.88 MiB Repo Installed Size: 64.83 MiB
:: Proceed with installation? [J/n] :: Retrieving package(s)... no results found for pyqt4 update complete: /home/egil/.cache/pacaur/phonon-qt4 update complete: /home/egil/.cache/pacaur/python-sip-pyqt4 :: failed to retrieve pyqt4 package
maximaman commented on 2020-05-09 21:13 (UTC)
The creation of the package fails during the
build()
stage with the following error:Error: PyQt4 cannot be built with sip v5 (or later).
.I managed to fix the error by replacing all invocations of
configure-ng.py
with invocations ofconfigure.py
. (Check out the diff at the end of the comment for more info.)After fixing the aforementioned error, I experienced another one (again during the
build()
stage):This traceback turned out to be from an invocation of
configure.py
usingpython2
, so I checked whether I hadpython2-sip
installed, and I did not (as I expected). Naturally, installing that package solved the problem for me. (I suppose that it is also necessary to havepython-sip
installed so that the invocation ofconfigure.py
usingpython3
would succeed as well.)After that, I experienced another error during the
package_pyqt4-common()
phase:It turned out that the error is caused by the
make install
not being properly invoked for thepyrcc
subdirectory by thepackage_pyqt4-common()
function: the value of theDESTDIR
variable is not assigned, so theinstall
target for thepyrcc
subdirectory would attempt to copy a file into the real root instead of the fake one (which causes the permission error). I was able to fix the problem and (finally!) successfully build the package by changing the invocations ofmake install
forpyrcc
andpylupdate
to haveDESTDIR
set to the fakeroot.Here is a diff containing all of my modifications to the tip of the
master
branch:malibu commented on 2020-05-02 16:50 (UTC) (edited on 2020-05-02 17:09 (UTC) by malibu)
Hi there, I am getting an invalid key error installing phonon with the default trizen install for python-pyqt4:
phonon-4.10.2.tar.xz ... FAILED (unknown public key B92A5F04EC949121).
I have read that phonon is deprecated and should be removed. so I am happy to read that phonon is optional for this package; can anyone tell me how to skip it so that I can install pyqt4 which I need for hp-setup in order to get my printer to work?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »