Bug#492938: /usr/lib/python2.5/site-packages/_pgmmodule.so: linked with libpigment-0.3.so.4, but libpigment-0.3.so.5 installed

2008-07-30 Thread Philippe Normand
Hi Jānis,

I think this has already been fixed by lool in the pkg-gstreamer svn.

Philippe

Le mercredi 30 juillet 2008 à 05:30 +0300, Jānis Rūcis a écrit :
 Package: python-pgm
 Version: 0.3.3-2+b1
 Severity: grave
 File: /usr/lib/python2.5/site-packages/_pgmmodule.so
 Justification: renders package unusable
 
 I discovered this problem while trying to debug weird launch behaviour
 in Elisa, an open source media center packaged in Debian.  python-pgm
 was pulled in as one of the dependencies of that package.
 
 Here's a bunch of output from various commands to demonstrate the
 problem.
 
 $ python
 Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) 
 [GCC 4.2.4 (Debian 4.2.4-1)] on linux2
 Type help, copyright, credits or license for more information.
  import pgm
 Traceback (most recent call last):
   File stdin, line 1, in module
   File /usr/lib/python2.5/site-packages/pgm/__init__.py, line 28, in 
 module
 from _pgm import *
 ImportError: libpigment-0.3.so.4: cannot open shared object file: No such 
 file or directory
 
 
 $ ldd /usr/lib/python2.5/site-packages/_pgmmodule.so
   [..]
   libpigment-0.3.so.4 = not found
   [..]
 
 $ dpkg -S libpigment-0.3.so
 libpigment0.3-4: /usr/lib/libpigment-0.3.so.5.0.0
 libpigment0.3-4: /usr/lib/libpigment-0.3.so.5
 
 All the weird Elisa errors went away after I opened _pgmmodule.so in a
 text editor and simply replaced the string that says
 libpigment-0.3.so.4 with libpigment-0.3.so.5.
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
 Locale: LANG=lv_LV.UTF-8, LC_CTYPE=lv_LV.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages python-pgm depends on:
 ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
 ii  libc6  2.7-10GNU C Library: Shared libraries
 ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics 
 libra
 ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
 ii  libgstreamer-plugins-base0 0.10.19-2 GStreamer libraries from the 
 base
 ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and 
 eleme
 ii  libgtk2.0-02.12.10-2 The GTK+ graphical user 
 interface 
 ii  libpango1.0-0  1.20.5-1  Layout and rendering of 
 internatio
 ii  libpigment0.3-40.3.6-1   User interfaces with embedded 
 mult
 ii  libxml22.6.32.dfsg-2 GNOME XML library
 ii  python 2.5.2-1   An interactive high-level 
 object-o
 ii  python-cairo   1.4.12-1.1Python bindings for the Cairo 
 vect
 ii  python-central 0.6.8 register and build utility for 
 Pyt
 ii  python-gobject 2.14.2-1  Python bindings for the GObject 
 li
 ii  python-gst0.10 0.10.12-1 generic media-playing framework 
 (P
 ii  python-gtk22.12.1-6  Python bindings for the GTK+ 
 widge
 ii  python-imaging 1.1.6-3   Python Imaging Library
 ii  python-twisted-core8.1.0-3   Event-based framework for 
 internet
 
 python-pgm recommends no packages.
 
 python-pgm suggests no packages.
 
 -- no debconf information
 
 
 
 ___
 Pkg-gstreamer-maintainers mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-gstreamer-maintainers




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462879: About the ITP: python-cssutils

2008-07-28 Thread Philippe Normand
Hi Bernd,

Do you have a package already that could be sponsored for upload?
I need this dep for the elisa package.

Philippe




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481911: elisa: incompatible with twisted 8

2008-06-03 Thread Philippe Normand
Please run elisa with debugging category set to everything related to
the player:

ELISA_DEBUG=*player*:4 elisa

Philippe

Le samedi 31 mai 2008 à 00:53 -0400, Zack Weinberg a écrit :
 On Tue, May 20, 2008 at 4:06 AM, Philippe Normand [EMAIL PROTECTED] wrote:
  Hi Zack,
 
  For now you can replace gstreamer:gst_metadata_client with
  gstreamer:gst_metadata in elisa.conf.
 
  I will work on a fix for that issue very soon, I hope...
 
  Sorry, I didn't mean to be rude on the forum :/
 
 No offense taken, and I didn't realize you were the same person who
 responded to my question on the forums - I just figured the lack of
 support for Twisted 8 was more of a problem for Debian than in
 general, since Debian only has v8.
 
 Your patch (in elisa-plugins-good 0.3.5-2) makes the program start
 correctly, but it still doesn't work.  My current problem is, if I try
 to play any sound file (tried mp3, flac, and Shoutcast streaming
 radio), the screen goes black, for an instant there's a large rotating
 circular arrow, and then elisa crashes.  There's not much in the logs
 - just
 
 WARN  MainThread  twisted May 31 00:53:11  A
 twisted traceback occurred. (twisted/internet/defer.py:410)
 
 Twisted traceback:
 Traceback (most recent call last):
 Failure: twisted.web.error.Error: 404 Not Found
 
 If instead I try to play an audio CD, the rotating circular arrow
 appears inside the Audio CD button and it just sits there rotating;
 no sound comes out and the display doesn't change.
 
 Any help you could give would be appreciated.
 
 zw




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481911: elisa: incompatible with twisted 8

2008-05-20 Thread Philippe Normand
Hi Zack,

For now you can replace gstreamer:gst_metadata_client with
gstreamer:gst_metadata in elisa.conf.

I will work on a fix for that issue very soon, I hope...

Sorry, I didn't mean to be rude on the forum :/

Philippe

Le lundi 19 mai 2008 à 10:12 -0400, Zack Weinberg a écrit :
 Package: elisa
 Version: 0.3.5-3
 Severity: grave
 Justification: renders package unusable
 
 When I start up Elisa, I get a mangled display and a bunch of Python
 stacktraces (quoted below).  I reported these to the upstream support
 forums at http://elisa.fluendo.com/forums/viewtopic.php?pid=1831 and
 was told, in so many words, that Elisa does not yet support Twisted 8
 and they would be grateful for patches.
 
 As the only version of Twisted available in testing or unstable is
 8.0.1, this effectively renders the package unusable.  I may try to
 come up with patches but I don't know anything about Twisted or
 elisa's internals.
 
 ---
 Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py,
 line 226, in simulate
 self.runUntilCurrent()
   File /usr/lib/python2.5/site-packages/twisted/internet/base.py,
 line 698, in runUntilCurrent
 call.func(*call.args, **call.kw)
   File /usr/lib/python2.5/site-packages/twisted/internet/task.py,
 line 251, in _tick
 result = iterator.next()
   File /usr/lib/python2.5/site-packages/elisa/core/manager.py, line
 109, in load_providers_iter
 provider_name)
 --- exception caught here ---
   File /usr/lib/python2.5/site-packages/twisted/internet/defer.py,
 line 105, in maybeDeferred
 result = f(*args, **kw)
   File /usr/lib/python2.5/site-packages/elisa/core/plugin_registry.py,
 line 546, in create_component
 res = component.initialize()
   File 
 /usr/lib/python2.5/site-packages/elisa/plugins/gstreamer_plugin/gst_metadata.py,
 line 1391, in initialize
 dfr = self.launcher.startProcess()
   File 
 /usr/lib/python2.5/site-packages/elisa/plugins/gstreamer_plugin/gst_metadata.py,
 line 1289, in startProcess
 protocol = self.buildProtocol(None)
   File 
 /usr/lib/python2.5/site-packages/elisa/plugins/gstreamer_plugin/gst_metadata.py,
 line 1252, in buildProtocol
 protocol = pb.PBClientFactory.buildProtocol(self, addr)
   File /usr/lib/python2.5/site-packages/twisted/spread/pb.py, line
 1056, in buildProtocol
 p = self.protocol(isClient=True, security=self.security)
 exceptions.TypeError: __init__() got an unexpected keyword argument 'security'
 
 
 type 'exceptions.TypeError'
 Python 2.5.2: /usr/bin/python
 Fri May 16 13:55:07 2008
 
 A problem occurred in a Python script.  Here is the sequence of
 function calls leading up to the error, in the order they occurred.
 type 'exceptions.TypeError': _proxy_child_signal() takes exactly 8
 arguments (5 given)
 __class__ = type 'exceptions.TypeError'
 __delattr__ = method-wrapper '__delattr__' of
 exceptions.TypeError object at 0x9cb2e0c
 __dict__ = {}
 __doc__ = 'Inappropriate argument type.'
 __getattribute__ = method-wrapper '__getattribute__' of
 exceptions.TypeError object at 0x9cb2e0c
 __getitem__ = method-wrapper '__getitem__' of
 exceptions.TypeError object at 0x9cb2e0c
 __getslice__ = method-wrapper '__getslice__' of
 exceptions.TypeError object at 0x9cb2e0c
 __hash__ = method-wrapper '__hash__' of exceptions.TypeError
 object at 0x9cb2e0c
 __init__ = method-wrapper '__init__' of exceptions.TypeError
 object at 0x9cb2e0c
 __new__ = built-in method __new__ of type object at 0x813f500
 __reduce__ = built-in method __reduce__ of exceptions.TypeError
 object at 0x9cb2e0c
 __reduce_ex__ = built-in method __reduce_ex__ of
 exceptions.TypeError object at 0x9cb2e0c
 __repr__ = method-wrapper '__repr__' of exceptions.TypeError
 object at 0x9cb2e0c
 __setattr__ = method-wrapper '__setattr__' of
 exceptions.TypeError object at 0x9cb2e0c
 __setstate__ = built-in method __setstate__ of
 exceptions.TypeError object at 0x9cb2e0c
 __str__ = method-wrapper '__str__' of exceptions.TypeError object
 at 0x9cb2e0c
 args = ('_proxy_child_signal() takes exactly 8 arguments (5 given)',)
 message = '_proxy_child_signal() takes exactly 8 arguments (5 given)'
 
 The above is a description of an error in a Python program.  Here is
 the original traceback:
 
 TypeError: _proxy_child_signal() takes exactly 8 arguments (5 given)




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469456: ITP: elisa-plugins-good -- Elisa plugins from the good set

