Package Details: gimp-plugin-deskew-git 1.1-4

Git Clone URL: https://aur.archlinux.org/gimp-plugin-deskew-git.git (read-only, click to copy)
Package Base: gimp-plugin-deskew-git
Description: Auto straighten lines of text in scanned documents
Upstream URL: https://github.com/gimp-plugins-justice/gimp-deskew-plugin
Licenses: GPL
Conflicts: gimp-plugin-deskew
Provides: gimp-plugin-deskew
Submitter: None
Maintainer: nik123true
Last Packager: nik123true
Votes: 6
Popularity: 0.000000
First Submitted: 2012-05-23 10:38 (UTC)
Last Updated: 2025-11-03 08:52 (UTC)

Latest Comments

1 2 Next › Last »

nik123true commented on 2025-11-03 08:53 (UTC)

I've added the gimp<2.99 line, but I can't really test it as I'm no longer on arch.

Freso commented on 2025-10-23 15:33 (UTC)

Maybe make this specifically incompatible with gimp>=2.99 (ie., gimp 3)? https://github.com/gimp-plugins-justice/gimp-deskew-plugin/issues/7

diff --git i/PKGBUILD w/PKGBUILD
index ac1db98..300fd1d 100755
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -16,7 +16,7 @@ arch=('x86_64' 'x86_64_v3')
 #(old) url="https://github.com/prokoudine/gimp-deskew-plugin"
 url="https://github.com/gimp-plugins-justice/gimp-deskew-plugin"
 license=('GPL')
-depends=('gimp')
+depends=('gimp<2.99')
 makedepends=('git' 'gcc' 'automake' 'autoconf' 'intltool' 'gettext')
 provides=('gimp-plugin-deskew')
 conflicts=('gimp-plugin-deskew')

(Also needs update for automake 1.18: https://github.com/gimp-plugins-justice/gimp-deskew-plugin/pull/8 )

usernamelogin commented on 2025-06-03 13:05 (UTC) (edited on 2025-06-03 13:06 (UTC) by usernamelogin)

When attempting to build for gimp 2.10*, I get the following error with autogen.sh:

configure:7792: error: possibly undefined macro: AM_NLS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Using automake-1.17 and related tools.

* (as GIMP 3.0 breaks a ton of my workflows)

nik123true commented on 2025-04-25 17:36 (UTC)

Cannot fix package at the moment as it's lacking GIMP 3 support

See here: https://github.com/gimp-plugins-justice/gimp-deskew-plugin/issues/7

nik123true commented on 2024-02-13 11:47 (UTC)

@Freso I did, now

Freso commented on 2024-02-10 12:16 (UTC)

Hi! Any chance you could add 'x86_64_v3' to the $arch array? :) (See https://rfc.archlinux.page/0002-march/ )

Jimmy_Heavenly commented on 2021-11-09 03:23 (UTC)

Thank you!

nik123true commented on 2020-01-06 15:12 (UTC)

Took ownership and fix the package for you all.

If there are any more issues, please reply immediately so that this package works again.

VoltaicLoki commented on 2018-05-19 00:16 (UTC)

Hey, sorry for the lack of response here. If someone else would like to take over maintainership of this package please go ahead. I am no longer running arch so updating this isn't a very high priority for me.

dreieck commented on 2018-05-17 11:17 (UTC) (edited on 2018-05-17 11:20 (UTC) by dreieck)

Also, please rework the PKGBUILD:

  • Get sources via source=-variable (it supports git, read the PKGBUILD documentation),
  • apply patches etc. in prepare(),
  • run make in build(),
  • and leave only the "moving files around" (including make install) in package().