summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-04-22 02:37:19 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-04-22 02:37:19 +0000
commit777ceb3ecf10d433215ee633b8ae473336aa8a69 (patch)
tree2eb5a80eab455a22e60cab26bda3092d7c7770a2 /media-libs/sratom
parentversion bump (diff)
downloadhistorical-777ceb3ecf10d433215ee633b8ae473336aa8a69.tar.gz
historical-777ceb3ecf10d433215ee633b8ae473336aa8a69.tar.bz2
historical-777ceb3ecf10d433215ee633b8ae473336aa8a69.zip
initial import, ebuild by me
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'media-libs/sratom')
-rw-r--r--media-libs/sratom/ChangeLog10
-rw-r--r--media-libs/sratom/Manifest15
-rw-r--r--media-libs/sratom/files/ldconfig.patch12
-rw-r--r--media-libs/sratom/metadata.xml8
-rw-r--r--media-libs/sratom/sratom-0.2.0.ebuild38
5 files changed, 83 insertions, 0 deletions
diff --git a/media-libs/sratom/ChangeLog b/media-libs/sratom/ChangeLog
new file mode 100644
index 000000000000..4e4a3950f246
--- /dev/null
+++ b/media-libs/sratom/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-libs/sratom
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/ChangeLog,v 1.1 2012/04/22 02:37:19 aballier Exp $
+
+*sratom-0.2.0 (22 Apr 2012)
+
+ 22 Apr 2012; Alexis Ballier <aballier@gentoo.org> +sratom-0.2.0.ebuild,
+ +files/ldconfig.patch, +metadata.xml:
+ initial import, ebuild by me
+
diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest
new file mode 100644
index 000000000000..40eb909346e7
--- /dev/null
+++ b/media-libs/sratom/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+AUX ldconfig.patch 362 RMD160 adee875f7fd63c40c873d15daeacdcc60decaca5 SHA1 8afabf78866731676be4a45f185ed9429c1a8114 SHA256 53d5a22479654d4da3aad5d854c8ebcbbb22ded9c6566a95dab81b4081c994f9
+DIST sratom-0.2.0.tar.bz2 124094 RMD160 203e90337cdc05f762f8f9540613b99f6c9b4c4a SHA1 768d5d7a84de7381c8bd8f7a9049cf41bc4e54d1 SHA256 2af86cdae1609f19207a2f21125e246b8969f2e7e690cb5aa3d5582b9907918b
+EBUILD sratom-0.2.0.ebuild 939 RMD160 016637aa64956f3de0bb39d1f19b9a4d819d40b8 SHA1 37850eff7ee7a8382d4af9ee13e4dd9e71b29541 SHA256 5efa1bdac814d0b3006b40cd12c841ac67aa79ee0fd6a4f5b37a1fd44bde10cc
+MISC ChangeLog 384 RMD160 7dfeebe1ad894ca4e1ee56628d116597b86b0ec0 SHA1 603934a0d67d8ef604584613e4c84ef757a7fc68 SHA256 a793957a0216778fea960bdbdf21db11bfb856231d35247b6085d67077152823
+MISC metadata.xml 397 RMD160 50dd47a9912e2ed3016b2bde7b2a4fdec4ff7018 SHA1 9e0132429e539fb2d7d708c28b513e3123de2986 SHA256 0a4bcc63952aa029f7c913cbeed041ca5082132ef65d0f8c016021a8cf51359d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iEYEARECAAYFAk+TbuUACgkQvFcC4BYPU0o2eACfS7YT2BeUphVXFEuNbEvVh+Ec
+AoYAnAysufVgiKrwOlppJM8nB/hKUDYg
+=JzFs
+-----END PGP SIGNATURE-----
diff --git a/media-libs/sratom/files/ldconfig.patch b/media-libs/sratom/files/ldconfig.patch
new file mode 100644
index 000000000000..80567b1dc77e
--- /dev/null
+++ b/media-libs/sratom/files/ldconfig.patch
@@ -0,0 +1,12 @@
+Index: serd-0.4.2/wscript
+===================================================================
+--- serd-0.4.2.orig/wscript
++++ serd-0.4.2/wscript
+@@ -125,7 +125,6 @@ def build(bld):
+ # Man page
+ bld.install_files('${MANDIR}/man1', 'doc/serdi.1')
+
+- bld.add_post_fun(autowaf.run_ldconfig)
+ if bld.env['DOCS']:
+ bld.add_post_fun(fix_docs)
+
diff --git a/media-libs/sratom/metadata.xml b/media-libs/sratom/metadata.xml
new file mode 100644
index 000000000000..640383e7be81
--- /dev/null
+++ b/media-libs/sratom/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>proaudio</herd>
+<longdescription lang="en">
+ Lilv is a library to make the use of LV2 plugins as simple as possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies.
+</longdescription>
+</pkgmetadata>
diff --git a/media-libs/sratom/sratom-0.2.0.ebuild b/media-libs/sratom/sratom-0.2.0.ebuild
new file mode 100644
index 000000000000..984b5cafd387
--- /dev/null
+++ b/media-libs/sratom/sratom-0.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/sratom-0.2.0.ebuild,v 1.1 2012/04/22 02:37:19 aballier Exp $
+
+EAPI=4
+
+inherit waf-utils
+
+DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax"
+HOMEPAGE="http://drobilla.net/software/sratom/"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc static-libs test"
+
+RDEPEND="media-libs/lv2
+ >=dev-libs/serd-0.14.0
+ >=dev-libs/sord-0.8.0"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )
+ dev-util/pkgconfig"
+
+PATCHES=( "${FILESDIR}/ldconfig.patch" )
+DOCS=( "NEWS" "README" )
+
+src_configure() {
+ waf-utils_src_configure \
+ --docdir=/usr/share/doc/${PF} \
+ $(use test && echo "--test") \
+ $(use doc && echo "--docs") \
+ $(use static-libs && echo "--static")
+}
+
+src_test() {
+ ./waf test || die
+}