Author: arvenil Date: Sat Sep 6 20:19:36 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added a lot of missing BRs - removed configure options which doesn't exist - added (partial) configure options to force build with additional features - removed note about broken wineconsole, bug is marked as fixed since 1.0rc1 and for me wineconsole works fine - release 2
---- Files affected: SPECS: wine.spec (1.329 -> 1.330) ---- Diffs: ================================================================ Index: SPECS/wine.spec diff -u SPECS/wine.spec:1.329 SPECS/wine.spec:1.330 --- SPECS/wine.spec:1.329 Sat Sep 6 00:19:04 2008 +++ SPECS/wine.spec Sat Sep 6 22:19:31 2008 @@ -7,10 +7,6 @@ %bcond_without sane # don't build TWAIN DLL with scanning support (through SANE) %bcond_without cups # without CUPS printing support in winspool,wineps DLLs # -# NOTE: wineconsole is a bit broken: try wineconsole cmd to see what will happen -# As a workaroound use `wineconsole --backend=user cmd' (works fine) -# ref: http://bugs.winehq.org/show_bug.cgi?id=8069 -# # NOTE: wine detects the following SONAMES for dlopen at build time: # libcrypto,libssl (wininet.dll) # libcups (winspool.dll.so,wineps.dll.so) @@ -32,7 +28,7 @@ Summary(pt_BR.UTF-8): Executa programas Windows no Linux Name: wine Version: 1.1.4 -Release: 1 +Release: 2 Epoch: 1 License: LGPL Group: Applications/Emulators @@ -60,8 +56,11 @@ BuildRequires: fontforge BuildRequires: freetype-devel >= 2.0.5 BuildRequires: giflib-devel +BuildRequires: hal-devel %{?with_jack:BuildRequires: jack-audio-connection-kit-devel} +BuildRequires: lcms-devel BuildRequires: libjpeg-devel +BuildRequires: libgphoto2-devel BuildRequires: libtool BuildRequires: libxslt-devel %{?with_nas:BuildRequires: nas-devel} @@ -71,10 +70,15 @@ BuildRequires: openldap-devel BuildRequires: opensp >= 1:1.5.1 BuildRequires: openssl-devel >= 0.9.7d +BuildRequires: pkgconfig %{?with_sane:BuildRequires: sane-backends-devel} #BuildRequires: valgrind +BuildRequires: xorg-lib-libXcomposite-devel +BuildRequires: xorg-lib-libXcursor-devel BuildRequires: xorg-lib-libXi-devel +BuildRequires: xorg-lib-libXinerama-devel BuildRequires: xorg-lib-libXmu-devel +BuildRequires: xorg-lib-libXrandr-devel BuildRequires: xorg-lib-libXrender-devel BuildRequires: xorg-lib-libXxf86dga-devel BuildRequires: xorg-lib-libXxf86vm-devel @@ -252,10 +256,15 @@ %{__autoconf} %{__autoheader} %configure \ - %{!?debug:--disable-debug} \ - %{!?debug:--disable-trace} \ - --enable-curses \ - --enable-opengl \ + --with-cms \ + --with-gphoto \ + --with-hal \ + --with-xcomposite \ + --with-xcursor \ + --with-xinerama \ + --with-xinput \ + --with-xrandr \ + --with-xxf86vm \ --with-x %{__make} depend %{__make} @@ -475,6 +484,14 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.330 2008/09/06 20:19:31 arvenil +- added a lot of missing BRs +- removed configure options which doesn't exist +- added (partial) configure options to force build with additional features +- removed note about broken wineconsole, bug is marked as fixed since 1.0rc1 + and for me wineconsole works fine +- release 2 + Revision 1.329 2008/09/05 22:19:04 adamg - updated to 1.1.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wine.spec?r1=1.329&r2=1.330&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
