From patchwork Thu Jan 17 20:08:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 213359 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id CAEDA2C0085 for ; Fri, 18 Jan 2013 07:09:58 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 94C08A01DB; Thu, 17 Jan 2013 20:09:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6F1sYoi6E1Qu; Thu, 17 Jan 2013 20:09:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id EB738A01CD; Thu, 17 Jan 2013 20:09:53 +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 65A328F753 for ; Thu, 17 Jan 2013 20:09:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C23938AA15 for ; Thu, 17 Jan 2013 20:09:49 +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 cOhy1plpeOXY for ; Thu, 17 Jan 2013 20:09:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by whitealder.osuosl.org (Postfix) with ESMTPS id CAF788A0CB for ; Thu, 17 Jan 2013 20:09:41 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id ro12so1600356pbb.24 for ; Thu, 17 Jan 2013 12:09:41 -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=7gKJNpX2o1+FeFn6zGjxdpebkWdAylCsg41373A0eps=; b=Ca1cC1UFkzGxbMN5W8UbkXTkkPyHWAX0/U/60V96migJe4aQEiJB+kIP1LboKap2Bx HXHD5LfUkCa+VyZw2PcfWJRexqvnurpH/1Lz8DGrlF7ZA/3kO9DbIf/IbES2vLZduJ/r X2CvmbLc4cY/eRA8M5T/E3E8q7GO9kvKJRBxKmt7HDAckmUGkMs1IyGIx+ykdcVu/Bl1 xO/4aAvyRW6Brr85QG/LQvXpYk146Qb2QAOp6PL0OrzopUAY3FscHCjXSAcWRpUxdwnN jQVzxE8gCUZwL0h9Iw7umig6FRQogwWM8yqp66Vm4UuuZd8rda7fCgbm2JsTHUEhqLuB 2pNw== X-Received: by 10.68.241.232 with SMTP id wl8mr16610798pbc.144.1358453381445; Thu, 17 Jan 2013 12:09:41 -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.09.40 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 17 Jan 2013 12:09:40 -0800 (PST) From: Gilles Talis To: buildroot@busybox.net Date: Thu, 17 Jan 2013 12:08:38 -0800 Message-Id: <1358453318-751-3-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1358453318-751-1-git-send-email-gilles.talis@gmail.com> References: <1358453318-751-1-git-send-email-gilles.talis@gmail.com> Subject: [Buildroot] [PATCH 3/3] sdl_gfx: bump to version 2.0.24 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_gfx/sdl_gfx.mk | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/package/sdl_gfx/sdl_gfx.mk b/package/sdl_gfx/sdl_gfx.mk index c1c7f91..440e7ea 100644 --- a/package/sdl_gfx/sdl_gfx.mk +++ b/package/sdl_gfx/sdl_gfx.mk @@ -3,9 +3,12 @@ # SDL_gfx addon for SDL # ############################################################# -SDL_GFX_VERSION = 2.0.19 + +SDL_GFX_VERSION = 2.0.24 SDL_GFX_SOURCE = SDL_gfx-$(SDL_GFX_VERSION).tar.gz SDL_GFX_SITE = http://www.ferzkopp.net/Software/SDL_gfx-2.0/ +SDL_GFX_LICENSE = zlib +SDL_GFX_LICENSE_FILES = COPYING LICENSE SDL_GFX_INSTALL_STAGING = YES SDL_GFX_DEPENDENCIES = sdl SDL_GFX_CONF_OPT = \