packages: xulrunner/xulrunner.spec - rel 3; fix for new vpx

arekm arekm at pld-linux.org
Sun Mar 4 15:09:48 CET 2012


Author: arekm                        Date: Sun Mar  4 14:09:48 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3; fix for new vpx

---- Files affected:
packages/xulrunner:
   xulrunner.spec (1.220 -> 1.221) 

---- Diffs:

================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.220 packages/xulrunner/xulrunner.spec:1.221
--- packages/xulrunner/xulrunner.spec:1.220	Sun Mar  4 10:07:24 2012
+++ packages/xulrunner/xulrunner.spec	Sun Mar  4 15:09:43 2012
@@ -26,7 +26,7 @@
 Summary(pl.UTF-8):	XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
 Name:		xulrunner
 Version:	10.0.2
-Release:	2
+Release:	3
 Epoch:		2
 License:	MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:		X11/Applications
@@ -66,7 +66,7 @@
 BuildRequires:	libpng(APNG)-devel >= 0.10
 BuildRequires:	libpng-devel >= 1.4.1
 BuildRequires:	libstdc++-devel
-BuildRequires:	libvpx-devel
+BuildRequires:	libvpx-devel >= 1.0.0
 BuildRequires:	nspr-devel >= 1:%{nspr_ver}
 BuildRequires:	nss-devel >= 1:%{nss_ver}
 BuildRequires:	pango-devel >= 1:1.14.0
@@ -176,6 +176,10 @@
 %setup -qc
 mv -f mozilla-release mozilla
 cd mozilla
+
+# libvpx fix
+grep -q VPX_CODEC_USE_INPUT_PARTITION configure.in && sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' configure* || exit 1
+
 # avoid using included headers (-I. is before HUNSPELL_CFLAGS)
 %{__rm} extensions/spellcheck/hunspell/src/{*.hxx,hunspell.h}
 # hunspell needed for factory including mozHunspell.h
@@ -421,6 +425,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.221  2012/03/04 14:09:43  arekm
+- rel 3; fix for new vpx
+
 Revision 1.220  2012/03/04 09:07:24  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner.spec?r1=1.220&r2=1.221&f=u



More information about the pld-cvs-commit mailing list