Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26624 - gnome support in gdk-pixbuf-0.22.0-r1.ebuild
Summary: gnome support in gdk-pixbuf-0.22.0-r1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-14 08:04 UTC by Serge Matveev
Modified: 2003-08-18 04:52 UTC (History)
0 users

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


Attachments
Patch for using 'gnome', 'mmx' and 'doc' flags (gdk-pixbuf-0.22.0-r1.patch,1.04 KB, patch)
2003-08-14 08:05 UTC, Serge Matveev
Details | Diff
Patch for using 'gnome', 'mmx' and 'doc' flags (gdk-pixbuf-0.22.0-r1.patch,1.04 KB, patch)
2003-08-14 08:09 UTC, Serge Matveev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Matveev 2003-08-14 08:04:59 UTC
1) gdk-pixbuf-0.22.0-r1.ebuild:

RDEPEND="media-libs/jpeg
    media-libs/tiff
    =x11-libs/gtk+-1.2*
    >=media-libs/libpng-1.2.1
    amd64? sys-libs/db : <sys-libs/db-2
    >=gnome-base/gnome-libs-1.4.1.2-r1"
# We need gnome-libs here, else gnome support do not get compiled into
# gdk-pixbuf (the GnomeCanvasPixbuf library ) 

Why "we need gnome libs"? I think, we must change last string on:

gnome? ( >=gnome-base/gnome-libs-1.4.1-r2 )

2) Apropos, configure has "--disable-mmx" flag, so we can using here

use mmx || myconf="${myconf} --disable-mmx"

See attach for corrected version.
Comment 1 Serge Matveev 2003-08-14 08:05:54 UTC
Created attachment 16099 [details, diff]
Patch for using 'gnome', 'mmx' and 'doc' flags
Comment 2 Serge Matveev 2003-08-14 08:09:27 UTC
Created attachment 16100 [details, diff]
Patch for using 'gnome', 'mmx' and 'doc' flags

Oops, sorry. Wrong gnome-lib revision.
Comment 3 Spider (RETIRED) gentoo-dev 2003-08-16 06:38:48 UTC
The gnome useflag is an old issue, it will remain as-is due to how the libraries are linked and interchanged. perhaps when portage supports backwards-rebuilding and feature-enabling it can be changed. as it is at the moment most applications that ever use gdk-pixbuf will break if it isn't linked to gnome-libs.

Comment 4 foser (RETIRED) gentoo-dev 2003-08-18 04:04:00 UTC
mmx could be added though...

Comment 5 Spider (RETIRED) gentoo-dev 2003-08-18 04:52:16 UTC
done. (no, not USE="gnome" ;)