Please merge miro 2.0-1 from Debian unstable (main)

Bug #328261 reported by Iain Lane
4
Affects Status Importance Assigned to Milestone
miro (Debian)
Fix Released
Unknown
miro (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: miro

 miro (2.0-1) unstable; urgency=low

   * New upstream release.
     + Fixed: Java browser plugin problems upon upgrade (Closes: #461990).
     + Now deactivates (GNOME) screensaver during playback (Closes: #441411).
     + Youtube downloads work fine again (Closes: #506723).
     + The Miro icon cache is a lot smaller now (Closes: #493943).
   * debian/patches:
     + 10_movies_dir.patch: Updated.
     + 20_no_autoupdate.patch: Updated.
     + 30_disable_xine_hack.patch: Updated.
     + 50_xine_extractor_path.patch: Drop, merged upstream.
     + 70_rdfa_silence_lintian.patch: Drop, no longer needed.
     + 80_gcc-4.3_headers.patch: Drop, merged upstream.
     + 90_disable_iheartmiro_nag.patch: Drop, obsolete.
     + 70_python_exec_fix.patch: Add file.
     + 80_xine_default_renderer.patch: Add file. Keep xine as default renderer.
     + 90_manpage_fixes.patch: Add file.
     + 95_esc.patch: Add file. ESC in non-fullscreen mode stops video playback.
   * Closing unreproducible bugs. Please reopen if you can reproduce the
     problem with the latest version.
     + Crash on startup (Closes: #502337).
     + sqlitedb appears to have been corrupted (Closes: #497504).
   * debian/control:
      + Don't use duplicate package descriptions (lintian).
      + Add ${misc:Depends} to all binary packages (lintian).
      + Drop no longer needed dependencies on imagemagick and chrpath.
      + Make 'python-psyco' a Recommends instead of Suggests as it allows
        for potential application speed-ups.
      + Suggests: python-notify (optional).
      + Add Conflicts with miro-data (<< 1.2.1) (see Ubuntu LP #296175), as
        the miro.desktop file moved from miro-data to the miro package there.
      + Turn all gstreamer-related dependencies into Suggests for now, in order
        to make a smaller Miro install possible (e.g. on netbooks, where disk
        space is often a scarce resource). Xine is still the default renderer
        in the Debian package, so the xine libs are a requirement. If you want
        to use gstreamer instead, you have to install the Suggests packages.
        There's documentation in README.Debian for that.
      + While we're at it, add gstreamer0.10-plugins-bad and also
        gstreamer0.10-plugins-ugly as Suggests.
   * debian/rules:
      + Invoke dh_desktop as we install a *.dektop file (lintian).
      + Clear DEB_PYTHON_CLEAN_ARGS, as Miro's setup.py doesn't know about
        the default argument '-a', which cdbs tries to use upon 'clean'.
      + Update list of files to remove in the 'clean' target.
      + Install README.gtk-x11 and README.cli documentation files.
   * debian/README.Debian:
      + Add hints on how to use gdb with 'miro --debug' for debugging.
      + Add HOWTO for installing gstreamer stuff if you want to switch the
        renderer from xine to gstreamer.
      + Drop obsolete items.

 -- Uwe Hermann <email address hidden> Wed, 11 Feb 2009 01:32:44 +0100

Related branches

Revision history for this message
Iain Lane (laney) wrote :

This works great. I submitted a suggestion to Debian which will allow us to get into sync if accepted. Good times.

Changed in miro:
status: New → Confirmed
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (3.9 KiB)

This bug was fixed in the package miro - 2.0-1ubuntu1

---------------
miro (2.0-1ubuntu1) jaunty; urgency=low

  * Merge from Debian unstable (LP: #328261), remaining changes:
    + debian/control: Switch depends to python-gtk2-extras
    + debian/control: Remove democracyplayer-data

miro (2.0-1) unstable; urgency=low

  * New upstream release.
    + Fixed: Java browser plugin problems upon upgrade (Closes: #461990).
    + Now deactivates (GNOME) screensaver during playback (Closes: #441411).
    + Youtube downloads work fine again (Closes: #506723).
    + The Miro icon cache is a lot smaller now (Closes: #493943).
  * debian/patches:
    + 10_movies_dir.patch: Updated.
    + 20_no_autoupdate.patch: Updated.
    + 30_disable_xine_hack.patch: Updated.
    + 50_xine_extractor_path.patch: Drop, merged upstream.
    + 70_rdfa_silence_lintian.patch: Drop, no longer needed.
    + 80_gcc-4.3_headers.patch: Drop, merged upstream.
    + 90_disable_iheartmiro_nag.patch: Drop, obsolete.
    + 70_python_exec_fix.patch: Add file.
    + 80_xine_default_renderer.patch: Add file. Keep xine as default renderer.
    + 90_manpage_fixes.patch: Add file.
    + 95_esc.patch: Add file. ESC in non-fullscreen mode stops video playback.
  * Closing unreproducible bugs. Please reopen if you can reproduce the
    problem with the latest version.
    + Crash on startup (Closes: #502337).
    + sqlitedb appears to have been corrupted (Closes: #497504).
  * debian/control:
     + Don't use duplicate package descriptions (lintian).
     + Add ${misc:Depends} to all binary packages (lintian).
     + Drop no longer needed dependencies on imagemagick and chrpath.
     + Make 'python-psyco' a Recommends instead of Suggests as it allows
       for potential application speed-ups.
     + Suggests: python-notify (optional).
     + Add Conflicts with miro-data (<< 1.2.1) (see Ubuntu LP #296175), as
       the miro.desktop file moved from miro-data to the miro package there.
     + Turn all gstreamer-related dependencies into Suggests for now, in order
       to make a smaller Miro install possible (e.g. on netbooks, where disk
       space is often a scarce resource). Xine is still the default renderer
       in the Debian package, so the xine libs are a requirement. If you want
       to use gstreamer instead, you have to install the Suggests packages.
       There's documentation in README.Debian for that.
     + While we're at it, add gstreamer0.10-plugins-bad and also
       gstreamer0.10-plugins-ugly as Suggests.
  * debian/rules:
     + Invoke dh_desktop as we install a *.dektop file (lintian).
     + Clear DEB_PYTHON_CLEAN_ARGS, as Miro's setup.py doesn't know about
       the default argument '-a', which cdbs tries to use upon 'clean'.
     + Update list of files to remove in the 'clean' target.
     + Install README.gtk-x11 and README.cli documentation files.
  * debian/README.Debian:
     + Add hints on how to use gdb with 'miro --debug' for debugging.
     + Add HOWTO for installing gstreamer stuff if you want to switch the
       renderer from xine to gstreamer.
     + Drop obsolete items.

miro (1.2.8-2) unstable; urgency=low

  * Add build dependencies on a base set...

Read more...

Changed in miro:
status: Confirmed → Fix Released
Changed in miro:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.