Package Details: imgp 2.8-1

Git Clone URL: https://aur.archlinux.org/imgp.git (read-only, click to copy)
Package Base: imgp
Description: Multi-core batch image resizer and rotator
Upstream URL: https://github.com/jarun/imgp
Licenses: GPL3
Conflicts: imgp-git
Submitter: ebilgenius
Maintainer: pabloariasal
Last Packager: pabloariasal
Votes: 6
Popularity: 0.001540
First Submitted: 2016-10-04 19:21 (UTC)
Last Updated: 2021-01-06 14:15 (UTC)

Latest Comments

Firestar commented on 2024-07-01 11:18 (UTC)

pkgname=imgp
_pkgauthor=jarun
pkgver=2.9
pkgrel=1
pkgdesc="Multi-core batch image resizer and rotator"
arch=('any')
url="https://github.com/${_pkgauthor}/${pkgname}"
license=('GPL3')
depends=('python' 'python-pillow')
source=("https://github.com/${_pkgauthor}/${pkgname}/archive/refs/tags/v$pkgver.tar.gz")
conflicts=('imgp-git')
sha256sums=('4cc3dcbe669ff6b97641ce0c6c332e63934d829a0700fd87171d5be5b1b89305')

package() {
    make -C "${pkgname}-$pkgver" DESTDIR="${pkgdir}" PREFIX="/usr" install
}

omnigenous commented on 2024-06-28 02:58 (UTC)

imgp v2.9 is out (https://github.com/jarun/imgp/releases/tag/v2.9)

pabloariasal commented on 2018-03-25 17:52 (UTC)

Package has been updated to version 2.5

<deleted-account> commented on 2018-02-19 04:10 (UTC)

imgp v2.5 is released. Please update.

Please add jpdasma as a co-maintainer as shaggytwodope is off the grid for months.

<deleted-account> commented on 2017-04-17 06:32 (UTC)

imgp v2.3 is released today (https://github.com/jarun/imgp/releases/tag/v2.3). Please update.

Dragonlord commented on 2016-10-06 08:52 (UTC)

Why duplicating the information by creating "_pkgname=imgp" instead of sticking with the pkgname only? The "provides" variable might come handy in the -git package, but is unnecessary in this package.