~ubuntu-branches/ubuntu/natty/miro/natty

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Daniel Hahler
  • Date: 2010-04-13 19:44:55 UTC
  • mfrom: (1.5.7 sid)
  • Revision ID: ubuntu-launchpad@thequod.de-20100413194455-y03x13wddbwxb3c8
* Merge from Debian unstable (LP: #548389), remaining changes:
  - 100_catch_keyerror_in_update_items.patch: Catch exception
    caused by out of bounds array index.
  - 101_player_undefined_elapsed_time.patch: There are some cases 
    where the elapsed_time returned is undefined; use a current 
    time of 0 in this case when fast-forwarding.
  - debian/control, debian/pyversions, debian/README.Debian:
    Build with python 2.6 and xulrunner 1.9.2
* Dropped 90_miro_boost_py26.patch: does not apply anymore.
* New upstream release (Closes: #575463).
   + The xine backend was removed upstream, we use gstreamer only now.
   + Drop (build-)dependency on all Boost packages, no longer used upstream.
   + debian/patches/20_no_autoupdate.patch: Update.
   + debian/patches/30_disable_xine_hack.patch: Drop, obsolete.
   + debian/patches/40_boost_python.patch: Drop, obsolete.
   + debian/patches/80_xine_default_renderer.patch: Drop, obsolete.
* Closing non-reproducible bugs with this release. Please reopen if needed.
   + "No sound when playing videos" (Closes: #527261).
   + "Two internal errors on startup" (Closes: #557347).
   + "Miro "internal error" and odd behavior" (Closes: #574822).
   + "Miro crashes after starts playing a video" (Closes: #522102).
* Standards-Version: 3.8.4 (no changes required).
* debian/miro.docs: Add ADOPTERS file.
* debian/README.Debian: Drop xine related sections.
* debian/rules: Simplified clean target.
* debian/copyright: Updates (Boost and libtorrent stuff is gone).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
 * You can install 'python-psyco' which will likely speed up Miro a bit.
14
14
 
15
 
 * If you want to redirect the sound output (but not video) to another
16
 
   host via 'esddsp' here's what you have to do:
17
 
 
18
 
    - Edit ~/.xine/config to say 'audio.driver:esd' on your localhost.
19
 
 
20
 
    - Start an esd server on another (remote) host, e.g.
21
 
      using 'esd -public -tcp'. Make sure you allow connections to your
22
 
      esd server (check firewall settings for port 16001 and your
23
 
      /etc/hosts.allow and /etc/hosts.deny).
24
 
 
25
 
    - Now run 'esddsp -s xxx.xxx.xxx.xxx:16001 miro' on localhost, where
26
 
      xxx.xxx.xxx.xxx is the IP address of the host where esd runs.
27
 
      The video will now be displayed on localhost, audio will be redirected
28
 
      to the remote host's esd.
29
 
 
30
 
 * If you experience segfaults or incorrect colors with Miro and certain
31
 
   X.org drivers, please try 'miro --set xine-driver=xhsm' as a work-around,
32
 
   or, alternatively, use the gstreamer renderer (set it in the "Options"
33
 
   dialog or run 'miro --set renderer=gstreamer'). See
34
 
     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459069
35
 
     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473310
36
 
   for more information on this issue.
 
15
 * For even further audio/video support you can also install the following:
 
16
 
 
17
      $ apt-get install gstreamer0.10-plugins-ugly
37
18
 
38
19
 * If you experience Miro crashes/segfaults, please install 'gdb' and then
39
20
   run 'miro --debug' (which runs Miro in gdb) and try to reproduce the
41
22
   output (type e.g. "bt" on the gdb prompt after the crash).
42
23
 
43
24
   If needed, please also install additional -dbg packages, e.g.
44
 
   python2.5-dbg, python-gtk2-dbg, or xulrunner-1.9-dbg.
45
 
 
46
 
 * The default Miro renderer in Debian is xine. If you want to switch to
47
 
   gstreamer, you have to install a number of additional packages and switch
48
 
   to gstreamer in the Miro options (and restart Miro). Alternatively,
49
 
   you can start Miro via 'miro --set renderer=gstreamer'.
50
 
 
51
 
   You'll need at least the following packages for gstreamer:
52
 
 
53
 
      $ apt-get install python-gst0.10 gstreamer0.10-plugins-base \
54
 
        gstreamer0.10-plugins-good gstreamer0.10-x gstreamer0.10-ffmpeg
55
 
 
56
 
   For even further audio/video support you can also install the following:
57
 
 
58
 
      $ apt-get install gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
59
 
 
60
 
 -- Uwe Hermann <uwe@debian.org>, Tue, 10 Feb 2009 22:57:26 +0100
 
25
   python2.6-dbg, python-gtk2-dbg, or xulrunner-1.9.2-dbg.
 
26
 
 
27
 -- Uwe Hermann <uwe@debian.org>, Sat, 20 Mar 2010 15:29:57 +0100
61
28