diff options
Diffstat (limited to 'devel/orc')
-rw-r--r-- | devel/orc/Makefile | 15 | ||||
-rw-r--r-- | devel/orc/pkg-descr | 13 | ||||
-rw-r--r-- | devel/orc/pkg-plist | 2 |
3 files changed, 19 insertions, 11 deletions
diff --git a/devel/orc/Makefile b/devel/orc/Makefile index 62ea67c7ceea..9ab659f54b16 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -1,9 +1,10 @@ PORTNAME= orc DISTVERSION= 0.4.41 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://gstreamer.freedesktop.org/data/src/${PORTNAME}/ +MASTER_SITES= https://gstreamer.freedesktop.org/data/src/orc/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and toolset to operate arrays of data WWW= https://gstreamer.freedesktop.org/projects/orc.html @@ -12,9 +13,17 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USES= meson pkgconfig tar:xz + +MESON_ARGS= --default-library=both \ + -Dbenchmarks=auto \ + -Dexamples=auto \ + -Dorc-target=all \ + -Dorc-test=auto \ + -Dtests=auto \ + -Dtools=auto USE_LDCONFIG= yes -PLIST_SUB+= LIBMINORVER=${DISTVERSION:E} +PLIST_SUB= LIBMINORVER=${PORTVERSION:E} OPTIONS_DEFINE= DOCS diff --git a/devel/orc/pkg-descr b/devel/orc/pkg-descr index e1c1b5138323..ffdabe544b8c 100644 --- a/devel/orc/pkg-descr +++ b/devel/orc/pkg-descr @@ -1,9 +1,6 @@ -Orc - The Oil Runtime Compiler +Orc is the successor to Liboil - The Library of Optimized Inner Loops. -Orc is a library and set of tools for compiling and executing -very simple programs that operate on arrays of data. The "language" -is a generic assembly language that represents many of the features -available in SIMD architectures, including saturated addition and -subtraction, and many arithmetic operations. - -(OIL stands for Optimized Inner Loops) +Orc is a library and set of tools for compiling and executing very simple +programs that operate on arrays of data. The "language" is a generic assembly +language that represents many of the features available in SIMD architectures, +including saturated addition and subtraction, and many arithmetic operations. diff --git a/devel/orc/pkg-plist b/devel/orc/pkg-plist index caf684c39a6f..b917ea574bdd 100644 --- a/devel/orc/pkg-plist +++ b/devel/orc/pkg-plist @@ -34,9 +34,11 @@ include/orc-0.4/orc/orcutils.h include/orc-0.4/orc/orcvariable.h include/orc-0.4/orc/orcx86.h include/orc-0.4/orc/orcx86insn.h +lib/liborc-0.4.a lib/liborc-0.4.so lib/liborc-0.4.so.0 lib/liborc-0.4.so.0.%%LIBMINORVER%%.0 +lib/liborc-test-0.4.a lib/liborc-test-0.4.so lib/liborc-test-0.4.so.0 lib/liborc-test-0.4.so.0.%%LIBMINORVER%%.0 |