rev 16974 - krap/mlt/trunk/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Tue Feb 16 13:14:23 UTC 2010


Author: pmatthaei
Date: 2010-02-16 13:14:22 +0000 (Tue, 16 Feb 2010)
New Revision: 16974

Modified:
   krap/mlt/trunk/debian/changelog
   krap/mlt/trunk/debian/rules
Log:
- Only enable the new sse2 feature on amd64 hosts.


Modified: krap/mlt/trunk/debian/changelog
===================================================================
--- krap/mlt/trunk/debian/changelog	2010-02-16 13:08:10 UTC (rev 16973)
+++ krap/mlt/trunk/debian/changelog	2010-02-16 13:14:22 UTC (rev 16974)
@@ -1,11 +1,12 @@
 mlt (0.5.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+    - Only enable the new sse2 feature on amd64 hosts.
   * Add patch from Benjamin Drung to determine the Python version on build
     time. Much thanks.
     Closes: #569640
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 16 Feb 2010 14:07:38 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 16 Feb 2010 14:13:50 +0100
 
 mlt (0.4.10-5) unstable; urgency=high
 

Modified: krap/mlt/trunk/debian/rules
===================================================================
--- krap/mlt/trunk/debian/rules	2010-02-16 13:08:10 UTC (rev 16973)
+++ krap/mlt/trunk/debian/rules	2010-02-16 13:14:22 UTC (rev 16974)
@@ -4,7 +4,7 @@
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), "amd64"))
 	EXTRA_CONFIGURE_OPTS += --enable-motion_est --enable-mmx --enable-sse
 else
-	EXTRA_CONFIGURE_OPTS += --disable-motion_est --disable-mmx --disable-sse
+	EXTRA_CONFIGURE_OPTS += --disable-motion_est --disable-mmx --disable-sse --disable-sse2
 endif
 
 DEB_CONFIGURE_EXTRA_FLAGS := \




More information about the pkg-kde-commits mailing list