[Pkg-sdl-commits] r90 - tarballs unstable/sdl-ttf2.0 unstable/sdl-ttf2.0/debian unstable/sdl-ttf2.0/debian/patches

Samuel Mimram smimram at costa.debian.org
Tue Aug 22 16:48:55 UTC 2006


Author: smimram
Date: 2006-08-22 16:48:49 +0000 (Tue, 22 Aug 2006)
New Revision: 90

Added:
   tarballs/sdl-ttf2.0_2.0.8.orig.tar.gz
   unstable/sdl-ttf2.0/debian/
   unstable/sdl-ttf2.0/debian/Makefile
   unstable/sdl-ttf2.0/debian/changelog
   unstable/sdl-ttf2.0/debian/compat
   unstable/sdl-ttf2.0/debian/control
   unstable/sdl-ttf2.0/debian/copyright
   unstable/sdl-ttf2.0/debian/docs
   unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-0.install
   unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-dev.examples
   unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-dev.install
   unstable/sdl-ttf2.0/debian/patches/
   unstable/sdl-ttf2.0/debian/patches/00list
   unstable/sdl-ttf2.0/debian/patches/no_freetype_internals.dpatch
   unstable/sdl-ttf2.0/debian/rules
   unstable/sdl-ttf2.0/debian/shlibs.local
   unstable/sdl-ttf2.0/debian/svn-deblayout
   unstable/sdl-ttf2.0/debian/watch
Log:
Import 2.0.8-2 package of sdl-ttf.

Added: tarballs/sdl-ttf2.0_2.0.8.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: tarballs/sdl-ttf2.0_2.0.8.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: unstable/sdl-ttf2.0/debian/Makefile
===================================================================
--- unstable/sdl-ttf2.0/debian/Makefile	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/Makefile	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,17 @@
+# Makefile for showfont
+
+CC = gcc
+CFLAGS = -Wall -O
+LIBS = -I/usr/include/SDL -lSDL_ttf
+EXE = showfont glfont
+
+all: $(EXE)
+
+showfont: showfont.c Makefile
+	$(CC) -o $@ $@.c $(CFLAGS) $(LIBS)
+
+glfont: glfont.c Makefile
+	$(CC) -o $@ $@.c $(CFLAGS) $(LIBS)
+
+clean:
+	-rm *.o $(EXE)

