Compiling Miro 1.2.8 on Lenny

Not sure if all of the stuff I installed was necessary, but at least nothing required was missing when I did it like this. I’m writing this down from memory and not on-the-go, so there might be errors, but the idea is there.

  1. # apt-get install miro python python-pyrex \
    libboost-python-dev libboost-filesystem-dev \
    libboost-date-time-dev libboost-thread-dev \
    libboost-serialization-dev python-gtk2-dev \
    python-gnome2-extras-dev libxine-dev chrpath \
    libxv-dev libssl-dev libffi-dev python-dbus \
    python-gtk2 python-gnome2 python-gnome2-extras \
    python-glade2 python-gst0.10 imagemagick libxine1-x \
    libxine1-plugins xulrunner-1.9 xulrunner-dev
  2. $ wget http://ftp.osuosl.org/pub/pculture.org/miro/src/Miro-1.2.8.tar.gz
  3. $ tar xvf Miro-1.2.8.tar.gz
  4. $ wget \
    http://bugzilla.pculture.org/attachment.cgi?id=1096 \
    -O miro.patch
  5. $ sed -i -e 's/1.1.2/1.2.8/g' miro.patch
  6. $ patch -p0 < miro.patch
  7. $ cd Miro-1.2.8/platform/gtk-x11
  8. $ ./run.sh

2 Replies to “Compiling Miro 1.2.8 on Lenny”

  1. This seems to work for Miro 2.5.2 just as well. Just s/1.2.8/2.5.2/g and skip downloading and applying the patch.

Comments are closed.