From patchwork Thu Sep 19 13:39:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 275971 X-Patchwork-Delegate: chbs@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 42ECA2C0118 for ; Thu, 19 Sep 2013 23:39:41 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id EE08F447AC for ; Thu, 19 Sep 2013 15:39:39 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id CFC43447AC for ; Thu, 19 Sep 2013 15:39:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1465; q=dns/txt; s=ironport1; t=1379597977; x=1411133977; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=TWaUHuZuvC6eZRHkxTgIp5KkNIKzqrprfnQK3l81MwE=; b=pMJm/O2HL4M0t3P3xkypBykMsaHg55Rtw4LbRZYgynFpL+gvkdLgjhkg KgyR1ksQwvIVKoMH39jEtG3ZaryKazKRaFK6RnkguJLJV5vppD1QzvZL/ GkoKxNjC2PFW2Wej3AJWOMYCctzJR8bBPKv3/4SRC7EnQiBDf5rvyA8J8 Y=; X-IronPort-AV: E=Sophos;i="4.90,936,1371074400"; d="scan'208";a="3889974" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 19 Sep 2013 15:39:21 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Thu, 19 Sep 2013 15:39:20 +0200 Received: by localhost (Postfix, from userid 30019) id E0783682C0A; Thu, 19 Sep 2013 13:39:20 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 1/3] taglib: Version 1.8 Date: Thu, 19 Sep 2013 13:39:18 +0000 Message-ID: <6776586849d5d74dabd0f5e93ce7110c919a8e3d.1379597807.git.kibo@prevas.dk> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/taglib/taglib_1.8.oe | 29 +++++++++++++++++++++++++++++ recipes/taglib/taglib_1.8.oe.sig | 1 + 2 files changed, 30 insertions(+) create mode 100644 recipes/taglib/taglib_1.8.oe create mode 100644 recipes/taglib/taglib_1.8.oe.sig diff --git a/recipes/taglib/taglib_1.8.oe b/recipes/taglib/taglib_1.8.oe new file mode 100644 index 0000000..4802716 --- /dev/null +++ b/recipes/taglib/taglib_1.8.oe @@ -0,0 +1,29 @@ +DESCRIPTION = "TagLib is a library for reading and editing audio meta data, commonly know as tags." +HOMEPAGE = "http://taglib.github.io" + +LICENSE = "LGPL" + +SRC_URI = "http://taglib.github.io/releases/${PN}-${PV}.tar.gz" + +inherit cmake c++ pkgconfig + +DEPENDS = "libstdc++ zlib" +DEPENDS_${PN} += "zlib libm" + +PROVIDES_${PN} = "libtag" +RDEPENDS_${PN} += "zlib libstdc++ libm libc libgcc" + +EXTRA_OE_CMAKE_CONF = " \ + -DCMAKE_BUILD_TYPE=Release \ + . \ +" + +PACKAGES += "${PN}-c" +FILES_${PN}-c = "${libdir}/libtag_c.so.*" +PROVIDES_${PN}-c = "libtag-c" +RDEPENDS_${PN}-c = "${PN}" + +FILES_${PN}-dev += " ${includedir}/taglib/* " + +PACKAGES += "${PN}-pkg" +FILES_${PN}-pkg = "${libdir}/pkgconfig/*" diff --git a/recipes/taglib/taglib_1.8.oe.sig b/recipes/taglib/taglib_1.8.oe.sig new file mode 100644 index 0000000..de26ebe --- /dev/null +++ b/recipes/taglib/taglib_1.8.oe.sig @@ -0,0 +1 @@ +bdbfd746fde42401d3a77cd930c7802d374a692d taglib-1.8.tar.gz