2007-01-16 00:13:10 +01:00
|
|
|
#
|
2011-08-29 18:42:54 +02:00
|
|
|
# spec file for package ftgl
|
2007-01-16 00:13:10 +01:00
|
|
|
#
|
2015-04-13 15:14:59 +02:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:13:10 +01:00
|
|
|
#
|
2008-10-14 17:52:00 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:13:10 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
|
2007-01-16 00:13:10 +01:00
|
|
|
Name: ftgl
|
2015-04-13 15:14:59 +02:00
|
|
|
Version: 2.1.3~rc5
|
2012-09-18 15:34:02 +02:00
|
|
|
Release: 0
|
2007-01-16 00:13:10 +01:00
|
|
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
2012-09-18 15:34:02 +02:00
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: System/Libraries
|
2015-04-13 15:14:59 +02:00
|
|
|
Url: http://ftgl.wiki.sourceforge.net/
|
|
|
|
Source: http://sourceforge.net/projects/ftgl/files/FTGL%{20Source}/%{version}/%{name}-2.1.3-rc5.tar.bz2
|
|
|
|
Patch0: %{name}-autoreconf.patch
|
2011-04-26 15:17:12 +02:00
|
|
|
Patch1: ftgl-pkgconfig.patch
|
2011-08-29 18:42:54 +02:00
|
|
|
Patch2: ftgl-fix-no-add-needed.patch
|
2015-04-13 15:14:59 +02:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: freeglut-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: pkgconfig(freetype2)
|
|
|
|
BuildRequires: pkgconfig(glu)
|
|
|
|
BuildRequires: pkgconfig(ice)
|
|
|
|
BuildRequires: pkgconfig(libdrm)
|
|
|
|
BuildRequires: pkgconfig(x11)
|
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
|
|
|
|
|
|
|
|
%package -n libftgl2
|
|
|
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
2012-09-18 15:34:02 +02:00
|
|
|
Group: System/Libraries
|
2015-04-13 15:14:59 +02:00
|
|
|
Provides: ftgl:%{_libdir}/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
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
2012-09-18 15:34:02 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: Mesa-devel
|
|
|
|
Requires: freetype2-devel
|
|
|
|
Requires: libftgl2 = %{version}
|
2012-09-21 14:01:52 +02:00
|
|
|
Requires: pkgconfig(glu)
|
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
|
|
|
|
2008-07-15 21:10:22 +02:00
|
|
|
%package demo
|
|
|
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
2012-09-18 15:34:02 +02:00
|
|
|
Group: System/Libraries
|
2011-04-26 15:17:12 +02:00
|
|
|
# Up to openSUSE 11.0 and SLED 10, %%{_bindir}/FTGLDemo was part of ftgl-devel:
|
2008-07-21 17:51:54 +02:00
|
|
|
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
|
|
|
|
|
2007-01-16 00:13:10 +01:00
|
|
|
%prep
|
2015-04-13 15:14:59 +02:00
|
|
|
%setup -q
|
|
|
|
%patch0
|
2011-04-26 15:17:12 +02:00
|
|
|
%patch1
|
2011-08-29 18:42:54 +02:00
|
|
|
%patch2
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
%build
|
2015-04-13 15:14:59 +02:00
|
|
|
./autogen.sh
|
|
|
|
%configure \
|
|
|
|
--with-pic \
|
2008-07-15 21:10:22 +02:00
|
|
|
--disable-static
|
2015-04-13 15:14:59 +02:00
|
|
|
make %{?_smp_mflags} documentationdir=%{_docdir}/%{name}
|
2007-01-16 00:13:10 +01:00
|
|
|
|
|
|
|
%install
|
2015-04-13 15:14:59 +02:00
|
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags} documentationdir=%{_docdir}/%{name}
|
|
|
|
mkdir -p %{buildroot}%{_defaultdocdir}/libftgl2
|
|
|
|
cp -pr AUTHORS BUGS COPYING ChangeLog NEWS README TODO %{buildroot}%{_defaultdocdir}/libftgl2
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
2008-07-15 21:10:22 +02:00
|
|
|
cd demo
|
2015-04-13 15:14:59 +02:00
|
|
|
/bin/sh ../libtool --mode=install %{_bindir}/install -c FTGLDemo %{buildroot}%{_bindir}/FTGLDemo
|
|
|
|
/bin/sh ../libtool --mode=install %{_bindir}/install -c FTGLMFontDemo %{buildroot}%{_bindir}/FTGLMFontDemo
|
|
|
|
/bin/sh ../libtool --mode=install %{_bindir}/install -c c-demo %{buildroot}%{_bindir}/FTGL-c-demo
|
|
|
|
/bin/sh ../libtool --mode=install %{_bindir}/install -c simple %{buildroot}%{_bindir}/FTGL-simple-demo
|
|
|
|
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-demo
|
|
|
|
cp -pr *.cpp *.c *.h %{buildroot}%{_defaultdocdir}/%{name}-demo
|
2007-01-16 00:13:10 +01:00
|
|
|
cd ..
|
2015-04-13 15:14:59 +02:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2009-01-27 01:57:53 +01:00
|
|
|
grep -r include %{buildroot}%{_includedir} | awk -F: '{print $2}'
|
2007-01-16 00:13:10 +01:00
|
|
|
|
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}/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
|