You are not logged in.

#1 2003-10-05 16:10:55

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Scribus and lcms

LittleCMS:

pkgname=lcms
pkgver=1.11
pkgrel=1
pkgdesc="free color management engine"
depends=('xfree86' 'python' 'libjpeg' 'zlib' 'libtiff' 'glibc')
conflicts=()
backup=()
install=
source=(http://littlecms.com/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr 
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Scribus:

pkgname=scribus
pkgver=1.1.1
pkgrel=1
pkgdesc="A desktop publishing program"
url="http://www.scribus.org.uk"
depends=('libpng' 'cups' 'gcc' 'lcms' 'qt' 'libtiff' 'openssl' 'ghostscript' 'freetype2' 'libart-lgpl')
conflicts=()
backup=()
install=
source=(http://ahnews.music.salford.ac.uk/scribus/$pkgname-$pkgver.tar.gz)
md5sums=('3a776ee7057292065ffa50614309aad6')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-xinerama
  make || return 1
  make prefix=$startdir/pkg/usr install
}


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#2 2003-10-22 11:16:19

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: Scribus and lcms

I was searching for a desktop publishing and Scribus does the work. Nice its already in incoming.

Screenshot:
http://www.icewalkers.com/Linux/Softwar … ribus.html


Markku

Offline

Board footer

Powered by FluxBB