From 96e51ba1357d376b58aff55b656aa5c67f4242c9 Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Tue, 22 Jan 2002 20:15:00 +0000 Subject: New OpenGL output plugin. Will only work with upcoming changes in xine-ui. EXPERIMENTAL. Read README.opengl in xine-ui. CVS patchset: 1439 CVS date: 2002/01/22 20:15:00 --- misc/xine-lib.spec.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'misc/xine-lib.spec.in') diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index dcafc33c9..d46dc0c53 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -56,6 +56,11 @@ BuildRoot: /tmp/%{name}-root @HAVE_AA_TRUE@Group: Development/Libraries @HAVE_AA_TRUE@Requires: xine-lib >= %{ver} +@HAVE_OPENGL_TRUE@%package opengl +@HAVE_OPENGL_TRUE@Summary: XINE - OpenGL support. +@HAVE_OPENGL_TRUE@Group: Development/Libraries +@HAVE_OPENGL_TRUE@Requires: xine-lib >= %{ver} + @W32DLL_DEP@%package w32dll @W32DLL_DEP@Summary: XINE - win32dll decoder support. @W32DLL_DEP@Group: Development/Libraries @@ -130,6 +135,9 @@ ler qualquer v @HAVE_AA_TRUE@%description aa @HAVE_AA_TRUE@video plugin using Ascii Art library. +@HAVE_OPENGL_TRUE@%description opengl +@HAVE_OPENGL_TRUE@video plugin using OpenGL library. + @W32DLL_DEP@%description w32dll @W32DLL_DEP@win32dll decoder support. @@ -317,6 +325,11 @@ rm -rf $RPM_BUILD_ROOT @HAVE_AA_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_aa.la @HAVE_AA_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_aa.so +@HAVE_OPENGL_TRUE@%files opengl +@HAVE_OPENGL_TRUE@%defattr(-,root,root) +@HAVE_OPENGL_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_opengl.la +@HAVE_OPENGL_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_opengl.so + @W32DLL_DEP@%files w32dll @W32DLL_DEP@%defattr(-,root,root) @W32DLL_DEP@%{prefix}/lib/xine/plugins/xineplug_decode_w32dll.la -- cgit v1.2.3