[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.8.0-4-6-gdcf6369

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Sep 1 11:33:55 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/mlt.git;a=commitdiff;h=5bf6703

The following commit has been merged in the master branch:
commit 5bf6703215d18a4385c7b3bf01d09dddbab7a8ac
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Sat Sep 1 13:22:13 2012 +0200

    * Completly disable the luma-compress option, it is not recommend by
      upstream.
---
 debian/changelog |    2 ++
 debian/rules     |    6 ------
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2d44247..35c3be4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ mlt (0.8.2-1) UNRELEASED; urgency=low
     - Remove merged patch 03-audio-limits-and-crash.
     - Remove merged patch 04-cache-memory-leak.
     - Remove merged patch 05-ladspa-crash.
+  * Completly disable the luma-compress option, it is not recommend by
+    upstream.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 01 Sep 2012 13:15:22 +0200
 
diff --git a/debian/rules b/debian/rules
index e324c8b..14c9165 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,6 @@ else
 	EXTRA_CONFIGURE_OPTS += --disable-mmx --disable-sse --disable-sse2
 endif
 
-# Do not enable luma compress on mips. The convert process never finishes
-ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), "mips"))
-	LUMA_CONFIGURE_OPTS += --luma-compress
-endif
-
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--enable-gpl \
 	--enable-gpl3 \
@@ -21,7 +16,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
 	$(EXTRA_CONFIGURE_OPTS) \
 	--avformat-shared=/usr \
 	--avformat-swscale \
-	$(LUMA_CONFIGURE_OPTS) \
 	--swig-languages=python \
 	--qimage-libdir=/usr/lib \
 	--disable-rtaudio \

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list