1 Aug 2007 18:18
2 Aug 2007 11:19
UMC meeting minutes
Philippe Normand <philippe <at> fluendo.com>
2007-08-02 09:19:06 GMT
2007-08-02 09:19:06 GMT
Hi, Here are the minutes of yesterday's meeting. https://wiki.ubuntu.com/MediaCenter/IRCMeeting20070801 Philippe
2 Aug 2007 12:09
Re: UMC meeting minutes
Denis Gautherot <denis.gautherot <at> free.fr>
2007-08-02 10:09:19 GMT
2007-08-02 10:09:19 GMT
Hi all, Sorry for yesterday, but, i wasn't there...cause of Ratatouille .... ! mummm As i told Arnaud some times ago, How can i help on the distro ? Loic, did you received my last build/sources of glirc ? Cheers, Denis. Selon Ouattara Oumar Aziz <wattazoum <at> gmail.com>: > Thank you very much, Philippe :D > Liste de diffusion umc > Pour se désinscrire : mailto:umc-request <at> ml.free.fr?subject=unsubscribe > > -- -- Windows c'est comme un Tamagoshi... Même quand tu t'en occupes il meurt. => Linux User #354241 ! => Ubuntu User #14794 !
2 Aug 2007 12:13
2 Aug 2007 12:14
Re: UMC meeting minutes
Denis Gautherot <denis.gautherot <at> free.fr>
2007-08-02 10:14:43 GMT
2007-08-02 10:14:43 GMT
Sory, i was missing the umc-dev list ... ;( Denis. Selon Denis Gautherot <denis.gautherot <at> free.fr>: > Hi all, > > Sorry for yesterday, but, i wasn't there...cause of Ratatouille .... ! mummm > > As i told Arnaud some times ago, How can i help on the distro ? > > Loic, did you received my last build/sources of glirc ? > > Cheers, > > Denis. > > > Selon Ouattara Oumar Aziz <wattazoum <at> gmail.com>: > > > Thank you very much, Philippe :D > > Liste de diffusion umc > > Pour se désinscrire : mailto:umc-request <at> ml.free.fr?subject=unsubscribe > > > > > > > -- > Windows c'est comme un Tamagoshi... Même quand tu t'en occupes il meurt.(Continue reading)
3 Aug 2007 19:56
RELEASE: Elisa 0.3.1 'Reborn'
Philippe Normand <philippe <at> fluendo.com>
2007-08-03 17:56:11 GMT
2007-08-03 17:56:11 GMT
The Elisa team is proud to announce the release of Elisa 0.3.1 'Reborn' which ends a 6 months rework of the codebase. Elisa is an open source cross-platform media center solution designed to be simple for people not particularly familiar with computers. With Elisa you can enjoy your photos, movies, music and online services from the comfort of your living room. This new version is an exciting one for us since it represents an important step towards the main goals of Elisa: - simplicity of use, intuitivity and prettiness of the user interface. - very shallow learning curve to extend Elisa through a new plugins system. - on the universality side, we are also pleased to have a MacOS/X port working; a Windows port will be available before the end of the year. You will find a screencast and screenshots of this new version on http://elisa.fluendo.com/screenshots Tarballs are up at http://elisa.fluendo.com/download For more information, see http://elisa.fluendo.com To file bugs, go to https://core.fluendo.com/elisa/trac/newticket?component=core Philippe Normand, on behalf of the Elisa development team
Elisa 0.3.1, "Reborn"(Continue reading)
4 Aug 2007 00:07
"import gst" bug in elisa-0.3.1 (thumbnailer.py)
Frittella Laurento <laurento.frittella <at> gmail.com>
2007-08-03 22:07:06 GMT
2007-08-03 22:07:06 GMT
When I try to start elisa-0.3.1 it dies with:
Traceback (most recent call last):
File "/usr/bin/elisa", line 7, in ?
sys.exit(
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 236, in
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2097,
in load_entry_point
return ep.load()
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1830,
in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/lib/python2.4/site-packages/elisa/core/application.py",
line 36, in ?
from elisa.core import thumbnailer
File "/usr/lib/python2.4/site-packages/elisa/core/thumbnailer.py",
line 56, in ?
class VideoSinkBin(gst.Bin):
AttributeError: 'module' object has no attribute 'Bin'
There is a dir in .../core/ named gst so it seems like thumbnailer.py
imports *local* gst instead of pygst
_twi from the #gstreamer IRC channel suggests me this hack:
replace (thumbnailer.py row 56):
import gst
(Continue reading)
4 Aug 2007 14:18
Re: "import gst" bug in elisa-0.3.1 (thumbnailer.py)
Lionel Martin <lionel <at> fluendo.com>
2007-08-04 12:18:34 GMT
2007-08-04 12:18:34 GMT
It's because you have installed the new version without uninstall the previous version. the directory elisa/core/gst does not exists in the new version. Just remove it. thanks for the report. Lionel. Frittella Laurento wrote: > When I try to start elisa-0.3.1 it dies with: > > Traceback (most recent call last): > File "/usr/bin/elisa", line 7, in ? > sys.exit( > File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 236, in > load_entry_point > return get_distribution(dist).load_entry_point(group, name) > File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2097, > in load_entry_point > return ep.load() > File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1830, > in load > entry = __import__(self.module_name, globals(),globals(), ['__name__']) > File "/usr/lib/python2.4/site-packages/elisa/core/application.py", > line 36, in ? > from elisa.core import thumbnailer > File "/usr/lib/python2.4/site-packages/elisa/core/thumbnailer.py", > line 56, in ?(Continue reading)
4 Aug 2007 14:30
Re: [Umc-dev] RELEASE: Elisa 0.3.1 'Reborn'
Arnaud Quette <aquette.dev <at> gmail.com>
2007-08-04 12:30:14 GMT
2007-08-04 12:30:14 GMT
2007/8/3, Philippe Normand <philippe <at> fluendo.com>: > The Elisa team is proud to announce the release of Elisa 0.3.1 'Reborn' > which ends a 6 months rework of the codebase. > ... kudos to the whole Elisa and Pigment teams (and Fluendo guys in general) for such a great piece of software, and for being in timeand the release codename is well chosen too... cheers, Arnaud -- -- Free Software Developer - http://arnaud.quette.free.fr/ Debian Developer - http://people.debian.org/~aquette/ Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Ubuntu Media Center (UMC) Project Leader - https://launchpad.net/~umc-team
20 Aug 2007 17:47
Meeting outcome, the next development phase is coming
Florian Boucault <florian <at> fluendo.com>
2007-08-20 15:47:20 GMT
2007-08-20 15:47:20 GMT
Hi guys! With the Elisa core team being back from holidays, an important post-0.3.1 release meeting took place. A report is attached in this e-mail and from now on, this should happen for every meeting. If you have any questions, do not hesitate to ask on the mailing list or over IRC. Enjoy! Kaleo
Elisa meeting report - 20/08/2007 --------------------------------- * Elisa team members will attend the Intel developer forum and demonstrate Elisa on an embedded device. For that to happen, proper mouse support has to be added first to Pigment and then to Elisa. => loicm is taking care of the Pigment part * A new release cycle is now set up: - one release every 4 weeks - one week of testing starting the monday before the release week - a release candidate will be prepared on the friday before the release week - the release will take place on tuesday - planning of the next release will then follow on wednesday * Next release is planned for the 25th of september.(Continue reading)
and the release codename is well chosen too...
cheers,
Arnaud
RSS Feed