2007-01-16 00:13:10 +01:00
|
|
|
|
#
|
2008-07-15 21:10:22 +02:00
|
|
|
|
# spec file for package ftgl (Version 2.1.2.99.5)
|
2007-01-16 00:13:10 +01:00
|
|
|
|
#
|
2008-07-15 21:10:22 +02:00
|
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:13:10 +01:00
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
|
#
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
|
|
2007-01-16 00:13:10 +01:00
|
|
|
|
Name: ftgl
|
|
|
|
|
BuildRequires: doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel
|
2008-07-15 21:10:22 +02:00
|
|
|
|
Version: 2.1.2.99.5
|
2008-07-25 00:45:25 +02:00
|
|
|
|
Release: 3
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%define _version 2.1.3-rc5
|
|
|
|
|
%define __version 2.1.3~rc5
|
|
|
|
|
Url: http://ftgl.wiki.sourceforge.net/
|
2007-01-16 00:13:10 +01:00
|
|
|
|
Group: System/Libraries
|
2008-07-21 17:51:54 +02:00
|
|
|
|
License: LGPL v2.1 or later; X11/MIT
|
2007-01-16 00:13:10 +01:00
|
|
|
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
2008-07-15 21:10:22 +02:00
|
|
|
|
Source: %{name}-%{_version}.tar.bz2
|
2007-01-16 00:13:10 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
FTGL is a free open source library that enables developers to use
|
2008-07-15 21:10:22 +02:00
|
|
|
|
arbitrary fonts in their OpenGL (www.opengl.org) applications.
|
|
|
|
|
|
|
|
|
|
Unlike other OpenGL font libraries, FTGL uses standard font file
|
|
|
|
|
formats, so there is no need of a preprocessing step to convert the
|
|
|
|
|
high quality font data into a lesser quality, proprietary format.
|
|
|
|
|
|
|
|
|
|
FTGL uses the Freetype (www.freetype.org) font library to open and
|
|
|
|
|
'decode' the fonts. It then takes that output and stores it in a format
|
|
|
|
|
that is most efficient for OpenGL rendering.
|
|
|
|
|
|
|
|
|
|
The supported rendering modes are:
|
|
|
|
|
|
|
|
|
|
- Bit maps
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
- Antialiased Pix maps
|
|
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
|
- Outlines
|
|
|
|
|
|
|
|
|
|
- Polygon meshes
|
|
|
|
|
|
|
|
|
|
- Extruded polygon meshes
|
|
|
|
|
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- Texture maps
|
|
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
|
- Buffer maps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Henry Maddocks <ftgl@opengl.geek.nz>
|
|
|
|
|
Jed Soane
|
|
|
|
|
G<EFBFBD>rard Lanois
|
|
|
|
|
Matthias Kretz
|
|
|
|
|
Andrew Ellerton
|
|
|
|
|
Max Rheiner
|
|
|
|
|
S<EFBFBD>bastien Barr<EFBFBD>
|
|
|
|
|
Marcelo E. Magallon <mmagallo@debian.org>
|
|
|
|
|
Robert Bell
|
|
|
|
|
Sam Hocevar <sam@zoy.org>
|
|
|
|
|
<EFBFBD>ric Beets <ericbeets@free.fr>
|
|
|
|
|
Christopher Sean Morrison <learner@brlcad.org>
|
|
|
|
|
Jeff Myers (JeffM2501) <JeffM2501@users.sourceforge.net>
|
|
|
|
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
%package -n libftgl2
|
|
|
|
|
License: LGPL v2.1 or later
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
2008-07-25 00:45:25 +02:00
|
|
|
|
Provides: ftgl:/usr/%_lib/libftgl.so.0
|
2008-07-15 21:10:22 +02:00
|
|
|
|
|
|
|
|
|
%description -n libftgl2
|
|
|
|
|
FTGL is a free open source library that enables developers to use
|
|
|
|
|
arbitrary fonts in their OpenGL (www.opengl.org) applications.
|
|
|
|
|
|
|
|
|
|
Unlike other OpenGL font libraries, FTGL uses standard font file
|
|
|
|
|
formats, so there is no need of a preprocessing step to convert the
|
|
|
|
|
high quality font data into a lesser quality, proprietary format.
|
|
|
|
|
|
|
|
|
|
FTGL uses the Freetype (www.freetype.org) font library to open and
|
|
|
|
|
'decode' the fonts. It then takes that output and stores it in a format
|
|
|
|
|
that is most efficient for OpenGL rendering.
|
|
|
|
|
|
|
|
|
|
The supported rendering modes are:
|
|
|
|
|
|
|
|
|
|
- Bit maps
|
|
|
|
|
|
|
|
|
|
- Antialiased Pix maps
|
|
|
|
|
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- Outlines
|
|
|
|
|
|
|
|
|
|
- Polygon meshes
|
|
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
|
- Extruded polygon meshes
|
|
|
|
|
|
|
|
|
|
- Texture maps
|
|
|
|
|
|
|
|
|
|
- Buffer maps
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Henry Maddocks <ftgl@opengl.geek.nz>
|
2008-07-15 21:10:22 +02:00
|
|
|
|
Jed Soane
|
|
|
|
|
G<EFBFBD>rard Lanois
|
|
|
|
|
Matthias Kretz
|
|
|
|
|
Andrew Ellerton
|
|
|
|
|
Max Rheiner
|
|
|
|
|
S<EFBFBD>bastien Barr<EFBFBD>
|
|
|
|
|
Marcelo E. Magallon <mmagallo@debian.org>
|
|
|
|
|
Robert Bell
|
|
|
|
|
Sam Hocevar <sam@zoy.org>
|
|
|
|
|
<EFBFBD>ric Beets <ericbeets@free.fr>
|
|
|
|
|
Christopher Sean Morrison <learner@brlcad.org>
|
|
|
|
|
Jeff Myers (JeffM2501) <JeffM2501@users.sourceforge.net>
|
|
|
|
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
%package devel
|
2008-07-15 21:10:22 +02:00
|
|
|
|
License: LGPL v2.1 or later
|
|
|
|
|
Group: Development/Libraries/C and C++
|
2007-01-16 00:13:10 +01:00
|
|
|
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
2008-07-15 21:10:22 +02:00
|
|
|
|
Requires: libftgl2 = %{version} Mesa-devel freetype2-devel
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
FTGL is a free open source library that enables developers to use
|
2007-09-13 18:42:09 +02:00
|
|
|
|
arbitrary fonts in their OpenGL (www.opengl.org) applications.
|
|
|
|
|
Unlike other OpenGL font libraries, FTGL uses standard font file
|
|
|
|
|
formats, so there is no need of a preprocessing step to convert
|
|
|
|
|
the high quality font data into a lesser quality, proprietary
|
|
|
|
|
format. FTGL uses the Freetype (www.freetype.org) font library to
|
|
|
|
|
open and 'decode' the fonts. It then takes that output and stores
|
|
|
|
|
it in a format that is most efficient for OpenGL rendering. The
|
|
|
|
|
supported rendering modes are: - Bit maps
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
- Antialiased Pix maps
|
|
|
|
|
|
|
|
|
|
- Texture maps
|
|
|
|
|
|
|
|
|
|
- Outlines
|
|
|
|
|
|
|
|
|
|
- Polygon meshes
|
|
|
|
|
|
2007-09-13 18:42:09 +02:00
|
|
|
|
- Extruded polygon meshes FTGL is designed to be used in commercial
|
|
|
|
|
quality software. It has been written with a focus on performance,
|
|
|
|
|
robustness, and simplicity.
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Henry Maddocks <ftgl@opengl.geek.nz>
|
2008-07-15 21:10:22 +02:00
|
|
|
|
Jed Soane
|
|
|
|
|
G<EFBFBD>rard Lanois
|
|
|
|
|
Matthias Kretz
|
|
|
|
|
Andrew Ellerton
|
|
|
|
|
Max Rheiner
|
|
|
|
|
S<EFBFBD>bastien Barr<EFBFBD>
|
|
|
|
|
Marcelo E. Magallon <mmagallo@debian.org>
|
|
|
|
|
Robert Bell
|
|
|
|
|
Sam Hocevar <sam@zoy.org>
|
|
|
|
|
<EFBFBD>ric Beets <ericbeets@free.fr>
|
|
|
|
|
Christopher Sean Morrison <learner@brlcad.org>
|
|
|
|
|
Jeff Myers (JeffM2501) <JeffM2501@users.sourceforge.net>
|
|
|
|
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
%package demo
|
|
|
|
|
License: LGPL v2.1 or later
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
|
|
|
|
Requires: %{name} = %{version}
|
2008-07-21 17:51:54 +02:00
|
|
|
|
# Up to openSUSE 11.0 and SLED 10, %{_bindir}/FTGLDemo was part of ftgl-devel:
|
|
|
|
|
Conflicts: %{name}-devel <= 2.1.2
|
2008-07-15 21:10:22 +02:00
|
|
|
|
|
|
|
|
|
%description demo
|
|
|
|
|
FTGL is a free open source library that enables developers to use
|
|
|
|
|
arbitrary fonts in their OpenGL (www.opengl.org) applications.
|
|
|
|
|
|
|
|
|
|
Unlike other OpenGL font libraries, FTGL uses standard font file
|
|
|
|
|
formats, so there is no need of a preprocessing step to convert the
|
|
|
|
|
high quality font data into a lesser quality, proprietary format.
|
|
|
|
|
|
|
|
|
|
FTGL uses the Freetype (www.freetype.org) font library to open and
|
|
|
|
|
'decode' the fonts. It then takes that output and stores it in a format
|
|
|
|
|
that is most efficient for OpenGL rendering.
|
|
|
|
|
|
|
|
|
|
The supported rendering modes are:
|
|
|
|
|
|
|
|
|
|
- Bit maps
|
|
|
|
|
|
|
|
|
|
- Antialiased Pix maps
|
|
|
|
|
|
|
|
|
|
- Outlines
|
|
|
|
|
|
|
|
|
|
- Polygon meshes
|
|
|
|
|
|
|
|
|
|
- Extruded polygon meshes
|
|
|
|
|
|
|
|
|
|
- Texture maps
|
|
|
|
|
|
|
|
|
|
- Buffer maps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Henry Maddocks <ftgl@opengl.geek.nz>
|
|
|
|
|
Jed Soane
|
|
|
|
|
G<EFBFBD>rard Lanois
|
|
|
|
|
Matthias Kretz
|
|
|
|
|
Andrew Ellerton
|
|
|
|
|
Max Rheiner
|
|
|
|
|
S<EFBFBD>bastien Barr<EFBFBD>
|
|
|
|
|
Marcelo E. Magallon <mmagallo@debian.org>
|
|
|
|
|
Robert Bell
|
|
|
|
|
Sam Hocevar <sam@zoy.org>
|
|
|
|
|
<EFBFBD>ric Beets <ericbeets@free.fr>
|
|
|
|
|
Christopher Sean Morrison <learner@brlcad.org>
|
|
|
|
|
Jeff Myers (JeffM2501) <JeffM2501@users.sourceforge.net>
|
|
|
|
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
%prep
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%setup -q -n %{name}-%{__version}
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
%build
|
2008-07-15 21:10:22 +02:00
|
|
|
|
autoreconf -f -i
|
|
|
|
|
%configure\
|
|
|
|
|
--disable-static
|
|
|
|
|
make %{?jobs:-j%jobs} documentationdir=%{_docdir}/%{name}
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
%install
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%makeinstall documentationdir=%{_docdir}/%{name}
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/libftgl2
|
|
|
|
|
cp -pr AUTHORS BUGS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_defaultdocdir}/libftgl2
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
|
cd demo
|
|
|
|
|
/bin/sh ../libtool --mode=install /usr/bin/install -c FTGLDemo $RPM_BUILD_ROOT%{_bindir}/FTGLDemo
|
|
|
|
|
/bin/sh ../libtool --mode=install /usr/bin/install -c FTGLMFontDemo $RPM_BUILD_ROOT%{_bindir}/FTGLMFontDemo
|
|
|
|
|
/bin/sh ../libtool --mode=install /usr/bin/install -c c-demo $RPM_BUILD_ROOT%{_bindir}/FTGL-c-demo
|
|
|
|
|
/bin/sh ../libtool --mode=install /usr/bin/install -c simple $RPM_BUILD_ROOT%{_bindir}/FTGL-simple-demo
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-demo
|
|
|
|
|
cp -pr *.cpp *.c *.h $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-demo
|
2007-01-16 00:13:10 +01:00
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%post -n libftgl2 -p /sbin/ldconfig
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%postun -n libftgl2 -p /sbin/ldconfig
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%files -n libftgl2
|
2007-01-16 00:13:10 +01:00
|
|
|
|
%defattr (-, root, root)
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%doc %dir %{_defaultdocdir}/libftgl2
|
|
|
|
|
%doc %{_defaultdocdir}/libftgl2/[ABCNRT]*
|
|
|
|
|
%{_libdir}/*.so.*
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr (-, root, root)
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%doc %dir %{_defaultdocdir}/%{name}
|
2007-01-16 00:13:10 +01:00
|
|
|
|
%doc %{_defaultdocdir}/%{name}/html
|
2008-07-15 21:10:22 +02:00
|
|
|
|
%doc %{_defaultdocdir}/%{name}/*.txt
|
|
|
|
|
%{_includedir}/FTGL
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/*.*a
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
%files demo
|
|
|
|
|
%defattr (-, root, root)
|
|
|
|
|
%doc %dir %{_defaultdocdir}/%{name}
|
|
|
|
|
%doc %{_defaultdocdir}/%{name}-demo
|
|
|
|
|
%{_bindir}/FTGLDemo
|
|
|
|
|
%{_bindir}/FTGLMFontDemo
|
|
|
|
|
%{_bindir}/FTGL-c-demo
|
|
|
|
|
%{_bindir}/FTGL-simple-demo
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
2007-09-13 18:42:09 +02:00
|
|
|
|
%changelog
|
2008-07-25 00:45:25 +02:00
|
|
|
|
* Wed Jul 23 2008 coolo@suse.de
|
|
|
|
|
- adding splitprovides to the library package for update
|
2008-07-21 17:51:54 +02:00
|
|
|
|
* Mon Jul 21 2008 sbrabec@suse.cz
|
|
|
|
|
- Added conflict for FTGLDemo moved from -devel to -demo package.
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Tue Jul 15 2008 sbrabec@suse.cz
|
|
|
|
|
- Updated to version 2.1.3-rc5:
|
|
|
|
|
* Stable API. Public headers are now frozen.
|
|
|
|
|
* Fixed several memory corruption and crash bugs
|
|
|
|
|
* Fixed several memory leaks
|
|
|
|
|
* Kerning and glyph performance enhancements
|
|
|
|
|
* The library now also exports a pure C interface
|
|
|
|
|
* Inset/outset contour support for fonts
|
|
|
|
|
* Fix the FTLayout rendering
|
|
|
|
|
* Added new FTLayout and FTSimpleLayout support for layout
|
|
|
|
|
managers
|
|
|
|
|
* Fixed the paths in the XCode project
|
|
|
|
|
* Changed the behaviour of some objects so that if there is an
|
|
|
|
|
error their state isn't changed
|
|
|
|
|
* New, fast FTBufferFont texture fonts
|
|
|
|
|
* UTF-8 support
|
|
|
|
|
* Thu Sep 13 2007 sbrabec@suse.cz
|
2007-09-13 18:42:09 +02:00
|
|
|
|
- Fixed pkg-config file to include correct freetype (#283824).
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Mon Jan 22 2007 ssommer@suse.de
|
2007-01-23 01:16:00 +01:00
|
|
|
|
- fixed same variable used twice build error
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Wed Sep 13 2006 sbrabec@suse.cz
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- Split devel subpackage.
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Fri Sep 08 2006 sbrabec@suse.cz
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- Build shared library (#197446).
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Tue Nov 08 2005 dmueller@suse.de
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- don't build as root
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Mon Nov 07 2005 ro@suse.de
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- remove extra qualification to fix build with gcc-4.1
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Thu Jan 06 2005 sbrabec@suse.cz
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- Updated to version 2.1.2.
|
2008-07-15 21:10:22 +02:00
|
|
|
|
* Thu Sep 02 2004 sbrabec@suse.cz
|
2007-01-16 00:13:10 +01:00
|
|
|
|
- New SuSE package, version 2.0.11.
|