User:Tyrael
From Openmoko
(Difference between revisions)
m |
|||
| (4 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | [http://www.tyrael.it Home Page] | |
| + | |||
| + | |||
| + | openmoko-mediaplayer2 seems to have broken dependancies, so install: | ||
| + | |||
| + | ipkg install gst-meta-audio libspiff liburiparser0 | ||
| + | |||
| + | |||
| + | in case of gstreamer error about resource busy: | ||
| + | killall pulseaudio | ||
| + | |||
| + | |||
| + | (13:01:17) abraxa_: In that case you can just do a find on build/tmp/work/ and see which package created libicui18n.so, then rebuild said package | ||
| + | (13:03:28) CM: Tyrael: I've had that error before, and usually this fixes it: bitbake -c rebuild qmake2-native icu; bitbake -c rebuild webkit-gtk | ||
| + | |||
| + | http://cutecom.sourceforge.net/ | ||
Latest revision as of 18:23, 5 November 2007
openmoko-mediaplayer2 seems to have broken dependancies, so install:
ipkg install gst-meta-audio libspiff liburiparser0
in case of gstreamer error about resource busy:
killall pulseaudio
(13:01:17) abraxa_: In that case you can just do a find on build/tmp/work/ and see which package created libicui18n.so, then rebuild said package
(13:03:28) CM: Tyrael: I've had that error before, and usually this fixes it: bitbake -c rebuild qmake2-native icu; bitbake -c rebuild webkit-gtk
