Bug 117873 - is media-sound/bmpx sparc friendly?
Bug#: 117873 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dragonheart@gentoo.org Reported By: dragonheart@gentoo.org
Component: Library
URL: 
Summary: is media-sound/bmpx sparc friendly?
Keywords:  
Status Whiteboard: 
Opened: 2006-01-05 04:30 0000
Description:   Opened: 2006-01-05 04:30 0000
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 From Daniel Black 2006-01-05 15:06:31 0000 -------
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 From Gustavo Zacarias (RETIRED) 2006-01-06 06:17:52 0000 -------
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 From Gustavo Zacarias (RETIRED) 2006-01-06 06:18:22 0000 -------
Created an attachment (id=76332) [details]
conky+bmpx on sparc

------- Comment #4 From Daniel Black 2006-01-07 04:50:22 0000 -------
Thanks Gustavo.

Reported problem upstream.

------- Comment #5 From Gustavo Zacarias (RETIRED) 2006-01-10 08:06:35 0000 -------
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.