Search Criteria
Package Details: cropgui 0.6-1
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: | jose1711 |
Last Packager: | jose1711 |
Votes: | 14 |
Popularity: | 0.048716 |
First Submitted: | 2010-05-15 21:14 (UTC) |
Last Updated: | 2021-12-20 08:03 (UTC) |
Dependencies (6)
- gtk3 (gtk3-git, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-classic, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-no-hdri, imagemagick-full)
- libjpeg (libjpeg-turbo-minimal-git, mozjpeg-git, mozjpeg, libjpeg-turbo-git, libjpeg-turbo)
- perl-image-exiftool
- python-gobject (python-gobject-git)
- python-pillow (python-pillow-git, python-pillow-simd)
Latest Comments
eniac commented on 2022-02-04 12:41 (UTC)
I was able to fix the AttributeError issue on Wayland by applying the patch at https://pythonissues.com/issues/2146027
eniac commented on 2021-12-21 18:08 (UTC) (edited on 2021-12-21 18:08 (UTC) by eniac)
Tried both cropgui-git and cropgui, I always get the following error, any idea?
Rhinoceros commented on 2021-12-17 08:07 (UTC)
Thanks for opening the issue @jose1711
jose1711 commented on 2021-12-17 08:04 (UTC)
@Rhinoceros Yes, can confirm this. https://github.com/jepler/cropgui/issues/94
Rhinoceros commented on 2021-12-17 00:14 (UTC)
I rebuilt for python 3.10 and cropgui is failing to launch for me. Anyone else with this problem?
Rhinoceros commented on 2020-07-22 13:49 (UTC)
Works fine for me:
How are you installing it?
dreieck commented on 2020-07-22 13:46 (UTC)
Regarding this and this problems, I added the following at the end of the
install()
-function:dreieck commented on 2020-07-22 13:42 (UTC)
It creates a directory
/share
. It is a non-standard one.Do you want to have
/usr/share
insteas?dreieck commented on 2020-07-22 13:34 (UTC)
Wants to create
/sbin
, which it should not (it is a symlink to/usr/bin
):Rhinoceros commented on 2020-05-19 23:16 (UTC)
Thanks for the update, but it's broken.
You have one item in the
source
array, and two in themd5sums
.ax34 commented on 2020-04-19 00:35 (UTC)
And what should i do with it? I'm not a maintainer nor a developer of cropgui.
jose1711 commented on 2020-04-18 20:25 (UTC)
@ax34 not on two of my systems:
i suggest to take a deeper look into
install.sh
script.ax34 commented on 2020-04-18 20:10 (UTC) (edited on 2020-04-18 20:15 (UTC) by ax34)
edit: @jose1711 Resulting package contains
cropgui
binary in/bin
instead of/usr/bin
, is it done right way?https://user-images.githubusercontent.com/20617900/79670274-68367e00-81ca-11ea-9a88-f163094006dd.png
ax34 commented on 2020-04-18 20:05 (UTC)
@jose1711 https://gist.github.com/axredneck/dd5ac56c7df5df440f4c6188ac45c226
jose1711 commented on 2020-04-18 18:16 (UTC)
@ax34 i cannot reproduce the issue you're having. can you please post full output of:
ax34 commented on 2020-04-09 21:55 (UTC)
Rhinoceros commented on 2020-03-26 02:54 (UTC) (edited on 2020-03-27 07:14 (UTC) by Rhinoceros)
@jose1711 since this is broken (as per your link), could you please patch this package?
EDIT: Actually the patch in the link doesn't fix it for me EDIT2: The comments fix it though
jose1711 commented on 2020-03-09 22:24 (UTC)
see https://github.com/jepler/cropgui/issues/67
jose1711 commented on 2019-12-09 17:06 (UTC)
@jackoneill then i believe it'd best if that dependency is there. fixed. thank you for reporting this
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):
jose1711 commented on 2018-05-09 20:36 (UTC)
@alx741: can't reproduce it, can you please post the whole output?
willemw commented on 2018-05-08 21:28 (UTC)
"provides=('cropgui')" is redundant.
"conflicts=('cropgui-git')" is redundant. See "provides" of cropgui-git.
alx741 commented on 2018-05-08 20:21 (UTC)
I'm getting this error:
error: failed to commit transaction (conflicting files) cropgui-git: /bin exists in filesystem Errors occurred, no packages were upgraded.
I'm guessing the package needs a fix?
jose1711 commented on 2017-10-01 19:02 (UTC)
Rhinoceros commented on 2017-10-01 01:25 (UTC)
Rhinoceros commented on 2016-12-07 02:45 (UTC)
ZaZam commented on 2015-08-17 11:28 (UTC)
quite commented on 2013-10-26 15:48 (UTC)
willemw commented on 2013-07-23 08:04 (UTC)
jose1711 commented on 2013-07-23 07:51 (UTC)
willemw commented on 2013-07-21 12:46 (UTC)
Alister.Hood commented on 2013-07-18 09:36 (UTC)
Alister.Hood commented on 2013-07-10 03:48 (UTC)
mrbit commented on 2012-08-02 22:48 (UTC)
jose1711 commented on 2012-08-02 22:18 (UTC)
mrbit commented on 2012-08-02 22:11 (UTC)
jose1711 commented on 2012-08-02 21:44 (UTC)
bkuri commented on 2012-08-02 09:15 (UTC)