SPECS: xine-lib.spec - gcc4 fixes, nfy
prism
prism at pld-linux.org
Fri Jun 17 16:41:50 CEST 2005
Author: prism Date: Fri Jun 17 14:41:50 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- gcc4 fixes, nfy
---- Files affected:
SPECS:
xine-lib.spec (1.152 -> 1.153)
---- Diffs:
================================================================
Index: SPECS/xine-lib.spec
diff -u SPECS/xine-lib.spec:1.152 SPECS/xine-lib.spec:1.153
--- SPECS/xine-lib.spec:1.152 Sat Apr 30 01:26:02 2005
+++ SPECS/xine-lib.spec Fri Jun 17 16:41:45 2005
@@ -13,6 +13,7 @@
%bcond_without sdl # don't build SDL video output plugin
%bcond_without stk # don't build stk video output plugin
%bcond_with xvid # build xvid decode plugin [disabled in sources at the moment]
+%bcond_with gcc4 # build with gcc4 fixes
#
%ifnarch %{ix86}
%undefine with_dxr3
@@ -34,6 +35,7 @@
Patch1: %{name}-nolibs.patch
Patch2: %{name}-sparc.patch
Patch3: %{name}-win32-path.patch
+Patch4: %{name}-gcc4.patch
URL: http://xine.sourceforge.net/
%{?with_directfb:BuildRequires: DirectFB-devel >= 0.9.9}
%{?with_opengl:BuildRequires: OpenGL-devel}
@@ -671,6 +673,9 @@
%patch2 -p1
%endif
%patch3 -p1
+%if %{with gcc4}
+%patch4 -p1
+%endif
%build
%{__libtoolize}
@@ -989,6 +994,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.153 2005/06/17 14:41:45 prism
+- gcc4 fixes, nfy
+
Revision 1.152 2005/04/29 23:26:02 qboosh
- updated to 1.0.1, removed obsolete pthread_leak patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xine-lib.spec?r1=1.152&r2=1.153&f=u
More information about the pld-cvs-commit
mailing list