File: control

package info (click to toggle)
hermes1 1.2.6-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,432 kB
  • ctags: 716
  • sloc: asm: 11,457; sh: 7,346; ansic: 4,542; cpp: 258; makefile: 103
file content (52 lines) | stat: -rw-r--r-- 2,117 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
Source: hermes1
Section: libs
Priority: extra
Maintainer: Vaidhyanathan G Mayilrangam <vaidhy@debian.org>
Standards-Version: 3.1.1.1

Package: hermes1
Section: libs
Priority: extra
Conflicts: hermes1-dev (<= 1.2.6-1)
Provides: hermes1-dev
Replaces: hermes1-dev (<= 1.2.6-1)
Architecture: any
Depends: ${shlibs:Depends}
Description: The Hermes pixel-format library
 Hermes is a library that does the dirty work of a graphics library 
 or application that nobody else wants to do, and it does it fast 
 because the effort is concentrated on just that. The thing nobody 
 wants to do is conversion between pixel formats - between all pixel 
 formats that is, not between any two. There are handwritten assembler 
 routines in Hermes that should make anything look fast. 
 .
 An application or library that uses Hermes will for example be able to 
 render into one buffer and convert it to whatever pixel format is available 
 on the target platform at the time.  
 .
 Other services provided by Hermes include palette handling including 
 caching of lookup tables, and surface clearing to a specific colour value. 
 .
 See http://hermes.terminal.at/ for more info

Package: hermes1-dev
Section: devel
Priority: extra
Architecture: any
Depends: hermes1
Description: Development libraries for the Hermes pixel-format library
 Hermes is a library that does the dirty work of a graphics library 
 or application that nobody else wants to do, and it does it fast 
 because the effort is concentrated on just that. The thing nobody 
 wants to do is conversion between pixel formats - between all pixel 
 formats that is, not between any two. There are handwritten assembler 
 routines in Hermes that should make anything look fast. 
 .
 An application or library that uses Hermes will for example be able to 
 render into one buffer and convert it to whatever pixel format is available 
 on the target platform at the time.  
 .
 Other services provided by Hermes include palette handling including 
 caching of lookup tables, and surface clearing to a specific colour value. 
 .
 See http://hermes.terminal.at/ for more info