diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-01-20 23:21:52 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-01-20 23:21:52 +0000 |
commit | d28d2b9e23f5ede57ae3325fcadfac0056af7d57 (patch) | |
tree | 6c4654ff5b975aeff3d28e0ac1df68cd18de4488 /misc | |
parent | e45cadedda467872cc062d52aa6e7170cab89088 (diff) | |
download | xine-lib-d28d2b9e23f5ede57ae3325fcadfac0056af7d57.tar.gz xine-lib-d28d2b9e23f5ede57ae3325fcadfac0056af7d57.tar.bz2 |
Change SDL checks.
CVS patchset: 1431
CVS date: 2002/01/20 23:21:52
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xine-lib.spec.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index 51e29a2f9..dcafc33c9 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -46,6 +46,11 @@ BuildRoot: /tmp/%{name}-root @HAVE_XV_TRUE@Group: Development/Libraries @HAVE_XV_TRUE@Requires: xine-lib >= %{ver} +@HAVE_SDL_TRUE@%package sdl +@HAVE_SDL_TRUE@Summary: XINE - SDL (Simple DirectMedia Layer) video support. +@HAVE_SDL_TRUE@Group: Development/Libraries +@HAVE_SDL_TRUE@Requires: xine-lib >= %{ver}, libSDL + @HAVE_AA_TRUE@%package aa @HAVE_AA_TRUE@Summary: XINE - Ascii Art support. @HAVE_AA_TRUE@Group: Development/Libraries @@ -119,6 +124,9 @@ ler qualquer vídeo com máximo desempenho. @HAVE_XV_TRUE@%description xv @HAVE_XV_TRUE@video plugin using XFree XVideo extension. +@HAVE_SDL_TRUE@%description sdl +@HAVE_SDL_TRUE@video plugin using SDL (Simple DirectMedia Layer) library. + @HAVE_AA_TRUE@%description aa @HAVE_AA_TRUE@video plugin using Ascii Art library. @@ -299,6 +307,11 @@ rm -rf $RPM_BUILD_ROOT @HAVE_XV_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_xv.la @HAVE_XV_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_xv.so +@HAVE_SDL_TRUE@%files sdl +@HAVE_SDL_TRUE@%defattr(-,root,root) +@HAVE_SDL_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_sdl.la +@HAVE_SDL_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_sdl.so + @HAVE_AA_TRUE@%files aa @HAVE_AA_TRUE@%defattr(-,root,root) @HAVE_AA_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_aa.la |