Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17052 - KDE 3.1 uses libart_lgpl for SVG
Summary: KDE 3.1 uses libart_lgpl for SVG
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 18:42 UTC by Matt Rogers
Modified: 2011-10-30 22:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Rogers 2003-03-07 18:42:41 UTC
KDE 3.1 (and higher) use the libart_lgpl (>= 2.3.8) library that is also used 
with gnome for SVG icons.  libart_lgpl should be emerged before the building of 
kdelibs in order for this recommended dependency. According to 
http://www.kde.org/info/requirements/3.1.php it's not required but recommended.

Reproducible: Always
Steps to Reproduce:
1. emerge kde (w/o kde installed)
2. watch the configure messages from the kdelibs-3.1 package
3. configure will complain about the missing library
4. build continues

Actual Results:  
nothing really, the build continues just fine, but support for SVG is left out

Expected Results:  
libart_lgpl >= 2.3.8 should be added to the portage tree when emerging kde

Portage 2.0.47-r7 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 Pentium II (Deschutes)
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share
/config /usr/X11R6/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm arts avi crypt cups gif gpm jpeg kde libg++ libwww 
mikmod mmx mpeg ncurses nls pdflib png quicktime sdl spell truetype xml2 xmms 
xv zlib gdbm berkdb slang readline svga java X tcpd pam ssl python esd imlib 
oggvorbis gtk qt motif opengl -gnome aalib bonobo dga directfb doc -encode 
junit lcms ldap maildir odbc perl pic samba tcltk tiff"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS=""
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2003-03-21 18:00:31 UTC
added media-libs/libart_lgpl to depend of kdelibs-3.1*. 
thanks.