You are not logged in.

#1 2007-05-31 17:41:20

spookshow
Member
From: abbotsford, bc
Registered: 2006-11-15
Posts: 95
Website

[request] pixel

http://www.kanzelsberger.com/pixel/

imight have just clear missed it in aur and packages....
but i am dying to try this program and would like a package built for it. i can do the dirty work if someone can make themselves available to help me build it (unless someone just wants to do it themselvses)
thanks in advance



it is an unlimited trial version, but pay if you like it kinda program. would like to see an aur build for it

Last edited by spookshow (2007-05-31 17:45:44)

Offline

#2 2007-05-31 18:43:57

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: [request] pixel

pkgname=pixel
pkgver=1.0.560
pkgrel=1
pkgdesc="Pixel image editor"
arch=(i686)
url="http://www.kanzelsberger.com"
license=('custom')
depends=('freetype2' 'libpng' 'sdl' 'lcms')
source=(http://www.kanzelsberger.com/binary/pixeldemo-$pkgver-linux.nosetup.i386.tar.bz2)
md5sums=(generate with makepkg -g)

build() {
  cd $startdir/src/Pixel
  mkdir -p $startdir/pkg/opt/pixel
  cp -R * $startdir/pkg/opt/pixel
  mkdir -p $startdir/pkg/usr/bin
  echo -e "#!/bin/bash\n/opt/pixel/pixel" > $startdir/pkg/usr/bin/pixel
  chmod 755 $startdir/pkg/usr/bin/pixel
}

You could install it to /usr/share/pixel instead of /opt/pixel, but I didn't like the license =]
optionally install sane (scanner), cups (printing), openexr (OpenEXR), libjasper (JPEG2000) for respective support.

Last edited by tardo (2007-05-31 18:47:45)

Offline

#3 2007-05-31 19:52:14

spookshow
Member
From: abbotsford, bc
Registered: 2006-11-15
Posts: 95
Website

Re: [request] pixel

thanks. that should help me immensely. really want to try this. i WILL pay for software if i find it to be really good. heh. will build it tonight after work!

Offline

#4 2007-05-31 20:09:34

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: [request] pixel

Well my first impression was that it was made incredibly well. I'll give it that. I unpacked the source, changed directory and ran the program and it ran without a single fuss. That there is superior programming.
Program-wise, it looks almost exactly like Paint .NET. Didn't try to paint anything so I can't comment on the functionality =]

Offline

#5 2007-06-01 00:05:27

spookshow
Member
From: abbotsford, bc
Registered: 2006-11-15
Posts: 95
Website

Re: [request] pixel

that is a very very slick program. seems very well built. i will have to play with it quite a bit and possibly (ugh) buy it at the demo price wink
still cheaper than photoshop (but more expensive than the gimp)

Offline

Board footer

Powered by FluxBB