From patchwork Thu Jan 17 20:08:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 213357 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 0DC1A2C0082 for ; Fri, 18 Jan 2013 07:08:58 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 19C031023B2; Thu, 17 Jan 2013 20:08:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9PS5DTieAmty; Thu, 17 Jan 2013 20:08:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8648B101B9C; Thu, 17 Jan 2013 20:08:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D8CC18F753 for ; Thu, 17 Jan 2013 20:08:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3EE4389C08 for ; Thu, 17 Jan 2013 20:08:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qdHbDU2uUmPQ for ; Thu, 17 Jan 2013 20:08:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6B1CE89B5A for ; Thu, 17 Jan 2013 20:08:45 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id fa1so1678057pad.21 for ; Thu, 17 Jan 2013 12:08:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=Q7sKri4eiM+t7uGXGns1neD4KfxshMtxLVW+CYugBJU=; b=BhGX7syRyQUs0PStM+io66Wn5RIZR9x9oJKkq9j3UOWM+nFnn9hMc9nL3e0HPzdO6e Q9ZDjbyf15gXFQecvmGiKFHK7dNBgA59UDMqUW8ImQ7U9nm9U+5qM4S33ff3w5lNkOj1 HiqC7tFVZ9/dt8eCVIFsWmdiRUMd4DlWc47zjNpNUsEygHcI+XzzvVg2jAXZRPVJ8WCm +UYEJytzvUVjnd9f5/D+YCaTlbOwm+shk5IIkc/07lX4abNDA8wacIyJ3b/TnfYlhetR dXTyKp88AvYBQJlCdFtsemB6Cz9juIVlWDOv8ne117JOUUg71soAf6Ogm3HWVm6QCiwD MElw== X-Received: by 10.68.245.167 with SMTP id xp7mr17051510pbc.75.1358453325080; Thu, 17 Jan 2013 12:08:45 -0800 (PST) Received: from localhost.localdomain (50-193-5-105-static.hfc.comcastbusiness.net. [50.193.5.105]) by mx.google.com with ESMTPS id ho4sm1592815pbc.54.2013.01.17.12.08.43 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 17 Jan 2013 12:08:44 -0800 (PST) From: Gilles Talis To: buildroot@busybox.net Date: Thu, 17 Jan 2013 12:08:36 -0800 Message-Id: <1358453318-751-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [Buildroot] [PATCH 1/3] sdl_ttf: bump to version 2.0.11 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gilles Talis --- package/sdl_ttf/sdl_ttf.mk | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package/sdl_ttf/sdl_ttf.mk b/package/sdl_ttf/sdl_ttf.mk index b9747d8..e9bc537 100644 --- a/package/sdl_ttf/sdl_ttf.mk +++ b/package/sdl_ttf/sdl_ttf.mk @@ -3,9 +3,12 @@ # SDL_ttf # ############################################################# -SDL_TTF_VERSION:=2.0.9 -SDL_TTF_SOURCE:=SDL_ttf-$(SDL_TTF_VERSION).tar.gz -SDL_TTF_SITE:=http://www.libsdl.org/projects/SDL_ttf/release/ + +SDL_TTF_VERSION = 2.0.11 +SDL_TTF_SOURCE = SDL_ttf-$(SDL_TTF_VERSION).tar.gz +SDL_TTF_SITE = http://www.libsdl.org/projects/SDL_ttf/release/ +SDL_TTF_LICENSE = zlib +SDL_TTF_LICENSE_FILES = COPYING SDL_TTF_INSTALL_STAGING = YES SDL_TTF_DEPENDENCIES = sdl freetype