Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139594 - media-gfx/feh-1.3.4 should respect USE=xinerama
Summary: media-gfx/feh-1.3.4 should respect USE=xinerama
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 12:40 UTC by Viktor Griph
Modified: 2006-07-15 23:21 UTC (History)
1 user (show)

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


Attachments
patch to feh's configure.ac to add --disable-xinerama option +regen (optional-xinerama.patch,24.84 KB, patch)
2006-07-07 17:24 UTC, Viktor Griph
Details | Diff
patch to media-gfx/feh-1.3.4 to add xinderama use flag (ebuild.patch,1.50 KB, patch)
2006-07-07 17:26 UTC, Viktor Griph
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Viktor Griph 2006-07-07 12:40:27 UTC
feh compiles perfectly well without xinerama support. Instead of depending on xinerama it should respect the xinerama use flag.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-07 16:10:36 UTC
# ldd `which feh`
	linux-gate.so.1 =>  (0xffffe000)
	libz.so.1 => /lib/libz.so.1 (0xb7efd000)
	libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7ed8000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0xb7dea000)
	libImlib2.so.1 => /usr/lib/libImlib2.so.1 (0xb7d7d000)
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7d0d000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0xb7cff000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7cfa000)
	libm.so.6 => /lib/libm.so.6 (0xb7cd3000)
	libgiblib.so.1 => /usr/lib/libgiblib.so.1 (0xb7cca000)
	libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7caa000)
	libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7ca7000)
	libc.so.6 => /lib/libc.so.6 (0xb7b6a000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0xb7b66000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7b61000)
	/lib/ld-linux.so.2 (0xb7f22000)

Sorry, deps need to be deterministic. Feel free to reopen if you have a patch to make it respect the flag.
Comment 2 Viktor Griph 2006-07-07 17:24:32 UTC
Created attachment 91176 [details, diff]
patch to feh's configure.ac to add --disable-xinerama option +regen
Comment 3 Viktor Griph 2006-07-07 17:26:30 UTC
Created attachment 91177 [details, diff]
patch to media-gfx/feh-1.3.4 to add xinderama use flag
Comment 4 Viktor Griph 2006-07-07 17:28:49 UTC
patch attached, reopeninig
Comment 5 SpanKY gentoo-dev 2006-07-15 23:21:32 UTC
fixed in cvs