From patchwork Sun Jul 26 20:38:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 500145 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 7D7FA140518 for ; Mon, 27 Jul 2015 06:39:02 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=ZOaEKDH/; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3DD6994C56; Sun, 26 Jul 2015 20:39:00 +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 1NmvKalWMhQM; Sun, 26 Jul 2015 20:38:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 85E9894C60; Sun, 26 Jul 2015 20:38:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 7D94D1C2282 for ; Sun, 26 Jul 2015 20:38:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7BA53A1ACE for ; Sun, 26 Jul 2015 20:38:52 +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 V0Tt7UnMQv_3 for ; Sun, 26 Jul 2015 20:38:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C89C0885A1 for ; Sun, 26 Jul 2015 20:38:51 +0000 (UTC) Received: by wicmv11 with SMTP id mv11so116305914wic.0 for ; Sun, 26 Jul 2015 13:38:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=8cxQkqtMCISC170s0CumQPjDobqu4WlDCxfkSrcl1fA=; b=ZOaEKDH/5JshDTNeNvFLXmJaQBY+GTgpOtZ3b74YTFh+Bbg8U8Ivi4qx1iTC7cN3xS rlT3L6icdCr9cxtcHTOvJdfvgJ4Nh97b47mhfjMoolvP3SkG6COQuEtQNNErmpIYdhHt CNlAxZl3KAefQDRwO/i5CNhVWYHPU4t3blI5h4ijrlGrD6VN2aYgtOmHBj72foronLxB rPrReSHzSMi+GEzXxVRt4qL3RfzE3iVc/sxWf3enhaG6IYIsNUrVgjIStx5EyDhkoa+g 48r3XDgHYvv72bziOeXP0V7SgkT1qwoWbolRO9vfgsly1X9v9+ueWcsF1xKRIcMpEMnX k3WQ== X-Received: by 10.180.107.70 with SMTP id ha6mr16828492wib.20.1437943130415; Sun, 26 Jul 2015 13:38:50 -0700 (PDT) Received: from localhost.localdomain (mangue.f00.fr. [82.226.166.74]) by smtp.gmail.com with ESMTPSA id m4sm24156537wjb.37.2015.07.26.13.38.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Jul 2015 13:38:49 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 26 Jul 2015 22:38:29 +0200 Message-Id: <1437943118-18060-4-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1437943118-18060-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1437943118-18060-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 03/12] libass: Bump version and change site X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Google Code is a closing forge, libass has already made the move to Github. Since a new release was available a bump was also in order. Signed-off-by: Maxime Hadjinlian --- package/libass/libass.hash | 4 ++-- package/libass/libass.mk | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package/libass/libass.hash b/package/libass/libass.hash index b7510de..f300166 100644 --- a/package/libass/libass.hash +++ b/package/libass/libass.hash @@ -1,2 +1,2 @@ -# From https://code.google.com/p/libass/downloads/detail?name=libass-0.10.2.tar.xz&can=2&q= -sha1 72a153364e838d3b561bae3653f1515169d479c4 libass-0.10.2.tar.xz +# Locally computed +sha256 a67c54ebaf5ec19ae72e86259ee6ab6adfe2e64ed9f9149db03dc863360ea38c libass-0.12.3.tar.xz diff --git a/package/libass/libass.mk b/package/libass/libass.mk index 056ea8b..ed604b8 100644 --- a/package/libass/libass.mk +++ b/package/libass/libass.mk @@ -4,9 +4,11 @@ # ################################################################################ -LIBASS_VERSION = 0.10.2 +LIBASS_VERSION = 0.12.3 LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz -LIBASS_SITE = http://libass.googlecode.com/files +# Do not use the github helper here, the generated tarball is *NOT* the same +# # as the one uploaded by upstream for the release. +LIBASS_SITE = https://github.com/libass/libass/releases/download/$(LIBASS_VERSION) LIBASS_INSTALL_STAGING = YES LIBASS_LICENSE = ISC LIBASS_LICENSE_FILES = COPYING