ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: ALT Linux Devel Mailing List <devel@lists.altlinux.org>
Subject: Re: [devel] libfreetype.so.6 sucks
Date: Mon, 24 Apr 2006 22:21:17 +0400
Message-ID: <20060424182117.GJ8441@localhost> (raw)
In-Reply-To: <20060424170858.GA3999@basalt.office.altlinux.org>


[-- Attachment #1.1: Type: text/plain, Size: 290 bytes --]

On Mon, Apr 24, 2006 at 09:08:58PM +0400, Dmitry V. Levin wrote:
> On Mon, Apr 24, 2006 at 08:46:02PM +0400, Alexey Tourbin wrote:
> > Наверное лучше всего для нового libfreetype сделать version script.
> Даже для нынешнего, а не только для нового.

Сделал.  Теперь хочу сделать NMU.

[-- Attachment #1.2: freetype-2.1.10-alt-version-script.patch --]
[-- Type: text/plain, Size: 1318 bytes --]

--- freetype-2.1.10/builds/unix/unix-cc.in-	2003-11-09 11:37:13 +0300
+++ freetype-2.1.10/builds/unix/unix-cc.in	2006-04-24 21:58:42 +0400
@@ -94,6 +94,7 @@
 #
 LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
                           -rpath $(libdir) -version-info $(version_info) \
+			  -Wl,--version-script=$(TOP_DIR)/libfreetype6.map \
                           $(LDFLAGS)
 
 
--- freetype-2.1.10/libfreetype6.map-	2006-04-24 21:58:42 +0400
+++ freetype-2.1.10/libfreetype6.map	2006-04-24 21:58:42 +0400
@@ -0,0 +1,39 @@
+FREETYPE_2.1.10 {
+    global:
+	FT_Access_Frame;
+	FT_Bitmap_Convert;
+	FT_Bitmap_Copy;
+	FT_Bitmap_Done;
+	FT_Bitmap_Embolden;
+	FT_Bitmap_New;
+	FT_Extract_Frame;
+	FT_Forget_Frame;
+	FT_Get_Char;
+	FT_Get_Long;
+	FT_Get_LongLE;
+	FT_Get_Offset;
+	FT_Get_PS_Font_Private;
+	FT_Get_Short;
+	FT_Get_ShortLE;
+	FT_GlyphSlot_Embolden;
+	FT_GlyphSlot_Oblique;
+	FT_New_Memory_Stream;
+	FT_OpenType_Validate;
+	FT_Outline_Embolden;
+	FT_Read_Char;
+	FT_Read_Fields;
+	FT_Read_Long;
+	FT_Read_LongLE;
+	FT_Read_Offset;
+	FT_Read_Short;
+	FT_Read_ShortLE;
+	FT_Read_Stream;
+	FT_Read_Stream_At;
+	FT_Release_Frame;
+	FT_Seek_Stream;
+	FT_Sfnt_Table_Info;
+	FT_Skip_Stream;
+	FT_Stream_TryRead;
+    local:
+	[^F]*;
+};

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2006-04-24 18:21 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-24 11:50 [devel] Q: wtf w/ python-cairo Konstantin A. Lepikhov
2006-04-24 11:52 ` Dmitry V. Levin
2006-04-24 12:10   ` Konstantin A. Lepikhov
2006-04-24 12:12   ` Alexey Tourbin
2006-04-24 12:15     ` Valery V. Inozemtsev
2006-04-24 12:22       ` Alexey Tourbin
2006-04-24 12:29         ` Valery V. Inozemtsev
2006-04-24 12:49           ` Alexey Tourbin
2006-04-24 12:56             ` Valery V. Inozemtsev
2006-04-24 13:14               ` Alexey Tourbin
2006-04-24 13:25                 ` Valery V. Inozemtsev
2006-04-24 14:17                   ` Alexey Tourbin
2006-04-24 16:07                     ` Alexey Tourbin
2006-04-24 16:39                       ` [devel] libfreetype.so.6 sucks Alexey Tourbin
2006-04-24 16:46                         ` Alexey Tourbin
2006-04-24 17:08                           ` Dmitry V. Levin
2006-04-24 17:18                             ` Alexey Tourbin
2006-04-24 18:09                             ` Alexey Tourbin
2006-04-24 18:21                             ` Alexey Tourbin [this message]
2006-04-24 18:27                               ` Valery V. Inozemtsev
2006-04-24 18:40                               ` Valery V. Inozemtsev
2006-04-24 18:50                                 ` Alexey Tourbin
2006-04-24 19:12                                   ` Valery V. Inozemtsev
2006-04-24 19:20                                     ` Alexey Tourbin
2006-04-24 19:55                                   ` Dmitry V. Levin
2006-04-24 20:01                                     ` Alexey Tourbin
2006-04-25  5:41                                     ` Valery V. Inozemtsev
2006-04-25 12:37                                       ` Dmitry V. Levin
2006-04-25 21:12                           ` Dmitry V. Levin
2006-04-25 21:19                             ` Alexey Tourbin
2006-04-25 21:31                               ` Dmitry V. Levin
2006-04-25 21:36                                 ` Alexey Tourbin
2006-04-26  5:27                                   ` Valery V. Inozemtsev
2006-05-14  4:13                           ` [devel] grep unreliable Alexey Tourbin
2006-04-24 13:51     ` [devel] Q: wtf w/ python-cairo Денис Смирнов
2006-04-24 12:13 ` Anton Farygin
2006-04-24 14:43   ` Alexey Tourbin
2006-04-24 14:43 ` Alexey Tourbin
2006-04-24 15:45   ` Konstantin A. Lepikhov
2006-04-24 15:58     ` Alexey Tourbin
2006-04-24 16:04       ` Konstantin A. Lepikhov
2006-04-24 16:15         ` Alexey Tourbin
2006-04-24 16:25           ` Valery V. Inozemtsev
2006-04-24 16:26           ` Konstantin A. Lepikhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060424182117.GJ8441@localhost \
    --to=at@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git