File: control

package info (click to toggle)
liboil 0.3.15-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,032 kB
  • ctags: 5,929
  • sloc: ansic: 47,058; xml: 12,229; sh: 8,957; perl: 1,095; asm: 1,072; makefile: 748
file content (87 lines) | stat: -rw-r--r-- 3,693 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
Source: liboil
Section: devel
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>
Build-Depends: cdbs,
               debhelper (>= 6),
               dpkg-dev (>= 1.14.13),
               autotools-dev,
               gtk-doc-tools
Standards-Version: 3.8.0
Homepage: http://liboil.freedesktop.org

Package: liboil0.3
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Library of Optimized Inner Loops
 Liboil is a collection of functions that often benefit from having
 special implementations on various architectures or CPUs.  Each function
 in liboil has several implementations which may perform faster or
 slower on a given CPU.  Some implementations use alternate algorithms,
 some use hand-crafted assembly, and some use special instructions that
 are only available on certain CPUs, such as MMX, SSE, or Altivec.
 The fastest implementation is automatically chosen at runtime.
 .
 This package contains the liboil shared libraries.  It is typically
 installed automatically when an application or library requires it.

Package: liboil0.3-dev
Section: libdevel
Architecture: any
Depends: liboil0.3 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Provides: liboil-dev
Suggests: liboil0.3-doc
Description: Library of Optimized Inner Loops (development headers)
 Liboil is a collection of functions that often benefit from having
 special implementations on various architectures or CPUs.  Each function
 in liboil has several implementations which may perform faster or
 slower on a given CPU.  Some implementations use alternate algorithms,
 some use hand-crafted assembly, and some use special instructions that
 are only available on certain CPUs, such as MMX, SSE, or Altivec.
 The fastest implementation is automatically chosen at runtime.
 .
 This package contains the development headers and libraries, and should
 be installed to compile software that uses liboil.

Package: liboil0.3-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: liboil0.3 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: Library of Optimized Inner Loops (debug package)
 Liboil is a collection of functions that often benefit from having
 special implementations on various architectures or CPUs.  Each function
 in liboil has several implementations which may perform faster or
 slower on a given CPU.  Some implementations use alternate algorithms,
 some use hand-crafted assembly, and some use special instructions that
 are only available on certain CPUs, such as MMX, SSE, or Altivec.
 The fastest implementation is automatically chosen at runtime.
 .
 This package contains the debugging symbols for the liboil library.
 Users should install it if they want to debug software that uses liboil.

Package: liboil0.3-doc
Section: doc
Architecture: all
Priority: optional
Depends: ${misc:Depends}
Suggests: liboil0.3-dev
Replaces: liboil0.3-dev (<< 0.3.13-4)
Description: Library of Optimized Inner Loops (documentation)
 Liboil is a collection of functions that often benefit from having
 special implementations on various architectures or CPUs.  Each function
 in liboil has several implementations which may perform faster or
 slower on a given CPU.  Some implementations use alternate algorithms,
 some use hand-crafted assembly, and some use special instructions that
 are only available on certain CPUs, such as MMX, SSE, or Altivec.
 The fastest implementation is automatically chosen at runtime.
 .
 This package contains the documentation for liboil.