Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117873 - is media-sound/bmpx sparc friendly?
Summary: is media-sound/bmpx sparc friendly?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117412
  Show dependency tree
 
Reported: 2006-01-05 04:30 UTC by Daniel Black (RETIRED)
Modified: 2006-01-10 08:06 UTC (History)
2 users (show)

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


Attachments
conky+bmpx on sparc (bmpx+conky-sparc.png,638.03 KB, image/png)
2006-01-06 06:18 UTC, Gustavo Zacarias (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Black (RETIRED) gentoo-dev 2006-01-05 04:30:31 UTC
Looking at version bumping conky - bug #117412. The bmpx USE flag depends on media-sound/bmp. Is this sparc friendly or is a bmpx use.mask required.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2006-01-05 15:06:31 UTC
test plan from Roman Bogorodskiy

Needed stuff:

1. dbus
2. bmpx with dbus support
3. conky with bmpx support

To configure dbus one need to edit ~/.xinitrc and add such a line:

dbus-launch --auto-syntax --exit-with-session COMMAND

where COMMAND is a command your window manager, e.g. startfluxbox,
startkde, etc.

then one need to:

- restart X
- check if dbus works:
  echo $DBUS_SESSION_BUS_ADDRESS should print something. If not, it's
better to consult this page:
http://bmpx.beep-media-player.org/site/FAQ#Running_with_D-BUS
- add something like "${bmpx_artist} - ${bmpx_title}" below "TEXT"
  word in ~/.conkyrc file. (sample at /usr/share/doc/conky-1.3.5/conkyrc.sample.gz)
- launch bmpx and start playing some track
- start conky-1.3.5 (currently masked)

BMPx track title and artist should appear on the screen.

Comment 2 Gustavo Zacarias (RETIRED) gentoo-dev 2006-01-06 06:17:52 UTC
Tested bmpx-0.12.9-r1 (since i'm on dbus-0.50 atm) but -r2 should be fine too so i stuck ~sparc keywords into them.
Conky otoh has issues with bmpx, the track number shows fine but not the track name or artist. Sometimes they show up blank or with a few chars of mess.
Comment 3 Gustavo Zacarias (RETIRED) gentoo-dev 2006-01-06 06:18:22 UTC
Created attachment 76332 [details]
conky+bmpx on sparc
Comment 4 Daniel Black (RETIRED) gentoo-dev 2006-01-07 04:50:22 UTC
Thanks Gustavo.

Reported problem upstream.
Comment 5 Gustavo Zacarias (RETIRED) gentoo-dev 2006-01-10 08:06:35 UTC
Just as a side curiosity, when upgrading from -r1 (dbus-0.50) to -r2 (dbus-0.60) i had to nuke $HOME/.bmpx otherwise it would segfault on startup.