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 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
|
Source: gem
Section: graphics
Priority: optional
Maintainer: Paul Brossier <piem@debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Homepage: http://gem.iem.at/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gem.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/gem.git
Build-Depends: debhelper (>= 7.0.50~),
dh-autoreconf,
dpkg-dev (>= 1.16.1~),
autoconf,
automake,
pkg-config,
puredata-dev | puredata (<<0.43),
libxxf86vm-dev,
libgl1-mesa-dev | libgl-dev,
zlib1g-dev (>= 1:1.1.3),
libglew1.6-dev | libglew-dev,
libftgl-dev,
libmagick++-dev,
libjpeg-dev,
libtiff-dev,
libgmerlin-avdec-dev,
libquicktime-dev,
libmpeg3-dev,
libdv4-dev [linux-any],
libiec61883-dev [linux-any],
libdc1394-22-dev [linux-any],
libunicap2-dev [linux-any],
libv4l-dev [linux-any]
Build-Conflicts: libgraphicsmagick++-dev
Standards-Version: 3.9.7
Package: gem
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
puredata-core | pd
Recommends: gem-doc,
gem-extra,
gem-plugin-gmerlin | gem-plugin-film,
gem-plugin-magick | gem-plugin-image,
gem-plugin-lqt | gem-plugin-record,
gem-plugin-v4l2 | gem-plugin-video
Suggests: pd-zexy, fonts-dejavu-core
Description: Graphics Environment for Multimedia - Pure Data library
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package contains the core library.
If you want to use external data (live video capture, film footage, still
images,...), you have to install one (or all) of the gem-plugin-* packages.
Package: gem-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: gem
Replaces: gem (<< 1:0.93)
Breaks: gem (<< 1:0.93)
Description: Graphics Environment for Multimedia (documentation)
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package includes the documentation for Gem.
Package: gem-dev
Section: libdevel
Architecture: all
Depends: ${misc:Depends},
puredata-dev | puredata (<<0.43),
libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev | libglu-dev,
libftgl-dev
Suggests: pkg-config
Recommends: gem
Description: Graphics Environment for Multimedia (development files)
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides the header-files for compiling externals (plugins) for
Gem.
Package: gem-extra
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Description: Graphics Environment for Multimedia - extra objects
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package includes some contrib objects, mainly for tracking.
Currently included objects are:
[pix_mano], [pix_drum] tracking objects by Jaime Oliver
[pix_fiducialtrack] reacTIVision-like tracking
Package: gem-plugin-gmerlin
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-film
Description: Graphics Environment for Multimedia - GMERLIN support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides film/movie decoding using the gmerlin-avdecoder library.
Package: gem-plugin-lqt
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-film,
gem-plugin-record
Description: Graphics Environment for Multimedia - LQT support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides film/movie input and output using the libquicktime
library.
Package: gem-plugin-mpeg3
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-film
Description: Graphics Environment for Multimedia - MPEG support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides film/movie decoding using the libmpeg3 library (allowing
you to read MPEG-1 and MPEG-2 video files)
Package: gem-plugin-magick
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-image
Description: Graphics Environment for Multimedia - ImageMagick support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides image input and output using the ImageMagick library.
Package: gem-plugin-jpeg
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-image
Description: Graphics Environment for Multimedia - JPEG support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides image input and output using the libjpeg library.
If you have installed the gem-plugin-magick package as well, you might find
that you don't need this package as you can already read and write jpeg images.
Package: gem-plugin-tiff
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-image
Description: Graphics Environment for Multimedia - TIFF support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides image input and output using the libtiff library.
If you have installed the gem-plugin-magick package as well, you might find
that you don't need this package as you can already read and write TIFF images.
Package: gem-plugin-sgi
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-image
Description: Graphics Environment for Multimedia - SGI support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides image loading for SGI images.
If you have installed the gem-plugin-magick package as well, you might find
that you don't need this package as you can already read and write(!) SGI
images.
Package: gem-plugin-v4l2
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Suggests: v4l2loopback-dkms | v4l2loopback-modules
Provides: gem-plugin-video,
gem-plugin-record
Description: Graphics Environment for Multimedia - V4L2 output support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides video input and output using V4L2.
.
For video output, you might want to use a loopback device, for which you will
have to install the v4l2loopback kernel module as well.
Package: gem-plugin-dv4l
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-video
Description: Graphics Environment for Multimedia - DV support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides video capturing using libdv, allowing you to capture from
your consumer-grade ("firewire") DV-camcorder.
Package: gem-plugin-dc1394
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-video
Description: Graphics Environment for Multimedia - DC1394 support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides video capturing using dc1394, allowing you to capture
from your industry grade ("firewire") IIDC camera
Package: gem-plugin-unicap
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
gem (>= ${source:Version}), gem (<< ${source:Upstream-Version}+1~)
Provides: gem-plugin-video
Description: Graphics Environment for Multimedia - unicap support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
.
This package provides video capturing using unicap.
|