<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>121740</bug_id>
          
          <creation_ts>2006-02-05 15:02 0000</creation_ts>
          <short_desc>[EBUILD]  Listen - &quot;Another&quot; music manager</short_desc>
          <delta_ts>2006-09-14 09:43:59 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://listengnome.free.fr/</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>127276</dependson>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>xoen.gnu@gmail.com</reporter>
          <assigned_to>bass@gentoo.org</assigned_to>
          <cc>bass@gentoo.org</cc>
    
    <cc>follettoonip@gmail.com</cc>
    
    <cc>gentoo@amielke.de</cc>
    
    <cc>gianluca.dallatorre@tiscali.it</cc>
    
    <cc>hunter.thompson@laposte.net</cc>
    
    <cc>maxima.bugs@gmail.com</cc>
    
    <cc>paulmedic555@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>xoen.gnu@gmail.com</who>
            <bug_when>2006-02-05 15:02:33 0000</bug_when>
            <thetext>I&apos;ve seen the screenshot and screencast on the site, and it seems to be great for a so young program, here the features :

    * Play your favorite music
    * Manage your music library
    * Manage your ipod
    * Make playlist
    * Automatically or manually download album cover
    * Automatically synchronize album cover with iPod
    * Easy burn a audio CD
    * Manage your ipod
    * Directly get informations from wikipedia when you play a song
    * See the lyric of a song
    * Have statistics about your favorite song, album or artist</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>xoen.gnu@gmail.com</who>
            <bug_when>2006-02-06 23:57:39 0000</bug_when>
            <thetext>Another version, 0.2-1 is out. This fixes some problem, and add web radio support. This the changes :

* add some verification while parse tag file
* add verification if album cover exist in song directory
* correct some problem when write tag on the file
* Change mutagen version with lastest found on quodlibet website
* Add flac support (thank quolibet&amp;mutagen developper)
* Correct problem with gnome key binding
* Correct tracknumber sort column
* Remove splashscreen if no module image (not really essential)
* add es.po translation (thx to mariodebian)
* add it.po translation (thx to Claudio Riva )
* add correction in fr.po (thx to Ersplus)
* Missing translate in osd.py
* Add a simple cache for wikipedia
* Add clean entry in Makefile
* Change some text error
* Add all wikipedia lang with over 100,000 articles
* Add parse directory to follow link
* First implemantion of web radio (only m3u playlist work or stream url)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-02-07 06:10:11 0000</bug_when>
            <thetext>Created an attachment (id=79118)
listen-0.2.1.ebuild

