From patchwork Sat Dec 29 16:29:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208673 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id BCB2E2C0079 for ; Sun, 30 Dec 2012 03:29:21 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1DA752CEC9; Sat, 29 Dec 2012 16:29:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8tm8G7w6-Yb6; Sat, 29 Dec 2012 16:29:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5A6062D1AE; Sat, 29 Dec 2012 16:29:17 +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 220E38F753 for ; Sat, 29 Dec 2012 16:29:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 49653805F5 for ; Sat, 29 Dec 2012 16:29:16 +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 17-9xqyN-+W7 for ; Sat, 29 Dec 2012 16:29:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4BB64805ED for ; Sat, 29 Dec 2012 16:29:14 +0000 (UTC) Received: from asgard (host204.190-231-107.telecom.net.ar [190.231.107.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBTGT7Lp014421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Dec 2012 16:29:09 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356798551; bh=gDiA/8o1F+SvTJmZMfrL5BopU8NK9b7aIzFwBA9LrKQ=; h=From:To:Cc:Subject:Date; b=TmJlV9dp9osS5f9pacq/j3vlHz8Oz8JupjORQ7W9h0IPvq01ILLSH1MA4VapC7SbB JQTq9B/al80hUeWJylCmay5zRmEBhv64o+Z89c/pTn9DZDJlXXL3AiC5OWjT7XbtKh BOP07cXUMqa5tNtpgem4RteQ+37R7alT8DRzNZjc= Received: by asgard (sSMTP sendmail emulation); Sat, 29 Dec 2012 13:29:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 29 Dec 2012 13:29:04 -0300 Message-Id: <1356798545-9246-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] taglib: bump to version 1.8 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: Gustavo Zacarias --- package/taglib/Config.in | 2 +- package/taglib/taglib.mk | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package/taglib/Config.in b/package/taglib/Config.in index d172c34..2777d0d 100644 --- a/package/taglib/Config.in +++ b/package/taglib/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_TAGLIB and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files. - http://developer.kde.org/~wheeler/taglib.html + http://taglib.github.com config BR2_PACKAGE_TAGLIB_MP4 depends on BR2_PACKAGE_TAGLIB diff --git a/package/taglib/taglib.mk b/package/taglib/taglib.mk index 268318e..e1e1694 100644 --- a/package/taglib/taglib.mk +++ b/package/taglib/taglib.mk @@ -4,10 +4,11 @@ # ############################################################# -TAGLIB_VERSION = 1.7.1 -TAGLIB_SOURCE = taglib-$(TAGLIB_VERSION).tar.gz -TAGLIB_SITE = http://developer.kde.org/~wheeler/files/src +TAGLIB_VERSION = 1.8 +TAGLIB_SITE = http://github.com/downloads/taglib/taglib TAGLIB_INSTALL_STAGING = YES +TAGLIB_LICENSE = LGPLv2.1 MPL +TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL ifeq ($(BR2_PACKAGE_TAGLIB_ASF),y) TAGLIB_CONF_OPT += -DWITH_ASF=ON