summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-libs/libxmi
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-libs/libxmi')
-rw-r--r--media-libs/libxmi/Manifest2
-rw-r--r--media-libs/libxmi/libxmi-1.2.ebuild28
-rw-r--r--media-libs/libxmi/libxmi-1.3.ebuild23
-rw-r--r--media-libs/libxmi/metadata.xml23
4 files changed, 76 insertions, 0 deletions
diff --git a/media-libs/libxmi/Manifest b/media-libs/libxmi/Manifest
new file mode 100644
index 000000000000..18d11fdbbed9
--- /dev/null
+++ b/media-libs/libxmi/Manifest
@@ -0,0 +1,2 @@
+DIST libxmi-1.2.tar.gz 302662 SHA256 9d56af6d6c41468ca658eb6c4ba33ff7967a388b606dc503cd68d024e08ca40d SHA512 55cf86064496cb1f551fb1a208f9fe1ee8d826e0e1d7ddc2898bef7316c0ac51b34f5f28840626b901b0720264e08fa95f7ab18b57b12c3f64d8a8d48d83e93a WHIRLPOOL 3d5810219678270ad87479f143f2137fd4dd54fc371a856be38713e0a41c5b4d39e6d75e6c858cd3b23b31c0f59845d25c3cbdce991ea48ab3e6531605c11256
+DIST libxmi-1.3.tar.xz 258672 SHA256 86f2aed4a89ab1378d4dd32fb8f0e158e4a21e647847471dbff546311194d712 SHA512 f54b0925e2b848f7cfb31bd0f9eed27df6fd6e704ffeeb58eb490d49e7ca76f46e03eee6ed89d6644f6a3bad05c7b0b986f9634d0cd23c49f31ee80f23ff8262 WHIRLPOOL cf102a8a2f97571f1c5a05467dcc8feeb4c156eadab034769078d83f8f66c9af164f59b9de625c107bb7e75d3ce764b3796c9055f7e000578b1c6f1108f36db4
diff --git a/media-libs/libxmi/libxmi-1.2.ebuild b/media-libs/libxmi/libxmi-1.2.ebuild
new file mode 100644
index 000000000000..f3335e27e690
--- /dev/null
+++ b/media-libs/libxmi/libxmi-1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
+
+DESCRIPTION="C/C++ function library for rasterizing 2-D vector graphics"
+HOMEPAGE="http://www.gnu.org/software/libxmi/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+DEPEND="!<=media-libs/plotutils-2.6"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed \
+ -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \
+ -i configure.in || die
+ autotools-utils_src_prepare
+}
diff --git a/media-libs/libxmi/libxmi-1.3.ebuild b/media-libs/libxmi/libxmi-1.3.ebuild
new file mode 100644
index 000000000000..aac21ffc736c
--- /dev/null
+++ b/media-libs/libxmi/libxmi-1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
+
+DESCRIPTION="C/C++ function library for rasterizing 2-D vector graphics"
+HOMEPAGE="http://www.gnu.org/software/libxmi/"
+SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
+#mirror://gnu/${PN}/${P}.tar.gz"
+# Version unbundled from plotutils
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+DEPEND="!<=media-libs/plotutils-2.6"
+RDEPEND="${DEPEND}"
diff --git a/media-libs/libxmi/metadata.xml b/media-libs/libxmi/metadata.xml
new file mode 100644
index 000000000000..f75eebabbe18
--- /dev/null
+++ b/media-libs/libxmi/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>printing</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics. It
+can draw 2-D graphical primitives, including wide polygonal lines and circular
+and elliptical arcs, into a user-supplied matrix of pixels. Sophisticated line
+styles, such as multicolored dashing patterns, can be specified. There is also
+support for filling and texturing polygons.
+
+It can be used as a drop-in rendering module in any application that needs to
+scan-convert 2-D vector graphics. It is highly customizable. For example, the
+`pixel' datatype can be redefined at compile time. The algorithm used for
+compositing pixels can be redefined too. By default, libxmi uses the
+Painter's Algorithm (a new pixel value replaces an old one). But it would be
+trivial to install it so that it uses alpha compositing instead. The package,
+and its header file xmi.h, include full documentation.
+</longdescription>
+</pkgmetadata>