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: librnd
Section: electronics
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Uploaders: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>= 11), imagemagick, libgd-dev, libgtkglext1-dev, libmotif-dev, libstroke0-dev, libgenht1-dev, libfungw-dev, libgtk-4-dev
Standards-Version: 4.5.1
Homepage: http://repo.hu/projects/librnd
Vcs-Git: https://salsa.debian.org/electronics-team/librnd.git
Vcs-Browser: https://salsa.debian.org/electronics-team/librnd
Package: librnd3
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Ringdove 2D CAD library framework
librnd is a modular framework library for 2D CAD applications. It
provides the following built-in features:
- hierarchic configuration files
- flexible menu and hotkey system
- HID API for CLI/GUI frontend
- multi-layer rendering support
- interactive drawing tool infrastructure
- action infrastructure
- polygon clipping
- turing complete user scripting
.
Supported via plugins:
- CLI/batch frontend
- gtk2 frontend with gdk software rendering
- gtk2 frontend with gl hardware accelerated rendering
- lesstif/motif frontend
Package: librnd3-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version}), libgenht1-dev, libfungw-dev
Provides: librnd-dev (= ${binary:Version})
Replaces: librnd-dev (<< 3.0.0-1)
Breaks: librnd-dev (<< 3.0.0-1)
Description: Ringdove 2D cad library, files for development.
Headers, templates, scripts for compiling Ringdove applications.
Package: librnd3-doc
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Documentation for librnd.
Developer documentation for using librnd.
Package: librnd3-hid-gtk2-gl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version}), librnd3-lib-gtk (= ${binary:Version}), librnd3-lib-gl (= ${binary:Version})
Description: GUI: gtk2, opengl
Hardware accelerated (opengl) rendering on gtk2.
Package: librnd3-cloud
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version})
Description: Networking plugins for accessing remote resources.
Support library plugin for 'cloud' footprint/symbol access plugin
that integrates remote, web access resources like edakrill or
gedasymbols.org.
Package: librnd3-lib-gui
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version})
Description: Support library for building the GUI.
Provides librnd specific dialog boxes (e.g. fontsel) and top window
GUI elements.
Package: librnd3-pixmap
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version})
Description: Import and export pixmap images.
Low level support for png/jpeg/gif export plugins, low level import
pixmap objects using libgd.
Package: librnd3-hid-gtk2-gdk
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version}), librnd3-lib-gtk (= ${binary:Version})
Description: GUI: gtk2, software render
Software rendering on gtk2, using the gdk API.
Package: librnd3-lib-gtk
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version}), librnd3-lib-gui (= ${binary:Version})
Description: Support library for building the GUI with gtk.
Provides the common gtk code (e.g. dialog box engine, input handling)
for any gtk based HID plugin.
Package: librnd3-hid-lesstif
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version}), librnd3-lib-gui (= ${binary:Version})
Description: GUI: motif/lesstif, software render
Lightweight GUI and software rendering using the motif (lesstif)
toolkit.
Package: librnd3-lib-gl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version})
Description: Support library for rendering with opengl.
Provides plugins for driving an opengl output, rendering the drawing
on opengl.
Package: librnd3-hid-gtk4-gl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, librnd3 (= ${binary:Version}), librnd3-lib-gui (= ${binary:Version}), librnd3-lib-gl (= ${binary:Version})
Description: GUI: gtk4, opengl
Hardware accelerated (opengl) rendering on gtk4.
|