[mingw-webkitgtk: 31/36] Enable HTML5 video support

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:12:03 UTC 2012


commit f392fcf962f24ab6c61588b1a46a6429a40b4583
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Feb 13 21:33:56 2012 +0200

    Enable HTML5 video support
    
    - BR mingw32-gstreamer and mingw32-gstreamer-plugins-base

 mingw32-webkitgtk.spec |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/mingw32-webkitgtk.spec b/mingw32-webkitgtk.spec
index eeb3f7f..f6fe1d8 100644
--- a/mingw32-webkitgtk.spec
+++ b/mingw32-webkitgtk.spec
@@ -22,9 +22,6 @@
 ##	Also disables the optimized memory allocator.
 ##	(Default: No)
 ##
-## --with html5video: Enable HTML5 video element support using Gstreamer.
-##	(Default: No) 
-##
 ## --with jit: Enable JIT ("just-in-time") JavaScript compiling support.
 ##	Only supported on ix86 at this time, according to upstream.
 ##	(Default: No)
@@ -38,14 +35,13 @@
 %bcond_with	3dtransforms
 %bcond_with	coverage
 %bcond_with	debug
-%bcond_with	html5video
 %bcond_with	jit
 %bcond_with	svg
 %bcond_with	wml
 
 Name:		mingw32-webkitgtk
 Version:	1.7.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	MinGW Windows web content engine library
 
 Group:		Development/Libraries
@@ -105,11 +101,8 @@ BuildRequires:	mingw32-sqlite
 BuildRequires:	mingw32-libxslt
 BuildRequires:	mingw32-pthreads
 BuildRequires:	mingw32-enchant
-
-## Conditional dependencies...
-%if %{with html5video}
 BuildRequires:	mingw32-gstreamer
-%endif
+BuildRequires:	mingw32-gstreamer-plugins-base
 
 
 %description 
@@ -154,14 +147,12 @@ autoreconf --verbose --install -I Source/autotools
 			--with-gtk=2.0				\
 			--with-font-backend=freetype		\
 			--with-unicode-backend=icu		\
-			--disable-video				\
 			--disable-fullscreen-api		\
 			--enable-static --enable-shared		\
 			--disable-spellcheck			\
 %{?with_3dtransforms:	--enable-3D-transforms		}	\
 %{?with_coverage:	--enable-coverage		}	\
 %{?with_debug:		--enable-debug			}	\
-%{?with_html5video:	--enable-video			}	\
 %{?with_jit:		--enable-jit			}	\
 %{?with_svg:		--enable-svg-filters		}	\
 %{?with_wml:		--enable-wml			}
@@ -226,6 +217,10 @@ fi
 
 
 %changelog
+* Mon Feb 13 2012 Kalev Lember <kalevlember at gmail.com> - 1.7.5-3
+- Enable HTML5 video support
+- BR mingw32-gstreamer and mingw32-gstreamer-plugins-base
+
 * Wed Feb 08 2012 Kalev Lember <kalevlember at gmail.com> - 1.7.5-2
 - Build with ICU unicode backend and freetype font backend,
   as advised by upstream


More information about the scm-commits mailing list