Author: qboosh Date: Sun Mar 11 12:19:04 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - merged update to 1.0.0 from AC-branch - updated fix,gcc4 patches, removed obsolete sh patch - new -input subpakcages: dynapro,gunze,ucb1x00,wm97xx
---- Files affected: SPECS: DirectFB.spec (1.76 -> 1.77) ---- Diffs: ================================================================ Index: SPECS/DirectFB.spec diff -u SPECS/DirectFB.spec:1.76 SPECS/DirectFB.spec:1.77 --- SPECS/DirectFB.spec:1.76 Sun Mar 11 12:05:43 2007 +++ SPECS/DirectFB.spec Sun Mar 11 13:18:58 2007 @@ -1,7 +1,6 @@ # $Revision$, $Date$ # # TODO: -# - update to 1.0.0rc2 # - fix x86-64 int32<->ptr64 casts. # # tree.c:88: warning: cast from pointer to integer of different size @@ -22,22 +21,21 @@ Summary: DirectFB - Hardware graphics acceleration Summary(pl.UTF-8): DirectFB - Wspomaganie grafiki Name: DirectFB -Version: 0.9.25.1 -Release: 2 +Version: 1.0.0 +Release: 1 Epoch: 1 License: LGPL v2+ Group: Libraries Source0: http://www.directfb.org/downloads/Core/%{name}-%{version}.tar.gz -# Source0-md5: b6d4ecf9cd3787bd2728af9110ed53cf +# Source0-md5: ad746c49dc89ba6f99df71b17bbb1dc8 Source1: http://www.directfb.org/downloads/Extras/DFBTutorials-0.5.0.tar.gz # Source1-md5: 13e443a64bddd68835b574045d9025e9 Patch0: %{name}-am.patch Patch1: %{name}-pmake.patch Patch2: %{name}-fix.patch -Patch3: %{name}-sh.patch -Patch4: %{name}-gcc4.patch -Patch5: %{name}-llh-ppc.patch -Patch6: %{name}-link.patch +Patch3: %{name}-gcc4.patch +Patch4: %{name}-llh-ppc.patch +Patch5: %{name}-link.patch URL: http://www.directfb.org/ BuildRequires: SDL-devel BuildRequires: autoconf >= 2.52 @@ -55,8 +53,7 @@ %{?with_multi:Provides: DirectFB(multi)} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -#define dfbdir %{_libdir}/directfb-%{version} -%define dfbdir %{_libdir}/directfb-0.9.25 +%define dfbdir %{_libdir}/directfb-1.0-0 %define specflags -fno-strict-aliasing @@ -180,6 +177,27 @@ %description image-png -l pl.UTF-8 Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę PNG. +%package input-dynapro +Summary: Dynapro touchscreen input driver for DirectFB +Summary(pl): Sterownik wejściowy do touchscreenów Dynapro dla DirectFB +Group: Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description input-dynapro +Dynapro touchscreen input driver for DirectFB. + +NOTE: currently it uses hardcoded /dev/ttyS0 port, so don't install it +unless you don't have Dynapro device connected to this port. It can +mess with other devices connected to this port (mouse, modem etc.). + +%description input-dynapro -l pl +Sterownik wejściowy do touchscreenów Dynapro dla DirectFB. + +UWAGA: aktualnie używa zakodowanego na stałe portu /dev/ttyS0, więc +nie należy go instalować, jeśli urządzenie Dynapro nie jest podłączone +do tego portu. Sterownik może utrudnić współpracę z innymi +urządzeniami podłączonymi do /dev/ttyS0 (jak mysz, modem itp.). + %package input-elo Summary: ELO touchscreen input driver for DirectFB Summary(pl.UTF-8): Sterownik wejściowy do touchscreenów ELO dla DirectFB @@ -201,6 +219,27 @@ tego portu. Sterownik może utrudnić współpracę z innymi urządzeniami podłączonymi do /dev/ttyS0 (jak mysz, modem itp.). +%package input-gunze +Summary: Gunze touchscreen input driver for DirectFB +Summary(pl): Sterownik wejściowy do touchscreenów Gunze dla DirectFB +Group: Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description input-gunze +Gunze touchscreen input driver for DirectFB. + +NOTE: currently it uses hardcoded /dev/ttyS0 port, so don't install it +unless you don't have Gunze device connected to this port. It can mess +with other devices connected to this port (mouse, modem etc.). + +%description input-gunze -l pl +Sterownik wejściowy do touchscreenów Gunze dla DirectFB. + +UWAGA: aktualnie używa zakodowanego na stałe portu /dev/ttyS0, więc +nie należy go instalować, jeśli urządzenie Gunze nie jest podłączone +do tego portu. Sterownik może utrudnić współpracę z innymi +urządzeniami podłączonymi do /dev/ttyS0 (jak mysz, modem itp.). + %package input-mutouch Summary: MuTouch touchscreen input driver for DirectFB Summary(pl.UTF-8): Sterownik wejściowy do touchscreenów MuTouch dla DirectFB @@ -217,6 +256,30 @@ UWAGA: do działania potrzebuje ustawienia "mut-device" w directfbrc. +%package input-ucb1x00 +Summary: UCB1x00 touchscreen input driver for DirectFB +Summary(pl): Sterownik wejściowy do touchscreenów UCB1x00 dla DirectFB +Group: Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description input-ucb1x00 +UCB1x00 touchscreen input driver for DirectFB. + +%description input-ucb1x00 -l pl +Sterownik wejściowy do touchscreenów UCB1x00 dla DirectFB. + +%package input-wm97xx +Summary: WM97xx touchscreen input driver for DirectFB +Summary(pl): Sterownik wejściowy do touchscreenów WM97xx dla DirectFB +Group: Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description input-wm97xx +WM97xx touchscreen input driver for DirectFB. + +%description input-wm97xx -l pl +Sterownik wejściowy do touchscreenów WM97xx dla DirectFB. + %prep %setup -q -a1 %patch0 -p1 @@ -225,7 +288,6 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 -%patch6 -p1 %build %{__libtoolize} @@ -254,7 +316,7 @@ --enable-sse \ %endif %endif - --with-inputdrivers=elo-input,joystick,keyboard,linuxinput,lirc,mutouch,penmount,ps2mouse,serialmouse,sonypijogdial,wm97xx + --with-inputdrivers=dynapro,elo-input,gunze,joystick,keyboard,linuxinput,lirc,mutouch,penmount,ps2mouse,serialmouse,sonypijogdial,ucb1x00,wm97xx %{__make} \ X11_CFLAGS= \ @@ -289,6 +351,8 @@ %attr(755,root,root) %{_bindir}/dfbproxy %attr(755,root,root) %{_bindir}/dfbscreen %attr(755,root,root) %{_bindir}/dfbsummon +%attr(755,root,root) %{_bindir}/mkdfiff +%attr(755,root,root) %{_bindir}/mkdgiff %attr(755,root,root) %{_bindir}/uwmdump %attr(755,root,root) %{_libdir}/libdirect-*.so.*.*.* %attr(755,root,root) %{_libdir}/libdirectfb-*.so.*.*.* @@ -303,6 +367,7 @@ %attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_keyboard.so %attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_linux_input.so %attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_lirc.so +%attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_penmount.so %attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_ps2mouse.so %attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_serialmouse.so %attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_sonypi.so @@ -317,9 +382,11 @@ %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBEventBuffer/lib*.so %dir %{dfbdir}/interfaces/IDirectFBFont %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_default.so +%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_dgiff.so %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_dispatcher.so %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_requestor.so %dir %{dfbdir}/interfaces/IDirectFBImageProvider +%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_dfiff.so %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_dispatcher.so %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.so %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.so @@ -333,6 +400,7 @@ %dir %{dfbdir}/interfaces/IDirectFBSurface %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBSurface/lib*.so %dir %{dfbdir}/interfaces/IDirectFBVideoProvider +%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_gif.so %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.so %dir %{dfbdir}/interfaces/IDirectFBWindow %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBWindow/lib*.so @@ -340,8 +408,7 @@ %attr(755,root,root) %{dfbdir}/systems/libdirectfb_fbdev.so %dir %{dfbdir}/wm %attr(755,root,root) %{dfbdir}/wm/*.so -#%{_datadir}/directfb-%{version} -%{_datadir}/directfb-0.9.25 +%{_datadir}/directfb-%{version} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/directfbrc %{_mandir}/man1/dfbg.1* %{_mandir}/man5/* @@ -407,20 +474,41 @@ %defattr(644,root,root,755) %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.so +%files input-dynapro +%defattr(644,root,root,755) +%attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_dynapro.so + %files input-elo %defattr(644,root,root,755) %attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_elo.so +%files input-gunze +%defattr(644,root,root,755) +%attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_gunze.so + %files input-mutouch %defattr(644,root,root,755) %attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_mutouch.so +%files input-ucb1x00 +%defattr(644,root,root,755) +%attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_ucb1x00_ts.so + +%files input-wm97xx +%defattr(644,root,root,755) +%attr(755,root,root) %{dfbdir}/inputdrivers/libdirectfb_wm97xx_ts.so + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.77 2007/03/11 12:18:58 qboosh +- merged update to 1.0.0 from AC-branch + - updated fix,gcc4 patches, removed obsolete sh patch + - new -input subpakcages: dynapro,gunze,ucb1x00,wm97xx + Revision 1.76 2007/03/11 11:05:43 qboosh - don't include *.so in -static ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/DirectFB.spec?r1=1.76&r2=1.77&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
