Your message dated Fri, 26 Aug 2011 23:02:40 +0000
with message-id <[email protected]>
and subject line Bug#638622: fixed in mlt 0.7.4-3
has caused the Debian Bug report #638622,
regarding libmltmotion_est.so missing on !amd64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
638622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638622
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mlt
Version: 0.7.4-2
Tags: patch

The plugin libmltmotion_est.so is missing on all archs except amd64.
This regression was mistakenly introduced by 0.3.2-2, because
confusion let the maintainer think motion estimation required SSE.

In fact, SSE is not required, motion estimation works fine
without it, as long as --disable-mmx --disable-sse --disable-sse2
are passed to configure script on archs lacking of it.

This has also been reported and fix confirmed on Ubuntu 11.04:
https://bugs.launchpad.net/ubuntu/+source/mlt/+bug/440983

There's a patch fixing the issue attached to this report.

Best Regards
-- 
Stephane
Enable the motion_est module for all arch's, since all is required is --enable-gpl.
SSE is not a hard requirement, the code is clean with that regard.

--- mlt-0.7.5+git20110816.5c39e5f7/debian/rules	2011-08-17 21:55:56.440466593 +0200
+++ mlt-0.7.5+git20110816.5c39e5f7/debian/rules	2011-08-17 22:05:26.473890366 +0200
@@ -1,14 +1,15 @@
 #!/usr/bin/make -f
 
-# Enable motion estimation, MMX and SSE on amd64 architecture
+# Enable MMX and SSE on amd64 architecture
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), "amd64"))
-	EXTRA_CONFIGURE_OPTS += --enable-motion_est --enable-mmx --enable-sse
+	EXTRA_CONFIGURE_OPTS += --enable-mmx --enable-sse
 else
-	EXTRA_CONFIGURE_OPTS += --disable-motion_est --disable-mmx --disable-sse --disable-sse2
+	EXTRA_CONFIGURE_OPTS += --disable-mmx --disable-sse --disable-sse2
 endif
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--enable-gpl \
+	--enable-motion_est \
 	$(EXTRA_CONFIGURE_OPTS) \
 	--avformat-shared=/usr \
 	--avformat-swscale \

--- End Message ---
--- Begin Message ---
Source: mlt
Source-Version: 0.7.4-3

We believe that the bug you reported is fixed in the latest version of
mlt, which is due to be installed in the Debian FTP archive:

libmlt++-dev_0.7.4-3_amd64.deb
  to main/m/mlt/libmlt++-dev_0.7.4-3_amd64.deb
libmlt++3_0.7.4-3_amd64.deb
  to main/m/mlt/libmlt++3_0.7.4-3_amd64.deb
libmlt-data_0.7.4-3_all.deb
  to main/m/mlt/libmlt-data_0.7.4-3_all.deb
libmlt-dbg_0.7.4-3_amd64.deb
  to main/m/mlt/libmlt-dbg_0.7.4-3_amd64.deb
libmlt-dev_0.7.4-3_amd64.deb
  to main/m/mlt/libmlt-dev_0.7.4-3_amd64.deb
libmlt4_0.7.4-3_amd64.deb
  to main/m/mlt/libmlt4_0.7.4-3_amd64.deb
melt_0.7.4-3_amd64.deb
  to main/m/mlt/melt_0.7.4-3_amd64.deb
mlt_0.7.4-3.debian.tar.gz
  to main/m/mlt/mlt_0.7.4-3.debian.tar.gz
mlt_0.7.4-3.dsc
  to main/m/mlt/mlt_0.7.4-3.dsc
