[SCM] easytag/master: Disable OGG, OPUS and Speex

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Tue Jan 2 23:16:05 UTC 2018


The following commit has been merged in the master branch:
commit 2124a729ee13df65f2639b09fb14619c2d37d836
Author: James Cowgill <jcowgill at debian.org>
Date:   Tue Jan 2 22:55:11 2018 +0000

    Disable OGG, OPUS and Speex
    
    This "fixes" #855251 by removing support for media types where
    corruption can occur. Hopefully a temporary workaround until there is a
    proper fix.
    
    Closes: #855251

diff --git a/debian/rules b/debian/rules
index cd4c96f..ee73658 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@ override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-Werror
+	# OGG, OPUS and Speex disabled due to #855251
+	dh_auto_configure -- --disable-Werror \
+		--disable-ogg --disable-opus --disable-speex
 
 override_dh_installdocs:
 	dh_installdocs --link-doc=easytag

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list