From patchwork Mon Jul 15 19:52:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carsten Schoenert X-Patchwork-Id: 259237 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 88DA62C0168 for ; Tue, 16 Jul 2013 05:52:55 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D63588B880; Mon, 15 Jul 2013 19:52:52 +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 z1hnBWGZEkyH; Mon, 15 Jul 2013 19:52:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0020A8C51E; Mon, 15 Jul 2013 19:52:50 +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 5EC961BF9FB for ; Mon, 15 Jul 2013 19:52:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F4F48BB40 for ; Mon, 15 Jul 2013 19:52:49 +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 U9VGbypEd0cE for ; Mon, 15 Jul 2013 19:52:48 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9C82D8BB3A for ; Mon, 15 Jul 2013 19:52:48 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id d41so7694594eek.19 for ; Mon, 15 Jul 2013 12:52:47 -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:x-mailer; bh=tCsiIGKCq6Ny7d66ZIc8GfQ01SalHAfrmXhyQkKivqI=; b=f/B7cruf0w+uALvn1cLTj0Nz3ZqU9TlrLoeE0AyJI+u3+1FTTQp/g94N8RgkqRpqXR /SDZtKlOL/nBxgyggpN62vz8DOZMQ7n9WpdHi8ppPyrD4uBA/mrj4p64mBKjCv+STArs OWEeX6u+5Z/UjYmdZqxF1VJxkRR8ArWVi9shw84qoEzy+XeSMHJ2oozhXCq+eP9Vfpp2 +s9m9ynysTmapCUAw0dnGxq7sUv+F1OVmGe5JaW64uhRA6yVHHyi0AML4U8sd5A7XSmJ Xj/cKJtOLl4J3sWwsRdFO9PoLAoKeDdH/TckUzigzgPSqWP8uTc1E0UpFNgL2nMMPvue QWGA== X-Received: by 10.15.54.67 with SMTP id s43mr60428643eew.133.1373917966993; Mon, 15 Jul 2013 12:52:46 -0700 (PDT) Received: from jessie.cruise.homelinux.net (p5B3782E2.dip0.t-ipconnect.de. [91.55.130.226]) by mx.google.com with ESMTPSA id ci50sm105110803eeb.12.2013.07.15.12.52.45 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:52:46 -0700 (PDT) From: Carsten Schoenert To: buildroot@busybox.net Date: Mon, 15 Jul 2013 21:52:38 +0200 Message-Id: <1373917958-838-1-git-send-email-c.schoenert@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] package/libsvg-cairo: new package 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: Carsten Schoenert Libsvg-cairo provides the ability to render SVG content from files or buffers. All rendering is performed using the cairo rendering library. Signed-off-by: Carsten Schoenert --- package/Config.in | 1 + package/libsvg-cairo/Config.in | 11 +++++++++++ package/libsvg-cairo/libsvg-cairo.mk | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 package/libsvg-cairo/Config.in create mode 100644 package/libsvg-cairo/libsvg-cairo.mk diff --git a/package/Config.in b/package/Config.in index 6d5ff01..aac31bf 100644 --- a/package/Config.in +++ b/package/Config.in @@ -465,6 +465,7 @@ source "package/libqrencode/Config.in" source "package/libraw/Config.in" source "package/librsvg/Config.in" source "package/libsvg/Config.in" +source "package/libsvg-cairo/Config.in" source "package/libsvgtiny/Config.in" source "package/libungif/Config.in" source "package/opencv/Config.in" diff --git a/package/libsvg-cairo/Config.in b/package/libsvg-cairo/Config.in new file mode 100644 index 0000000..9577c69 --- /dev/null +++ b/package/libsvg-cairo/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBSVG_CAIRO + bool "libsvg-cairo" + select BR2_PACKAGE_CAIRO + select BR2_PACKAGE_CAIRO_SVG + select BR2_PACKAGE_LIBSVG + help + Libsvg-cairo provides the ability to render SVG content from + files or buffers. All rendering is performed using the cairo + rendering library. + + http://cairographics.org diff --git a/package/libsvg-cairo/libsvg-cairo.mk b/package/libsvg-cairo/libsvg-cairo.mk new file mode 100644 index 0000000..a41e859 --- /dev/null +++ b/package/libsvg-cairo/libsvg-cairo.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# libsvg-cairo +# +################################################################################ + +LIBSVG_CAIRO_VERSION = 0.1.6 +LIBSVG_CAIRO_SITE = http://cairographics.org/snapshots/ +LIBSVG_CAIRO_DEPENDENCIES = cairo libsvg +LIBSVG_CAIRO_INSTALL_STAGING = YES +LIBSVG_CAIRO_LICENSE = LGPLv2+ +LIBSVG_CAIRO_LICENSE_FILES = COPYING + +$(eval $(autotools-package))