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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
Source: nvidia-cg-toolkit
Section: non-free/libs
Priority: extra
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
Uploaders:
Miguel A. Colón Vélez <debian.micove@gmail.com>,
Andreas Beckmann <anbe@debian.org>,
Russ Allbery <rra@debian.org>,
Build-Depends:
debhelper (>= 9),
freeglut3-dev,
libglu1-mesa-dev | libglu-dev,
libxi-dev,
libxmu-dev
Homepage: http://developer.nvidia.com/cg-toolkit
Vcs-Git: git://anonscm.debian.org/pkg-nvidia/nvidia-cg-toolkit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-nvidia/nvidia-cg-toolkit.git
Standards-Version: 3.9.6
XS-Autobuild: yes
Package: nvidia-cg-toolkit
Section: non-free/devel
Architecture: amd64 i386
Depends:
libcg (= ${binary:Version}),
libcggl (= ${binary:Version}),
nvidia-cg-dev (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests:
nvidia-cg-doc (= ${source:Version})
Description: Cg Toolkit - GPU Shader Authoring Language
The Nvidia Cg Toolkit provides a compiler for the Cg language, runtime
libraries for use with both leading graphics APIs, runtime libraries for CgFX,
example applications, and extensive documentation. Supporting over 24 different
OpenGL and DirectX profile targets, Cg will allow you to incorporate stunning
interactive effects into your 3D applications.
.
The components include:
* NVIDIA Cg Compiler
* Unified Cg/CgFX Runtime
* Cg User's Manual
* Cg Language Specification
* Example programs and shaders
.
This package contains the Cg compiler and other utilities.
Package: libcg
Architecture: amd64 i386
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Breaks:
nvidia-cg-toolkit (<< ${source:Version})
Replaces:
nvidia-cg-toolkit (<< ${source:Version})
Description: Nvidia Cg core runtime library
C for graphics (CG) is a high-level shading language developed by Nvidia in
close collaboration with Microsoft for programming vertex and pixel shaders.
.
This package contains the Cg core runtime library.
Package: libcggl
Architecture: amd64 i386
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
libcg (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks:
libcg (<< ${source:Version}),
nvidia-cg-toolkit (<< ${source:Version})
Replaces:
libcg (<< ${source:Version}),
nvidia-cg-toolkit (<< ${source:Version})
Description: Nvidia Cg Opengl runtime library
C for graphics (CG) is a high-level shading language developed by Nvidia in
close collaboration with Microsoft for programming vertex and pixel shaders.
.
This package contains the Cg Opengl runtime library.
Package: nvidia-cg-dev
Section: non-free/libdevel
Architecture: amd64 i386
Multi-Arch: same
Depends:
libcg (= ${binary:Version}),
libcggl (= ${binary:Version}),
${misc:Depends}
Breaks:
nvidia-cg-toolkit (<< ${source:Version})
Replaces:
nvidia-cg-toolkit (<< ${source:Version})
Description: Cg Toolkit - GPU Shader Authoring Language (headers)
The Nvidia Cg Toolkit provides a compiler for the Cg language, runtime
libraries for use with both leading graphics APIs, runtime libraries for CgFX,
example applications, and extensive documentation. Supporting over 24 different
OpenGL and DirectX profile targets, Cg will allow you to incorporate stunning
interactive effects into your 3D applications.
.
The components include:
* NVIDIA Cg Compiler
* Unified Cg/CgFX Runtime
* Cg User's Manual
* Cg Language Specification
* Example programs and shaders
.
This package contains the development files.
Package: nvidia-cg-doc
Section: non-free/doc
Architecture: all
Depends:
${misc:Depends}
Breaks:
nvidia-cg-toolkit (<< ${source:Version})
Replaces:
nvidia-cg-toolkit (<< ${source:Version})
Description: Cg Toolkit - GPU Shader Authoring Language (documentation)
The Nvidia Cg Toolkit provides a compiler for the Cg language, runtime
libraries for use with both leading graphics APIs, runtime libraries for CgFX,
example applications, and extensive documentation. Supporting over 24 different
OpenGL and DirectX profile targets, Cg will allow you to incorporate stunning
interactive effects into your 3D applications.
.
The components include:
* NVIDIA Cg Compiler
* Unified Cg/CgFX Runtime
* Cg User's Manual
* Cg Language Specification
* Example programs and shaders
.
This package contains the developer documentation.
|