From patchwork Mon Mar 18 13:05:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesper Baekdahl X-Patchwork-Id: 228619 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 30B962C009C for ; Tue, 19 Mar 2013 00:12:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 99FA08CBB1; Mon, 18 Mar 2013 13:12:05 +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 xQdrinnrvdOr; Mon, 18 Mar 2013 13:11:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4A4818CD24; Mon, 18 Mar 2013 13:08:47 +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 9E5F28F74B for ; Mon, 18 Mar 2013 13:06:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 21D9F8C81C for ; Mon, 18 Mar 2013 13:06:33 +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 lU3yfHetD1We for ; Mon, 18 Mar 2013 13:06:16 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by whitealder.osuosl.org (Postfix) with ESMTPS id 592A28C5FF for ; Mon, 18 Mar 2013 13:05:53 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hm14so2616386wib.9 for ; Mon, 18 Mar 2013 06:05:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=EE5jMOMYSgWZ4nPlysN5Tkur6qGpBmmZxpOjb5mD4ys=; b=N5VmXbuIoLPxCwnLJz231QVIOKgwE7A5KB/w4lCCb/qDO6p5FJYkoxM/ozwKyR5GTM QKRpB2LByY+PZhVszXtz83CTs+G/W//Nd5+cq5uOf0O3hRksVfItptCHFSMeNxIdJv7U rB8oCge/ChC2PE1JBEAbBuXdd29+WbZOq8xvPbmO6Oy1u9EI4IR68Zv8Sup00zZvJGT3 +mKCzygXOFZqqMbOfv4Q++I6ABnRvXtCnenp1cTHCDbAlRkMp5sQn71i2W3SP15+Lc0f 4tsTq0ipKWPwM94GZS5/pFzrXtbGso1uXAGyW8c4Dsg/JrVgW2QefrJj9tZ2HqZ4iW6V 2jIg== X-Received: by 10.181.13.175 with SMTP id ez15mr16255528wid.8.1363611951647; Mon, 18 Mar 2013 06:05:51 -0700 (PDT) Received: from localhost.localdomain (cpe.xe-6-0-0-953.boanqu2.dk.customer.tdc.net. [188.180.79.66]) by mx.google.com with ESMTPS id ex15sm757835wid.5.2013.03.18.06.05.49 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Mar 2013 06:05:50 -0700 (PDT) From: Jesper Baekdahl To: buildroot@busybox.net Date: Mon, 18 Mar 2013 14:05:00 +0100 Message-Id: <1363611926-27105-35-git-send-email-jbb@gamblify.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1363611926-27105-1-git-send-email-jbb@gamblify.com> References: <1363611926-27105-1-git-send-email-jbb@gamblify.com> X-Gm-Message-State: ALoCoQnFqS+xAWWWwzaMc/FFij0OlitWQXy2zVTIDT+2pA9Rt4DIO8l7t+zfY7s6VxR1Bexg3YH7 Subject: [Buildroot] [PATCH 094/120] xlib_libXv: bump revision to X11R7.7 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 From: Will Wagner Signed-off-by: Will Wagner Signed-off-by: Jesper Baekdahl --- package/x11r7/xlib_libXv/xlib_libXv.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xlib_libXv/xlib_libXv.mk b/package/x11r7/xlib_libXv/xlib_libXv.mk index 8d69217..06c1145 100644 --- a/package/x11r7/xlib_libXv/xlib_libXv.mk +++ b/package/x11r7/xlib_libXv/xlib_libXv.mk @@ -4,7 +4,7 @@ # ################################################################################ -XLIB_LIBXV_VERSION = 1.0.6 +XLIB_LIBXV_VERSION = 1.0.7 XLIB_LIBXV_SOURCE = libXv-$(XLIB_LIBXV_VERSION).tar.bz2 XLIB_LIBXV_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBXV_INSTALL_STAGING = YES