File: control

package info (click to toggle)
orc 1%3A0.4.26-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,784 kB
  • ctags: 5,605
  • sloc: ansic: 77,058; sh: 4,233; xml: 4,080; makefile: 312
file content (107 lines) | stat: -rw-r--r-- 4,237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Source: orc
Section: devel
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>,
           Sjoerd Simons <sjoerd@debian.org>
Build-Depends: autotools-dev,
               cdbs (>= 0.4.93~),
               debhelper (>= 9),
               autotools-dev,
               automake (>= 1.11),
               autoconf (>= 2.68),
               libtool (>= 2.2.6),
               dh-autoreconf,
               pkg-config,
               gtk-doc-tools
Standards-Version: 3.9.3
Homepage: http://code.entropywave.com/projects/orc/
Vcs-Git: git://anonscm.debian.org/pkg-gstreamer/orc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gstreamer/orc.git

Package: liborc-0.4-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Library of Optimized Inner Loops Runtime Compiler
 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.
 .
 This package contains the orc shared libraries.  It is typically
 installed automatically when an application or library requires it.

Package: liborc-0.4-dev
Section: libdevel
Architecture: any
Depends: liborc-0.4-0 (= ${binary:Version}),
         liborc-0.4-dev-bin:any (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Provides: liborc-dev
Suggests: liborc-0.4-doc
Description: Library of Optimized Inner Loops Runtime Compiler (development headers)
 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.
 .
 This package contains the development headers and libraries, and should
 be installed to compile software that uses orc.

Package: liborc-0.4-dev-bin
Section: libdevel
Architecture: any
Multi-Arch: allowed
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: liborc-dev-bin
Breaks: liborc-0.4-dev (<< 1:0.4.26-2~)
Replaces: liborc-0.4-dev (<< 1:0.4.26-2~)
Description: Library of Optimized Inner Loops Runtime Compiler (development tools)
 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.
 .
 This package contains the development tools, and should not be
 installed directly.

Package: liborc-0.4-0-dbg
Section: debug
Architecture: any
Priority: extra
Multi-Arch: same
Depends: liborc-0.4-0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Library of Optimized Inner Loops Runtime Compiler (debug package)
 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.
 .
 This package contains the debugging symbols for the orc library.
 Users should install it if they want to debug software that uses orc.

Package: liborc-0.4-doc
Section: doc
Architecture: all
Priority: optional
Depends: ${misc:Depends}
Suggests: liborc-0.4-dev
Description: Library of Optimized Inner Loops Runtime Compiler (documentation)
 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.
 .
 This package contains the documentation for orc.