From patchwork Thu May 30 16:30:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 247651 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 24B9A2C013D for ; Fri, 31 May 2013 02:38:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4AAA4A03AC; Thu, 30 May 2013 16:38:23 +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 YjC5EDPa8OAE; Thu, 30 May 2013 16:38:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5CECCA04FA; Thu, 30 May 2013 16:36:29 +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 C552B8F76F for ; Thu, 30 May 2013 16:36:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F4E58F71E for ; Thu, 30 May 2013 16:36:30 +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 zg6trPzSYkFK for ; Thu, 30 May 2013 16:36:29 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ye0-f170.google.com (mail-ye0-f170.google.com [209.85.213.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id B45D78F6EC for ; Thu, 30 May 2013 16:36:29 +0000 (UTC) Received: by mail-ye0-f170.google.com with SMTP id r5so101339yen.1 for ; Thu, 30 May 2013 09:36:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=3VUGWu8lEa8VNha+SB3kPCPfpibdGh7OhICUfHwgENk=; b=ieqr7Xj6Avw3XiyNo5eQD8FWlW9wbwsXVFbh/HpQ4TIk1o16YGX5eK21gSVUHVhVWz 5Z/mi0cdNOpRPmtcaGdEz9ezWIp2HrO+REwjVZ7tWWw/LDdR4pZd0RjlejKh/6zpm5Kj YURbpsS4IQVz5JGbpT0p5KGPnUl5C9s6aa/r82Dq9+OP/Dam3kbJW59LR0CoG1Ao4RkV ZOXLQ6f5KKEUsw+xarCkgOa0TRa2vuBsQibHzUQQAq0EP0mDxX9iCzdi5VxUQA3LyV/g r9qHqQFPHU2hQ3ZrbB1lewYWRFp2si/VT9PpQTqRgg1WU8hES1vYT7g7wukubnXyNip9 h4dg== X-Received: by 10.236.60.134 with SMTP id u6mr4227171yhc.40.1369931450800; Thu, 30 May 2013 09:30:50 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id d51sm60909674yho.14.2013.05.30.09.30.49 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 May 2013 09:30:50 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Thu, 30 May 2013 11:30:25 -0500 Message-Id: <1369931437-12445-3-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1369931437-12445-1-git-send-email-spenser@gillilanding.com> References: <1369931437-12445-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQlY+P7iL4B4F/gRIxhenyd/mpw9F/9PdxjSvMPSa7CWpkw1Af5uCKjDZGCYi5d82AgpPvsk Subject: [Buildroot] [PATCH v9 02/14] gdk-pixbuf: bump to version 2.28.1 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: Spenser Gilliland --- package/gdk-pixbuf/gdk-pixbuf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gdk-pixbuf/gdk-pixbuf.mk b/package/gdk-pixbuf/gdk-pixbuf.mk index 4e00c40..841f236 100644 --- a/package/gdk-pixbuf/gdk-pixbuf.mk +++ b/package/gdk-pixbuf/gdk-pixbuf.mk @@ -4,7 +4,7 @@ # ############################################################# -GDK_PIXBUF_MAJOR_VERSION = 2.24 +GDK_PIXBUF_MAJOR_VERSION = 2.28 GDK_PIXBUF_VERSION = $(GDK_PIXBUF_MAJOR_VERSION).1 GDK_PIXBUF_SOURCE = gdk-pixbuf-$(GDK_PIXBUF_VERSION).tar.xz GDK_PIXBUF_SITE = http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(GDK_PIXBUF_MAJOR_VERSION)