python-mlt3_0.7.4-3_amd64.deb
  to main/m/mlt/python-mlt3_0.7.4-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi <[email protected]> (supplier of updated mlt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 26 Aug 2011 22:03:38 +0200
Source: mlt
Binary: libmlt-dev libmlt4 libmlt-data libmlt++-dev libmlt++3 libmlt-dbg melt 
python-mlt3
Architecture: source amd64 all
Version: 0.7.4-3
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra <[email protected]>
Changed-By: Patrick Matthäi <[email protected]>
Description: 
 libmlt++-dev - MLT multimedia framework C++ wrapper (development)
 libmlt++3  - MLT multimedia framework C++ wrapper (runtime)
 libmlt-data - multimedia framework (data)
 libmlt-dbg - multimedia framework (debugging symbols)
 libmlt-dev - multimedia framework (development)
 libmlt4    - multimedia framework (runtime)
 melt       - command line media player and video editor
 python-mlt3 - multimedia framework (python bindings)
Closes: 638622
Changes: 
 mlt (0.7.4-3) unstable; urgency=low
 .
   * Add patch from Stephane Fillod, to enable motionest on all architectures.
     Closes: #638622
Checksums-Sha1: 
 d16c15235c7de8c21e1f976e865139ed15facaae 2081 mlt_0.7.4-3.dsc
 6c02b8479e86ad93bde8309164159bb90b78b641 7817 mlt_0.7.4-3.debian.tar.gz
 91c20c59a2783a4df15e0bdd91274d1baf1e6817 158086 libmlt-dev_0.7.4-3_amd64.deb
 92b00c5ba9063f61756d04f810c795d4e7081166 573544 libmlt4_0.7.4-3_amd64.deb
 13a1ec70e84d2e752585a455ceeaa39044440ba5 411896 libmlt-data_0.7.4-3_all.deb
 9b77246bc1ea1f5ee327fb5c0150b4c2c0832159 117992 libmlt++-dev_0.7.4-3_amd64.deb
 a46d71e50ba8fb507e1a13156c3c572b21a8b143 147358 libmlt++3_0.7.4-3_amd64.deb
 df00f5c93d733e02b700ecf521621cebb4bfde21 1376220 libmlt-dbg_0.7.4-3_amd64.deb
 a3eacf928c1b7c19df8671ad4dc63b9cf2725265 152634 melt_0.7.4-3_amd64.deb
 0f2766c1d23e49dcad9a3795b58affb8dfa24fc1 215864 python-mlt3_0.7.4-3_amd64.deb
Checksums-Sha256: 
 f7a4c9fb33fa3117123cec6a348417ad5748c548d9630bd49f94943b2e171583 2081 
mlt_0.7.4-3.dsc
 3550701eda8a22c352b2a2eb565e096f51285548719b77e2c57ecaf7ab1f350d 7817 
mlt_0.7.4-3.debian.tar.gz
 a2af8f866140df0f095efdf9da0139eb3f7530573b5d7edee3c0b0bc20a2b1bf 158086 
libmlt-dev_0.7.4-3_amd64.deb
 e3904131135e76d77407945989607b0a10e52ff45d68a49948667f4aaf451051 573544 
libmlt4_0.7.4-3_amd64.deb
 2db62a7ce5168459215da6d621b36e89be38385e0c26762f0a6a566cfa998af8 411896 
libmlt-data_0.7.4-3_all.deb
 94693579f4e92912c6312fb6e0485b14a394c4899f4b23eeac3c9faf3008edeb 117992 
libmlt++-dev_0.7.4-3_amd64.deb
 87eabf8a259bccb6c366eecf1a95e7926b5b923d4ab6f1dd8c05238a2b2f211a 147358 
libmlt++3_0.7.4-3_amd64.deb
 753529603e064f4a3f01bef7a5befa15b14df35ac0b824f2e3222f577be28aea 1376220 
libmlt-dbg_0.7.4-3_amd64.deb
 6750d2323341189da7652e1d7548b4b533a2421edca58e55e88ba6957f94a907 152634 
melt_0.7.4-3_amd64.deb
 74d8cebfca528e33cc2bd73eeedff887f1101ef2c6ad64ec2587e30c3e392a9b 215864 
python-mlt3_0.7.4-3_amd64.deb
Files: 
 0f39f8ea9691c52f8805d112d1aa2e1f 2081 libs optional mlt_0.7.4-3.dsc
 78a4b2c74388b9fb83c1ccd050c154c1 7817 libs optional mlt_0.7.4-3.debian.tar.gz
 61606f42d7f70ef48231ebeefcb4f356 158086 libdevel optional 
libmlt-dev_0.7.4-3_amd64.deb
 08b231a2b1a8a9120ccb17a0e8552575 573544 libs optional libmlt4_0.7.4-3_amd64.deb
 cbc117ff4281639a6ec0c7ffbb977028 411896 libs optional 
libmlt-data_0.7.4-3_all.deb
 a81ed192e8e38136b24110308bd91163 117992 libdevel optional 
libmlt++-dev_0.7.4-3_amd64.deb
 5329712f2604c166bd51643e3e3b77f7 147358 libs optional 
libmlt++3_0.7.4-3_amd64.deb
 9ebffca719f8dc84c227550882158a07 1376220 debug extra 
libmlt-dbg_0.7.4-3_amd64.deb
 2f62f1173e04d50f2ea1a2b2194c7ce5 152634 utils optional melt_0.7.4-3_amd64.deb
 b8effe58bb5e136bea758c235f1a27da 215864 python optional 
python-mlt3_0.7.4-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOWB12AAoJEBLZsEqQy9jkc1YQAJYxjpur10h3ln9SeVyTRZ/G
r1I/VxxV+JNP6PCVyft4UNzBXxTEKiWG4aq/AsFkjxDtzNvz/fKPNl0TZoopvizW
UdiqXV5qJnNparEpEW5TRQbBb+15Pz4NlnxmuP0SFI13ZTESXi+qDnvSFx5UCvkU
noldmzGWzCuO2YtlQTWmZjG1P/J4352CIrsoNuOzB9WP6yqANkxlgEb/Ru635t2K
lycOqb/rFIGd/7fZYKGlhHCiM6TLLjVdZRZgRFZpHcLrEdQXP0bWkf4/A7brZpnB
XcmQi/Eg239VPPKRo1tjCaeWSV9iMCLadw3AUAkDehhhUwaLYjWKO7MnAMXVeYhU
OrV6mkrwrlWRxdeS4ooqweaN90AM6FevUy8m4A6Jou96sliM/paf9J/Vdi6sv9Eh
erzelOlIuwLNc8GTnAFnbpsKts934iMURX9k+Plxju1KVqXxPucHYQ2ZhmppTVrI
Sk3Dgn2NQvnZ9SyW53u60YLaomnAlrHrNZy5EBT0YA9fDnv6nMXjBCkwqjnoFUVR
xTtfO+hQwuvnhIXegOiI51wUOWvfFsciKGrn6O7aIN6f5k8rHA4tn0mAU2plFE+S
KDfehAAbbWaqf47SuUHDfxrfZri3Nfr0Ua5ORBWKlGJ5jz53SZuzpVUTj3N8Q8Ex
/TLfuLpfUzijPpLl9iZS
=8p5g
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to