Added: unstable/sdl-ttf2.0/debian/changelog
===================================================================
--- unstable/sdl-ttf2.0/debian/changelog	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/changelog	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,92 @@
+sdl-ttf2.0 (2.0.8-2) unstable; urgency=low
+
+  * Update config.sub and config.guess in order to be able to build on
+    GNU/kFreeBSD, closes: #373147.
+
+ -- Samuel Mimram <smimram at debian.org>  Tue, 13 Jun 2006 12:39:37 +0000
+
+sdl-ttf2.0 (2.0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added no_freetype_internals.dpatch in order to avoid using freetype
+    internals (cf. http://www.freetype.org/freetype2/freetype-2.2.0.html),
+    closes: #373108.
+  * Added a watch file.
+  * Updated standards version to 3.7.2, no changes needed.
+
+ -- Samuel Mimram <smimram at debian.org>  Mon, 12 Jun 2006 23:04:40 +0000
+
+sdl-ttf2.0 (2.0.7-1) unstable; urgency=low
+
+  * New maintainer.
+  * New upstream release, closes: #318802.
+  * Corrected copyright file, closes: #290203.
+  * Relibtoolized, closes: #269297.
+  * Removed file-opening-fix.dpatch and freetype-fix.dpatch, integrated
+    upstream.
+  * Removed useless call to ldconfig in postinst.
+  * Updated standards version to 3.6.2, no changes needed.
+
+ -- Samuel Mimram <smimram at debian.org>  Wed, 23 Nov 2005 22:04:06 +0100
+
+sdl-ttf2.0 (2.0.6-5) unstable; urgency=low
+
+  * debian/control:
+    - Changed Section field of libsdl-ttf2.0-dev from libs to libdevel.
+
+ -- Jerome Marant <jerome at debian.org>  Sat, 10 Jan 2004 14:59:22 +0100
+
+sdl-ttf2.0 (2.0.6-4) unstable; urgency=low
+
+  * debian/control:
+    - Bumped Standards-Version to 3.6.1.
+    - Added build-dependency on dpatch.
+  * debian/patches/file-opening-fix.dpatch: new patch providing
+    previous fix from Sam Hocevar.
+  * debian/patches/freetype-fix.dpatch: added patch fixing a build
+    failure with last version of Freetype. Closes: Bug#227015.
+    Thanks Daniel Schepler <schepler at math.berkeley.edu>.
+
+ -- Jerome Marant <jerome at debian.org>  Sat, 10 Jan 2004 14:10:04 +0100
+
+sdl-ttf2.0 (2.0.6-3) unstable; urgency=low
+
+  * debian/control:
+    + Set policy to 3.5.10.
+    + Added Sam Hocevar as co-maintainer. 
+  * Backported a fix from HEAD for a crash when opening a font file that
+    does not exist.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun, 15 Jun 2003 13:15:15 +0200
+
+sdl-ttf2.0 (2.0.6-2) unstable; urgency=low
+
+  * config.{guess,sub}: updated again from versions from
+    autotools-dev. Closes: Bug#183661.
+
+ -- Jerome Marant <jerome at debian.org>  Sun,  6 Apr 2003 00:12:06 +0200
+
+sdl-ttf2.0 (2.0.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Jerome Marant <jerome at debian.org>  Thu, 20 Mar 2003 19:39:07 +0100
+
+sdl-ttf2.0 (2.0.5-3) unstable; urgency=low
+
+  * debian/control: changed libsdl-ttf2.0-0 section from devel
+    to libs.
+
+ -- Jerome Marant <jerome at debian.org>  Sat,  8 Mar 2003 15:30:56 +0100
+
+sdl-ttf2.0 (2.0.5-2) unstable; urgency=low
+
+  * config.{guess,sub}: updated from versions from autotools-dev.
+
+ -- Jerome Marant <jerome at debian.org>  Thu,  6 Mar 2003 21:40:49 +0100
+
+sdl-ttf2.0 (2.0.5-1) unstable; urgency=low
+
+  * Initial Release. Closes: Bug#174871.
+  
+ -- Jerome Marant <jerome at debian.org>  Sat,  1 Mar 2003 12:19:52 +0100

Added: unstable/sdl-ttf2.0/debian/compat
===================================================================
--- unstable/sdl-ttf2.0/debian/compat	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/compat	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1 @@
+4

Added: unstable/sdl-ttf2.0/debian/control
===================================================================
--- unstable/sdl-ttf2.0/debian/control	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/control	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,23 @@
+Source: sdl-ttf2.0
+Section: libs
+Priority: optional
+Maintainer: Samuel Mimram <smimram at debian.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev (>= 1.2.4), libfreetype6-dev, dpatch (>= 1.23)
+
+Package: libsdl-ttf2.0-0
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
+ SDL_ttf is a sample TrueType font library. It allows you to use
+ TrueType fonts in SDL applications.
+
+Package: libsdl-ttf2.0-dev
+Section: libdevel
+Architecture: any
+Depends: libsdl-ttf2.0-0 (= ${Source-Version}), libc6-dev, libsdl1.2-dev (>= 1.2.4), libfreetype6-dev
+Conflicts: libsdl-ttf1.2-dev
+Description: development files for SDL ttf library (version 2.0)
+ SDL_ttf is a sample TrueType font library. It allows you to use
+ TrueType fonts in SDL applications.

Added: unstable/sdl-ttf2.0/debian/copyright
===================================================================
--- unstable/sdl-ttf2.0/debian/copyright	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/copyright	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,14 @@
+This package was debianized by Jerome Marant <jerome at debian.org> on
+Sat,  1 Mar 2003 12:17:58 +0100.
+
+It was downloaded from:
+  http://www.libsdl.org/projects/SDL_ttf/release
+
+Upstream Author: Sam Lantinga <slouken at libsdl.org>
+
+Copyright (C) 2000-2005 Sam Lantinga <slouken at libsdl.org>
+
+This library is available under the GNU Library General Public License.
+
+On Debian GNU/Linux systems, the complete text of the GNU LGPL is found
+in /usr/share/common-licenses/LGPL-2.

Added: unstable/sdl-ttf2.0/debian/docs
===================================================================
--- unstable/sdl-ttf2.0/debian/docs	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/docs	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1 @@
+README

Added: unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-0.install
===================================================================
--- unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-0.install	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-0.install	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1 @@
+usr/lib/libSDL_ttf-2.0.so.*

Added: unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-dev.examples
===================================================================
--- unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-dev.examples	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-dev.examples	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,3 @@
+debian/Makefile
+debian/glfont.c
+debian/showfont.c

Added: unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-dev.install
===================================================================
--- unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-dev.install	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/libsdl-ttf2.0-dev.install	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,4 @@
+usr/include/SDL
+usr/lib/libSDL_ttf.a
+usr/lib/libSDL_ttf.la
+usr/lib/libSDL_ttf.so

Added: unstable/sdl-ttf2.0/debian/patches/00list
===================================================================
--- unstable/sdl-ttf2.0/debian/patches/00list	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/patches/00list	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1 @@
+no_freetype_internals

Added: unstable/sdl-ttf2.0/debian/patches/no_freetype_internals.dpatch
===================================================================
--- unstable/sdl-ttf2.0/debian/patches/no_freetype_internals.dpatch	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/patches/no_freetype_internals.dpatch	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,37 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## no_freetype_internals.dpatch by Samuel Mimram <smimram at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Don't rely on freetype internals.
+## DP: See http://www.freetype.org/freetype2/freetype-2.2.0.html.
+
+ at DPATCH@
+diff -urNad sdl-ttf2.0-2.0.8~/SDL_ttf.c sdl-ttf2.0-2.0.8/SDL_ttf.c
+--- sdl-ttf2.0-2.0.8~/SDL_ttf.c	2006-05-01 09:26:17.000000000 +0000
++++ sdl-ttf2.0-2.0.8/SDL_ttf.c	2006-06-12 23:24:07.000000000 +0000
+@@ -43,16 +43,6 @@
+ #include FT_FREETYPE_H
+ #include FT_OUTLINE_H
+ #include FT_TRUETYPE_IDS_H
+-/*
+-#include <freetype/freetype.h>
+-#include <freetype/ftoutln.h>
+-#include <freetype/ttnameid.h>
+-*/
+-#include <freetype/internal/ftobjs.h>
+-
+-#ifndef FT_OPEN_STREAM
+-#define FT_OPEN_STREAM ft_open_stream
+-#endif
+ 
+ #include "SDL.h"
+ #include "SDL_endian.h"
+@@ -278,7 +268,7 @@
+ 	}
+ 	memset(stream, 0, sizeof(*stream));
+ 
+-	stream->memory = library->memory;
++	stream->memory = NULL;  /* set by FT_Open_Face */
+ 	stream->read = RWread;
+ 	stream->descriptor.pointer = src;
+ 	stream->pos = (unsigned long)position;

Added: unstable/sdl-ttf2.0/debian/rules
===================================================================
--- unstable/sdl-ttf2.0/debian/rules	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/rules	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,77 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpatch/dpatch.make
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp: patch
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	-$(MAKE) distclean
+	-test -r /usr/share/misc/config.sub && \
+		cp -f /usr/share/misc/config.sub config.sub
+	-test -r /usr/share/misc/config.guess && \
+		cp -f /usr/share/misc/config.guess config.guess
+
+	dh_clean
+	rm -f debian/showfont.c debian/glfont.c
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
+	sed -e 's:"SDL.h":\<SDL.h\>:' -e 's:"SDL_ttf.h":\<SDL_ttf.h\>:' showfont.c > debian/showfont.c
+	sed -e 's:"SDL.h":\<SDL.h\>:' -e 's:"SDL_ttf.h":\<SDL_ttf.h\>:' glfont.c > debian/glfont.c
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_install --sourcedir=debian/tmp --list-missing
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+	dh_installman
+	dh_installinfo
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: unstable/sdl-ttf2.0/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: unstable/sdl-ttf2.0/debian/shlibs.local
===================================================================
--- unstable/sdl-ttf2.0/debian/shlibs.local	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/shlibs.local	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,2 @@
+libvga		1	svgalibg1 | svgalib-dummyg1
+libvgagl	1	svgalibg1 | svgalib-dummyg1

Added: unstable/sdl-ttf2.0/debian/svn-deblayout
===================================================================
--- unstable/sdl-ttf2.0/debian/svn-deblayout	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/svn-deblayout	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://smimram@cerium.pps.jussieu.fr/data/svn/debian/sdl-ttf/trunk
+tagsUrl=svn+ssh://smimram@cerium.pps.jussieu.fr/data/svn/debian/sdl-ttf/tags

Added: unstable/sdl-ttf2.0/debian/watch
===================================================================
--- unstable/sdl-ttf2.0/debian/watch	2006-08-13 17:28:10 UTC (rev 89)
+++ unstable/sdl-ttf2.0/debian/watch	2006-08-22 16:48:49 UTC (rev 90)
@@ -0,0 +1,2 @@
+version=3
+http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-([0-9\.]*)\.tar\.gz




More information about the Pkg-sdl-commits mailing list