Search Criteria
Package Details: qt-recordmydesktop 0.3.8.r602-5
Git Clone URL: | https://aur.archlinux.org/qt-recordmydesktop.git (read-only, click to copy) |
---|---|
Package Base: | qt-recordmydesktop |
Description: | Qt4 frontend for recordMyDesktop |
Upstream URL: | http://recordmydesktop.sourceforge.net |
Keywords: | desktop frontend gui my qt qt4 record recordMyDesktop |
Licenses: | |
Submitter: | jelly |
Maintainer: | None |
Last Packager: | dpeukert |
Votes: | 5 |
Popularity: | 0.25 |
First Submitted: | 2018-06-04 20:04 |
Last Updated: | 2020-12-02 12:28 |
Dependencies (7)
- python (python-dbg)
- xorg-xwininfo
- recordmydesktop>=0.3.8.1
- python-pyqt4>=4.1.0
- qt4>=4.2.0 (qt4-revert80e3108)
- autoconf (autoconf-git) (make)
- automake>=1.5.0 (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
Latest Comments
1 2 Next › Last »
df8oe commented on 2020-12-09 07:14
I played around and I found that there is no PyQt4 module available in python3. help("modules") shows only a PyQt5 module - but no PyQt4 module. But python-pyqt4 is installed...
Solution:
- rebuild (reinstall) python-pyqt4
- install python-sip-pyqt4
After doing this qt-recordmydesktop builds and installs flawlessly.
df8oe commented on 2020-12-05 11:20
Same here. Python-pyqt4 is version 4.12.3-4 and error message tells PyQt4>=4.1 must be present.
WFV commented on 2020-12-03 20:19
PKGBUILD 'qt4>=4.2.0', pacman -Qi shows qt4-4.8.7-32 but getting same error as simona
simona commented on 2020-12-03 10:28
configure: error: You need PyQt4>=4.1 installed to procceed
df8oe commented on 2020-06-23 09:39
I think your guess is right. I do not have any other explanation for this strange behaviour.
dpeukert commented on 2020-06-23 09:34
Hmmm, looks like Sourceforge might be generating the file on the fly and not doing a great job at it. I'll probably switch to the latest release and just include patch files for the newer commits.
df8oe commented on 2020-06-22 17:09
Sometimes the mentioned link is working but most of the time it does not (Error 404). Issue is gone with 0.3.8.r602-2
WFV commented on 2020-06-22 17:00
% updpkgsums ==> Retrieving sources... -> Downloading qt-recordmydesktop-0.3.8.r602-2.zip... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://sourceforge.net/code-snapshots/svn/r/re/recordmydesktop/svn/recordmydesktop-svn-r602-trunk.zip Aborting... ==> ERROR: Failed to generate new checksums
df8oe commented on 2020-06-22 11:02
0.3.8.r602-2 works like a charm - and your old one is working now, too. But it has not worked until today morning - I have tried it at 7:00 CEST. Now it is working, too. Very, very weird... Thanks for your work!
dpeukert commented on 2020-06-22 10:27
@df8oe: That link is provided by the Download Snapshot link in the
recordmydesktop
subdirectory, which is useless for me, as I need the stuff from theqt-recordmydesktop
subdirectory. I can try changing the link to https://sourceforge.net/code-snapshots/svn/r/re/recordmydesktop/svn/recordmydesktop-svn-r602-trunk-qt-recordmydesktop.zip to only get the stuff from that subdirectory, but I'm still stumped as to why the download doesn't work for you.