Search Criteria
Package Details: cropgui 0.9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cropgui.git (read-only, click to copy) |
---|---|
Package Base: | cropgui |
Description: | a simple tool for lossless jpeg cropping |
Upstream URL: | https://github.com/jepler/cropgui |
Licenses: | GPL |
Submitter: | jose1711 |
Maintainer: | PainSan67 |
Last Packager: | PainSan67 |
Votes: | 16 |
Popularity: | 0.23 |
First Submitted: | 2010-05-15 21:14 (UTC) |
Last Updated: | 2024-11-01 11:04 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- perl-image-exiftool
- python-gobject
- python-pillow (python-pillow-simd-gitAUR)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
jackoneill commented on 2019-11-30 15:23 (UTC)
It fails to crop some images because exiftool isn't installed. The project's README.md says:
"exiftool to clear the EXIF rotation flag from jpeg output images (debian package: libimage-exiftool-perl)"
The corresponding Arch package is perl-image-exiftool. Once I installed that package, it successfully cropped the images that were making it fail before.
Here is the console output from the fails:
Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, self.__kwargs) File "/usr/lib/python2.7/site-packages/cropgui_common.py", line 87, in runner subprocess.call(["exiftool", "-overwrite_original", "-Orientation=1", "-n", target]) File "/usr/lib/python2.7/subprocess.py", line 172, in call return Popen(*popenargs, kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 394, in __init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
jose1711 commented on 2019-03-20 20:16 (UTC)
@dreieck
please show me the output of:
makepkg; find pkg
dreieck commented on 2019-03-20 17:01 (UTC)
Packaging error:
Install to
/usr/bin
instead and do nothing at all about/sbin
(it is a symlink to/usr/bin
on a proper Arch Linux system).alx741 commented on 2018-12-02 15:08 (UTC)
jose1711 commented on 2018-12-02 10:37 (UTC)
actually, quite the opposite. this is how it looks on my system:
PATH env variable on your system likely has
/usr/bin
preceded by/bin
. this does not make sense though as/bin
is only a symbolic link to/usr/bin
. i suggest you check and fix your PATH in/etc/profile
,~/.bashrc
or the-like. this should fix package building as well.alx741 commented on 2018-12-02 02:00 (UTC)
@jose1711 well, seems it's nothing unexpected:
jose1711 commented on 2018-11-30 20:39 (UTC)
i checked the
install.sh
script and it looks a bit strange. when-p PREFIX
is used, the value ofPREFIX
is not really used. i wonder what's the output ofwhich python2
on your systemalx741 commented on 2018-11-30 13:44 (UTC)
@jose1711 here it is:
jose1711 commented on 2018-11-27 20:21 (UTC)
@alx741
weird error message. please follow these steps in terminal (as a regular user):
alx741 commented on 2018-11-27 17:20 (UTC) (edited on 2018-11-30 13:40 (UTC) by alx741)
@jose1711, sorry! I read your reply just now. I'm still getting the same error, here is the whole output (using aurman):
« First ‹ Previous 1 2 3 4 5 6 Next › Last »