diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-17 20:25:53 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-17 20:25:53 +0100 |
commit | 2b3df508106c0cf311132baeab89a2049fe22a77 (patch) | |
tree | 856965a43310eb746892d2c80514e144c76d0da2 /misc | |
parent | d4422c12b810ff9af859ed141f064e137f6bf3be (diff) | |
download | xine-lib-2b3df508106c0cf311132baeab89a2049fe22a77.tar.gz xine-lib-2b3df508106c0cf311132baeab89a2049fe22a77.tar.bz2 |
Remove SyncFB video output plugin, and related documentation and code.
Matthias Dahl, the last maintainer of the code, confirms that the needed Linux kernel module is not building anymore, and thus this is unusable.
Please consider using VIDIX or DirectFB instead, which should both work fine with Matrox cards.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xine-lib.spec.in | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index 6c5d9b96c..30a54a114 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -51,9 +51,6 @@ %if %{?BUILD_DIRECTFB:0}%{!?BUILD_DIRECTFB:1} %define BUILD_DIRECTFB 0 %endif -%if %{?BUILD_SYNCFB:0}%{!?BUILD_SYNCFB:1} -%define BUILD_SYNCFB 0 -%endif %if %{?BUILD_W32DLL:0}%{!?BUILD_W32DLL:1} %define BUILD_W32DLL 0 %endif @@ -364,30 +361,6 @@ Videovýstupní modul libxine, který používá OpenGL (3D grafické karty). libxine Videoausgabeplugin per OpenGL (3D Grafikkarte) %endif -%if %BUILD_SYNCFB -%package syncfb -Summary: libxine video output plugin using synchroniced framebuffer (Matrox cards) -Summary(cs): Videovýstupní modul libxine používající framebuffer (karty Matrox) -Summary(de): libxine Videoausgabeplugin per synchronisiertem Framebuffer (Matrox Karten) -Summary(fi): libxine-Videolisdke Matrox-ndyttvkorttien synkronisoitua ndyttvmuistia varten. -Group: Development/Libraries -Obsoletes: libxine0-syncfb -Requires: %{libname} = %{version}-%{release} - -%description syncfb -libxine video output plugin using synchroniced framebuffer (Matrox cards) - -%description syncfb -l cs -Videovýstupní modul libxine, který používá synchronizovaný framebuffer (karty -Matrox). - -%description syncfb -l de -libxine Videoausgabeplugin per synchronisiertem Framebuffer (Matrox Karten) - -%description syncfb -l fi -libxine-Videolisdke Matrox-ndyttvkorttien synkronisoitua ndyttvmuistia varten. -%endif - %if %BUILD_DVD %package dvd Summary: libxine input plugin for playing video-dvd's with dvd-navigation @@ -762,14 +735,6 @@ grep -v -E "xineplug_vo_out_opengl\.|README.opengl" ${RPM_BUILD_DIR}/filelist_li rm ${RPM_BUILD_DIR}/filelist_libxine2_old %endif -%if %BUILD_SYNCFB -echo "%defattr(-,root,root)" > ${RPM_BUILD_DIR}/filelist_libxine2_syncfb -mv ${RPM_BUILD_DIR}/filelist_libxine2 ${RPM_BUILD_DIR}/filelist_libxine2_old -grep -E "xineplug_vo_out_syncfb\.|README\.syncfb" ${RPM_BUILD_DIR}/filelist_libxine2_old | cat - >> ${RPM_BUILD_DIR}/filelist_libxine2_syncfb -grep -v -E "xineplug_vo_out_syncfb\.|README\.syncfb" ${RPM_BUILD_DIR}/filelist_libxine2_old | cat - > ${RPM_BUILD_DIR}/filelist_libxine2 -rm ${RPM_BUILD_DIR}/filelist_libxine2_old -%endif - %if %BUILD_DIRECTFB echo "%defattr(-,root,root)" > ${RPM_BUILD_DIR}/filelist_libxine2_directfb mv ${RPM_BUILD_DIR}/filelist_libxine2 ${RPM_BUILD_DIR}/filelist_libxine2_old @@ -896,10 +861,6 @@ rm ${RPM_BUILD_DIR}/filelist_libxine2_old %files opengl -f ../filelist_libxine2_opengl %endif -%if %BUILD_SYNCFB -%files syncfb -f ../filelist_libxine2_syncfb -%endif - %if %BUILD_DIRECTFB %files directfb -f ../filelist_libxine2_directfb %endif |