Summary: Voria Extented Template Library Name: synfig-devel Version: 0.61.06 Release: Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html URL: http://www.synfig.com/ Packager: Robert B. Quattlebaum Jr. Group: Development/Languages Icon: config/logo.gif #Patch0: STLport-rename.patch #Patch1: STLport-rules.patch #Patch2: STLport-install-dir.patch Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n) %description VoriaETL is a multiplatform class and template library designed to complement and supplement the C++ STL. %prep %setup #%patch0 -p1 #%patch1 -p1 #%patch2 -p1 %build ./configure --prefix=$RPM_BUILD_ROOT make %install make install %clean make clean %post -n synfig-devel /sbin/ldconfig %postun -n synfig-devel /sbin/ldconfig %files %defattr(-,root,root) %doc INSTALL README doc test /usr/include/* %changelog synfig releases 0.61.06 (SVN 536) - June 20, 2007 - Bug fixes * Add fontconfig support * Fix amd64 issue * Fix ffmpeg, gif, libav targets * Include more target modules in the Win32 package * Fix some crashes in synfigstudio * Fix some render artifacts * Fix some doxygen warnings * Some MacOS fixes * Misc bug fixes * Fix random number generation for 64 bit CPUs (#1698604) * Add parameter 'fast' to curve gradients allowing choice between fast or accurate rendering (#1672033) * Add new odd/even winding style for regions 0.61.05 (SVN 126) - February 27, 2005 - Misc fixes * Use system libltdl when available (#1423944) * Update doxygen config file (#1402909) * Fix fontconfig/xft FTBFS * Misc fix (#1414370) 0.61.04 (SVN 102) - January 10, 2005 - Misc fixes * Check for imagemagick at build time * Clarify mod_openexr copyright * Fix mod_openexr building * Don't add 'Copyright Voria' to PNG output * Don't write localised numbers when generating SIF files 0.61.03 - December 8, 2005 - Copyright update * Update more old copyright and licence notices * Remove broken walk example * Misc code fixes 0.61.02 - November 26, 2005 - Misc fixes * Small cygwin/optimization/code fixes 0.61.01 - November 3, 2005 - Copyright update * Update old copyright and licence notices * Fix some GCC 4.0 build issues * Include errno.h where needed * Add ./configure options for debug, warnings, optimisation, profiling * Add about_dialog.sif as another example * Remove SFAutomaton.ttf due to licence issues * Fix BMP rendering target 0.61.00-39 - November 1, 2005 - Developer preview * First public release!