From patchwork Thu Jan 17 20:08:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 213358 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 3C93F2C0084 for ; Fri, 18 Jan 2013 07:09:52 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 79F5DA0226; Thu, 17 Jan 2013 20:09:52 +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 As5mBNNNenoZ; Thu, 17 Jan 2013 20:09:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id DED5EA01C8; Thu, 17 Jan 2013 20:09:45 +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 262FB8F753 for ; Thu, 17 Jan 2013 20:09:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8328081092 for ; Thu, 17 Jan 2013 20:09:43 +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 PjgNYYBcXZCM for ; Thu, 17 Jan 2013 20:09:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id AA7B589F30 for ; Thu, 17 Jan 2013 20:09:38 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id bg2so1671883pad.18 for ; Thu, 17 Jan 2013 12:09:38 -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=/jM9kiv05zr75evgvaviIx6NC4jw13EkZng36Bf6NTU=; b=fzvrw7vUhWGu6GNN0EK7ECtLUcYGbp7zyZ6nT+elCBgs5qwzzViOUAW6LT2pPdxuaG 03GTpZ7Pg3SFNEZODkuW7exkn44dDV6Oe3q6LC73ofYVRCpPsticogohWNlj2P/O9ho7 dQzwrVeCw1bh9xCxyGjxNHf68VPCCuiXTTHWh+k1fjlop6QqUt6tIy3NhO358JrrD11J 99qgx22Q5G7WC2LezpABVeXw9q8p671gUqwk9AzXwHJ4F+umPQjBgs+JP9HOgKPzRmmj 1GHYH784CJjdBS3Eb9HG1r9U0kWpb4SsszW2SMF53hzX6wvypCV2S5e36uTOuLtEAxI+ YhtQ== X-Received: by 10.66.73.165 with SMTP id m5mr16543328pav.78.1358453378359; Thu, 17 Jan 2013 12:09:38 -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.37 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 17 Jan 2013 12:09:37 -0800 (PST) From: Gilles Talis To: buildroot@busybox.net Date: Thu, 17 Jan 2013 12:08:37 -0800 Message-Id: <1358453318-751-2-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 2/3] sdl_mixer: bump to version 1.2.12 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_mixer/sdl_mixer.mk | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk index 411b65d..a062c35 100644 --- a/package/sdl_mixer/sdl_mixer.mk +++ b/package/sdl_mixer/sdl_mixer.mk @@ -3,9 +3,12 @@ # SDL_mixer # ############################################################# -SDL_MIXER_VERSION:=1.2.11 -SDL_MIXER_SOURCE:=SDL_mixer-$(SDL_MIXER_VERSION).tar.gz -SDL_MIXER_SITE:=http://www.libsdl.org/projects/SDL_mixer/release/ + +SDL_MIXER_VERSION = 1.2.12 +SDL_MIXER_SOURCE = SDL_mixer-$(SDL_MIXER_VERSION).tar.gz +SDL_MIXER_SITE = http://www.libsdl.org/projects/SDL_mixer/release/ +SDL_MIXER_LICENSE = zlib +SDL_MIXER_LICENSE_FILES = COPYING SDL_MIXER_INSTALL_STAGING = YES SDL_MIXER_DEPENDENCIES = sdl