diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-01-10 18:52:13 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-01-10 18:52:13 +0000 |
commit | e20ec43bfc786b2390ea546eb25cae125cc1df5e (patch) | |
tree | 927e1a7509130b211e95ab7fb43af3982cea0920 | |
parent | Convert to options target helper (diff) |
New port: audio/sratom
Sratom is a library for serialising LV2 atoms to/from RDF,
particularly the Turtle syntax.
WWW: http://drobilla.net/software/sratom
PR: 213288
Submitted by: Michael Beer <beerml@sigma6audio.de>
Reviewed by: Yuri Victorovich <yuri@rawbw.com>
Notes
Notes:
svn path=/head/; revision=431125
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/sratom/Makefile | 26 | ||||
-rw-r--r-- | audio/sratom/distinfo | 3 | ||||
-rw-r--r-- | audio/sratom/pkg-descr | 4 | ||||
-rw-r--r-- | audio/sratom/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index e29a0b210a12..03877227337f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -739,6 +739,7 @@ SUBDIR += splay SUBDIR += splaytk SUBDIR += squash + SUBDIR += sratom SUBDIR += streamripper SUBDIR += streamtranscoder SUBDIR += stymulator diff --git a/audio/sratom/Makefile b/audio/sratom/Makefile new file mode 100644 index 000000000000..984f6e434b73 --- /dev/null +++ b/audio/sratom/Makefile @@ -0,0 +1,26 @@ +# Created by: Michael Beer <beerml@sigma6audio.de> +# $FreeBSD$ + +PORTNAME= sratom +PORTVERSION= 0.6.0 +CATEGORIES= audio +MASTER_SITES= http://download.drobilla.net/ + +MAINTAINER= beerml@sigma6audio.de +COMMENT= Sratom is a library for serialising LV2 atoms to/from RDF + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord +BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 + +USES= pkgconfig python:build tar:bzip2 waf + +USE_LDCONFIG= yes + +post-install: + @${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/*.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.0.6.0 + +.include <bsd.port.mk> diff --git a/audio/sratom/distinfo b/audio/sratom/distinfo new file mode 100644 index 000000000000..68259161bbc9 --- /dev/null +++ b/audio/sratom/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475784219 +SHA256 (sratom-0.6.0.tar.bz2) = 440ac2b1f4f0b7878f8b95698faa1e8f8c50929a498f68ec5d066863626a3d43 +SIZE (sratom-0.6.0.tar.bz2) = 149340 diff --git a/audio/sratom/pkg-descr b/audio/sratom/pkg-descr new file mode 100644 index 000000000000..3e3f01145eea --- /dev/null +++ b/audio/sratom/pkg-descr @@ -0,0 +1,4 @@ +Sratom is a library for serialising LV2 atoms to/from RDF, +particularly the Turtle syntax. + +WWW: http://drobilla.net/software/sratom diff --git a/audio/sratom/pkg-plist b/audio/sratom/pkg-plist new file mode 100644 index 000000000000..560b901d01e8 --- /dev/null +++ b/audio/sratom/pkg-plist @@ -0,0 +1,6 @@ +include/sratom-0/sratom/sratom.h +lib/libsratom-0.so +lib/libsratom-0.so.0 +lib/libsratom-0.so.0.6.0 +libdata/pkgconfig/sratom-0.pc +@dir lib/pkgconfig |