Updated to follow better PKGBUILD standards
Search Criteria
Package Details: ale 0.9.0.3-2
Package Actions
| Package Base: | ale |
|---|---|
| Description: | Anti-Lamenessing Engine - image enhancement tools |
| Upstream URL: | http://repo.or.cz/w/Ale.git |
| Category: | multimedia |
| Licenses: | |
| Submitter: | TiborB |
| Maintainer: | buhrietoe |
| Last Packager: | None |
| Votes: | 11 |
| First Submitted: | 2008-01-24 22:52 |
| Last Updated: | 2013-06-09 03:33 |
Dependencies (3)
Required by (1)
Sources
Latest Comments
Comment by buhrietoe
Comment by buhrietoe
Updated! Source tarball is on dropbox because upstream has been down for some time (http://auricle.dyndns.org/ALE/) I have included what looks to be the official git repo as the upstream URL.
Comment by TiborB
I disowned the package, it is your turn now. Thanks :)
Comment by TiborB
I disowned the package, it is your turn now. Thanks :)
Comment by buhrietoe
Greetings,
I do not like the dropbox location either, but I do not have a better place to put it at the moment and upstream has been down for some time. I would like to take it over if you are no longer interested.
Comment by TiborB
Hi buhrietoe,
I am not interested in the tool anymore, you are, so you might overtake the package, would you?
As for your PKGBUILD, I dont like the dropboxusercontent.com as a source of code, I have no idea how long it will be preserved there.
But if you overtake, it would be up your problem, not mine...
Comment by buhrietoe
https://github.com/Buhrietoe/ale-aur/blob/master/PKGBUILD
Homepage has been down for some time. I've archived a good copy of the src tarball in this new PKBUILD. It is version 0.9.0.3
Comment by buhrietoe
I've found the upstreams 'testing' 0.9.0.3 to be much more stable than 0.8.11.2 which crashes often for me.
Comment by buhrietoe
--- PKGBUILD 2011-07-28 13:30:58.000000000 -0500
+++ ale/PKGBUILD 2011-10-17 13:04:07.702892983 -0500
@@ -1,16 +1,16 @@
# Contributor: Tibor Bamhor <tiborb95 at gmail dot com>
pkgname=ale
-pkgver=0.8.11.2
+pkgver=0.9.0.3
pkgrel=1
pkgdesc="Anti-Lamenessing Engine - image enhancement tools"
url="http://auricle.dyndns.org/ALE/"
license="GPL"
arch=('i686' 'x86_64')
-depends=('perl-exiftool')
-source=(http://auricle.dyndns.org/ALE/download/ale-0.8.11.2.tar.gz)
+depends=('perl-exiftool' 'imagemagick')
+source=(http://auricle.dyndns.org/ALE/download/ale-$pkgver.tar.gz)
-md5sums=('1ed83d080a4bf80f88ed78acb5149c26')
+md5sums=('ace3d9874577085112adbf409f27b069')
build() {
cd $srcdir/$pkgname-$pkgver