Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#468 - missing dependency for kdegraphics: fribidi, lcms
Attached to Project:
Arch Linux
Opened by Manuel Zamora (tale) - Wednesday, 18 February 2004, 17:49 GMT
Last edited by Damir Perisa (damir.perisa) - Thursday, 26 February 2004, 16:01 GMT
Opened by Manuel Zamora (tale) - Wednesday, 18 February 2004, 17:49 GMT
Last edited by Damir Perisa (damir.perisa) - Thursday, 26 February 2004, 16:01 GMT
|
Detailsthe kdegraphics build file misses dependencies for compiling ksvg: fribidi and lcms. both are in the pacman repositories.
corrected PKGBUILD-File: # $Id: PKGBUILD,v 1.3 2004/02/04 19:18:43 manolis Exp $ # Maintainer: Manolis Tzanidakis <manolis@archlinux.org> pkgname=kdegraphics pkgver=3.2.0 pkgrel=2 pkgdesc="KDE Graphics Programs" url="http://www.kde.org" pkgurl="ftp://ftp.us.kde.org/pub/kde/stable/3.2/src" groups=('kde') makedepends=('ghostscript' 'xpdf' 'lcms' 'fribidi') depends=('kdebase=3.2.0' 'imlib' 'glut' 'sane' 'libgphoto2') source=($pkgurl/$pkgname-$pkgver.tar.bz2) md5sums=('675dd4f557574097b911350cc47f0843') build() { cd $startdir/src/$pkgname-$pkgver # make it compile with freetype-2.1.7 # sed -i \ # 's:#include <freetype/freetype.h>:#include <ft2build.h>\n#include FT_FREETYPE_H\n#include <freetype/freetype.h>:' \ # kpovmodeler/pmtruetypecache.h ./configure --prefix=/opt/kde --disable-debug \ --enable-final # remove this if you build with < 512mb ram. make || return 1 make DESTDIR=$startdir/pkg install } # vim:ts=2:ft=sh |
This task depends upon
Closed by Damir Perisa (damir.perisa)
Thursday, 26 February 2004, 17:15 GMT
Reason for closing: Implemented
Thursday, 26 February 2004, 17:15 GMT
Reason for closing: Implemented
bug 483