Package: openshot
Followup-For: Bug #668793

Dear Maintainer,

Here is a patch attached to fix this bug.

By providing an optional dependency on python-mlt5 the package builds fine,
the installation is OK and openshot still works with no obvious problems that
I could find.

Please consider applying it.

Regards,
   Antonio Ospite
   http://ao2.it


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.0-rc2-ao2 (SMP w/1 CPU core)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openshot depends on:
ii  fontconfig           2.9.0-3
ii  gtk2-engines-pixbuf  2.24.10-1
ii  librsvg2-common      2.36.1-1
ii  melt                 0.7.8+git20120417-1
ii  python               2.7.2-10
ii  python-gtk2          2.24.0-3
ii  python-httplib2      0.7.4-1
ii  python-imaging       1.1.7-4
ii  python-mlt5          0.7.8+git20120417-1
ii  python-pygoocanvas   0.14.1-1+b3
ii  python-support       1.0.14
ii  python-xdg           0.19-4

Versions of packages openshot recommends:
ii  frei0r-plugins  1.1.22git20091109-1.2
ii  openshot-doc    1.4.2-1

Versions of packages openshot suggests:
ii  blender   2.63a-1
ii  inkscape  0.48.3.1-1+b1

-- no debconf information
diff -pru openshot-1.4.2/debian/changelog openshot-1.4.2_ao2/debian/changelog
--- openshot-1.4.2/debian/changelog	2012-02-01 06:46:39.000000000 +0100
+++ openshot-1.4.2_ao2/debian/changelog	2012-05-13 13:17:51.000000000 +0200
@@ -1,3 +1,9 @@
+openshot (1.4.2-1.1) UNRELEASED; urgency=low
+
+  * Add an optional dependency on python-mlt5. (Closes: #668793)
+
+ -- Antonio Ospite <osp...@studenti.unina.it>  Sun, 13 May 2012 13:15:07 +0200
+
 openshot (1.4.2-1) unstable; urgency=low
 
   * New upstream release to address bug fixes and regressions from 1.4.1
diff -pru openshot-1.4.2/debian/control openshot-1.4.2_ao2/debian/control
--- openshot-1.4.2/debian/control	2012-02-01 06:45:30.000000000 +0100
+++ openshot-1.4.2_ao2/debian/control	2012-05-13 11:19:20.000000000 +0200
@@ -19,7 +19,7 @@ Depends: gtk2-engines-pixbuf,
          python-gtk2,
          python-httplib2,
          python-imaging,
-         python-mlt3 | python-mlt2,
+         python-mlt5 | python-mlt3 | python-mlt2,
          python-pygoocanvas,
          python-xdg,
          ${misc:Depends},

Reply via email to