[Om2008.12] mplayer ... libmad

2009-01-15 Thread boilers...@gmail.com
Hi All,

my /etc/opkg/ has the following:

cat Multiverse-feed.conf
src/gz daily-Multiverse http://downloads.openmoko.org/repository/Multiverse

cat all-feed.conf
src/gz om-dev-all http://downloads.openmoko.org/repository/Om2008.8/all

cat arch.conf
arch all 1
arch any 6
arch noarch 11
arch arm 16
arch armv4t 21
arch om-gta02 26

cat armv4t-feed.conf
src/gz om-dev-armv4t http://downloads.openmoko.org/repository/Om2008.8/armv4t

cat om-gta02-feed.conf
src/gz om-dev-om-gta02 
http://downloads.openmoko.org/repository/Om2008.8/om-gta02

and even after an opkg update:
opkg list|grep -i mplayer returns nothing
as well as opkg list|grep -i libmad

Question:
how do I install mplayer ?

I'd like to test Dylan Reilly's recent contributions.


Thanks for supporting,
have a nice day.
Mike

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Om2008.12] mplayer ... libmad

2009-01-15 Thread Dylan Reilly
Mplayer was removed from the official repositories due to licensing
issues or such. You can use mine [1] or perhaps find one somewhere
else. I think the FDOM images have one in them.

[1] http://atariland.net/~dreilly/openmoko/audio/mplayer.gz

On Thu, Jan 15, 2009 at 4:18 PM, boilers...@gmail.com
boilers...@gmail.com wrote:
 Hi All,

 my /etc/opkg/ has the following:

 cat Multiverse-feed.conf
 src/gz daily-Multiverse http://downloads.openmoko.org/repository/Multiverse

 cat all-feed.conf
 src/gz om-dev-all http://downloads.openmoko.org/repository/Om2008.8/all

 cat arch.conf
 arch all 1
 arch any 6
 arch noarch 11
 arch arm 16
 arch armv4t 21
 arch om-gta02 26

 cat armv4t-feed.conf
 src/gz om-dev-armv4t http://downloads.openmoko.org/repository/Om2008.8/armv4t

 cat om-gta02-feed.conf
 src/gz om-dev-om-gta02 
 http://downloads.openmoko.org/repository/Om2008.8/om-gta02

 and even after an opkg update:
 opkg list|grep -i mplayer returns nothing
 as well as opkg list|grep -i libmad

 Question:
 how do I install mplayer ?

 I'd like to test Dylan Reilly's recent contributions.


 Thanks for supporting,
 have a nice day.
 Mike

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
Dylan Maxwell Reilly

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Om2008.12] mplayer ... libmad

2009-01-15 Thread boilers...@gmail.com
On Thu, 15 Jan 2009 17:00:10 -0500
Dylan Reilly drei...@atariland.net wrote:

 Mplayer was removed from the official repositories due to licensing
 issues or such. You can use mine [1] or perhaps find one somewhere
 else. I think the FDOM images have one in them.
 
 [1] http://atariland.net/~dreilly/openmoko/audio/mplayer.gz

Thank you,

I've installed your mplayer and I'm trying to resolve the dependencies.

By now I'm stuck here:
mplayer: error while loading shared libraries: libmad.so.0: cannot open shared 
object file: No such file or directory
and I can't find the libmad package anywhere.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Om2008.12] mplayer ... libmad

2009-01-15 Thread boilers...@gmail.com
On Thu, 15 Jan 2009 17:43:30 -0500
Dylan Reilly drei...@atariland.net wrote:

 Yup, that is another one that was removed. Sorry that I did not
 realize it. I have no idea where to get a package of that, but [1] the
 binary from my system. I have not flashed in ages so I have all this
 now-forbidden fruit.
 
 [1] http://atariland.net/~dreilly/openmoko/audio/libmad.tar.gz

Yeah, thank you Dylan
mplayer runs :)

About pythm, same as The Digital Pioneer, and
python /usr/lib/python2.5/site-packages/pythm/mplayer/mplayerbackend.py
returns

No Locale found, falling back! Error was:[Errno 2] No translation file found 
for domain: 'pythm'
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/pythm/mplayer/mplayerbackend.py, line 
5, in module
import alsaaudio
ImportError: No module named alsaaudio

(while /tmp/pythm.log is empty)

Thanks for your support and contribution!

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Om2008.12] mplayer ... libmad

2009-01-15 Thread Dylan Reilly
I mentioned in the other thread too that I missed a dependency of
python-pyalsaaudio. But, this time I found where I go it! You can find
a package for it in the shr repository.

