2024-01-06 03:38:54 +01:00
|
|
|
Name: libSDL_ttf
|
|
|
|
Version: 2.0.11
|
2024-01-06 03:38:55 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 03:38:54 +01:00
|
|
|
Summary: Simple DirectMedia Layer - Sample TrueType Font Library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.libsdl.org/projects/SDL_ttf/
|
|
|
|
Source: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-%{version}.tar.gz
|
2024-01-06 03:38:55 +01:00
|
|
|
Patch0: libSDL_ttf-2.0.11-bug1433.patch
|
|
|
|
Patch1: libSDL_ttf-2.0.11-freetype-pkgconfig.patch
|
2024-01-06 03:38:54 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 03:38:55 +01:00
|
|
|
#ld-linux.so.3(GLIBC_2.4): .so link not found
|
|
|
|
#ld-linux.so.3: .so link not found
|
2024-01-06 03:38:54 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 03:38:55 +01:00
|
|
|
BuildRequires: libSDL-devel
|
|
|
|
BuildRequires: libbrotli-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
|
|
|
BuildRequires: libdirectfb-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgraphite2-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
|
|
|
BuildRequires: libpcre-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libts-devel
|
2024-01-06 03:38:54 +01:00
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
2024-01-06 03:38:55 +01:00
|
|
|
This library allows you to use TrueType fonts to render text in SDL applications.
|
2024-01-06 03:38:54 +01:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries, includes and more to develop SDL applications
|
|
|
|
Group: Development/Libraries
|
2024-01-06 03:38:55 +01:00
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 03:38:54 +01:00
|
|
|
|
|
|
|
%description devel
|
2024-01-06 03:38:55 +01:00
|
|
|
This library allows you to use TrueType fonts to render text in SDL applications.
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
2024-01-06 03:38:54 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n SDL_ttf-%{version}
|
2024-01-06 03:38:55 +01:00
|
|
|
%patch0 -p0 -b .bug1433
|
|
|
|
%patch1 -p1 -b .freetype-pkgconfig
|
|
|
|
|
|
|
|
touch AUTHORS ChangeLog NEWS
|
|
|
|
autoreconf -f -i
|
|
|
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
2024-01-06 03:38:54 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 03:38:55 +01:00
|
|
|
%configure
|
2024-01-06 03:38:54 +01:00
|
|
|
|
2024-01-06 03:38:55 +01:00
|
|
|
%make
|
2024-01-06 03:38:54 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
2024-01-06 03:38:55 +01:00
|
|
|
%makeinstall
|
2024-01-06 03:38:54 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 03:38:55 +01:00
|
|
|
%{_libdir}/libSDL_ttf-*.so.*
|
|
|
|
%doc COPYING
|
2024-01-06 03:38:54 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 03:38:55 +01:00
|
|
|
%{_libdir}/libSDL_ttf.a
|
|
|
|
%{_libdir}/libSDL_ttf.la
|
|
|
|
%{_libdir}/libSDL_ttf.so
|
2024-01-06 03:38:54 +01:00
|
|
|
%{_includedir}/SDL/*.h
|
|
|
|
%{_libdir}/pkgconfig/SDL_ttf.pc
|
2024-01-06 03:38:55 +01:00
|
|
|
%doc CHANGES README
|
2024-01-06 03:38:54 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 03:38:55 +01:00
|
|
|
* Tue Feb 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.11-2mamba
|
|
|
|
- rebuilt with debug package and patches
|
|
|
|
|
2024-01-06 03:38:54 +01:00
|
|
|
* Mon Jan 23 2012 Automatic Build System <autodist@mambasoft.it> 2.0.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Aug 22 2010 Automatic Build System <autodist@mambasoft.it> 2.0.10-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Tue Jul 27 2010 Automatic Build System <autodist@mambasoft.it> 2.0.10-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 09 2008 gil <puntogil@libero.it> 2.0.9-1mamba
|
|
|
|
- update to 2.0.9
|
|
|
|
|
|
|
|
* Wed Oct 25 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.8-1qilnx
|
|
|
|
- update to version 2.0.8 by autospec
|
|
|
|
|
|
|
|
* Mon Nov 29 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.6-3qilnx
|
|
|
|
- fixed a RPM changelog error
|
|
|
|
|
|
|
|
* Thu Nov 11 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.6-2qilnx
|
|
|
|
- rebuild and moved to devel official QiLinux repository
|
|
|
|
|
2024-01-06 03:38:55 +01:00
|
|
|
* Tue Sep 07 2004 Matteo Bernasconi <matteo.bernasconi@qilinux.it> 2.0.6-1qilnx
|
2024-01-06 03:38:54 +01:00
|
|
|
- first build
|
|
|
|
|