2008-03-05 Thread Philippe Normand
Package: wnpp
Severity: wishlist
Owner: Philippe Normand [EMAIL PROTECTED]

The Elisa project is now shipped in various upstream source
distributions. The -good plugins set contains Elisa plugins known to
be well tested, working and being compatible with the Elisa licensing
model.

* Package name: elisa-plugins-good
  Version : 0.3.4
  Upstream Author : Elisa team [EMAIL PROTECTED]
* URL : http://elisa.fluendo.com
* License : GPL3
  Programming Lang: Python
  Description : Elisa plugins from the good set

 Elisa is a project to create an open source media center solution for
 GNU/Linux and Unix operating systems. Elisa runs on top of the GStreamer
 multimedia framework. In addition to personal video recorder functionality
 (PVR) and Music Jukebox support, Elisa will also interoperate with devices
 following the DLNA standard like Intel's ViiV systems.
 .
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the Elisa plugins from the good set, a set
 of good-quality plug-ins.


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-backports
  APT policy: (500, 'hardy-backports'), (500, 'gutsy-updates'), (500, 
'gutsy-security'), (500, 'gutsy-proposed'), (500, 'gutsy-backports'), (500, 
'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469464: ITP: elisa-plugins-bad -- Elisa plugins from the bad set

2008-03-05 Thread Philippe Normand
Package: wnpp
Severity: wishlist
Owner: Philippe Normand [EMAIL PROTECTED]

The Elisa project is now shipped in various upstream source
distributions. The -bad plugins set contains Elisa plugins known to
be working well but with code needing more QA (unittests, code reviews).

* Package name: elisa-plugins-bad
  Version : 0.3.4
  Upstream Author : Elisa team [EMAIL PROTECTED]
* URL : http://elisa.fluendo.com
* License : GPL3
  Programming Lang: Python
  Description : Elisa plugins from the bad set

 Elisa is a project to create an open source media center solution for
 GNU/Linux and Unix operating systems. Elisa runs on top of the GStreamer
 multimedia framework. In addition to personal video recorder functionality
 (PVR) and Music Jukebox support, Elisa will also interoperate with devices
 following the DLNA standard like Intel's ViiV systems.
 .
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the Elisa plugins from the bad set, a set
 of bad-quality plug-ins.

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-backports
  APT policy: (500, 'hardy-backports'), (500, 'gutsy-updates'), (500, 
'gutsy-security'), (500, 'gutsy-proposed'), (500, 'gutsy-backports'), (500, 
'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469470: ITP: elisa-plugins-ugly -- Elisa plugins from the ugly set

2008-03-05 Thread Philippe Normand
Package: wnpp
Severity: wishlist
Owner: Philippe Normand [EMAIL PROTECTED]

The Elisa project is now shipped in various upstream source
distributions. The -bad plugins set contains Elisa plugins known to be
working well but with code needing more QA (unittests, code
reviews). Moreover the plugins of that bundle might have features
allowing the Elisa user to access media with content-related legal
issues.


* Package name: elisa-plugins-ugly
  Version : 0.3.4
  Upstream Author : Elisa Team [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : GPL3
  Programming Lang: Python
  Description : Elisa plugins from the ugly set

 Elisa is a project to create an open source media center solution for
 GNU/Linux and Unix operating systems. Elisa runs on top of the GStreamer
 multimedia framework. In addition to personal video recorder functionality
 (PVR) and Music Jukebox support, Elisa will also interoperate with devices
 following the DLNA standard like Intel's ViiV systems.
 .
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the Elisa plugins from the bad set, a set
 of bad-quality plug-ins.

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-backports
  APT policy: (500, 'hardy-backports'), (500, 'gutsy-updates'), (500, 
'gutsy-security'), (500, 'gutsy-proposed'), (500, 'gutsy-backports'), (500, 
'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#466672: Please package the rhythmbox bindings

2008-02-20 Thread Philippe Normand
Package: rhythmbox
Version: 0.10.1-1

Rhythmbox upstream comes with vala and python bindings. They are useful
to access the rhythmbox db, playlists and various other things. Please
provide packages for them ;)

Philippe




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#452106: elisa: dont shows full image.

2007-11-20 Thread Philippe Normand

Le mardi 20 novembre 2007 à 11:29 -0200, Olavo Junior a écrit :
 Package: elisa
 Version: 0.3.1-2
 Severity: normal
 
 
 elisa don't shows full image, have a black track in the image, 
 for example, in my photo elisa shows only my head,my body dont appears.
 
 

Can you put a screenshot somewhere online please?

Philippe





Bug#452106: elisa: dont shows full image.

2007-11-20 Thread Philippe Normand

Le mardi 20 novembre 2007 à 15:44 -0200, [EMAIL PROTECTED] a écrit :
 
  Le mardi 20 novembre 2007 à 11:29 -0200, Olavo Junior a écrit :
  Package: elisa
  Version: 0.3.1-2
  Severity: normal
 
 
  elisa don't shows full image, have a black track in the image,
  for example, in my photo elisa shows only my head,my body dont appears.
 
 
 
  Can you put a screenshot somewhere online please?
 
 one screenshot avaible in:
 http://skyegg.org/elisa.png
 
 Sorry for the little details, but my english is terrible! :) I hope
 the image can help you.
 

Ok that bug has been fixed in 0.3.2 release... Can you try it please?
New packages are waiting for upload since a month...

Philippe





Bug#451987: Request for elisa package update

2007-11-19 Thread Philippe Normand
Package: elisa
Version: 0.3.1-2


Elisa upstream team has (since some time now) released the 0.3.2
version. It's already packaged in pkg-gstreamer svn but waiting for
approval and upload.

Cheers,
Philippe




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451988: Request for pigment package update

2007-11-19 Thread Philippe Normand
Package: pigment
Version: 0.3.1-2


Pigment upstream team has (since some time now) released the 0.3.2
version. It's already packaged in pkg-gstreamer svn but waiting for
approval and upload.

Cheers,
Philippe





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#444296: elisa: typo in default configuration

2007-10-08 Thread Philippe Normand
Le jeudi 27 septembre 2007 à 17:39 +0200, muzzle a écrit :
 Package: elisa
 Version: 0.1.7-2
 Severity: minor
 
 in the ~/.elisa/elisa.config file the default place to look for media is 
 $HOME/.elias 
 instead of 
 $HOME/.elisa/ e.g.:
 locations = ['file:///home/muzzle/.elias/musica']
 
 

Please upgrade to 0.3.1. 0.3.2 release should soon be packaged.

Regards,
Philippe





Bug#440739: check.info: syntax error in metadata

2007-10-08 Thread Philippe Normand
Hi,

This bug is still present on mips platform. It triggers a build
failure
for Pigment package which depends on it. See


http://buildd.debian.org/fetch.cgi?pkg=pigmentver=0.3.1-2arch=mipsstamp=1191269708file=log

Philippe






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#443083: debian/copyright mentions about wrong Pigment license

2007-09-18 Thread Philippe Normand
Package: pigment
Version: 0.3.1-2

Pigment was previously under a dual license model. 
It's now under LGPL. Please update the debian/copyirght file :-)

Thanks!
Philippe




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#334777: RM: golem -- outdated; dead upstream

2005-10-19 Thread Philippe Normand (phil)
Package: ftp.debian.org
Severity: normal


Golem window manager is not upstream-maintained anymore, although there's been
some *sporadic* CVS activity during the last 2 years. As a regular
user i don't use it anymore and the latest Debian CVS snapshot of the
package that i compiled for my self is *very* buggy. 

Therefore, i'm asking for removal. Golem users have been waiting for a
release since early 2003, and still nothing; Golem's dead.

Best regards,
Philippe

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=fr_FR, [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set 
to fr_FR)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]