Package Details: cropgui 0.7-1

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.000000
First Submitted: 2010-05-15 21:14 (UTC)
Last Updated: 2023-11-30 08:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

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:

wget https://aur.archlinux.org/cgit/aur.git/snapshot/cropgui.tar.gz
tar xvf cropgui.tar.gz
cd cropgui
makepkg
find pkg

ax34 commented on 2020-04-09 21:55 (UTC)

(1/1) checking for file conflicts                                             [############################################] 100%
error: failed to commit transaction (conflicting files)
cropgui: /bin exists in filesystem (owned by filesystem)
Errors occurred, no packages were upgraded.

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:

cropgui: /sbin exists in filesystem (owned by filesystem)

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).