Activity log for bug #336029

Date Who What changed Old value New value Message
2009-02-28 21:52:57 Brian Murray bug added bug
2009-02-28 21:53:18 Brian Murray miro: importance Undecided High
2009-02-28 21:53:18 Brian Murray miro: statusexplanation
2009-02-28 21:59:19 Daniel Hollocher miro: status New Invalid
2009-02-28 21:59:19 Daniel Hollocher miro: statusexplanation There is do to an upgrade to python2.6. This was announced on u-d-a mailing list, which can be subscribed to here: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-announce Here is the message FYI: After the alpha-5 release we will update the python interpreter from 2.5.4 to 2.6.1. For about 24 hours you will no be able to cleanly update jaunty, until some packages are rebuilt with python2.6. For a better upgrade experience during this time, please add the pythoneers PPA to your sources.list, which already has the rebuilds available: deb http://ppa.launchpad.net/pythoneers/ppa/ubuntu jaunty main Don't forget to remove this line after the change is complete; I will notice u-d-a when the change is done for main. For universe you may experience installability issues somewhat longer. Matthias
2009-03-02 16:43:43 Iain Lane miro: status Invalid Triaged
2009-03-02 16:43:43 Iain Lane miro: statusexplanation There is do to an upgrade to python2.6. This was announced on u-d-a mailing list, which can be subscribed to here: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-announce Here is the message FYI: After the alpha-5 release we will update the python interpreter from 2.5.4 to 2.6.1. For about 24 hours you will no be able to cleanly update jaunty, until some packages are rebuilt with python2.6. For a better upgrade experience during this time, please add the pythoneers PPA to your sources.list, which already has the rebuilds available: deb http://ppa.launchpad.net/pythoneers/ppa/ubuntu jaunty main Don't forget to remove this line after the change is complete; I will notice u-d-a when the change is done for main. For universe you may experience installability issues somewhat longer. Matthias It's not actually invalid; we do need to work on this. Keeping open.
2009-03-08 13:49:00 Iain Lane miro: status Triaged In Progress
2009-03-08 13:49:00 Iain Lane miro: assignee laney
2009-03-08 13:49:00 Iain Lane miro: statusexplanation It's not actually invalid; we do need to work on this. Keeping open. Aha, I think I figured it out. We need to explicitly build-dep on python2.5-dev since boost.python pulls in 2.6 now. I'll fix this bug with Miro 2.0.2 which I am told is imminent.
2009-03-10 10:18:15 Iain Lane title fails to install in jaunty [FFe] Merge miro 2.0.2-1 (universe) from Debian unstable (main)
2009-03-10 10:59:22 Iain Lane description Binary package hint: miro 1) 9.04 2) 2.0.1-1 (jaunty)root@flash:~# apt-get install miro Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: miro: Depends: python (< 2.6) but 2.6.1-0ubuntu1 is to be installed Depends: python-pysqlite2 but it is not going to be installed E: Broken packages (jaunty)root@flash:~# Hi, I'd like to merge the new upstream release of miro, 2.0.2, from Debian. This release is mainly bugfixes but there are a couple of new sites supported so it will need an FFe. It also fixes installability due to python transition and moves to using the system's libtorrent-rasterbar. Upstream changelog: * Bug fixes o #11385 FIXED support for both libtorrent 0.13 and 0.14 o #11413 FIXED single quote and double quote translation into Miro 2.0 o #11423 FIXED Delete unused icon cache files o #11430 FIXED ValueError?: Multiple default guides! o #11432 FIXED EOFError loading config o #11456 FIXED 'Show More' crashes with UnicodeDecodeError? o #11460 FIXED Non-UTF8 locales break things o #11477 FIXED Miro shows no videos in a specific invalid feed o #11478 FIXED TypeError?: 'NoneType?' object is unsubscriptable o #11479 FIXED AttributeError?: 'AppController?' object has no attribute 'pausedDownloaders' o #11474 FIXED Can't process cookie expiration. Thanks Uwe! o #11022 FIXED "File name:" string is bold. Thanks Zach! o #11245 FIXED OPML import/export issues with non-ascii filenames o #11525 FIXED migrating folders with non-ascii characters o #11527 FIXED watched directories with non-ascii characters o #11528 FIXED playback fails for items in directories with non-ascii characters o #11544 FIXED handling for site type in subscriptions o #11546 FIXED pause all does not pause queued downloads o #11435 FIXED re-worked xine driver code so that it respects xine-driver property o #11522 FIXED error loading windll.winhttp o #11539 FIXED OSX crash when migrating to directory with non-ascii characters o #11557 FIXED non-ascii directory names are not displayed properly in Folder panel of preferences o #11575 FIXED non-ascii movies dir - startup check dir name mangled o #11554 FIXED first time startup search, non-ascii directory o #11560 FIXED crash when updated torrent that is in a folder with other files o #11568 FIXED Miro_Downloader Crashes on Launch o #11588 FIXED gstreamerrenderer passes "python" as executable for gst_extractor -- now uses sys.executable * Updates o updated translations synced from LaunchPad? on 3/04/2009 o #11516 Updated to libtorrent 0.14.2 * New Features o #11518 NEW Added metavid.org search support. Thanks Uwe! o #11461 NEW Added 5min.com search support. Thanks Uwe! o #3858 NEW Added EveryZing? search support. Thanks Uwe! o #11458 NEW Added vimeo.com url scraping support. Thanks Uwe! Debian changelog: miro (2.0.2-1ubuntu1) jaunty; urgency=low * Merge from Debian unstable (LP: #xxx), additional changes: + debian/patches/05_force_python25.patch: Version the python interpreter in some scripts as Miro is incompatible with python 2.6. + debian/control: Build-depend on python2.5-dev to make the headers available for Boost.Python. -- Iain Lane <laney@ubuntu.com> Tue, 10 Mar 2009 10:09:32 +0000 miro (2.0.2-1) unstable; urgency=low * New upstream release. * debian/patches: + 40_feedparser.patch: Drop, merged upstream. + 50_miro_debug_fix.patch: Update. + 60_xine_driver.patch: Drop, fixed upstream in different form. + 90_manpage_fixes.patch: Drop, merged upstream. + debian/miro.xpm: Drop, merged upstream. * Build-depend/depend on libtorrent-rasterbar-dev/python-libtorrent (the Python bindings of libtorrent-rasterbar) instead of using the version shipped with Miro. * Switch to the new boost 1.37 packages as build-dependencies (needed for the Debian package of libtorrent-rasterbar anyway). * debian/60_boost_mt.patch: Add file, boost 1.37 only provides -mt variant. * Use common-install-prehook-arch target to remove the unneeded 'test' directory from the 'miro' package (Closes: #516308). * Use LDFLAGS += "-Wl,--as-needed" to eliminate some unneeded dependencies. -- Uwe Hermann <uwe@debian.org> Mon, 09 Mar 2009 12:46:19 +0100
2009-03-17 18:44:43 Iain Lane title [FFe] Merge miro 2.0.2-1 (universe) from Debian unstable (main) [FFe] Merge miro 2.0.3-1 (universe) from Debian unstable (main)
2009-03-17 18:47:07 Iain Lane description Hi, I'd like to merge the new upstream release of miro, 2.0.2, from Debian. This release is mainly bugfixes but there are a couple of new sites supported so it will need an FFe. It also fixes installability due to python transition and moves to using the system's libtorrent-rasterbar. Upstream changelog: * Bug fixes o #11385 FIXED support for both libtorrent 0.13 and 0.14 o #11413 FIXED single quote and double quote translation into Miro 2.0 o #11423 FIXED Delete unused icon cache files o #11430 FIXED ValueError?: Multiple default guides! o #11432 FIXED EOFError loading config o #11456 FIXED 'Show More' crashes with UnicodeDecodeError? o #11460 FIXED Non-UTF8 locales break things o #11477 FIXED Miro shows no videos in a specific invalid feed o #11478 FIXED TypeError?: 'NoneType?' object is unsubscriptable o #11479 FIXED AttributeError?: 'AppController?' object has no attribute 'pausedDownloaders' o #11474 FIXED Can't process cookie expiration. Thanks Uwe! o #11022 FIXED "File name:" string is bold. Thanks Zach! o #11245 FIXED OPML import/export issues with non-ascii filenames o #11525 FIXED migrating folders with non-ascii characters o #11527 FIXED watched directories with non-ascii characters o #11528 FIXED playback fails for items in directories with non-ascii characters o #11544 FIXED handling for site type in subscriptions o #11546 FIXED pause all does not pause queued downloads o #11435 FIXED re-worked xine driver code so that it respects xine-driver property o #11522 FIXED error loading windll.winhttp o #11539 FIXED OSX crash when migrating to directory with non-ascii characters o #11557 FIXED non-ascii directory names are not displayed properly in Folder panel of preferences o #11575 FIXED non-ascii movies dir - startup check dir name mangled o #11554 FIXED first time startup search, non-ascii directory o #11560 FIXED crash when updated torrent that is in a folder with other files o #11568 FIXED Miro_Downloader Crashes on Launch o #11588 FIXED gstreamerrenderer passes "python" as executable for gst_extractor -- now uses sys.executable * Updates o updated translations synced from LaunchPad? on 3/04/2009 o #11516 Updated to libtorrent 0.14.2 * New Features o #11518 NEW Added metavid.org search support. Thanks Uwe! o #11461 NEW Added 5min.com search support. Thanks Uwe! o #3858 NEW Added EveryZing? search support. Thanks Uwe! o #11458 NEW Added vimeo.com url scraping support. Thanks Uwe! Debian changelog: miro (2.0.2-1ubuntu1) jaunty; urgency=low * Merge from Debian unstable (LP: #xxx), additional changes: + debian/patches/05_force_python25.patch: Version the python interpreter in some scripts as Miro is incompatible with python 2.6. + debian/control: Build-depend on python2.5-dev to make the headers available for Boost.Python. -- Iain Lane <laney@ubuntu.com> Tue, 10 Mar 2009 10:09:32 +0000 miro (2.0.2-1) unstable; urgency=low * New upstream release. * debian/patches: + 40_feedparser.patch: Drop, merged upstream. + 50_miro_debug_fix.patch: Update. + 60_xine_driver.patch: Drop, fixed upstream in different form. + 90_manpage_fixes.patch: Drop, merged upstream. + debian/miro.xpm: Drop, merged upstream. * Build-depend/depend on libtorrent-rasterbar-dev/python-libtorrent (the Python bindings of libtorrent-rasterbar) instead of using the version shipped with Miro. * Switch to the new boost 1.37 packages as build-dependencies (needed for the Debian package of libtorrent-rasterbar anyway). * debian/60_boost_mt.patch: Add file, boost 1.37 only provides -mt variant. * Use common-install-prehook-arch target to remove the unneeded 'test' directory from the 'miro' package (Closes: #516308). * Use LDFLAGS += "-Wl,--as-needed" to eliminate some unneeded dependencies. -- Uwe Hermann <uwe@debian.org> Mon, 09 Mar 2009 12:46:19 +0100 Hi, I'd like to merge the new upstream release of miro, 2.0.2, from Debian. This release is mainly bugfixes but there are a couple of new sites supported so it will need an FFe. It also fixes installability due to python transition and moves to using the system's libtorrent-rasterbar. Upstream changelog: Changes and bug fixes in Miro 2.0.3 (pending) * Bug fixes o #11611 FIXED MiroUnicodeError?: text 'http://www.sermon.net/new' is not a unicode string (type:<type 'str'>) o #11607 FIXED Miro doesn't start playback of external files o #11618 FIXED Sidebar -> Copy url active for channel folder o #11615 FIXED After cmd-T toggle, and stop, playback menu items all active when video was not playing * Updates o updated translations from Launchpad on 3/11/2009 Changes and bug fixes in Miro 2.0.2 (March 7th, 2009) * Bug fixes o #11385 FIXED support for both libtorrent 0.13 and 0.14 o #11413 FIXED single quote and double quote translation into Miro 2.0 o #11423 FIXED Delete unused icon cache files o #11430 FIXED ValueError?: Multiple default guides! o #11432 FIXED EOFError loading config o #11456 FIXED 'Show More' crashes with UnicodeDecodeError? o #11460 FIXED Non-UTF8 locales break things o #11477 FIXED Miro shows no videos in a specific invalid feed o #11478 FIXED TypeError?: 'NoneType?' object is unsubscriptable o #11479 FIXED AttributeError?: 'AppController?' object has no attribute 'pausedDownloaders' o #11474 FIXED Can't process cookie expiration. Thanks Uwe! o #11022 FIXED "File name:" string is bold. Thanks Zach! o #11245 FIXED OPML import/export issues with non-ascii filenames o #11525 FIXED migrating folders with non-ascii characters o #11527 FIXED watched directories with non-ascii characters o #11528 FIXED playback fails for items in directories with non-ascii characters o #11544 FIXED handling for site type in subscriptions o #11546 FIXED pause all does not pause queued downloads o #11435 FIXED re-worked xine driver code so that it respects xine-driver property o #11522 FIXED error loading windll.winhttp o #11539 FIXED OSX crash when migrating to directory with non-ascii characters o #11557 FIXED non-ascii directory names are not displayed properly in Folder panel of preferences o #11575 FIXED non-ascii movies dir - startup check dir name mangled o #11554 FIXED first time startup search, non-ascii directory o #11560 FIXED crash when updated torrent that is in a folder with other files o #11568 FIXED Miro_Downloader Crashes on Launch o #11588 FIXED gstreamerrenderer passes "python" as executable for gst_extractor -- now uses sys.executable * Updates o updated translations synced from LaunchPad? on 3/04/2009 o #11516 Updated to libtorrent 0.14.2 * New Features o #11518 NEW Added metavid.org search support. Thanks Uwe! o #11461 NEW Added 5min.com search support. Thanks Uwe! o #3858 NEW Added EveryZing? search support. Thanks Uwe! o #11458 NEW Added vimeo.com url scraping support. Thanks Uwe! Debian changelog: miro (2.0.3-1ubuntu1) jaunty; urgency=low * Merge with Debian unstable (LP: #336029) * debian/pyversions: Change to "2.5-" to build for 2.6 * debian/patches/70_python_version.patch: Add. Force python to 2.6 * debian/control: Add python libtorrent bindings to build-deps to have these available for the build. -- Iain Lane <laney@ubuntu.com> Tue, 17 Mar 2009 18:14:34 +0000 miro (2.0.3-1) unstable; urgency=low * New upstream release. * Standards-Version: 3.8.1 (no changes required). -- Uwe Hermann <uwe@debian.org> Mon, 16 Mar 2009 15:29:35 +0100 miro (2.0.2-1) unstable; urgency=low * New upstream release. * debian/patches: + 40_feedparser.patch: Drop, merged upstream. + 50_miro_debug_fix.patch: Update. + 60_xine_driver.patch: Drop, fixed upstream in different form. + 90_manpage_fixes.patch: Drop, merged upstream. + debian/miro.xpm: Drop, merged upstream. * Build-depend/depend on libtorrent-rasterbar-dev/python-libtorrent (the Python bindings of libtorrent-rasterbar) instead of using the version shipped with Miro. * Switch to the new boost 1.37 packages as build-dependencies (needed for the Debian package of libtorrent-rasterbar anyway). * debian/60_boost_mt.patch: Add file, boost 1.37 only provides -mt variant. * Use common-install-prehook-arch target to remove the unneeded 'test' directory from the 'miro' package (Closes: #516308). * Use LDFLAGS += "-Wl,--as-needed" to eliminate some unneeded dependencies. -- Uwe Hermann <uwe@debian.org> Mon, 09 Mar 2009 12:46:19 +0100
2009-03-17 18:50:10 Iain Lane bug added attachment 'last_operation.log' (build log)
2009-03-17 18:50:35 Iain Lane bug added attachment 'miro.diffstat' (diffstat)
2009-03-17 18:50:51 Iain Lane bug added attachment 'miro-2.0.3.debdiff' (debdiff)
2009-03-17 18:51:40 Iain Lane bug added attachment 'miro.installlog' (install log)
2009-03-17 18:52:19 Iain Lane bug added attachment 'Screenshot.png' (Screenshot.png)
2009-03-17 18:54:09 Iain Lane bug added subscriber MOTU Release Team
2009-03-17 21:39:24 Iain Lane miro (Ubuntu): status In Progress New
2009-03-17 21:39:24 Iain Lane miro (Ubuntu): assignee laney
2009-03-17 21:39:24 Iain Lane miro (Ubuntu): statusexplanation Aha, I think I figured it out. We need to explicitly build-dep on python2.5-dev since boost.python pulls in 2.6 now. I'll fix this bug with Miro 2.0.2 which I am told is imminent.
2009-03-18 01:32:45 Iain Lane bug added attachment 'miro_2.0.3-1ubuntu1.diff.gz' (miro_2.0.3-1ubuntu1.diff.gz)
2009-03-18 01:34:34 Iain Lane bug added attachment 'miro-2.0.3.debdiff' (miro-2.0.3.debdiff)
2009-03-19 04:19:50 Scott Kitterman miro: status New Confirmed
2009-03-19 04:19:50 Scott Kitterman miro: statusexplanation Ack #2. Approved. Clealry there is more work to do on miro, but this is a step in the right direction.
2009-03-19 09:40:06 Launchpad Janitor miro: status Confirmed Fix Released
2009-03-19 09:40:44 Iain Lane miro (Ubuntu): status Fix Released Fix Committed
2009-03-19 09:40:56 Iain Lane miro (Ubuntu): status Fix Committed Fix Released
2009-08-05 19:06:07 Launchpad Janitor branch linked lp:ubuntu/karmic/miro