http://shr.bearstech.com/shr-testing/ipk/armv4t/python-pyalsaaudio-dbg_0.3-ml0.1_armv4t.ipk

On Thu, Jan 15, 2009 at 6:26 PM, boilers...@gmail.com
boilers...@gmail.com wrote:
 On Thu, 15 Jan 2009 17:43:30 -0500
 Dylan Reilly drei...@atariland.net wrote:

 Yup, that is another one that was removed. Sorry that I did not
 realize it. I have no idea where to get a package of that, but [1] the
 binary from my system. I have not flashed in ages so I have all this
 now-forbidden fruit.

 [1] http://atariland.net/~dreilly/openmoko/audio/libmad.tar.gz

 Yeah, thank you Dylan
 mplayer runs :)

 About pythm, same as The Digital Pioneer, and
 python /usr/lib/python2.5/site-packages/pythm/mplayer/mplayerbackend.py
 returns

 No Locale found, falling back! Error was:[Errno 2] No translation file found 
 for domain: 'pythm'
 Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/pythm/mplayer/mplayerbackend.py, 
 line 5, in module
import alsaaudio
 ImportError: No module named alsaaudio

 (while /tmp/pythm.log is empty)

 Thanks for your support and contribution!

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
Dylan Maxwell Reilly

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Om2008.12] mplayer ... libmad

2009-01-15 Thread boilers...@gmail.com
On Thu, 15 Jan 2009 19:28:21 -0500
Dylan Reilly drei...@atariland.net wrote:

 I mentioned in the other thread too that I missed a dependency of
 python-pyalsaaudio. But, this time I found where I go it! You can find
 a package for it in the shr repository.
 
 http://shr.bearstech.com/shr-testing/ipk/armv4t/python-pyalsaaudio-dbg_0.3-ml0.1_armv4t.ipk

Hi Dylan,

http://shr.bearstech.com/shr-testing/ipk/armv4t/python-pyalsaaudio_0.3-ml0.1_armv4t.ipk
fixes the missing module

so, I confirm that by following your instructions it works on a vanilla 2008.12

I'm not able to compare it with the upstream ( 
http://wiki.openmoko.org/wiki/Pythm ) pythm
but to me the responsiveness looks perfect.

I also confirm that on my box the headset detection is not working
and that your thread 
http://marc.info/?l=openmoko-communitym=122067281800506w=2 is a good starting 
point for a fix.
On my box, the command
dbus-monitor --system 
type='signal',path='/org/freedesktop/Hal/devices/platform_neo1973_button_0_logicaldev_input'
does not output anything when I plug / unplug the headset.

For now I'm manually switching between alsa 'scenarios'
using your helpful http://atariland.net/~dreilly/openmoko/headphones.state file.

Great job!!
Thank you.
Mike

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Om2008.12] mplayer ... libmad

2009-01-15 Thread Dylan Reilly
In OM2008.12, the dbus signal for the headset changed. I have a script
that should work if you want it.  Let me know and I can throw it up
when I get into work tomorrow. However, I think a better program was
linked not too many days ago.

Personally, I use frameworkd for all that now.

On Thu, Jan 15, 2009 at 9:06 PM, boilers...@gmail.com
boilers...@gmail.com wrote:
 On Thu, 15 Jan 2009 19:28:21 -0500
 Dylan Reilly drei...@atariland.net wrote:

 I mentioned in the other thread too that I missed a dependency of
 python-pyalsaaudio. But, this time I found where I go it! You can find
 a package for it in the shr repository.

 http://shr.bearstech.com/shr-testing/ipk/armv4t/python-pyalsaaudio-dbg_0.3-ml0.1_armv4t.ipk

 Hi Dylan,

 http://shr.bearstech.com/shr-testing/ipk/armv4t/python-pyalsaaudio_0.3-ml0.1_armv4t.ipk
 fixes the missing module

 so, I confirm that by following your instructions it works on a vanilla 
 2008.12

 I'm not able to compare it with the upstream ( 
 http://wiki.openmoko.org/wiki/Pythm ) pythm
 but to me the responsiveness looks perfect.

 I also confirm that on my box the headset detection is not working
 and that your thread 
 http://marc.info/?l=openmoko-communitym=122067281800506w=2 is a good 
 starting point for a fix.
 On my box, the command
 dbus-monitor --system 
 type='signal',path='/org/freedesktop/Hal/devices/platform_neo1973_button_0_logicaldev_input'
 does not output anything when I plug / unplug the headset.

 For now I'm manually switching between alsa 'scenarios'
 using your helpful http://atariland.net/~dreilly/openmoko/headphones.state 
 file.

 Great job!!
 Thank you.
 Mike

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
Dylan Maxwell Reilly

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community