Here&apos;s a &quot;quick done&quot; ebuild for listen.
Current problems are:
- ipod support will not work until a ebuild for python-gpod is created
- listen doesn&apos;t seem to like all my flac files :(</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-02-07 06:21:16 0000</bug_when>
            <thetext>Created an attachment (id=79119)
listen-0.2.1.ebuild

typo correction </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-02-07 08:56:03 0000</bug_when>
            <thetext>I&apos;ve searched a little for the iPod support and discovered that &apos;python-gpod&apos; isn&apos;t a package: it&apos;s part of libgpod (in portage). The problem is that the ebuild doesn&apos;t build and install the python bindings for libgpod. 
A solution would be to rework libgpod&apos;s ebuild but for the moment i can&apos;t figure out how to do that...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>r.weyland@gmx.de</who>
            <bug_when>2006-02-07 19:08:01 0000</bug_when>
            <thetext>There probably is still anything incorrect in the build:

I get following output after having emerged the ebuild and its dependencies - listen itself is not starting:

saillord@swordfish ~ $ listenI
Traceback (most recent call last):
  File &quot;/usr/bin/listen&quot;, line 50, in ?
    from player import *
  File &quot;/usr/lib/listen/player.py&quot;, line 34, in ?
    from view_playlist_current import *
  File &quot;/usr/lib/listen/view_playlist_current.py&quot;, line 29, in ?
    from db_manager import DBManager
  File &quot;/usr/lib/listen/db_manager.py&quot;, line 27, in ?
    from song import *
  File &quot;/usr/lib/listen/song.py&quot;, line 23, in ?
    import ogg.vorbis
ImportError: No module named vorbis
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-02-08 09:12:04 0000</bug_when>
            <thetext>(In reply to comment #5)

maybe you miss python bindings for ogg:

* dev-python/pyogg
     Available versions:  !1.1 1.3 1.3-r1
     Installed:           1.3-r1
     Homepage:            http://www.andrewchatham.com/pyogg/
     Description:         Python bindings for the ogg library

if so, just tell me and i&apos;ll add it to $DEPEND</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aberg@doomnet.de</who>
            <bug_when>2006-02-08 11:44:38 0000</bug_when>
            <thetext>does listen really depend on dev-python/gnome-python-extras only when ipod use flag is set? I guess it&apos;s a must have dependency as well as the following two...

dev-python/pyvorbis
dev-python/imaging</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-02-08 14:29:11 0000</bug_when>
            <thetext>Created an attachment (id=79279)
listen-0.2.1-r1.ebuild

(In reply to comment #7)

You&apos;re right, dev-python/gnome-python-extras is a must have dependency.
You&apos;re right again about pyvorbis but since it depends on pyogg i&apos;ve replaced pyogg by pyvorbis in the ebuild, it should cover both dependencies.
I&apos;m not sure about dev-python/imaging because it isn&apos;t installed on my system and it doesn&apos;t seem to matter...
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>xoen.gnu@gmail.com</who>
            <bug_when>2006-02-08 22:21:11 0000</bug_when>
            <thetext>The site is closed : http://listengnome.free.fr/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Temporarily close

Listen doesn&apos;t respect some copyright,

the project is temporarily stopped, the time to do what is necessary

and giving the appropriate credits to the people concerned,

like the creators of Quodlibet/Mutagen who without those listen would be nothing

All my excuses to Joe Wreschnig

Sorry for disagree
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can also read the open letter from Joe the developer of &quot;Quod libet&quot; : http://www.sacredchao.net/~piman/journal/archives/2006/02/08/copyright-infringement/</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gentoo@amielke.de</who>
            <bug_when>2006-03-06 13:09:56 0000</bug_when>
            <thetext>nother version, 0.3 is out. 

This the changes :

New release 0.3   08/02/2006
    * Add Audioscrobbler support
    * Change license to GPLv2 only
    * Many UI change
    * New preference dialog
    * Many bug fix
    * Some volume effect on startup and stop
    * Crossfade support</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gentoo@amielke.de</who>
            <bug_when>2006-03-07 08:06:11 0000</bug_when>
            <thetext>Another version, 0.3.1 is out. 

New release 0.3.1

06/03/2006

Some bug fix

Hide and encrypt audioscrobbler password

Add option to clear playlist when add a new song</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bass@gentoo.org</who>
            <bug_when>2006-03-23 01:55:11 0000</bug_when>
            <thetext>hacke to py bindings in libgpod #127276</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mambro87@gmail.com</who>
            <bug_when>2006-03-26 03:13:25 0000</bug_when>
            <thetext>Created an attachment (id=83149)
Ebuild for the last version

New ebuild</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mambro87@gmail.com</who>
            <bug_when>2006-03-26 03:15:13 0000</bug_when>
            <thetext>(From update of attachment 83149)
&gt;# Copyright 1999-2005 Gentoo Foundation
&gt;# Distributed under the terms of the GNU General Public License v2
&gt;# $Header: /media-sound/listen/listen-0.3.1.ebuild 2006/03/26 $
&gt;
&gt;inherit eutils
&gt;
&gt;MYPV=0.3.1
&gt;DESCRIPTION=&quot;A Music player and management for GNOME&quot;
&gt;HOMEPAGE=&quot;http://listengnome.free.fr&quot;
&gt;SRC_URI=&quot;http://heanet.dl.sourceforge.net/sourceforge/listengnome/${PN}-${MYPV}.tar.gz&quot;
&gt;
&gt;LICENSE=&quot;GPL-2&quot;
&gt;IUSE=&quot;ipod&quot;
&gt;SLOT=&quot;0&quot;
&gt;KEYWORDS=&quot;~amd64 ~x86&quot;
&gt;
&gt;RDEPEND=&quot;&gt;=dev-lang/python-2.3
&gt;	&gt;=dev-python/pygtk-2.0
&gt;	&gt;=media-libs/gstreamer-0.8
&gt;	&gt;=dev-python/gst-python-0.8.2
&gt;	dev-python/pyvorbis
&gt;	dev-python/pymad
&gt;	dev-python/pysqlite
&gt;	dev-python/gnome-python-extras
&gt;	ipod? ( &gt;=media-libs/libgpod-0.3 )&quot;
&gt;
&gt;DEPEND=&quot;${RDEPEND}
&gt;	&gt;=x11-libs/gtk+-2.8
&gt;        &gt;=sys-apps/dbus-0.50&quot;
&gt;
&gt;S=${WORKDIR}/${PN}-${MYPV}
&gt;
&gt;pkg_setup() {
&gt;	if use ipod; then 
&gt;		ewarn &quot;In order to use your iPod with Listen, you need to have&quot;
&gt;		ewarn &quot;the python bindings for libgpod. They are part of libgpod&quot;
&gt;		ewarn &quot;but aren&apos;t installed by the current ebuild&quot;
&gt;	fi 
&gt;
&gt;	if ! built_with_use sys-apps/dbus python ; then
&gt;                echo
&gt;                eerror &quot;In order to install Listen, you need to have sys-apps/dbus&quot;
&gt;                eerror &quot;with &apos;python&apos; in your USE flags. Please add that flag,&quot;
&gt;		eerror &quot;re-emerge dbus, and then emerge listen.&quot;
&gt;                die &quot;sys-apps/dbus is missing the python binding.&quot;
&gt;        fi 
&gt;
&gt;}
&gt;
&gt;src_unpack() {
&gt;	unpack ${A}
&gt;	cd ${S}
&gt;}
&gt;
&gt;src_compile() {
&gt;	make  || die &quot;compile failure&quot;
&gt;}
&gt;
&gt;src_install() {
&gt;	make DESTDIR=&quot;${D}&quot; PREFIX=&quot;/usr&quot; install || die &quot;install failure&quot;
&gt;}


</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-03-27 16:11:19 0000</bug_when>
            <thetext>Created an attachment (id=83269)
listen-0.4.2.ebuild

Version bump to 0.4.2
changes in ebuild:
-upgrade dep to &gt;=dev-python/gst-python-0.10
-new dep: dev-python/ctypes for mp4 &amp; m4a support
-correct needed versions of pysqlite and pygtk
-ebuild clean-up

There&apos;s still a bug in the ebuild: emerge it with FEATURES=&quot;-sandbox&quot; else it will fail (on a sandbox violation of course). I couldn&apos;t figure out what was going on so if somebody knows how to fix this issue, please update the ebuild.  </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gianluca.dallatorre@tiscali.it</who>
            <bug_when>2006-03-28 04:23:22 0000</bug_when>
            <thetext>I have some problem with this ebuild.
Listen 0.4.2 Complains in this mode, at startup:

File &quot;/usr/bin/listen&quot;, line 144, in __init__ self.run() File &quot;/usr/bin/listen&quot;, line 265, in run self.player = Player(self.osd) File &quot;/usr/lib/listen/player.py&quot;, line 54, in __init__ self.gst_player = GstPlayer(self) File &quot;/usr/lib/listen/gstplayer.py&quot;, line 60, in __init__ try: self.vis = gst.element_factory_make(config.get(&quot;player&quot;,&quot;vis&quot;)) PluginNotFoundError: goom</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-03-28 04:43:28 0000</bug_when>
            <thetext>(In reply to comment #16)

You seem to miss some gstreamer visualiation plugins...
try to emerge : &quot;media-libs/gst-plugins-good&quot;

Tell me if it solves the issue: i&apos;ll add it to the deps.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gianluca.dallatorre@tiscali.it</who>
            <bug_when>2006-03-28 05:16:30 0000</bug_when>
            <thetext>Beno</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gianluca.dallatorre@tiscali.it</who>
            <bug_when>2006-03-28 05:16:30 0000</bug_when>
            <thetext>Benoît, you are right.
After emerging &quot;media-libs/gst-plugins-good&quot; everything works fine.
You should add this packaeg to DEPEND flag.

Gian Luca</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gianluca.dallatorre@tiscali.it</who>
            <bug_when>2006-03-28 05:53:36 0000</bug_when>
            <thetext>New strange things happen.

When I launch listen form the command line, I see a lot of errors.
It seems that gstreamer 0.10 in his base configuration misses a lot of plugins needed by &quot;listen&quot; itself.

I added this packages those correct this behaviour:

gst-plugins-base
gst-plugins-gconf
gst-plugins-xvideo

Now, when I try to add a file or a folder, nothing happens. At command line I obtain a message such as &quot;$folder nothing to add&quot;.

The $folder is filled with Mp3... Am I missing some other plugins?

Gian Luca</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-03-28 06:09:45 0000</bug_when>
            <thetext>(In reply to comment #19)
here&apos;a list of the installed plugins on my sytem:

$ eix -I gst-plugins --compact
[I] media-libs/gst-plugins (0.8.12): Basepack of plugins for gstreamer
[I] media-libs/gst-plugins-base (0.10.4-r1): Basepack of plugins for gstreamer
[I] media-libs/gst-plugins-good (0.10.2): Basepack of plugins for gstreamer
[I] media-libs/gst-plugins-ugly (0.10.2): Basepack of plugins for gstreamer
[I] media-plugins/gst-plugins-alsa (0.8.12 0.10.4): plugin for gstreamer
[I] media-plugins/gst-plugins-cdparanoia (0.8.12 0.10.4): plugin for gstreamer
[I] media-plugins/gst-plugins-esd (0.8.12 0.10.2): plugin for gstreamer
[I] media-plugins/gst-plugins-faac (0.10.1): plugin for gstreamer
[I] media-plugins/gst-plugins-faad (0.10.1): plugin for gstreamer
[I] media-plugins/gst-plugins-flac (0.8.12 0.10.2): plugin for gstreamer
[I] media-plugins/gst-plugins-gconf (0.10.2): plugin for gstreamer
[I] media-plugins/gst-plugins-gnomevfs (0.8.12 0.10.4): plugin for gstreamer
[I] media-plugins/gst-plugins-lame (0.10.1): plugin for gstreamer
[I] media-plugins/gst-plugins-mad (0.8.12 0.10.2): plugin for gstreamer
[I] media-plugins/gst-plugins-ogg (0.8.12 0.10.4): plugin for gstreamer
[I] media-plugins/gst-plugins-pango (0.8.12 0.10.4): plugin for gstreamer
[I] media-plugins/gst-plugins-vorbis (0.8.12 0.10.4): plugin for gstreamer
[I] media-plugins/gst-plugins-x (0.10.4): plugin for gstreamer
[I] media-plugins/gst-plugins-xvideo (0.10.4-r1): plugin for gstreamer

Try to install them one by one so that we can find out which ones are really needed by &quot;listen&quot;
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gianluca.dallatorre@tiscali.it</who>
            <bug_when>2006-03-28 06:24:18 0000</bug_when>
            <thetext>(In reply to comment #20)

Ok, Here I Am.

After emerge, unmerge I have the following list:

gst-plugins-base (Alsa and so on)
gst-plugins-cdparanoia (Support for CDParanoia)
gst-plugins-good (goom Codec needed)
gst-plugins-gconf (Used by Listen to read gstreamer configuration)
gst-plugins-mad (MP3 Support)
gst-plugin-ogg (Ogg container support)
gst-plugin-vorbis (Vorbis compression support)
gst-plugin-xvideo (Video Support)

With this package, I have Listen 0.4.2 running and reading music.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hunter.thompson@laposte.net</who>
            <bug_when>2006-03-28 07:10:53 0000</bug_when>
            <thetext>Created an attachment (id=83298)
listen-0.4.2-r1.ebuild

fix problems with gtsreamer plugins according to comments #16 to #21
I also bumped all gstreamer&apos;s deps to &gt;=0.10 beacause since listen is ~ARCH, i think that it makes no sense to to stay with gtreamer-0.8 (if people disagrees, just edit your local copy of the ebuild).

All needed plugins are now enabled by USE flags.
Available flags are now: &quot;aac flac ipod mad vorbis&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gianluca.dallatorre@tiscali.it</who>
            <bug_when>2006-03-28 07:23:29 0000</bug_when>
            <thetext>There is a problem which I had with the application (not with ebuild). 
Do you have the same problems?
I proposed a patch to the listen bugzilla.

See

http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1460063&amp;group_id=161415&amp;atid=819743

for informations and stay tuned ;)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>evilfuzzy1@yahoo.com</who>
            <bug_when>2006-03-29 13:21:47 0000</bug_when>
            <thetext>Created an attachment (id=83395)
listen-0.4.2-r2.ebuild (sandbox fix)

Corrects the sandbox issues referenced in comment #15

Quodlibet had the same issue, so I just copied the relevant part of its fix to correct the issue.  Works for me anyway.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>benjfitz@yahoo.com</who>
            <bug_when>2006-04-02 06:30:17 0000</bug_when>
            <thetext>I just tried 0.4.2-r2 and it seems to be working beautifully.  I ended up compiling the source first before I went searching for the ebuild, so I had emerged all of the dependencies previously.  Thanks for putting this together, I hope it makes it into portage soon.

Here are the errors I get when I run it, though they don&apos;t *seem* to be doing any harm.

/usr/local/lib64/listen/main_window.py:105: GtkWarning: gtk_window_resize: assertion `width &gt; 0&apos; failed
  try: self.resize(int(config.get(&quot;window&quot;,&quot;width&quot;)),int(config.get(&quot;window&quot;,&quot;height&quot;)))
Introspect error: The name org.freedesktop.Notifications was not provided by any .service files
Gstplayer error: Resource not found. gstplaybasebin.c(1361): setup_source (): /playbin0</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>emb56@drexel.edu</who>
            <bug_when>2006-04-03 09:30:21 0000</bug_when>
            <thetext>This error occurs when emerging the latest ebuild. This is after getting past the Sandbox errors others were having:
  ebuild.sh, line 1557:   Called dyn_compile
  ebuild.sh, line 966:   Called src_compile
Anyone else see this?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>benjfitz@yahoo.com</who>
            <bug_when>2006-04-03 22:40:01 0000</bug_when>
            <thetext>Well I ran into a snag on amd64.  I&apos;m running into the problem where when I close listen it doesn&apos;t actually kill the program.  If I run it from the console I cant ctrl-c, but if I use the icon I setup I have to manually kill it after finding its pid.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>emb56@drexel.edu</who>
            <bug_when>2006-04-04 21:53:10 0000</bug_when>
            <thetext>Running python-updater fixes this error.


&gt; This error occurs when emerging the latest ebuild. This is after getting past
&gt; the Sandbox errors others were having:
&gt;   ebuild.sh, line 1557:   Called dyn_compile
&gt;   ebuild.sh, line 966:   Called src_compile


</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>emb56@drexel.edu</who>
            <bug_when>2006-04-04 21:55:56 0000</bug_when>
            <thetext>(In reply to comment #27)
&gt; Well I ran into a snag on amd64.  I&apos;m running into the problem where when I
&gt; close listen it doesn&apos;t actually kill the program.  If I run it from the
&gt; console I cant ctrl-c, but if I use the icon I setup I have to manually kill it
&gt; after finding its pid.
&gt; 

Did you try unchecking the &quot;minimize to system tray&quot; and &quot;close to system tray&quot; options in the preferences, especially if you aren&apos;t running Gnome?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bass@gentoo.org</who>
            <bug_when>2006-04-08 15:33:09 0000</bug_when>
            <thetext>io think that now it can be submitted to portage :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bass@gentoo.org</who>
            <bug_when>2006-04-08 16:03:29 0000</bug_when>
            <thetext>now in portage, please test
if any problem reopen this bug</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>necrotaur@gmail.com</who>
            <bug_when>2006-04-11 17:24:21 0000</bug_when>
            <thetext>(In reply to comment #31)
&gt; now in portage, please test
&gt; if any problem reopen this bug
&gt; 

I performed a test and it seems to work ok, except it cannot detect my ipod.  GTKPOD works fine, and I know kde wants to mount it through dbus/hald and does so sucessfully.  Here is the error returned by listen when the ipod is mounted:

Traceback (most recent call last):
  File &quot;/usr/lib/listen/hal.py&quot;, line 80, in __volume_mounted_cb
    device_dbus_obj = self.bus.get_object(&quot;org.freedesktop.Hal&quot; ,device_udi)
  File &quot;//usr/lib/python2.4/site-packages/dbus/_dbus.py&quot;, line 145, in get_object
    return self.ProxyObjectClass(self, named_service, object_path)
  File &quot;//usr/lib/python2.4/site-packages/dbus/proxies.py&quot;, line 143, in __init__
    (result, self._pending_introspect) = self._Introspect()
  File &quot;//usr/lib/python2.4/site-packages/dbus/proxies.py&quot;, line 155, in _Introspect
    message = dbus_bindings.MethodCall(self._object_path, &apos;org.freedesktop.DBus.Introspectable&apos;, &apos;Introspect&apos;)
  File &quot;dbus_bindings.pyx&quot;, line 1630, in dbus_bindings.MethodCall.__init__
  File &quot;dbus_bindings.pyx&quot;, line 1443, in dbus_bindings.Message.__init__
TypeError: expected string or Unicode object, NoneType found


Additionally, CD buring is dependent on serpentine.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bass@gentoo.org</who>
            <bug_when>2006-04-11 22:45:16 0000</bug_when>
            <thetext>serpentine added to &quot;cdr&quot; USE flag.

about your iPod problem i cannot reproduce it, it works here with my iPod using udev 087 and hal 0.5.5.5.1-r3</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>necrotaur@gmail.com</who>
            <bug_when>2006-04-12 12:47:58 0000</bug_when>
            <thetext>(In reply to comment #33)
&gt; serpentine added to &quot;cdr&quot; USE flag.
&gt; 
&gt; about your iPod problem i cannot reproduce it, it works here with my iPod using
&gt; udev 087 and hal 0.5.5.5.1-r3
&gt; 

Thanks on the serpentine dependency.  I found out my problem with the ipod.  I needed to recompile gnome-vfs with the hal USE flag.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>follettoonip@gmail.com</who>
            <bug_when>2006-09-14 09:43:59 0000</bug_when>
            <thetext>0.5 beta1 is out. any chanches to have an ebuild?</thetext>
          </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>79118</attachid>
            <date>2006-02-07 06:10 0000</date>
            <desc>listen-0.2.1.ebuild</desc>
            <filename>listen-0.2.1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6IC92YXIvY3Zzcm9vdC9nZW50b28teDg2L21lZGlhLXNvdW5kL2xpc3Rlbi9saXN0ZW4tMC4y
LjEuZWJ1aWxkIDIwMDYvMDIvMDcgJAoKaW5oZXJpdCBldXRpbHMKCk1ZUFY9MC4yLTEKREVTQ1JJ
UFRJT049IkEgTXVzaWMgcGxheWVyIGFuZCBtYW5hZ2VtZW50IGZvciBHTk9NRSIKSE9NRVBBR0U9
Imh0dHA6Ly9saXN0ZW5nbm9tZS5mcmVlLmZyIgpTUkNfVVJJPSIke0hPTUVQQUdFfS9wYWNrYWdl
cy9zcmMvJHtQTn1fJHtNWVBWfS50YXIuZ3oiCgpMSUNFTlNFPSJHUEwtMiIKSVVTRT0iaXBvZCIK
U0xPVD0iMCIKS0VZV09SRFM9In5hbWQ2NCB+eDg2IgoKUkRFUEVORD0iPj1kZXYtbGFuZy9weXRo
b24tMi4zCgk+PWRldi1weXRob24vcHlndGstMi4wCgk+PW1lZGlhLWxpYnMvZ3N0cmVhbWVyLTAu
OAoJPj1kZXYtcHl0aG9uL2dzdC1weXRob24tMC44LjIKCWRldi1weXRob24vcHlvZ2cKCWRldi1w
eXRob24vcHltYWQKCWRldi1weXRob24vcHlzcWxpdGUKCWlwb2Q/ICggZGV2LXB5dGhvbi9nbm9t
ZS1weXRob24tZXh0cmFzCiAgICAgICAgCW1lZGlhLWxpYnMvbGliZ3BvZCApIgoKREVQRU5EPSIk
e1JERVBFTkR9Cgk+PXgxMS1saWJzL2d0aystMi44CiAgICAgICAgPj1zeXMtYXBwcy9kYnVzLTAu
NTAiCgpET0NTPSJUT0RPIgpTPSR7V09SS0RJUn0vTGlzdGVuMgoKcGtnX3NldHVwKCkgewoJaWYg
dXNlIGlwb2Q7IHRoZW4gCgkJZXdhcm4gIkluIG9yZGVyIHRvIHVzZSB5b3VyIGlQb2Qgd2l0aCBM
aXN0ZW4sIHlvdSBuZWVkIHRvIGhhdmUiCgkJZXdhcm4gIidweXRob24tZ3BvZCcgd2hpY2ggaXNu
J3QgaW4gcG9ydGFnZS4gSWYgeW91IHdhbnQgdG8gY3JlYXRlIgoJCWV3YXJuICJhIGVidWlsZCwg
cHl0aG9uLWdwb2QgaXMgYXZhaWxhYmxlIGhlcmU6IGh0dHA6Ly93d3cuZ3RrcG9kLm9yZyIKCWZp
IAoKCWlmICEgYnVpbHRfd2l0aF91c2Ugc3lzLWFwcHMvZGJ1cyBweXRob24gOyB0aGVuCiAgICAg
ICAgICAgICAgICBlY2hvCiAgICAgICAgICAgICAgICBlZXJyb3IgIkluIG9yZGVyIHRvIGluc3Rh
bGwgTGlzdGVuLCB5b3UgbmVlZCB0byBoYXZlIHN5cy1hcHBzL2QkICAgICAgICAgICAgICAgIGVl
cnJvciAid2l0aCAncHl0aG9uJyBpbiB5b3VyIFVTRSBmbGFncy4gUGxlYXNlIGFkZCB0aGF0IGZs
YWcsICQgICAgICAgICAgICAgICAgZWVycm9yICJkYnVzLCBhbmQgdGhlbiBlbWVyZ2UgbGlzdGVu
LiIKICAgICAgICAgICAgICAgIGRpZSAic3lzLWFwcHMvZGJ1cyBpcyBtaXNzaW5nIHRoZSBweXRo
b24gYmluZGluZy4iCiAgICAgICAgZmkgCgp9CgpzcmNfdW5wYWNrKCkgewoJdW5wYWNrICR7QX0K
CWNkICR7U30KfQoKc3JjX2NvbXBpbGUoKSB7CgltYWtlICB8fCBkaWUgImNvbXBpbGUgZmFpbHVy
ZSIKfQoKc3JjX2luc3RhbGwoKSB7CgltYWtlIERFU1RESVI9IiR7RH0iIFBSRUZJWD0iL3VzciIg
aW5zdGFsbCB8fCBkaWUgImluc3RhbGwgZmFpbHVyZSIKfQoK
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>79119</attachid>
            <date>2006-02-07 06:21 0000</date>
            <desc>listen-0.2.1.ebuild</desc>
            <filename>listen-0.2.1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6IC92YXIvY3Zzcm9vdC9nZW50b28teDg2L21lZGlhLXNvdW5kL2xpc3Rlbi9saXN0ZW4tMC4y
LjEuZWJ1aWxkIDIwMDYvMDIvMDcgJAoKaW5oZXJpdCBldXRpbHMKCk1ZUFY9MC4yLTEKREVTQ1JJ
UFRJT049IkEgTXVzaWMgcGxheWVyIGFuZCBtYW5hZ2VtZW50IGZvciBHTk9NRSIKSE9NRVBBR0U9
Imh0dHA6Ly9saXN0ZW5nbm9tZS5mcmVlLmZyIgpTUkNfVVJJPSIke0hPTUVQQUdFfS9wYWNrYWdl
cy9zcmMvJHtQTn1fJHtNWVBWfS50YXIuZ3oiCgpMSUNFTlNFPSJHUEwtMiIKSVVTRT0iaXBvZCIK
U0xPVD0iMCIKS0VZV09SRFM9In5hbWQ2NCB+eDg2IgoKUkRFUEVORD0iPj1kZXYtbGFuZy9weXRo
b24tMi4zCgk+PWRldi1weXRob24vcHlndGstMi4wCgk+PW1lZGlhLWxpYnMvZ3N0cmVhbWVyLTAu
OAoJPj1kZXYtcHl0aG9uL2dzdC1weXRob24tMC44LjIKCWRldi1weXRob24vcHlvZ2cKCWRldi1w
eXRob24vcHltYWQKCWRldi1weXRob24vcHlzcWxpdGUKCWlwb2Q/ICggZGV2LXB5dGhvbi9nbm9t
ZS1weXRob24tZXh0cmFzCiAgICAgICAgCW1lZGlhLWxpYnMvbGliZ3BvZCApIgoKREVQRU5EPSIk
e1JERVBFTkR9Cgk+PXgxMS1saWJzL2d0aystMi44CiAgICAgICAgPj1zeXMtYXBwcy9kYnVzLTAu
NTAiCgpTPSR7V09SS0RJUn0vTGlzdGVuMgoKcGtnX3NldHVwKCkgewoJaWYgdXNlIGlwb2Q7IHRo
ZW4gCgkJZXdhcm4gIkluIG9yZGVyIHRvIHVzZSB5b3VyIGlQb2Qgd2l0aCBMaXN0ZW4sIHlvdSBu
ZWVkIHRvIGhhdmUiCgkJZXdhcm4gIidweXRob24tZ3BvZCcgd2hpY2ggaXNuJ3QgaW4gcG9ydGFn
ZS4gSWYgeW91IHdhbnQgdG8gY3JlYXRlIgoJCWV3YXJuICJhIGVidWlsZCwgcHl0aG9uLWdwb2Qg
aXMgYXZhaWxhYmxlIGhlcmU6IGh0dHA6Ly93d3cuZ3RrcG9kLm9yZyIKCWZpIAoKCWlmICEgYnVp
bHRfd2l0aF91c2Ugc3lzLWFwcHMvZGJ1cyBweXRob24gOyB0aGVuCiAgICAgICAgICAgICAgICBl
Y2hvCiAgICAgICAgICAgICAgICBlZXJyb3IgIkluIG9yZGVyIHRvIGluc3RhbGwgTGlzdGVuLCB5
b3UgbmVlZCB0byBoYXZlIHN5cy1hcHBzL2RidXMiCiAgICAgICAgICAgICAgICBlZXJyb3IgIndp
dGggJ3B5dGhvbicgaW4geW91ciBVU0UgZmxhZ3MuIFBsZWFzZSBhZGQgdGhhdCBmbGFnLCIgICAg
ICAgICAgICAgICAgIAoJCWVlcnJvciAicmUtZW1lcmdlIGRidXMsIGFuZCB0aGVuIGVtZXJnZSBs
aXN0ZW4uIgogICAgICAgICAgICAgICAgZGllICJzeXMtYXBwcy9kYnVzIGlzIG1pc3NpbmcgdGhl
IHB5dGhvbiBiaW5kaW5nLiIKICAgICAgICBmaSAKCn0KCnNyY191bnBhY2soKSB7Cgl1bnBhY2sg
JHtBfQoJY2QgJHtTfQp9CgpzcmNfY29tcGlsZSgpIHsKCW1ha2UgIHx8IGRpZSAiY29tcGlsZSBm
YWlsdXJlIgp9CgpzcmNfaW5zdGFsbCgpIHsKCW1ha2UgREVTVERJUj0iJHtEfSIgUFJFRklYPSIv
dXNyIiBpbnN0YWxsIHx8IGRpZSAiaW5zdGFsbCBmYWlsdXJlIgp9Cgo=
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>79279</attachid>
            <date>2006-02-08 14:29 0000</date>
            <desc>listen-0.2.1-r1.ebuild</desc>
            <filename>listen-0.2.1-r1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6IC9tZWRpYS1zb3VuZC9saXN0ZW4vbGlzdGVuLTAuMi4xLXIxLmVidWlsZCAyMDA2LzAyLzA3
ICQKCmluaGVyaXQgZXV0aWxzCgpNWVBWPTAuMi0xCkRFU0NSSVBUSU9OPSJBIE11c2ljIHBsYXll
ciBhbmQgbWFuYWdlbWVudCBmb3IgR05PTUUiCkhPTUVQQUdFPSJodHRwOi8vbGlzdGVuZ25vbWUu
ZnJlZS5mciIKU1JDX1VSST0iJHtIT01FUEFHRX0vcGFja2FnZXMvc3JjLyR7UE59XyR7TVlQVn0u
dGFyLmd6IgoKTElDRU5TRT0iR1BMLTIiCklVU0U9Imlwb2QiClNMT1Q9IjAiCktFWVdPUkRTPSJ+
YW1kNjQgfng4NiIKClJERVBFTkQ9Ij49ZGV2LWxhbmcvcHl0aG9uLTIuMwoJPj1kZXYtcHl0aG9u
L3B5Z3RrLTIuMAoJPj1tZWRpYS1saWJzL2dzdHJlYW1lci0wLjgKCT49ZGV2LXB5dGhvbi9nc3Qt
cHl0aG9uLTAuOC4yCglkZXYtcHl0aG9uL3B5dm9yYmlzCglkZXYtcHl0aG9uL3B5bWFkCglkZXYt
cHl0aG9uL3B5c3FsaXRlCglkZXYtcHl0aG9uL2dub21lLXB5dGhvbi1leHRyYXMKCWlwb2Q/ICgg
bWVkaWEtbGlicy9saWJncG9kICkiCgpERVBFTkQ9IiR7UkRFUEVORH0KCT49eDExLWxpYnMvZ3Rr
Ky0yLjgKICAgICAgICA+PXN5cy1hcHBzL2RidXMtMC41MCIKClM9JHtXT1JLRElSfS9MaXN0ZW4y
Cgpwa2dfc2V0dXAoKSB7CglpZiB1c2UgaXBvZDsgdGhlbiAKCQlld2FybiAiSW4gb3JkZXIgdG8g
dXNlIHlvdXIgaVBvZCB3aXRoIExpc3RlbiwgeW91IG5lZWQgdG8gaGF2ZSIKCQlld2FybiAidGhl
IHB5dGhvbiBiaW5kaW5ncyBmb3IgbGliZ3BvZC4gVGhleSBhcmUgcGFydCBvZiBsaWJncG9kIgoJ
CWV3YXJuICJidXQgYXJlbid0IGluc3RhbGxlZCBieSB0aGUgY3VycmVudCBlYnVpbGQiCglmaSAK
CglpZiAhIGJ1aWx0X3dpdGhfdXNlIHN5cy1hcHBzL2RidXMgcHl0aG9uIDsgdGhlbgogICAgICAg
ICAgICAgICAgZWNobwogICAgICAgICAgICAgICAgZWVycm9yICJJbiBvcmRlciB0byBpbnN0YWxs
IExpc3RlbiwgeW91IG5lZWQgdG8gaGF2ZSBzeXMtYXBwcy9kYnVzIgogICAgICAgICAgICAgICAg
ZWVycm9yICJ3aXRoICdweXRob24nIGluIHlvdXIgVVNFIGZsYWdzLiBQbGVhc2UgYWRkIHRoYXQg
ZmxhZywiCgkJZWVycm9yICJyZS1lbWVyZ2UgZGJ1cywgYW5kIHRoZW4gZW1lcmdlIGxpc3Rlbi4i
CiAgICAgICAgICAgICAgICBkaWUgInN5cy1hcHBzL2RidXMgaXMgbWlzc2luZyB0aGUgcHl0aG9u
IGJpbmRpbmcuIgogICAgICAgIGZpIAoKfQoKc3JjX3VucGFjaygpIHsKCXVucGFjayAke0F9Cglj
ZCAke1N9Cn0KCnNyY19jb21waWxlKCkgewoJbWFrZSAgfHwgZGllICJjb21waWxlIGZhaWx1cmUi
Cn0KCnNyY19pbnN0YWxsKCkgewoJbWFrZSBERVNURElSPSIke0R9IiBQUkVGSVg9Ii91c3IiIGlu
c3RhbGwgfHwgZGllICJpbnN0YWxsIGZhaWx1cmUiCn0K
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>83149</attachid>
            <date>2006-03-26 03:13 0000</date>
            <desc>listen-0.3.1.ebuild</desc>
            <filename>listen-0.3.1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6IC9tZWRpYS1zb3VuZC9saXN0ZW4vbGlzdGVuLTAuMy4xLmVidWlsZCAyMDA2LzAzLzI2ICQK
CmluaGVyaXQgZXV0aWxzCgpNWVBWPTAuMy4xCkRFU0NSSVBUSU9OPSJBIE11c2ljIHBsYXllciBh
bmQgbWFuYWdlbWVudCBmb3IgR05PTUUiCkhPTUVQQUdFPSJodHRwOi8vbGlzdGVuZ25vbWUuZnJl
ZS5mciIKU1JDX1VSST0iaHR0cDovL2hlYW5ldC5kbC5zb3VyY2Vmb3JnZS5uZXQvc291cmNlZm9y
Z2UvbGlzdGVuZ25vbWUvJHtQTn0tJHtNWVBWfS50YXIuZ3oiCgpMSUNFTlNFPSJHUEwtMiIKSVVT
RT0iaXBvZCIKU0xPVD0iMCIKS0VZV09SRFM9In5hbWQ2NCB+eDg2IgoKUkRFUEVORD0iPj1kZXYt
bGFuZy9weXRob24tMi4zCgk+PWRldi1weXRob24vcHlndGstMi4wCgk+PW1lZGlhLWxpYnMvZ3N0
cmVhbWVyLTAuOAoJPj1kZXYtcHl0aG9uL2dzdC1weXRob24tMC44LjIKCWRldi1weXRob24vcHl2
b3JiaXMKCWRldi1weXRob24vcHltYWQKCWRldi1weXRob24vcHlzcWxpdGUKCWRldi1weXRob24v
Z25vbWUtcHl0aG9uLWV4dHJhcwoJaXBvZD8gKCA+PW1lZGlhLWxpYnMvbGliZ3BvZC0wLjMgKSIK
CkRFUEVORD0iJHtSREVQRU5EfQoJPj14MTEtbGlicy9ndGsrLTIuOAogICAgICAgID49c3lzLWFw
cHMvZGJ1cy0wLjUwIgoKUz0ke1dPUktESVJ9LyR7UE59LSR7TVlQVn0KCnBrZ19zZXR1cCgpIHsK
CWlmIHVzZSBpcG9kOyB0aGVuIAoJCWV3YXJuICJJbiBvcmRlciB0byB1c2UgeW91ciBpUG9kIHdp
dGggTGlzdGVuLCB5b3UgbmVlZCB0byBoYXZlIgoJCWV3YXJuICJ0aGUgcHl0aG9uIGJpbmRpbmdz
IGZvciBsaWJncG9kLiBUaGV5IGFyZSBwYXJ0IG9mIGxpYmdwb2QiCgkJZXdhcm4gImJ1dCBhcmVu
J3QgaW5zdGFsbGVkIGJ5IHRoZSBjdXJyZW50IGVidWlsZCIKCWZpIAoKCWlmICEgYnVpbHRfd2l0
aF91c2Ugc3lzLWFwcHMvZGJ1cyBweXRob24gOyB0aGVuCiAgICAgICAgICAgICAgICBlY2hvCiAg
ICAgICAgICAgICAgICBlZXJyb3IgIkluIG9yZGVyIHRvIGluc3RhbGwgTGlzdGVuLCB5b3UgbmVl
ZCB0byBoYXZlIHN5cy1hcHBzL2RidXMiCiAgICAgICAgICAgICAgICBlZXJyb3IgIndpdGggJ3B5
dGhvbicgaW4geW91ciBVU0UgZmxhZ3MuIFBsZWFzZSBhZGQgdGhhdCBmbGFnLCIKCQllZXJyb3Ig
InJlLWVtZXJnZSBkYnVzLCBhbmQgdGhlbiBlbWVyZ2UgbGlzdGVuLiIKICAgICAgICAgICAgICAg
IGRpZSAic3lzLWFwcHMvZGJ1cyBpcyBtaXNzaW5nIHRoZSBweXRob24gYmluZGluZy4iCiAgICAg
ICAgZmkgCgp9CgpzcmNfdW5wYWNrKCkgewoJdW5wYWNrICR7QX0KCWNkICR7U30KfQoKc3JjX2Nv
bXBpbGUoKSB7CgltYWtlICB8fCBkaWUgImNvbXBpbGUgZmFpbHVyZSIKfQoKc3JjX2luc3RhbGwo
KSB7CgltYWtlIERFU1RESVI9IiR7RH0iIFBSRUZJWD0iL3VzciIgaW5zdGFsbCB8fCBkaWUgImlu
c3RhbGwgZmFpbHVyZSIKfQo=
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>83269</attachid>
            <date>2006-03-27 16:11 0000</date>
            <desc>listen-0.4.2.ebuild</desc>
            <filename>listen-0.4.2.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6IC9tZWRpYS1zb3VuZC9saXN0ZW4vbGlzdGVuLTAuMi4xLXIxLmVidWlsZCAyMDA2LzAyLzA3
ICQKCmluaGVyaXQgZXV0aWxzCgpERVNDUklQVElPTj0iQSBNdXNpYyBwbGF5ZXIgYW5kIG1hbmFn
ZW1lbnQgZm9yIEdOT01FIgpIT01FUEFHRT0iaHR0cDovL2xpc3Rlbmdub21lLmZyZWUuZnIiClNS
Q19VUkk9Im1pcnJvcjovL3NvdXJjZWZvcmdlL2xpc3Rlbmdub21lLyR7UH0udGFyLmd6IgoKTElD
RU5TRT0iR1BMLTIiCklVU0U9Imlwb2QgYWFjIgpTTE9UPSIwIgpLRVlXT1JEUz0ifmFtZDY0IH54
ODYiCgpSREVQRU5EPSI+PWRldi1sYW5nL3B5dGhvbi0yLjMKCT49ZGV2LXB5dGhvbi9weWd0ay0y
LjYKCT49bWVkaWEtbGlicy9nc3RyZWFtZXItMC44Cgk+PWRldi1weXRob24vZ3N0LXB5dGhvbi0w
LjEwCglkZXYtcHl0aG9uL3B5dm9yYmlzCglkZXYtcHl0aG9uL3B5bWFkCgk+PWRldi1weXRob24v
cHlzcWxpdGUtMi4wCglkZXYtcHl0aG9uL2dub21lLXB5dGhvbi1leHRyYXMKCWlwb2Q/ICggbWVk
aWEtbGlicy9saWJncG9kICkKCWFhYz8gKCBkZXYtcHl0aG9uL2N0eXBlcyApIgoKREVQRU5EPSIk
e1JERVBFTkR9Cgk+PXgxMS1saWJzL2d0aystMi44CiAgICAgICAgPj1zeXMtYXBwcy9kYnVzLTAu
NTAiCgpwa2dfc2V0dXAoKSB7CglpZiB1c2UgaXBvZDsgdGhlbiAKCQlld2FybiAiSW4gb3JkZXIg
dG8gdXNlIHlvdXIgaVBvZCB3aXRoIExpc3RlbiwgeW91IG5lZWQgdG8gaGF2ZSIKCQlld2FybiAi
dGhlIHB5dGhvbiBiaW5kaW5ncyBmb3IgbGliZ3BvZC4gVGhleSBhcmUgcGFydCBvZiBsaWJncG9k
IgoJCWV3YXJuICJidXQgYXJlbid0IGluc3RhbGxlZCBieSB0aGUgY3VycmVudCBlYnVpbGQuIgoJ
CWV3YXJuICJTZWUgYnVnIDEyNzI3Ni4iCglmaSAKCglpZiAhIGJ1aWx0X3dpdGhfdXNlIHN5cy1h
cHBzL2RidXMgcHl0aG9uIDsgdGhlbgogICAgICAgICAgICAgICAgZWNobwogICAgICAgICAgICAg
ICAgZWVycm9yICJJbiBvcmRlciB0byBpbnN0YWxsIExpc3RlbiwgeW91IG5lZWQgdG8gaGF2ZSBz
eXMtYXBwcy9kYnVzIgogICAgICAgICAgICAgICAgZWVycm9yICJ3aXRoICdweXRob24nIGluIHlv
dXIgVVNFIGZsYWdzLiBQbGVhc2UgYWRkIHRoYXQgZmxhZywiCgkJZWVycm9yICJyZS1lbWVyZ2Ug
ZGJ1cywgYW5kIHRoZW4gZW1lcmdlIGxpc3Rlbi4iCiAgICAgICAgICAgICAgICBkaWUgInN5cy1h
cHBzL2RidXMgaXMgbWlzc2luZyB0aGUgcHl0aG9uIGJpbmRpbmcuIgogICAgICAgIGZpIAoKfQoK
c3JjX2luc3RhbGwoKSB7CgltYWtlIERFU1RESVI9IiR7RH0iIFBSRUZJWD0iL3VzciIgaW5zdGFs
bCB8fCBkaWUgIkluc3RhbGwgZmFpbHVyZSIKfQo=
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>83298</attachid>
            <date>2006-03-28 07:10 0000</date>
            <desc>listen-0.4.2-r1.ebuild</desc>
            <filename>listen-0.4.2-r1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6ICQKCmluaGVyaXQgZXV0aWxzCgpERVNDUklQVElPTj0iQSBNdXNpYyBwbGF5ZXIgYW5kIG1h
bmFnZW1lbnQgZm9yIEdOT01FIgpIT01FUEFHRT0iaHR0cDovL2xpc3Rlbmdub21lLmZyZWUuZnIi
ClNSQ19VUkk9Im1pcnJvcjovL3NvdXJjZWZvcmdlL2xpc3Rlbmdub21lLyR7UH0udGFyLmd6IgoK
TElDRU5TRT0iR1BMLTIiCklVU0U9ImFhYyBmbGFjIGlwb2QgbWFkIHZvcmJpcyIKU0xPVD0iMCIK
S0VZV09SRFM9In5hbWQ2NCB+eDg2IgoKUkRFUEVORD0iPj1tZWRpYS1saWJzL2dzdHJlYW1lci0w
LjEwLjAKICAgICAgICA+PW1lZGlhLWxpYnMvZ3N0LXBsdWdpbnMtYmFzZS0wLjEwLjAKICAgICAg
ICA+PW1lZGlhLWxpYnMvZ3N0LXBsdWdpbnMtZ29vZC0wLjEwLjAKICAgICAgICA+PW1lZGlhLXBs
dWdpbnMvZ3N0LXBsdWdpbnMtZ25vbWV2ZnMtMC4xMC4wCiAgICAgICAgPj1tZWRpYS1wbHVnaW5z
L2dzdC1wbHVnaW5zLWdjb25mLTAuMTAuMAoJPj1tZWRpYS1wbHVnaW5zL2dzdC1wbHVnaW5zLWNk
cGFyYW5vaWEtMC4xMC4wCgk+PW1lZGlhLXBsdWdpbnMvZ3N0LXBsdWdpbnMteHZpZGVvLTAuMTAu
MAoJbWFkPyAoID49bWVkaWEtcGx1Z2lucy9nc3QtcGx1Z2lucy1tYWQtMC4xMC4wICkKICAgICAg
ICB2b3JiaXM/ICggPj1tZWRpYS1wbHVnaW5zL2dzdC1wbHVnaW5zLW9nZy0wLjEwLjAKICAgICAg
ICAgICAgICAgID49bWVkaWEtcGx1Z2lucy9nc3QtcGx1Z2lucy12b3JiaXMtMC4xMC4wICkKICAg
ICAgICBmbGFjPyAoID49bWVkaWEtcGx1Z2lucy9nc3QtcGx1Z2lucy1mbGFjLTAuMTAuMCApCiAg
ICAgICAgYWFjPyAoID49bWVkaWEtcGx1Z2lucy9nc3QtcGx1Z2lucy1mYWFkLTAuMTAuMAogICAg
ICAgICAgICAgICAgZGV2LXB5dGhvbi9jdHlwZXMgKQoJaXBvZD8gKCBtZWRpYS1saWJzL2xpYmdw
b2QgKSIKCkRFUEVORD0iJHtSREVQRU5EfQoJPj14MTEtbGlicy9ndGsrLTIuOAogICAgICAgID49
c3lzLWFwcHMvZGJ1cy0wLjUwCgk+PWRldi1sYW5nL3B5dGhvbi0yLjMKCT49ZGV2LXB5dGhvbi9w
eWd0ay0yLjYKCT49ZGV2LXB5dGhvbi9nc3QtcHl0aG9uLTAuMTAKCWRldi1weXRob24vcHl2b3Ji
aXMKCWRldi1weXRob24vcHltYWQKCT49ZGV2LXB5dGhvbi9weXNxbGl0ZS0yLjAKCWRldi1weXRo
b24vZ25vbWUtcHl0aG9uLWV4dHJhcyIKCgpwa2dfc2V0dXAoKSB7CglpZiB1c2UgaXBvZDsgdGhl
biAKCQlld2FybiAiSW4gb3JkZXIgdG8gdXNlIHlvdXIgaVBvZCB3aXRoIExpc3RlbiwgeW91IG5l
ZWQgdG8gaGF2ZSIKCQlld2FybiAidGhlIHB5dGhvbiBiaW5kaW5ncyBmb3IgbGliZ3BvZC4gVGhl
eSBhcmUgcGFydCBvZiBsaWJncG9kIgoJCWV3YXJuICJidXQgYXJlbid0IGluc3RhbGxlZCBieSB0
aGUgY3VycmVudCBlYnVpbGQuIgoJCWV3YXJuICJTZWUgYnVnICMxMjcyNzYuIgoJZmkgCgoJaWYg
ISBidWlsdF93aXRoX3VzZSBzeXMtYXBwcy9kYnVzIHB5dGhvbiA7IHRoZW4KICAgICAgICAgICAg
ICAgIGVjaG8KICAgICAgICAgICAgICAgIGVlcnJvciAiSW4gb3JkZXIgdG8gaW5zdGFsbCBMaXN0
ZW4sIHlvdSBuZWVkIHRvIGhhdmUgc3lzLWFwcHMvZGJ1cyIKICAgICAgICAgICAgICAgIGVlcnJv
ciAid2l0aCAncHl0aG9uJyBpbiB5b3VyIFVTRSBmbGFncy4gUGxlYXNlIGFkZCB0aGF0IGZsYWcs
IgoJCWVlcnJvciAicmUtZW1lcmdlIGRidXMsIGFuZCB0aGVuIGVtZXJnZSBsaXN0ZW4uIgogICAg
ICAgICAgICAgICAgZGllICJzeXMtYXBwcy9kYnVzIGlzIG1pc3NpbmcgdGhlIHB5dGhvbiBiaW5k
aW5nLiIKICAgICAgICBmaSAKCn0KCnNyY19pbnN0YWxsKCkgewoJbWFrZSBERVNURElSPSIke0R9
IiBQUkVGSVg9Ii91c3IiIGluc3RhbGwgfHwgZGllICJJbnN0YWxsIGZhaWx1cmUiCn0K
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>83395</attachid>
            <date>2006-03-29 13:21 0000</date>
            <desc>listen-0.4.2-r2.ebuild (sandbox fix)</desc>
            <filename>listen-0.4.2-r2.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6ICQKCmluaGVyaXQgZXV0aWxzIHZpcnR1YWx4CgpERVNDUklQVElPTj0iQSBNdXNpYyBwbGF5
ZXIgYW5kIG1hbmFnZW1lbnQgZm9yIEdOT01FIgpIT01FUEFHRT0iaHR0cDovL2xpc3Rlbmdub21l
LmZyZWUuZnIiClNSQ19VUkk9Im1pcnJvcjovL3NvdXJjZWZvcmdlL2xpc3Rlbmdub21lLyR7UH0u
dGFyLmd6IgoKTElDRU5TRT0iR1BMLTIiCklVU0U9ImFhYyBmbGFjIGlwb2QgbWFkIHZvcmJpcyIK
U0xPVD0iMCIKS0VZV09SRFM9In5hbWQ2NCB+eDg2IgoKUkRFUEVORD0iPj1tZWRpYS1saWJzL2dz
dHJlYW1lci0wLjEwLjAKICAgICAgICA+PW1lZGlhLWxpYnMvZ3N0LXBsdWdpbnMtYmFzZS0wLjEw
LjAKICAgICAgICA+PW1lZGlhLWxpYnMvZ3N0LXBsdWdpbnMtZ29vZC0wLjEwLjAKICAgICAgICA+
PW1lZGlhLXBsdWdpbnMvZ3N0LXBsdWdpbnMtZ25vbWV2ZnMtMC4xMC4wCiAgICAgICAgPj1tZWRp
YS1wbHVnaW5zL2dzdC1wbHVnaW5zLWdjb25mLTAuMTAuMAoJPj1tZWRpYS1wbHVnaW5zL2dzdC1w
bHVnaW5zLWNkcGFyYW5vaWEtMC4xMC4wCgk+PW1lZGlhLXBsdWdpbnMvZ3N0LXBsdWdpbnMteHZp
ZGVvLTAuMTAuMAoJbWFkPyAoID49bWVkaWEtcGx1Z2lucy9nc3QtcGx1Z2lucy1tYWQtMC4xMC4w
ICkKICAgICAgICB2b3JiaXM/ICggPj1tZWRpYS1wbHVnaW5zL2dzdC1wbHVnaW5zLW9nZy0wLjEw
LjAKICAgICAgICAgICAgICAgID49bWVkaWEtcGx1Z2lucy9nc3QtcGx1Z2lucy12b3JiaXMtMC4x
MC4wICkKICAgICAgICBmbGFjPyAoID49bWVkaWEtcGx1Z2lucy9nc3QtcGx1Z2lucy1mbGFjLTAu
MTAuMCApCiAgICAgICAgYWFjPyAoID49bWVkaWEtcGx1Z2lucy9nc3QtcGx1Z2lucy1mYWFkLTAu
MTAuMAogICAgICAgICAgICAgICAgZGV2LXB5dGhvbi9jdHlwZXMgKQoJaXBvZD8gKCBtZWRpYS1s
aWJzL2xpYmdwb2QgKSIKCkRFUEVORD0iJHtSREVQRU5EfQoJPj14MTEtbGlicy9ndGsrLTIuOAog
ICAgICAgID49c3lzLWFwcHMvZGJ1cy0wLjUwCgk+PWRldi1sYW5nL3B5dGhvbi0yLjMKCT49ZGV2
LXB5dGhvbi9weWd0ay0yLjYKCT49ZGV2LXB5dGhvbi9nc3QtcHl0aG9uLTAuMTAKCWRldi1weXRo
b24vcHl2b3JiaXMKCWRldi1weXRob24vcHltYWQKCT49ZGV2LXB5dGhvbi9weXNxbGl0ZS0yLjAK
CWRldi1weXRob24vZ25vbWUtcHl0aG9uLWV4dHJhcyIKCgpwa2dfc2V0dXAoKSB7CglpZiB1c2Ug
aXBvZDsgdGhlbiAKCQlld2FybiAiSW4gb3JkZXIgdG8gdXNlIHlvdXIgaVBvZCB3aXRoIExpc3Rl
biwgeW91IG5lZWQgdG8gaGF2ZSIKCQlld2FybiAidGhlIHB5dGhvbiBiaW5kaW5ncyBmb3IgbGli
Z3BvZC4gVGhleSBhcmUgcGFydCBvZiBsaWJncG9kIgoJCWV3YXJuICJidXQgYXJlbid0IGluc3Rh
bGxlZCBieSB0aGUgY3VycmVudCBlYnVpbGQuIgoJCWV3YXJuICJTZWUgYnVnICMxMjcyNzYuIgoJ
ZmkgCgoJaWYgISBidWlsdF93aXRoX3VzZSBzeXMtYXBwcy9kYnVzIHB5dGhvbiA7IHRoZW4KCQll
Y2hvCgkJZWVycm9yICJJbiBvcmRlciB0byBpbnN0YWxsIExpc3RlbiwgeW91IG5lZWQgdG8gaGF2
ZSBzeXMtYXBwcy9kYnVzIgoJCWVlcnJvciAid2l0aCAncHl0aG9uJyBpbiB5b3VyIFVTRSBmbGFn
cy4gUGxlYXNlIGFkZCB0aGF0IGZsYWcsIgoJCWVlcnJvciAicmUtZW1lcmdlIGRidXMsIGFuZCB0
aGVuIGVtZXJnZSBsaXN0ZW4uIgoJCWRpZSAic3lzLWFwcHMvZGJ1cyBpcyBtaXNzaW5nIHRoZSBw
eXRob24gYmluZGluZy4iCglmaSAKCn0KCnNyY19jb21waWxlKCkgewoJbWtkaXIgLXAgIiR7VH0v
aG9tZSIKCWV4cG9ydCBIT01FPSIke1R9L2hvbWUiCglleHBvcnQgR1NUX1JFR0lTVFJZPSR7VH0v
aG9tZS9yZWdpc3RyeS5jYWNoZS54bWwKCWFkZHByZWRpY3QgL3Jvb3QvLmdjb25mZAoJYWRkcHJl
ZGljdCAvcm9vdC8uZ2NvbmYKCWFkZHByZWRpY3QgL3Zhci9saWIvY2FjaGUvZ3N0cmVhbWVyLTAu
MTAKCVhlbWFrZSB8fCBkaWUgIm1ha2UgZmFpbGVkIgp9CgpzcmNfaW5zdGFsbCgpIHsKCVhtYWtl
IERFU1RESVI9IiR7RH0iIFBSRUZJWD0iL3VzciIgaW5zdGFsbCB8fCBkaWUgIkluc3RhbGwgZmFp
bHVyZSIKfQo=
</data>        

          </attachment>
    </bug>

</bugzilla>