Ravenports generated: 03 Oct 2018 08:39
[ravenports.git] / bucket_58 / orc
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               orc
4 VERSION=                0.4.28
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Oil Runtime Compiler (ORC)
8 HOMEPAGE=               https://gstreamer.freedesktop.org/projects/orc.html
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://gstreamer.freedesktop.org/data/src/orc/
13 DISTFILE[1]=            orc-0.4.28.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18                         examples
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 USES=                   gmake libtool pkgconfig
24
25 FPC_EQUIVALENT=         devel/orc
26
27 MUST_CONFIGURE=         gnu
28 CONFIGURE_ARGS=         --disable-gtk-doc
29
30 MAKE_ARGS=              orc
31                         orc-test
32                         tools
33                         doc
34                         examples
35
36 INSTALL_TARGET=         install-strip
37 INSTALL_REQ_TOOLCHAIN=  yes
38 SOVERSION=              0.28.0
39
40 post-patch:
41         ${REINPLACE_CMD} \
42                 -E -e '/LIBS/s/-lrt(\ )*//; /LIBRT/s/-lrt//' \
43                 ${WRKSRC}/configure
44
45 post-install:
46         @${MKDIR} ${STAGEDIR}${STD_EXAMPLESDIR}
47 .for FILE in example1orc.orc example2orc.orc example3orc.orc mt19937arorc.orc
48         ${INSTALL_DATA} ${WRKSRC}/examples/${FILE} \
49                 ${STAGEDIR}${STD_EXAMPLESDIR}/${FILE}
50 .endfor
51         ${MV} ${STAGEDIR}${PREFIX}/share/gtk-doc/html/orc \
52                 ${STAGEDIR}${STD_DOCDIR}
53         ${RM} -r ${STAGEDIR}${PREFIX}/share/gtk-doc
54
55 [FILE:381:descriptions/desc.primary]
56 Orc - The Oil Runtime Compiler (OIL stands for Optimized Inner Loops)
57
58 Orc is a library and set of tools for compiling and executing
59 very simple programs that operate on arrays of data.  The "language"
60 is a generic assembly language that represents many of the features
61 available in SIMD architectures, including saturated addition and
62 subtraction, and many arithmetic operations.
63
64
65 [FILE:96:distinfo]
66 bfcd7c6563b05672386c4eedfc4c0d4a0a12b4b4775b74ec6deb88fc2bcd83ce       469460 orc-0.4.28.tar.xz
67
68
69 [FILE:749:manifests/plist.primary]
70 bin/
71  orc-bugreport
72  orcc
73 include/orc-0.4/orc/
74  orc-stdint.h
75  orc.h
76  orcarm.h
77  orcbytecode.h
78  orcbytecodes.h
79  orccode.h
80  orccompiler.h
81  orcconstant.h
82  orccpu.h
83  orccpuinsn.h
84  orcdebug.h
85  orcemulateopcodes.h
86  orcexecutor.h
87  orcfunctions.h
88  orcinstruction.h
89  orcinternal.h
90  orclimits.h
91  orcmips.h
92  orcmmx.h
93  orcneon.h
94  orconce.h
95  orcopcode.h
96  orcparse.h
97  orcpowerpc.h
98  orcprogram.h
99  orcrule.h
100  orcsse.h
101  orctarget.h
102  orcutils.h
103  orcvariable.h
104  orcx86.h
105  orcx86insn.h
106 include/orc-0.4/orc-test/
107  orcarray.h
108  orcprofile.h
109  orcrandom.h
110  orctest.h
111 lib/
112  liborc-0.4.so
113  liborc-0.4.so.%%SOMAJOR%%
114  liborc-0.4.so.%%SOVERSION%%
115  liborc-test-0.4.so
116  liborc-test-0.4.so.%%SOMAJOR%%
117  liborc-test-0.4.so.%%SOVERSION%%
118 lib/pkgconfig/orc-0.4.pc
119 share/aclocal/orc.m4
120
121
122 [FILE:89:manifests/plist.examples]
123 share/examples/orc/
124  example1orc.orc
125  example2orc.orc
126  example3orc.orc
127  mt19937arorc.orc
128