Author: twittner Date: Sun Jul 13 22:00:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.1.9 - enable support for large files, xinerama, threads via configure switches
---- Files affected: SPECS: fltk.spec (1.62 -> 1.63) ---- Diffs: ================================================================ Index: SPECS/fltk.spec diff -u SPECS/fltk.spec:1.62 SPECS/fltk.spec:1.63 --- SPECS/fltk.spec:1.62 Tue Apr 1 21:43:57 2008 +++ SPECS/fltk.spec Mon Jul 14 00:00:38 2008 @@ -8,12 +8,12 @@ Summary(pl.UTF-8): FLTK - "lekki" X11 toolkit Summary(pt_BR.UTF-8): Interface gráfica em C++ para X, OpenGL e Windows Name: fltk -Version: 1.1.8 -Release: 2 +Version: 1.1.9 +Release: 1 License: LGPL with amendments (see COPYING) Group: X11/Libraries Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 -# Source0-md5: 0f272d7299778e42fcbedf3c01741f4f +# Source0-md5: e146fd264e1001b1313acfd41ef75552 Source1: http://www.fltk.org/doc-1.1/%{name}.pdf # Source1-md5: d3a073741c94d532ec7af9d96c138ea3 Patch0: %{name}-link.patch @@ -27,6 +27,7 @@ BuildRequires: xorg-lib-libXext-devel %{?with_xft:BuildRequires: xorg-lib-libXft-devel} BuildRequires: xorg-util-makedepend +BuildRequires: xorg-proto-xineramaproto-devel Obsoletes: libfltk1.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -151,7 +152,10 @@ %build %{__autoconf} %configure \ + --enable-largefile \ --enable-shared \ + --enable-threads \ + --enable-xinerama \ --with-x \ --with-optim="%{rpmcxxflags}" \ %{!?with_opengl:--disable-gl} \ @@ -248,6 +252,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63 2008/07/13 22:00:38 twittner +- up to 1.1.9 +- enable support for large files, xinerama, threads via configure switches + Revision 1.62 2008/04/01 19:43:57 qboosh - disabled KDE-specific x-fluid.desktop to avoid KDE dependency ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fltk.spec?r1=1.62&r2=1.63&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
