Package: libatk-adaptor Status: install ok installed Priority: optional Section: misc Installed-Size: 72 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: at-spi2-atk Version: 2.14.0-2 Replaces: at-spi Provides: at-spi Depends: libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.9.4), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.2.5), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.12.0) Conflicts: at-spi Description: AT-SPI 2 toolkit bridge This package includes a gtk-module that bridges ATK to the new D-Bus based AT-SPI. Homepage: https://wiki.gnome.org/Accessibility Package: libasan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 199 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.8 Version: 4.8.4-1 Depends: gcc-4.8-base (= 4.8.4-1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Homepage: http://gcc.gnu.org/ Package: libvorbisfile3 Status: install ok installed Priority: optional Section: libs Installed-Size: 78 Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Multi-Arch: same Source: libvorbis Version: 1.3.4-2 Depends: libc6 (>= 2.14), libogg0 (>= 1.1.0), libvorbis0a (= 1.3.4-2) Pre-Depends: multiarch-support Description: high-level API for Vorbis General Audio Compression Codec Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisfile library provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams. Homepage: http://www.xiph.org/vorbis/ Package: libquadmath0 Status: install ok installed Priority: optional Section: libs Installed-Size: 275 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Homepage: http://gcc.gnu.org/ Package: libxkbfile1 Status: install ok installed Priority: optional Section: libs Installed-Size: 189 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxkbfile Version: 1:1.0.8-1 Depends: libc6 (>= 2.7), libx11-6 Pre-Depends: multiarch-support Description: X11 keyboard file manipulation library libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxkbfile Package: python-apt-common Status: install ok installed Priority: optional Section: python Installed-Size: 478 Maintainer: APT Development Team Architecture: all Source: python-apt Version: 0.9.3.12 Replaces: python-apt (<< 0.7.98+nmu1) Depends: python | python3 Breaks: python-apt (<< 0.7.98+nmu1) Enhances: python-apt, python3-apt Description: Python interface to libapt-pkg (locales) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains locales. Package: gstreamer0.10-gconf Status: install ok installed Priority: optional Section: sound Installed-Size: 724 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-good0.10 Version: 0.10.31-3+nmu4+deb8u2 Replaces: gstreamer0.10-plugins-good (<< 0.10.30-2) Depends: gconf2 (>= 2.28.1-2), gconf-service, libc6 (>= 2.4), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.31.8), libgstreamer0.10-0 (>= 0.10.36) Conflicts: gstreamer0.10-plugins-good (<< 0.10.30-2) Description: GStreamer plugin for getting the sink/source information from GConf GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for getting the information about which sources or sinks should be used for audio and video from GConf. Gstreamer-Elements: gconfaudiosink, gconfaudiosrc, gconfvideosink, gconfvideosrc Gstreamer-Version: 0.10 Package: zerofree Status: install ok installed Priority: extra Section: admin Installed-Size: 14 Maintainer: Thibaut Paumard Architecture: amd64 Version: 1.0.3-1 Depends: e2fslibs (>= 1.37), libc6 (>= 2.3.4) Description: zero free blocks from ext2, ext3 and ext4 file-systems Zerofree finds the unallocated blocks with non-zero value content in an ext2, ext3 or ext4 file-system and fills them with zeroes (zerofree can also work with another value than zero). This is mostly useful if the device on which this file-system resides is a disk image. In this case, depending on the type of disk image, a secondary utility may be able to reduce the size of the disk image after zerofree has been run. Zerofree requires the file-system to be unmounted or mounted read-only. . The usual way to achieve the same result (zeroing the unused blocks) is to run "dd" to create a file full of zeroes that takes up the entire free space on the drive, and then delete this file. This has many disadvantages, which zerofree alleviates: * it is slow; * it makes the disk image (temporarily) grow to its maximal extent; * it (temporarily) uses all free space on the disk, so other concurrent write actions may fail. . Zerofree has been written to be run from GNU/Linux systems installed as guest OSes inside a virtual machine. If this is not your case, you almost certainly don't need this package. (One other use case would be to erase sensitive data a little bit more securely than with a simple "rm"). Homepage: http://intgat.tigress.co.uk/rmy/uml/index.html Package: python-gi-cairo Status: install ok installed Priority: optional Section: python Installed-Size: 314 Maintainer: Josselin Mouette Architecture: amd64 Source: pygobject Version: 3.14.0-1 Replaces: python-gobject-cairo Provides: python-gobject-cairo Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.38.0), python-gi (= 3.14.0-1), python-cairo Conflicts: python-gobject-cairo Description: Python Cairo bindings for the GObject library GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python Cairo bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. Homepage: https://wiki.gnome.org/PyGObject Package: mutt Status: install ok installed Priority: standard Section: mail Installed-Size: 6021 Maintainer: Antonio Radici Architecture: amd64 Version: 1.5.23-3 Replaces: mutt-utf8 Provides: imap-client, mail-reader Depends: libassuan0 (>= 2.0.1), libc6 (>= 2.15), libcomerr2 (>= 1.01), libgnutls-deb0-28 (>= 3.3.0), libgpg-error0 (>= 1.14), libgpgme11 (>= 1.2.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libncursesw5 (>= 5.6+20070908), libsasl2-2, libtinfo5, libtokyocabinet9 (>= 1.4.47) Recommends: default-mta | mail-transport-agent, locales, mime-support, libsasl2-modules Suggests: urlview, aspell | ispell, gnupg, mixmaster, openssl, ca-certificates Conflicts: mutt-utf8 Conffiles: /etc/Muttrc ff12d2918cc644da9cd8a5fdcccb4d26 /etc/Muttrc.d/charset.rc f6c7e96f5894cf98d21ec2a2d688eb45 /etc/Muttrc.d/colors.rc dbfa7d642333968764f34e17bd00a266 /etc/Muttrc.d/compressed-folders.rc 6f6ba74d3f9c6e7d6a68ab0f9cdc34dc /etc/Muttrc.d/gpg.rc 60ecff6774ffca896894b72fb815b013 /etc/Muttrc.d/smime.rc 99a4bd2832ab014e6e8ae67f48de048c Description: text-based mailreader supporting MIME, GPG, PGP and threading Mutt is a sophisticated text-based Mail User Agent. Some highlights: . * MIME support (including RFC1522 encoding/decoding of 8-bit message headers and UTF-8 support). * PGP/MIME support (RFC 2015). * Advanced IMAP client supporting SSL encryption and SASL authentication. * POP3 support. * ESMTP support. * Message threading (both strict and non-strict). * Keybindings are configurable, default keybindings are much like ELM; Mush and PINE-like ones are provided as examples. * Handles MMDF, MH and Maildir in addition to regular mbox format. * Messages may be (indefinitely) postponed. * Colour support. * Highly configurable through easy but powerful rc file. Homepage: http://www.mutt.org/ Package: python-dnspython Status: install ok installed Priority: optional Section: python Installed-Size: 554 Maintainer: Debian Python Modules Team Architecture: all Source: dnspython Version: 1.12.0-1 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Description: DNS toolkit for Python dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. . dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. Homepage: http://www.dnspython.org Package: libgs9-common Status: install ok installed Priority: optional Section: libs Installed-Size: 3988 Maintainer: Debian Printing Team Architecture: all Source: ghostscript Version: 9.06~dfsg-2+deb8u5 Recommends: fonts-droid Description: interpreter for the PostScript language and for PDF - common files GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides common architecture-independent files needed by the GPL Ghostscript library. . By default, GPL Ghostscript uses a font from the fonts-droid package to approximate glyphs in PDFs for which the requested CJK TrueType font is missing. If the fonts-droid package is not installed, these glyphs will be rendered as bullets. Homepage: http://www.ghostscript.com/ Package: pinentry-gtk2 Status: install ok installed Priority: optional Section: utils Installed-Size: 117 Maintainer: Peter Eisentraut Architecture: amd64 Source: pinentry Version: 0.8.3-2 Provides: pinentry, pinentry-x11 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.10.0), libncursesw5 (>= 5.6+20070908), libpango-1.0-0 (>= 1.14.0), libtinfo5 Suggests: pinentry-doc Enhances: gnupg-agent Description: GTK+-2-based PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered information is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog using the GTK+ tool kit version 2, so it is especially suitable for users of GNOME. If the X Window System is not active then an alternative text-mode dialog will be used. There are sibling packages that implement PIN entry dialogs using other tool kits. Homepage: http://www.gnupg.org/aegypten/ Package: chrpath Status: install ok installed Priority: optional Section: utils Installed-Size: 64 Maintainer: Tollef Fog Heen Architecture: amd64 Multi-Arch: foreign Version: 0.16-1 Depends: libc6 (>= 2.7) Description: Tool to edit the rpath in ELF binaries chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already. Homepage: https://alioth.debian.org/projects/chrpath/ Package: libqt5qml5 Status: install ok installed Priority: optional Section: libs Installed-Size: 4547 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtdeclarative-opensource-src Version: 5.3.2-4 Provides: qtdeclarative-abi-5-3-2 Depends: libc6 (>= 2.14), libqt5core5a (>= 5.3.1), libqt5network5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2 Pre-Depends: multiarch-support Description: Qt 5 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt QML module provides a framework for developing applications and libraries with the QML language. It defines and implements the language and engine infrastructure, and provides an API to enable application developers to extend the QML language with custom types and integrate QML code with JavaScript and C++. Homepage: http://qt-project.org/ Package: libgtk2.0-bin Status: install ok installed Priority: optional Section: misc Installed-Size: 576 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: gtk+2.0 Version: 2.24.25-3+deb8u1 Depends: libgtk2.0-0 (= 2.24.25-3+deb8u1), libgtk2.0-common Description: programs for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Homepage: http://www.gtk.org/ Package: python-gconf Status: install ok installed Priority: optional Section: python Installed-Size: 118 Maintainer: Sebastien Bacher Architecture: amd64 Source: gnome-python Version: 2.28.1+dfsg-1.1 Replaces: python-gnome2 (<< 2.22.3-3) Depends: python (>= 2.7), python (<< 2.8), gconf-service, libc6 (>= 2.2.5), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.24.0), libpython2.7 (>= 2.7), python-gobject-2 (>= 2.17.0) Suggests: python-gnome2-doc Breaks: python-gnome2 (<< 2.22.3-3) Description: Python bindings for the GConf configuration database system This package contains modules that allow to access and manipulate the GNOME configuration database (GConf) from Python programs. Homepage: http://www.pygtk.org/ Package: libregexp-common-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 372 Maintainer: Debian Perl Group Architecture: all Version: 2013031301-1 Depends: perl Description: module with common regular expressions Regexp::Common is a Perl module that exports a single hash ('%RE') that stores or generates commonly needed regular expressions. . The module currently provides the following patterns: . * balanced parentheses and brackets * delimited text (with escapes) * integers and floating-point numbers in any base (up to 36) * comments in 44 languages * offensive language * lists of any pattern * IPv4 and IPv6 addresses * URIs * Zip codes Homepage: https://metacpan.org/release/Regexp-Common/ Package: libsox-fmt-base Status: install ok installed Priority: optional Section: sound Installed-Size: 388 Maintainer: Pascal Giard Architecture: amd64 Multi-Arch: same Source: sox Version: 14.4.1-5 Replaces: libsox-fmt-flac, libsox-fmt-gsm, libsox-fmt-libsndfile, libsox-fmt-ogg, libsox-fmt-sndfile Depends: libc6 (>= 2.14), libflac8 (>= 1.3.0), libgomp1 (>= 4.2.1), libgsm1 (>= 1.0.13), libogg0 (>= 1.0rc3), libopencore-amrnb0, libopencore-amrwb0, libsndfile1 (>= 1.0.20), libsox2, libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libvorbisfile3 (>= 1.1.2), libwavpack1 (>= 4.40.0) Description: Minimal set of SoX format libraries SoX is the swiss army knife of sound processing. . This package contains most audio formats libraries supported by SoX. Among them: Ogg Vorbis, WAV, AIFF, VOC, SND, AU, GSM, WavPack, LPC10, FLAC, MATLAB/GNU Octave, Portable Voice Format, AMR and Sound Forge Audio Format. Homepage: http://sox.sourceforge.net Package: evolution-data-server Status: install ok installed Priority: optional Section: gnome Installed-Size: 1911 Maintainer: Debian Evolution Maintainers Architecture: amd64 Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.14), libcamel-1.2-49 (= 3.12.9~git20141128.5242b0-2+deb8u3), libdb5.3, libebackend-1.2-7 (>= 3.8.4), libebook-1.2-14 (>= 3.10.0), libebook-contacts-1.2-0 (>= 3.7.90), libecal-1.2-16 (>= 3.10.0), libedata-book-1.2-20 (>= 3.11.90), libedata-cal-1.2-23 (>= 3.8.4), libedataserver-1.2-18 (>= 3.12.9~), libgcr-base-3-1 (>= 3.8.0), libgcr-ui-3-1 (>= 3.8.0), libgdata19 (>= 0.15.0), libglib2.0-0 (>= 2.39.4), libgoa-1.0-0b (>= 3.11.90), libgtk-3-0 (>= 3.0.0), libgweather-3-6 (>= 3.7.91), libical1a (>= 1.0), libldap-2.4-2 (>= 2.4.7), libpango-1.0-0 (>= 1.14.0), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.42), libxml2 (>= 2.9.0), evolution-data-server-common (= 3.12.9~git20141128.5242b0-2+deb8u3), gnome-keyring Suggests: evolution, evolution-data-server-dbg (= 3.12.9~git20141128.5242b0-2+deb8u3) Breaks: libebook-1.2-12 (<< 3.4), libebook-1.2-13 (<< 3.6), libebook1.2-10 (<< 3.2), libebook1.2-9 (<< 2.32), libecal1.2-11 (<< 3.6), libecal1.2-7 (<< 2.32), libecal1.2-8 (<< 3.2), libedataserverui-3.0-5 Description: evolution database backend server The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. Homepage: https://wiki.gnome.org/Apps/Evolution Package: python-docutils Status: install ok installed Priority: optional Section: python Installed-Size: 1570 Maintainer: Debian Python Modules Team Architecture: all Version: 0.12+dfsg-1 Replaces: docutils-writer-odt, python-odtwriter Provides: docutils Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-roman, docutils-common (= 0.12+dfsg-1) Recommends: python-pil, python-pygments, libpaper-utils, docutils-doc (= 0.12+dfsg-1) Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french, fonts-linuxlibertine | ttf-linux-libertine Breaks: python-epydoc (<< 3.0.1-4~), python-sphinx (<< 1.1.3+dfsg-7~) Conflicts: docutils-writer-odt, python-odtwriter Description: text processing system for reStructuredText (implemented in Python 2) reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes Python 2 modules and command line utilities. Homepage: http://docutils.sourceforge.net/ Package: bind9-host Status: install ok installed Priority: standard Section: net Installed-Size: 140 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Replaces: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0) Provides: host Depends: libbind9-90 (= 1:9.9.5.dfsg-9+deb8u11), libc6 (>= 2.4), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libdns100 (= 1:9.9.5.dfsg-9+deb8u11), libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc95 (= 1:9.9.5.dfsg-9+deb8u11), libisccfg90 (= 1:9.9.5.dfsg-9+deb8u11), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), liblwres90 (= 1:9.9.5.dfsg-9+deb8u11), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27) Conflicts: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0) Description: Version of 'host' bundled with BIND 9.X This package provides the 'host' program in the form that is bundled with the BIND 9.X sources. Package: libhtml-tagset-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 3.20-2 Depends: perl (>= 5.6.0-16) Description: Data tables pertaining to HTML HTML-Tagset contains data tables useful in dealing with HTML. For instance, it provides %HTML::Tagset::emptyElement, which lists all of the HTML elements which cannot have content. It provides no functions or methods. Homepage: http://search.cpan.org/dist/HTML-Tagset/ Package: iputils-ping Status: install ok installed Priority: important Section: net Installed-Size: 116 Maintainer: Noah Meyerhans Architecture: amd64 Source: iputils (3:20121221-5) Version: 3:20121221-5+b2 Provides: ping Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libgnutls-openssl27 (>= 3.0-0) Recommends: libcap2-bin Description: Tools to test the reachability of network hosts The ping command sends ICMP ECHO_REQUEST packets to a host in order to test if the host is reachable via the network. . This package includes a ping6 utility which supports IPv6 network connections. Package: libcgmanager0 Status: install ok installed Priority: optional Section: admin Installed-Size: 154 Maintainer: Serge Hallyn Architecture: amd64 Multi-Arch: same Source: cgmanager Version: 0.33-2+deb8u2 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2) Description: Central cgroup manager daemon (client library) cgmanager provides a central cgroup manager daemon and a per-namespace manager proxy, allowing users and programs to administrate cgroups through D-Bus requests. . This package contains the shared library. Homepage: http://cgmanager.linuxcontainers.org/ Package: evince Status: install ok installed Priority: optional Section: gnome Installed-Size: 1194 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-2+deb8u1 Provides: djvu-viewer, pdf-viewer, postscript-viewer Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libevdocument3-4 (= 3.14.1-2+deb8u1), libevview3-3 (= 3.14.1-2+deb8u1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13), libnautilus-extension1a (>= 2.91), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), libsecret-1-0 (>= 0.7), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), evince-common (>= 3.14), evince-common (<< 3.15), gnome-icon-theme-symbolic (>= 2.17.1), shared-mime-info Recommends: dbus-x11, gvfs Suggests: unrar, poppler-data, nautilus Conflicts: evince-gtk Description: Document (PostScript, PDF) viewer Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Homepage: https://wiki.gnome.org/Apps/Evince Package: libfontconfig1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1779 Maintainer: Keith Packard Architecture: amd64 Multi-Arch: same Source: fontconfig Version: 2.11.0-6.3+deb8u1 Provides: libfontconfig-dev Depends: libfontconfig1 (= 2.11.0-6.3+deb8u1), libexpat1-dev, libfreetype6-dev (>= 2.1.7), pkg-config Description: generic font configuration library - development Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the static libraries and headers needed for the development of applications using fontconfig. Package: libxi6 Status: install ok installed Priority: optional Section: libs Installed-Size: 152 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxi (2:1.7.4-1) Version: 2:1.7.4-1+b2 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6 Pre-Depends: multiarch-support Description: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libnepomukquery4a Status: install ok installed Priority: optional Section: libs Installed-Size: 458 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Replaces: kdebase-workspace-libs4+5, libnepomukquery4 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libnepomuk4 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libsoprano4 (>= 2.7.56), libstdc++6 (>= 4.1.1) Breaks: kdebase-workspace-libs4+5, libnepomukquery4 Description: Nepomuk Query Library for the KDE Platform Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements the Nepomuk Query API. It is aimed to be used by KDE desktop applications to query Nepomuk database for metadata. . This package is part of the KDE Development Platform libraries module. Homepage: http://nepomuk.kde.org/ Package: qtcreator-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 8365 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtcreator Version: 3.2.1+dfsg-7+deb8u1 Suggests: qt5-doc Description: documentation for Qt Creator IDE Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier. . This package contains the documentation for Qt Creator IDE. Homepage: http://qt-project.org/wiki/Category:Tools::QtCreator Package: libedit2 Status: install ok installed Priority: standard Section: libs Installed-Size: 277 Maintainer: LLVM Packaging Team Architecture: amd64 Multi-Arch: same Source: libedit Version: 3.1-20140620-2 Depends: libbsd0 (>= 0.0), libc6 (>= 2.17), libtinfo5 Pre-Depends: multiarch-support Description: BSD editline and history libraries Command line editor library provides generic line editing, history, and tokenization functions. . It slightly resembles GNU readline. Homepage: http://www.thrysoee.dk/editline/ Package: coinor-libosi1 Status: install ok installed Priority: extra Section: science Installed-Size: 1034 Maintainer: Debian Science Team Architecture: amd64 Source: coinor-osi Version: 0.106.9-1 Depends: coinor-libcoinutils3, libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Description: COIN-OR Open Solver Interface Osi (Open Solver Interface) provides an abstract C++ base class to a generic linear programming (LP) solver, along with derived classes for specific solvers. Many applications may be able to use the Osi to insulate themselves from a specific LP solver. . Osi is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . This package contains the abstract Osi base library; implementations for different solvers are provided separately. The OsiClp interface is provided by the clp source package. Homepage: https://projects.coin-or.org/Osi Package: graphviz Status: install ok installed Priority: optional Section: graphics Installed-Size: 9445 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: foreign Version: 2.38.0-7 Depends: libc6 (>= 2.15), libcdt5, libcgraph6, libexpat1 (>= 2.0.1), libgd3 (>= 2.1.0~alpha~), libgvc6, libgvpr2, libx11-6, libxaw7, libxmu6, libxt6 Recommends: fonts-liberation Suggests: gsfonts, graphviz-doc Conflicts: gdtclft Description: rich set of graph drawing tools Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: . * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented graphically * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages . This package contains the command-line tools. Homepage: http://www.graphviz.org/ Package: libpam-runtime Status: install ok installed Priority: required Section: admin Installed-Size: 1447 Maintainer: Steve Langasek Architecture: all Multi-Arch: foreign Source: pam Version: 1.1.8-3.1+deb8u2 Replaces: libpam0g-dev, libpam0g-util Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6) Conflicts: libpam0g-util Conffiles: /etc/pam.conf 87fc76f18e98ee7d3848f6b81b3391e5 /etc/pam.d/other 31aa7f2181889ffb00b87df4126d1701 Description: Runtime support for the PAM library Contains configuration files and directories required for authentication to work on Debian systems. This package is required on almost all installations. Homepage: http://pam.sourceforge.net/ Package: libwinpr-interlocked0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 240 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.2.5), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (interlocked library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-interlocked shared library. Homepage: http://www.freerdp.com/ Package: vim-tiny Status: install ok installed Priority: important Section: editors Installed-Size: 1051 Maintainer: Debian Vim Maintainers Architecture: amd64 Source: vim Version: 2:7.4.488-7+deb8u3 Provides: editor Depends: vim-common (= 2:7.4.488-7+deb8u3), libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libselinux1 (>= 1.32), libtinfo5 Suggests: indent Conffiles: /etc/vim/vimrc.tiny cda3c912e5fd54a07996ee29b14c58eb Description: Vi IMproved - enhanced vi editor - compact version Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a minimal version of vim compiled with no GUI and a small subset of features in order to keep small the package size. This package does not depend on the vim-runtime package, but installing it you will get its additional benefits (online documentation, plugins, ...). Homepage: http://www.vim.org/ Package: liblist-moreutils-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 116 Maintainer: Debian Perl Group Architecture: amd64 Source: liblist-moreutils-perl (0.33-2) Version: 0.33-2+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4) Description: Perl module with additional list functions not found in List::Util List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. . All of the functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module could not be compiled on this machine. Homepage: https://metacpan.org/release/List-MoreUtils Package: libldap2-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 1331 Maintainer: Debian OpenLDAP Maintainers Architecture: amd64 Multi-Arch: same Source: openldap Version: 2.4.40+dfsg-1+deb8u3 Replaces: libopenldap-dev Provides: libldap-dev Depends: libldap-2.4-2 (= 2.4.40+dfsg-1+deb8u3) Conflicts: libldap-dev, libopenldap-dev Description: OpenLDAP development libraries This package allows development of LDAP applications using the OpenLDAP libraries. It includes headers, libraries and links to allow static and dynamic linking. Homepage: http://www.openldap.org/ Package: libopal3.10.10 Status: install ok installed Priority: optional Section: libs Installed-Size: 18168 Maintainer: Debian VoIP Team Architecture: amd64 Source: opal Version: 3.10.10~dfsg2-1 Depends: libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11), libavutil54 (>= 6:11~beta1), libc6 (>= 2.14), libcapi20-3, libgcc1 (>= 1:4.1.1), libgsm1 (>= 1.0.13), libogg0 (>= 1.0rc3), libpt2.10.10, libspandsp2 (>= 0.0.6~pre18), libspeex1 (>= 1.2~beta3-1), libspeexdsp1 (>= 1.2~beta3.2-1), libsrtp0, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), libtheora0 (>= 0.0.0.alpha7.dfsg), libtiff5 (>= 4.0.3), libx264-142 Description: Open Phone Abstraction Library - successor of OpenH323 This package contains the shared version of the OPAL library. . The OPAL project aims to create a full featured, interoperable, Open Source implementation of the H.323 and SIP protocols that can be used freely by everybody. These protocols are most used for Voice over IP (VoIP) conferencing. . This package contains the shared version of the OPAL library, together with several audio and video codecs. Homepage: http://www.opalvoip.org/ Package: ekiga Status: install ok installed Priority: optional Section: gnome Installed-Size: 20481 Maintainer: Kilian Krause Architecture: amd64 Version: 4.0.1-5 Depends: gconf-service, libatk1.0-0 (>= 1.12.4), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libboost-signals1.55.0, libc6 (>= 2.14), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.24.0), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), libloudmouth1-0 (>= 1.3.3), libnotify4 (>= 0.7.0), libopal3.10.10, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpt2.10.10, libsasl2-2, libspeexdsp1 (>= 1.2~beta3.2-1), libstdc++6 (>= 4.9), libx11-6, libxext6, libxml2 (>= 2.7.4), libxv1, gconf2 (>= 2.28.1-2), gnome-icon-theme Recommends: gvfs, yelp Suggests: ekiga-plugin-evolution, siproxd, gnugk, mediaproxy, ser, rtpproxy, asterisk, yate Description: H.323 and SIP compatible VoIP client H.323 and SIP compatible videoconferencing and VoIP/IP-Telephony application that allows you to make audio and video calls to remote users with H.323 hardware or software (such as Microsoft Netmeeting) as well as SIP endpoints. . It supports all modern videoconferencing features, such as contact roster, presence status, high-quality audio and video codecs, various video resolutions, registering to an LDAP directory, gatekeeper support, making multi-user conference calls using an external MCU, using modern Quicknet telephony cards, and making PC-To-Phone calls. . Evolution plugin is in ekiga-plugin-evolution package. Homepage: http://www.ekiga.org/ Package: libncurses5 Status: install ok installed Priority: required Section: libs Installed-Size: 306 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: ncurses (5.9+20140913-1) Version: 5.9+20140913-1+b1 Depends: libtinfo5 (= 5.9+20140913-1+b1), libc6 (>= 2.15) Pre-Depends: multiarch-support, libtinfo5 (>= 5.9-3) Recommends: libgpm2 Description: shared libraries for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared libraries necessary to run programs compiled with ncurses. Homepage: http://invisible-island.net/ncurses/ Package: minissdpd Status: install ok installed Priority: optional Section: net Installed-Size: 40 Maintainer: Thomas Goirand Architecture: amd64 Version: 1.2.20130907-3+deb8u1 Depends: libc6 (>= 2.15) Conffiles: /etc/default/minissdpd 3e88e80bb452b01314369a1ac6bd964d /etc/init.d/minissdpd 8200b7eae06bfd853d5781953aca224d Description: keep memory of all UPnP devices that announced themselves MiniSSDPd is a small daemon used by MiniUPnPc (a UPnP control point for IGD devices) to speed up device discoveries. MiniSSDPd keeps memory of all UPnP devices that announced themselves on the network through SSDP NOTIFY packets. MiniSSDPd also has the ability to handle all SSDP traffic received on a computer via the multicast group 239.255.255.250:1900. . MiniSSDPd receives NOTIFY packets and stores information contained for later use by UPnP Control Points on the machine. MiniSSDPd receives M-SEARCH packets and answers on behalf of the UPnP devices running on the machine. MiniUPnPd and MiniUPnPc are designed to take automatically advantage of MiniSSDPd running on the same computer. Just make sure that MiniSSDPd is started before any other UPnP program on the computer. Homepage: http://miniupnp.free.fr/ Package: baobab Status: install ok installed Priority: optional Section: gnome Installed-Size: 2340 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.40), libgtk-3-0 (>= 3.13.7), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Description: GNOME disk usage analyzer Disk Usage Analyzer is a graphical, menu-driven application to analyse disk usage in a GNOME environment. It can easily scan either the whole filesystem tree, or a specific user-requested directory branch (local or remote). . It also auto-detects in real-time any changes made to your home directory as far as any mounted/unmounted device. Disk Usage Analyzer also provides a full graphical treemap window for each selected folder. Homepage: https://wiki.gnome.org/Apps/Baobab Package: libidl0 Status: install ok installed Priority: optional Section: libs Installed-Size: 230 Maintainer: Sebastian Rittau Architecture: amd64 Multi-Arch: same Source: libidl (0.8.14-0.4) Version: 0.8.14-0.4+b1 Depends: cpp:any, libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0) Pre-Depends: multiarch-support Description: library for parsing CORBA IDL files libIDL is a small library for creating parse trees of CORBA v2.2 compliant Interface Definition Language (IDL) files, which is a specification for defining interfaces which can be used between different CORBA implementations. libIDL is used in the ORBit2 IDL compiler, as well as various language bindings (Perl, Python, etc.) for ORBit2. Package: libart-2.0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: libart-lgpl Version: 2.3.21-2 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: Library of functions for 2D graphics - runtime files A library of functions for 2D graphics supporting a superset of the PostScript imaging model, designed to be integrated with graphics, artwork, and illustration programs. It is written in optimized C, and is fully compatible with C++. With a small footprint of 10,000 lines of code, it is especially suitable for embedded applications. Package: libtool Status: install ok installed Priority: optional Section: devel Installed-Size: 807 Maintainer: Kurt Roeckx Architecture: all Multi-Arch: foreign Version: 2.4.2-1.11 Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev Recommends: libltdl-dev Suggests: libtool-doc, autoconf (>> 2.50), automaken, gfortran | fortran95-compiler, gcj-jdk Conflicts: autoconf (<= 2.12), automake (<= 1.3), libtool1.4 Description: Generic library support script This is GNU libtool, a generic library support script. Libtool hides the complexity of generating special library types (such as shared libraries) behind a consistent interface. To use libtool, add the new generic library building commands to your Makefile, Makefile.in, or Makefile.am. See the documentation for details. Libtool supports building static libraries on all platforms. . Libtool supports generation of C, C++, Fortran and Java libraries. Homepage: http://www.gnu.org/software/libtool/ Package: libenchant1c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 209 Maintainer: Prach Pongpanich Architecture: amd64 Multi-Arch: same Source: enchant Version: 1.6.0-10.1 Replaces: libenchant-dev (<< 1.1.1++cvs.2003.11.08), libenchant1, libenchant1c2 Depends: aspell-en | myspell-dictionary | aspell-dictionary | ispell-dictionary | hunspell-dictionary, libaspell15 (>= 0.60.7~20110707), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.35.9), libhunspell-1.3-0 (>= 1.3.3), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: enchant Suggests: libenchant-voikko Breaks: ispell (<< 3.3.02), libenchant1, libenchant1c2 Description: Wrapper library for various spell checker engines (runtime libs) Enchant is a generic spell checking library which uses existing spell checker engines such as ispell, aspell and myspell as its backends. . Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. . This package contains the shared library and non-Voikko enchant plugins. Homepage: http://www.abisource.com/projects/enchant/ Package: libqt5core5a Status: install ok installed Priority: optional Section: libs Installed-Size: 5672 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Replaces: libqt5core5 (<< 5.2.0+dfsg~) Provides: qtbase-abi-5-3-2 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.22.0), libicu52 (>= 52~m1-1~), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: qttranslations5-l10n Suggests: libthai0 Breaks: libqt5core5 (<< 5.2.0+dfsg~) Description: Qt 5 core module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtCore module contains core non-GUI functionality. Homepage: http://qt-project.org/ Package: transmission-gtk Status: install ok installed Priority: optional Section: net Installed-Size: 3933 Maintainer: Leo Costela Bugs: https://trac.transmissionbt.com/ Architecture: amd64 Source: transmission Version: 2.84-0.2 Depends: transmission-common (= 2.84-0.2), gconf2 (>= 2.28.1-2), libc6 (>= 2.14), libcurl3-gnutls (>= 7.18.0), libevent-2.0-5 (>= 2.0.10-stable), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.3.16), libminiupnpc10 (>= 1.9.20140610), libnatpmp1, libpango-1.0-0 (>= 1.14.0), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Recommends: xdg-utils Description: lightweight BitTorrent client (GTK+ interface) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the GTK+ stand-alone client. Homepage: http://www.transmissionbt.com/ Package: qml-module-qtquick-controls Status: install ok installed Priority: optional Section: libs Installed-Size: 1807 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtquickcontrols-opensource-src Version: 5.3.2-2 Replaces: libqt5qml-quickcontrols (<< 5.1.1-2~), qtdeclarative5-controls-plugin (<< 5.2.1-4~) Depends: libqt5qml5 (>= 5.1.0), qml-module-qtquick-layouts (= 5.3.2-2), qml-module-qtquick-window2, qml-module-qtquick2, libc6 (>= 2.14), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.2.0), libqt5quick5 (>= 5.3.0), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2, qtdeclarative-abi-5-3-2 Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Breaks: libqt5qml-quickcontrols (<< 5.1.1-2~), qtdeclarative5-controls-plugin (<< 5.2.1-4~) Description: Qt 5 Quick Controls QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick. Homepage: http://qt-project.org/ Package: libebook-1.2-14 Status: install ok installed Priority: optional Section: libs Installed-Size: 345 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.4), libcamel-1.2-49, libebackend-1.2-7, libebook-contacts-1.2-0 (>= 3.11.90), libedata-book-1.2-20 (>= 3.11.90), libedataserver-1.2-18 (>= 3.11.90), libglib2.0-0 (>= 2.36), libxml2 (>= 2.7.4) Description: Client library for evolution address books This package is a client library for evolution addressbooks. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: https://wiki.gnome.org/Apps/Evolution Package: libconfig-file-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 1.50-2 Replaces: libconfigfile-perl Provides: libconfigfile-perl Depends: perl (>= 5.6.0-16) Conflicts: libconfigfile-perl Description: Parses simple configuration files ConfigFile parses simple configuration files and store its values in an anonymous hash reference. The syntax of the configuration file is quite simple: . # This is a comment VALUE_ONE = foo VALUE_TWO = $VALUE_ONE/bar VALUE_THREE = The value contains a \# (hash). # This is a comment. COMPOSED_VALUE[one] = The first component of a clustered value COMPOSED_VALUE[two] = The second component of a clustered value Homepage: http://search.cpan.org/dist/Config-File/ Package: libgomp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 123 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.17) Pre-Depends: multiarch-support Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Description: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Homepage: http://gcc.gnu.org/ Package: libxcb-xinerama0 Status: install ok installed Priority: optional Section: libs Installed-Size: 20 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, xinerama extension This package contains the library files needed to run software using libxcb-xinerama, the xinerama extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libreoffice-draw Status: install ok installed Priority: optional Section: editors Installed-Size: 9696 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Depends: libreoffice-core (= 1:4.3.3-2+deb8u7), libc6 (>= 2.19), libcdr-0.1-1, libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfreehand-0.1-1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.15.0), libicu52 (>= 52~m1-1~), liblcms2-2 (>= 2.2+git20110628), libmspub-0.1-1, libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstdc++6 (>= 4.9), libvisio-0.1-1, libwpd-0.10-10, libwpg-0.3-3, libxml2 (>= 2.6.27), uno-libs3 (>= 4.1.0~alpha), ure, zlib1g (>= 1:1.1.4) Description: office productivity suite -- drawing LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the drawing component for LibreOffice. Homepage: http://www.libreoffice.org Package: gnome-themes-standard Status: install ok installed Priority: optional Section: gnome Installed-Size: 530 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Version: 3.14.2.2-1 Depends: gnome-themes-standard-data (= 3.14.2.2-1), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.24.15), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0) Pre-Depends: multiarch-support Recommends: gtk2-engines-pixbuf, gnome-accessibility-themes Breaks: libgtk2.0-0 (<< 2.24.13), libmutter0 (<< 3.2) Description: Standard GNOME themes This package contains a set of standard GNOME themes. Package: libkpathsea6 Status: install ok installed Priority: optional Section: libs Installed-Size: 219 Maintainer: Debian TeX Maintainers Architecture: amd64 Source: texlive-bin Version: 2014.20140926.35254-6 Depends: libc6 (>= 2.14) Breaks: texlive-base (<< 2014), texlive-binaries (<< 2014) Description: TeX Live: path search library for TeX (runtime part) This package contains the runtime part of the Kpathsea[rch] library, which implements generic path searching, configuration, and TeX-specific file searching. Homepage: http://www.tug.org/texlive/ Package: libnet-domain-tld-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.72-1 Depends: perl Description: list of currently available Top-level Domains (TLDs) The purpose of Net::Domain::TLD is to provide the user with a current list of available top level domain names including new ICANN additions and ccTLDs. It provides two functions: . - tld_exists - returns whether a certain top-level domain exists - tld - returns various lists of top-level domains Homepage: https://metacpan.org/release/Net-Domain-TLD Package: dunst Status: install ok installed Priority: extra Section: x11 Installed-Size: 116 Maintainer: Michael Stapelberg Architecture: amd64 Version: 1.1.0-1 Provides: notification-daemon Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.36), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6, libxdg-basedir1, libxext6, libxft2 (>> 2.1.1), libxinerama1, libxss1 Description: dmenu-ish notification-daemon Dunst is a highly configurable and lightweight notification-daemon: The only thing it displays is a colored box with unformatted text. The whole notification specification (non-optional parts and the "body" capability) is supported as long as it fits into this look & feel. . Dunst is designed to fit nicely into minimalistic windowmanagers like dwm, but it should work on any Linux desktop. Homepage: http://www.knopwob.org/dunst/ Package: libjs-jquery Status: install ok installed Priority: optional Section: web Installed-Size: 379 Maintainer: Debian Javascript Maintainers Architecture: all Multi-Arch: foreign Source: jquery Version: 1.7.2+dfsg-3.2 Replaces: jquery Recommends: javascript-common Breaks: movabletype-opensource (<< 5.1.4+dfsg-3~) Conflicts: jquery Description: JavaScript library for dynamic web applications jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. Homepage: http://jquery.com/ Package: pulseaudio Status: install ok installed Priority: optional Section: sound Installed-Size: 4944 Maintainer: Pulseaudio maintenance team Architecture: amd64 Multi-Arch: foreign Version: 5.0-13 Depends: libasound2 (>= 1.0.24.1), libc6 (>= 2.15), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.1.1), libfftw3-single3, libgcc1 (>= 1:4.1.1), libice6 (>= 1:1.0.0), libltdl7 (>= 2.4.2), liborc-0.4-0 (>= 1:0.4.20), libpulse0 (= 5.0-13), libsamplerate0 (>= 0.1.7), libsm6, libsndfile1 (>= 1.0.20), libspeexdsp1 (>= 1.2~beta3.2-1), libstdc++6 (>= 4.1.1), libsystemd0, libtdb1 (>= 1.2.7+git20101214), libudev1 (>= 183), libwebrtc-audio-processing-0, libx11-6, libx11-xcb1, libxcb1, libxtst6, adduser, lsb-base (>= 3.2-13), udev (>= 143), libasound2-plugins, pulseaudio-utils Recommends: pulseaudio-module-x11, rtkit Suggests: pavumeter, pavucontrol, paman, paprefs Breaks: avahi-daemon (<< 0.6.31-3), libltdl3 (<< 1.5.24-1) Conffiles: /etc/bash_completion.d/pulseaudio-bash-completion.sh 426c720a2e78a173124b5d3efd88aae3 /etc/xdg/autostart/pulseaudio-kde.desktop ca98e1e16d26464bfb377d57cf9578e2 /etc/xdg/autostart/pulseaudio.desktop ce4922f3ec4290e7444679fc9a2c54f2 /etc/dbus-1/system.d/pulseaudio-system.conf 43aae9c1b1204b4cbb56530377924579 /etc/pulse/daemon.conf e05405554d168f43c0cfa5b5fc9cae72 /etc/pulse/system.pa 00dcada55f87d232d9ba6ac888259619 /etc/pulse/default.pa 5d7f61b3d8aa1b235c48fe49c48d5c21 Description: PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These are some of PulseAudio's features: . * High quality software mixing of multiple audio streams with support for more than one sink/source. May be used to combine multiple sound cards into one (with sample rate adjustment). . * Wide range of supported client libraries. ESD, ALSA, oss, libao and GStreamer client applications are supported as-is. Native PulseAudio plug-ins are also available for xmms and mplayer. . * Good low latency behaviour and very accurate latency measurement for playback and recording. Ability to fully synchronize multiple playback streams. . * Network transparency, allowing an application to play back or record audio on a different machine than the one it is running on. . * Extensible plug-in architecture with plug-ins for jackd, multicast-rtp lirc and avahi, just to name a few. . This package contains the daemon and basic module set. Homepage: http://www.pulseaudio.org Package: libpaper1 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Giuseppe Sacco Architecture: amd64 Multi-Arch: same Source: libpaper Version: 1.1.24+nmu4 Replaces: libpaperg (<< 1.1.9) Provides: libpaperg Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, ucf (>= 0.28), dpkg (>= 1.17.2) Pre-Depends: multiarch-support Recommends: libpaper-utils Description: library for handling paper characteristics The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. Package: libqt5quick5 Status: install ok installed Priority: optional Section: libs Installed-Size: 4225 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtdeclarative-opensource-src Version: 5.3.2-4 Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.3.0), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.3.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2, qtdeclarative-abi-5-3-2 Pre-Depends: multiarch-support Description: Qt 5 Quick library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Quick is a collection of technologies that are designed to help developers create the kind of intuitive, modern, fluid user interfaces that are increasingly used on mobile phones, media players, set-top boxes and other portable devices. Homepage: http://qt-project.org/ Package: rhythmbox-plugins Status: install ok installed Priority: optional Section: gnome Installed-Size: 2023 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: rhythmbox Version: 3.1-1 Replaces: rhythmbox (<< 0.12.6-4) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libdmapsharing-3.0-2 (>= 2.9.12), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.37.3), libgpod4 (>= 0.7.92), libgrilo-0.2-1 (>= 0.2.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.6.0), libgudev-1.0-0 (>= 146), libimobiledevice4 (>= 0.9.7), libjavascriptcoregtk-3.0-0 (>= 1.5.1), libjson-glib-1.0-0 (>= 0.12.0), liblircclient0, libmtp9 (>= 1.1.0), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), librhythmbox-core8 (= 3.1-1), libsecret-1-0 (>= 0.18), libsoup2.4-1 (>= 2.34.0), libtdb1 (>= 1.1.2~git20080520), libtotem-plparser18 (>= 3.10.0), libusb-1.0-0 (>= 2:1.0.8), libwebkitgtk-3.0-0 (>= 1.3.10), libx11-6, libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), python3.4, python3 (<< 3.5), python3 (>= 3.4~), rhythmbox (= 3.1-1), gir1.2-rb-3.0 (= 3.1-1), gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-webkit-3.0, gir1.2-peas-1.0, gir1.2-gnomekeyring-1.0, gir1.2-gstreamer-1.0, gir1.2-secret-1, python-gi, python3-mako, zeitgeist-core Breaks: rhythmbox (<< 0.12.6-4) Description: plugins for rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the following plugins: - Cover art search - Audio CD Player - Last.fm - Context Panel - DAAP Music Sharing - FM Radio - Grilo media browser - IM Status - Internet Radio - Song Lyrics - Magnatune Store - Media Player Keys - Portable Players (generic, iPod, MTP) - Notification - Power Manager - Python Console - LIRC - Visualization - Send tracks - Replay Gain - Zeitgeist - MediaServer2 D-Bus interface - MPRIS D-Bus interface - Browser plugin to integrate Rhythmbox with iTunes Homepage: https://wiki.gnome.org/Apps/Rhythmbox Package: libatomic1 Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Homepage: http://gcc.gnu.org/ Package: libxaw7 Status: install ok installed Priority: optional Section: libs Installed-Size: 504 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxaw (2:1.0.12-2) Version: 2:1.0.12-2+b1 Depends: libc6 (>= 2.15), libx11-6, libxext6, libxmu6, libxpm4, libxt6 Pre-Depends: multiarch-support Description: X11 Athena Widget library libXaw7 provides the second version of Xaw, the Athena Widgets toolkit, which is largely used by legacy X applications. This version is the most common version, as version 6 is considered deprecated, and version 8, which adds Xprint support, is unsupported and not widely used. In general, use of a more modern toolkit such as GTK+ is recommended. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXaw Package: libapr1 Status: install ok installed Priority: optional Section: libs Installed-Size: 285 Maintainer: Debian Apache Maintainers Architecture: amd64 Multi-Arch: same Source: apr Version: 1.5.1-3 Depends: libc6 (>= 2.15), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Conflicts: libapr1.0 Description: Apache Portable Runtime Library APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. Homepage: http://apr.apache.org/ Package: libx11-xcb-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 253 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libx11 Version: 2:1.6.2-3 Depends: libx11-xcb1 (= 2:1.6.2-3), libxcb1-dev (>= 0.9.92), libx11-dev Description: Xlib/XCB interface library (development headers) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the development headers for the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: update-inetd Status: install ok installed Priority: optional Section: admin Installed-Size: 101 Maintainer: Serafeim Zanikolas Architecture: all Multi-Arch: foreign Version: 4.43 Replaces: netbase (<< 4.27) Depends: debconf (>= 0.5) | debconf-2.0, libfile-temp-perl, libfile-copy-recursive-perl Breaks: netbase (<< 4.27) Description: inetd configuration file updater This package provides a program used by other packages to automatically update /etc/inetd.conf, the configuration file shared by all implementations of the Internet super-server. . Note that xinetd is not supported by this package. Package: libpython3-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 28 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3-defaults Version: 3.4.2-2 Depends: libpython3.4-stdlib (>= 3.4.2-0) Description: interactive high-level object-oriented language (default python3 version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.4). Homepage: http://www.python.org/ Package: libclass-c3-xs-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 32 Maintainer: Debian Perl Group Architecture: amd64 Source: libclass-c3-xs-perl (0.13-2) Version: 0.13-2+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.2.5) Enhances: libclass-c3-perl (>= 0.16) Description: Perl module to accelerate Class::C3 Class::C3::XS is a Perl module designed to enhance the performance of the Class::C3 package (see libclass-c3-perl). It does so automatically and is not designed to be used directly; once installed, it should accelerate all programs that make use of Class::C3 itself. Homepage: https://metacpan.org/release/Class-C3-XS Package: libgnomevfs2-0 Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 905 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: gnome-vfs (1:2.24.4-6) Version: 1:2.24.4-6+b1 Replaces: libgnomevfs2-common (<< 2.12.2-4) Depends: gconf-service, libacl1 (>= 2.2.51-8), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.15), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.37.3), libgnutls-deb0-28 (>= 3.3.0), libselinux1 (>= 1.32), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), libgnomevfs2-common (= 1:2.24.4-6) Pre-Depends: multiarch-support Recommends: libgnomevfs2-extra Suggests: libgnomevfs2-bin Conflicts: libbonobo2-0 (<< 2.15.0) Description: GNOME Virtual File System (runtime libraries) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains the runtime libraries and the default modules. Package: libreoffice-help-en-us Status: install ok installed Priority: optional Section: doc Installed-Size: 24628 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-common (<< 1:3.0.0~dev300m28) Provides: libreoffice-help-4.3 Depends: libreoffice-l10n-en-us, libreoffice-style-default, libreoffice-writer | language-support-translations-en Recommends: libreoffice-core (>> 1:4.3.3) | language-support-translations-en Description: office productivity suite -- English_american help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in English_american. Homepage: http://www.libreoffice.org Package: xserver-xorg-video-sisusb Status: install ok installed Priority: optional Section: x11 Installed-Size: 89 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-sisusb (1:0.9.6-2) Version: 1:0.9.6-2+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- SiS USB display driver This package provides the driver for SiS USB-attached video devices. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-sisusb driver module. Package: gir1.2-gkbd-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 56 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgnomekbd Version: 3.6.0-1 Replaces: gir1.2-gnomekbd-3.0 Depends: gir1.2-freedesktop, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-xkl-1.0, libgnomekbd8 (>= 3.6.0) Conflicts: gir1.2-gnomekbd-3.0 Description: GObject introspection data for the GnomeKbd library libgnomekbd offers an API to manage the keyboard in GNOME applications. . libgnomekbdui offers an API to display a graphical user interface for libgnomekbd operations. . This package contains introspection data for the GnomeKbd library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: libnm-glib-vpn1 Status: install ok installed Priority: optional Section: libs Installed-Size: 298 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: network-manager Version: 0.9.10.0-7 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.32), libnm-util2 (>= 0.7.0), libreadline6 (>= 6.0) Pre-Depends: multiarch-support Description: network management framework (GLib VPN shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use for creating VPN connections via NetworkManager. Homepage: https://wiki.gnome.org/Projects/NetworkManager Package: cpp Status: install ok installed Priority: optional Section: interpreters Installed-Size: 65 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: allowed Source: gcc-defaults (1.136) Version: 4:4.9.2-2 Depends: cpp-4.9 (>= 4.9.2-1~) Suggests: cpp-doc Conflicts: cpp-doc (<< 1:2.95.3) Description: GNU C preprocessor (cpp) The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This is a dependency package providing the default GNU C preprocessor. Package: libsub-install-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.928-1 Depends: perl Description: module for installing subroutines into packages easily Sub::Install module makes it easy to install subroutines into packages without the unsightly mess of no strict or typeglobs lying about where just anyone can see them. Homepage: https://github.com/rjbs/Sub-Install Package: libqt5script5 Status: install ok installed Priority: optional Section: libs Installed-Size: 2570 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtscript-opensource-src Version: 5.3.2+dfsg-2 Provides: qtscript-abi-5-2-0 Depends: libc6 (>= 2.14), libqt5core5a (>= 5.3.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2 Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Description: Qt 5 script module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtScript module provides classes for making Qt applications scriptable. Homepage: http://qt-project.org/ Package: gir1.2-telepathylogger-0.2 Status: install ok installed Priority: optional Section: introspection Installed-Size: 84 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: telepathy-logger Version: 0.8.1-1 Depends: gir1.2-glib-2.0, gir1.2-telepathyglib-0.12, libtelepathy-logger3 (>= 0.8.0) Description: Telepathy logger service - introspection This package contains the introspection data for Telepathy logger. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: http://telepathy.freedesktop.org/wiki/ Package: libxcb-present0 Status: install ok installed Priority: optional Section: libs Installed-Size: 19 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, present extension This package contains the library files needed to run software using libxcb-present, the present extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: qtdeclarative5-dev-tools Status: install ok installed Priority: optional Section: devel Installed-Size: 708 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Source: qtdeclarative-opensource-src Version: 5.3.2-4 Depends: qtchooser, libc6 (>= 2.14), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.3.0), libqt5quick5 (>= 5.0.2), libqt5quicktest5 (>= 5.0.2), libstdc++6 (>= 4.4.0), qtdeclarative-abi-5-3-2 Description: Qt 5 declarative development programs Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs used for building Qt 5 declarative applications. Homepage: http://qt-project.org/ Package: brasero-cdrkit Status: install ok installed Priority: optional Section: gnome Installed-Size: 718 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: brasero Version: 3.11.4-1.1 Replaces: libbrasero-media3-1 (<< 3.4.1-3) Depends: libbrasero-media3-1 (= 3.11.4-1.1), libc6 (>= 2.7), libglib2.0-0 (>= 2.29.14), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libxml2 (>= 2.7.4), genisoimage, growisofs, wodim Recommends: dvdauthor Suggests: readom Breaks: libbrasero-media3-1 (<< 3.4.1-3) Description: cdrkit extensions for the Brasero burning application Brasero is a simple application to burn, copy and erase CD and DVD media. . This package contains extensions for Brasero, based on the genisoimage, growisofs, wodim, readom and dvdauthor programs. They are only needed for the following operations in Brasero: * Audio CD burning with CD-Text information * Video DVD creation Homepage: https://wiki.gnome.org/Apps/Brasero Package: libtracker-miner-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 552 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: tracker Version: 1.2.4-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.38.0), libmediaart-1.0-0 (>= 0.7), libmediaart-1.0-0 (<< 0.8), libtracker-sparql-1.0-0 (= 1.2.4-2) Pre-Depends: multiarch-support Description: tracker data miner library This package contains the library that is used by applications that provide data miners for tracker. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: wngerman Status: install ok installed Priority: optional Section: text Installed-Size: 4471 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20131206-5 Provides: wordlist Depends: debconf (>= 0.5) | debconf-2.0, dictionaries-common (>= 1.0), perl Description: New German orthography wordlist This is a wordlist with the new German orthography (de-DE-1996), which is used since 1998-08-01 and which is obligatory as of 2005-08-01. . It is based on the famous hkgerman dictionary (using the old German orthography (de-DE-1901), which is available as package wogerman), with many corrections and additions. Homepage: https://www.j3e.de/ispell/igerman98/ Package: libgstreamer-plugins-base1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 3123 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-base1.0 Version: 1.4.4-2+deb8u1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgstreamer1.0-0 (>= 1.4.0), liborc-0.4-0 (>= 1:0.4.20), zlib1g (>= 1:1.1.4), iso-codes Pre-Depends: multiarch-support Recommends: gstreamer1.0-plugins-base Suggests: libvisual-0.4-plugins, gstreamer-codec-install | gnome-codec-install Breaks: totem-gstreamer (<= 2.17.92-0ubuntu1) Description: GStreamer libraries from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains libraries from the "base" set, an essential exemplary set of elements. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html Package: libglib-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 815 Maintainer: Debian Perl Group Architecture: amd64 Version: 3:1.305-2 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.9), perl (>= 5.20.0-4), perlapi-5.20.0 Description: interface to the GLib and GObject libraries Glib provides a Perl interface to the GLib and GObject libraries, as part of gtk2-perl. It attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so perusing the reference manual is recommended (see ). Homepage: http://gtk2-perl.sourceforge.net/ Package: gir1.2-goa-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 100 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-online-accounts Version: 3.14.2-1 Depends: gir1.2-glib-2.0, libgoa-1.0-0b (>= 3.13.90) Description: Introspection data for GNOME Online Accounts This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts Package: libaudit1 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Laurent Bigonville Architecture: amd64 Multi-Arch: same Source: audit (1:2.4-1) Version: 1:2.4-1+b1 Depends: libaudit-common (>= 1:2.4-1), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Dynamic library for security auditing The audit-libs package contains the dynamic libraries needed for applications to use the audit framework. It is used to monitor systems for security related events. Homepage: http://people.redhat.com/sgrubb/audit/ Package: gir1.2-atspi-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 87 Maintainer: Debian Accessibility Team Architecture: amd64 Source: at-spi2-core Version: 2.14.0-1 Replaces: gir1.0-gtk-2.0 (<< 2.22), gobject-introspection-repository Depends: gir1.2-glib-2.0, libatspi2.0-0 (>= 2.9.90) Description: Assistive Technology Service Provider (GObject introspection) This package can be used by other packages using the GIRepository format to generate dynamic bindings Homepage: https://wiki.gnome.org/Accessibility Package: libwinpr-utils0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 352 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (utils library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-utils shared library. Homepage: http://www.freerdp.com/ Package: libdns100 Status: install ok installed Priority: standard Section: libs Installed-Size: 1924 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Replaces: libbind0 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libgeoip1, libgssapi-krb5-2 (>= 1.10+dfsg~), libisc95, libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27) Conflicts: libbind0, libbind9-41 Description: DNS Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the libdns shared library used by BIND's daemons and clients. Package: libgtk2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 2230 Maintainer: Debian CLI Libraries Team Architecture: amd64 Source: gtk-sharp2 Version: 2.12.10-5.1 Replaces: gtk-sharp2-gapi (<< 2.10.0-1) Depends: cli-common (>= 0.5.6), libatk1.0-0 (>= 2.14.0), libcairo2 (>= 1.14.0), libgdk-pixbuf2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.42.1), libglib2.0-cil (= 2.12.10-5.1), libgtk2.0-0 (>= 2.24.0), libmono-cairo4.0-cil (>= 3.2.1), libmono-corlib4.5-cil (>= 3.2.8), libmono-system-drawing4.0-cil (>= 3.0.6), libpango-1.0-0 (>= 1.36.8), libpangocairo-1.0-0 (>= 1.36.8), libc6 (>= 2.2.5) Suggests: monodoc-gtk2.0-manual Description: CLI binding for the GTK+ toolkit 2.12 This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and pango-sharp assemblies that allow CLI (.NET) programs to use the GTK+ user interface toolkit 2.12, ATK, Pango, GTK.NET and GDK. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains the GTK# assemblies Homepage: http://www.mono-project.com/GtkSharp Package: kdiff3-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 1811 Maintainer: Eike Sauer Architecture: all Source: kdiff3 Version: 0.9.98-1 Replaces: kdiff3 (<= 0.9.92-1) Recommends: kdiff3 | kdiff3-qt Breaks: kdiff3 (<= 0.9.92-1) Description: documentation for kdiff3 KDiff3 compares two or three input files and shows the differences line by line and character by character. This package contains the HTML documentation. Homepage: http://kdiff3.sourceforge.net Package: readline-common Status: install ok installed Priority: important Section: utils Installed-Size: 109 Maintainer: Matthias Klose Architecture: all Multi-Arch: foreign Source: readline6 Version: 6.3-8 Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11) Depends: dpkg (>= 1.15.4) | install-info Suggests: readline-doc Conflicts: libreadline-common, libreadline5 (<< 5.0-11) Description: GNU readline and history libraries, common files The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Package: x11proto-dri2-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 67 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-dri2 Version: 2.8-2 Description: X11 DRI2 extension wire protocol This package provides development headers describing the wire protocol for the DRI2 extension, used to organise direct rendering support for 3D clients, and replace the XFree86-DRI extension. . More information about X.Org can be found at: . This package is built from the X.org dri2proto proto module. Package: libgnomekbd-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1054 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomekbd Version: 3.6.0-1 Replaces: gkbd-capplet (<= 2.91.2-1) Depends: dconf-gsettings-backend | gsettings-backend Breaks: gkbd-capplet (<= 2.91.2-1) Description: GNOME library to manage keyboard configuration - common files libgnomekbd offers an API to manage the keyboard in GNOME applications. . libgnomekbdui offers an API to display a graphical user interface for libgnomekbd operations. . This package contains files common to the various libgnomekbd packages. Package: binfmt-support Status: install ok installed Priority: optional Section: admin Installed-Size: 255 Maintainer: Colin Watson Architecture: amd64 Multi-Arch: foreign Version: 2.1.5-1 Depends: libc6 (>= 2.14), libpipeline1 (>= 1.0.0), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian3) Conffiles: /etc/init.d/binfmt-support 04ab969e2eadbfdb941ee0eb14d3d5f8 /etc/init/binfmt-support.conf def05a098b484181d30085a524bc0cfa Description: Support for extra binary formats The binfmt_misc kernel module, contained in versions 2.1.43 and later of the Linux kernel, allows system administrators to register interpreters for various binary formats based on a magic number or their file extension, and cause the appropriate interpreter to be invoked whenever a matching file is executed. Think of it as a more flexible version of the #! executable interpreter mechanism. . This package provides an 'update-binfmts' script with which package maintainers can register interpreters to be used with this module without having to worry about writing their own init.d scripts, and which sysadmins can use for a slightly higher-level interface to this module. Homepage: http://binfmt-support.nongnu.org/ Package: alacarte Status: install ok installed Priority: optional Section: utils Installed-Size: 1181 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.11.91-2 Depends: python:any (>= 2.6.6-7~), gnome-menus (>= 3.5.3), python-gi (>= 3.0), gir1.2-gtk-3.0, gir1.2-gmenu-3.0 (>= 3.5.3), gir1.2-glib-2.0, gir1.2-gdkpixbuf-2.0 Description: easy GNOME menu editing tool Alacarte is an easy-to-use menu editor for GNOME that can add and edit new entries and menus. It works with the freedesktop.org menu specification and should work with any desktop environment that uses the spec. Package: gnustep-base-common Status: install ok installed Priority: optional Section: gnustep Installed-Size: 483 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-base Version: 1.24.7-1 Depends: gnustep-common (>= 2.6.6-2), ca-certificates, gnustep-fslayout-fhs Suggests: gnustep-base-doc (>= 1.24.7-1) Description: GNUstep Base library - common files The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. . This package contains the common files needed by the GNUstep Base library. Homepage: http://gnustep.org Package: gnome-nibbles Status: install ok installed Priority: optional Section: games Installed-Size: 6806 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1 Replaces: gnibbles (<< 1:3.7.2) Depends: libc6 (>= 2.4), libcanberra-gtk3-0 (>= 0.25), libclutter-1.0-0 (>= 1.14.4), libclutter-gtk-1.0-0 (>= 1.2.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.12.0), libpango-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gnibbles (<< 1:3.7.2) Description: snake game, up to four players This is a GNOME port of the popular “Snake” game. . Nibbles is a game where the user controls a worm. The worm moves around the board, eating diamonds while avoiding the walls placed around it. Homepage: https://wiki.gnome.org/Apps/Nibbles Package: ncurses-term Status: install ok installed Priority: standard Section: misc Installed-Size: 2187 Maintainer: Craig Small Architecture: all Multi-Arch: foreign Source: ncurses Version: 5.9+20140913-1 Replaces: bogl-bterm (<< 0.1.18-7), mlterm-common (<< 3.0.2-1), ncurses-base (<< 5.7+20100313-1), suckless-tools (<< 39) Breaks: bogl-bterm (<< 0.1.18-7), mlterm-common (<< 3.0.2-1), suckless-tools (<< 39) Description: additional terminal type definitions The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains all of the numerous terminal definitions not found in the ncurses-base package. Homepage: http://invisible-island.net/ncurses/ Package: coinor-libcoinutils3 Status: install ok installed Priority: extra Section: science Installed-Size: 1325 Maintainer: Debian Science Team Architecture: amd64 Source: coinutils Version: 2.9.15-3 Replaces: libcoinutils3 Provides: libcoinutils3 Depends: libblas3 | libblas.so.3, libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblapack3 | liblapack.so.3, libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Conflicts: libcoinutils3 Description: Coin-or collection of utility classes (binaries and libraries) CoinUtils (Coin-or Utilities) is a collection of classes and functions that are generally useful to more than one COIN-OR project. These include classes for vectors, matrices, mps file reading, and functions for floating-point comparisons. . The Computational Infrastructure for Operations Research (COIN-OR, or simply COIN) project is an initiative to spur the development of open source software for the operations research community. . This package contains the binaries and libraries. Homepage: https://projects.coin-or.org/CoinUtils Package: gnome-dictionary Status: install ok installed Priority: optional Section: gnome Installed-Size: 1532 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Replaces: gnome-utils (<< 2.30.0-2) Provides: dict-client Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgdict-1.0-6 (= 3.14.1-1), libglib2.0-0 (>= 2.39.0), libgtk-3-0 (>= 3.3.16), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend Suggests: yelp Breaks: gnome-utils (<< 2.30.0-2) Description: GNOME dictionary application This program can look for the definition or translation of a word in existing databases over the Internet . It also contains a GNOME panel applet for that effect. Homepage: https://wiki.gnome.org/Apps/Dictionary Package: libsctp-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 180 Maintainer: Michael Biebl Architecture: amd64 Source: lksctp-tools Version: 1.0.16+dfsg-2 Depends: libsctp1 (= 1.0.16+dfsg-2), libc6-dev | libc-dev Description: user-space access to Linux Kernel SCTP - development files This package contains all necessary files for developing SCTP aware network applications using the Linux Kernel SCTP implementation. It is part of the LKSCTP project for the Linux Kernel SCTP reference implementation. . It includes man pages, header files, static libraries, symlinks to dynamic libraries and tutorial source code. . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Homepage: http://lksctp.sf.net/ Package: debhelper Status: install ok installed Priority: optional Section: devel Installed-Size: 1136 Maintainer: Debhelper Maintainers Architecture: all Multi-Arch: foreign Version: 9.20150101+deb8u2 Depends: perl, file (>= 3.23), dpkg (>= 1.16.2), dpkg-dev (>= 1.17.0), binutils, po-debconf, man-db (>= 2.5.1-1), libdpkg-perl (>= 1.17.14) Suggests: dh-make Conflicts: automake (<< 1.11.2), dpkg-cross (<< 1.18), python-central (<< 0.5.6), python-support (<< 0.5.3) Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks related to building debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the debian menu system, debconf, doc-base, etc. Most debian packages use debhelper as part of their build process. Homepage: http://joeyh.name/code/debhelper/ Package: qttools5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 3914 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qttools-opensource-src Version: 5.3.2-3 Description: Qt 5 tools documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 tools libraries and binaries. Homepage: http://qt-project.org/ Package: libavcodec56 Status: install ok installed Priority: optional Section: libs Installed-Size: 7659 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libav Version: 6:11.9-1~deb8u1 Replaces: libavcodec-extra-56 Depends: libavresample2 (>= 6:11~beta1), libavutil54 (>= 6:11~beta1), libc6 (>= 2.14), libgsm1 (>= 1.0.13), libmp3lame0, libopenjpeg5 (>= 1.3+dfsg), libopus0 (>= 1.1), libschroedinger-1.0-0 (>= 1.0.7), libspeex1 (>= 1.2~beta3-1), libtheora0 (>= 1.0), libva1 (>= 1.0.3), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libvpx1 (>= 1.3.0), libx264-142, libxvidcore4 (>= 1.2.2), zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Breaks: mplayer (<< 2:1.0~rc4.dfsg1+svn34540-1~) Conflicts: libavcodec-extra-56 Description: Libav codec library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the codec library from Libav (both encoding and decoding). . It supports most existing codecs (MPEG, MPEG2, MPEG4, AC3, DV...). Homepage: http://libav.org/ Package: libmono-system-xml4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 2586 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libmono-corlib4.5-cil (>= 3.2.8), libmono-system4.0-cil (>= 3.2.8) Description: Mono System.Xml library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono System.Xml library for CLI 4.0. Homepage: http://www.mono-project.com/ Package: geoip-database-extra Status: install ok installed Priority: optional Section: net Installed-Size: 24740 Maintainer: Patrick Matthäi Architecture: all Source: geoip-database Version: 20150317-1 Recommends: libgeoip1 Description: IP lookup command line tools that use the GeoIP library (ASN/city database) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite City and ASN database. Homepage: http://www.maxmind.com/ Package: libwinpr-synch0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 255 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.17), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (synch library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-synch shared library. Homepage: http://www.freerdp.com/ Package: gir1.2-zeitgeist-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 95 Maintainer: Siegfried-Angel Gevatter Pujals Architecture: amd64 Source: zeitgeist Version: 0.9.14-2.2 Depends: gir1.2-glib-2.0, libzeitgeist-2.0-0 (= 0.9.14-2.2) Description: library to access Zeitgeist - GObject introspection data Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations hold with other people, etc.) and makes the relevant information available to other applications. . It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns. . Libzeitgeist is a client library to access and manage the Zeitgeist event log from languages such as C and Vala. . This package can be used by languages supporting the GIRepository format to generate dynamic bindings. Homepage: http://zeitgeist-project.com/ Package: qtsvg5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 216 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtsvg-opensource-src Version: 5.3.2-2 Description: Qt 5 SVG documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 SVG libraries. Homepage: http://qt-project.org/ Package: libmad0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 234 Maintainer: Mad Maintainers Architecture: amd64 Source: libmad Version: 0.15.1b-8 Depends: libmad0 (= 0.15.1b-8) Description: MPEG audio decoder development library MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.) . This is the package you need to develop or compile applications that use MAD. Package: libntdb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 122 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: ntdb Version: 1.0-5 Depends: libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: New Trivial Database - shared library This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . ntdb uses a file format that is incompatible with tdb, but the API is similar. It improves performance, adds support for databases larger than 4 Gb, and improves integration with talloc. . This package contains the shared library file. Homepage: http://tdb.samba.org/ Package: gnome-session-flashback Status: install ok installed Priority: optional Section: gnome Installed-Size: 294 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-panel Version: 3.8.1-7 Replaces: gnome-session (<< 3.0), gnome-session-bin (<< 3.0), gnome-session-fallback (<< 3.6.2) Provides: x-session-manager Depends: gnome-panel (>= 3.0), gnome-flashback, gnome-screensaver, gnome-session-bin, gnome-session-common, gnome-settings-daemon (>= 3.0), metacity (>= 2.30), nautilus (>= 3.8), notification-daemon (>= 0.7), policykit-1-gnome Recommends: gnome-power-manager Suggests: desktop-base, gnome-keyring, gnome-user-guide Breaks: gnome-session-fallback (<< 3.6.2) Description: GNOME Session Manager - GNOME Flashback session The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the required components for the GNOME Flashback session, based on GNOME Panel 3. It can be started from a display manager such as GDM, and doesn’t have specific hardware requirements. Homepage: https://wiki.gnome.org/Projects/GnomePanel Package: libgconf2-4 Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 351 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: gconf Version: 3.2.6-3 Depends: libgconf-2-4 (= 3.2.6-3), gconf-service Breaks: gconf2 (<< 3.2.3-2) Description: GNOME configuration database system (dummy package) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package is here to ensure smooth upgrades. It can be removed when you see fit. Homepage: http://projects.gnome.org/gconf/ Package: libcairo2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1428 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: cairo Version: 1.14.0-2.1+deb8u2 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libpixman-1-0 (>= 0.30.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxcb-render0, libxcb-shm0, libxcb1 (>= 1.6), libxext6, libxrender1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Breaks: libwebkit2gtk-3.0-25 (<< 2.4.5-2~), libwebkitgtk-1.0-0 (<< 2.4.5-2~), libwebkitgtk-3.0-0 (<< 2.4.5-2~), weston (<< 1.5.0-3~) Description: Cairo 2D vector graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. Paths consist of line segments and cubic splines and can be rendered at any width with various join and cap styles. All colors may be specified with optional translucence (opacity/alpha) and combined using the extended Porter/Duff compositing algebra as found in the X Render Extension. . Cairo exports a stateful rendering API similar in spirit to the path construction, text, and painting operators of PostScript, (with the significant addition of translucence in the imaging model). When complete, the API is intended to support the complete imaging model of PDF 1.4. . This package contains the shared libraries. Homepage: http://cairographics.org/ Package: console-setup Status: install ok installed Priority: optional Section: utils Installed-Size: 469 Maintainer: Debian Install System Team Architecture: all Multi-Arch: foreign Version: 1.123 Depends: console-setup-linux | console-setup-freebsd, xkb-data (>= 0.9), keyboard-configuration (= 1.123) Pre-Depends: debconf (>= 1.5.34) Suggests: lsb-base (>= 3.0-6), locales Breaks: lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6) Conflicts: console-setup-mini Description: console font and keymap setup program This package provides the console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. . The package also installs console fonts supporting many of the world's languages. It provides an unified set of font faces - the classic VGA, the simplistic Fixed, and the cleaned Terminus, TerminusBold and TerminusBoldVGA. Package: gnome-accessibility-themes Status: install ok installed Priority: optional Section: gnome Installed-Size: 5423 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gnome-themes-standard Version: 3.14.2.2-1 Replaces: gnome-themes-standard (<< 3.6.2-1) Breaks: gnome-themes-standard (<< 3.6.2-1) Description: Accessibility themes for the GNOME desktop This package contains some high accessibility themes for the GNOME desktop environment, designed for the visually impaired. Package: libnss-mdns Status: install ok installed Priority: optional Section: admin Installed-Size: 106 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: nss-mdns Version: 0.10-6 Replaces: lib32nss-mdns (<< 0.10-6) Depends: libc6 (>= 2.14), base-files (>= 3.1.10), avahi-daemon (>= 0.6.16-1) Pre-Depends: multiarch-support Suggests: avahi-autoipd | zeroconf Breaks: lib32nss-mdns (<< 0.10-6) Description: NSS module for Multicast DNS name resolution nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing host name resolution via Multicast DNS (using Zeroconf, aka Apple Bonjour / Apple Rendezvous ), effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. Package: libsbc1 Status: install ok installed Priority: extra Section: libs Installed-Size: 107 Maintainer: Debian Bluetooth Maintainers Architecture: amd64 Multi-Arch: same Source: sbc Version: 1.2-3 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: Sub Band CODEC library - runtime This provides the library and tool which operate SBC (sub band codec) in A2DP (the Advanced Audio Distribution Profile). . This package contains the sbc runtime library. Homepage: http://www.bluez.org/ Package: suckless-tools Status: install ok installed Priority: optional Section: x11 Installed-Size: 223 Maintainer: Ilias Tsitsimpis Architecture: amd64 Version: 40-1+deb8u2 Provides: dmenu, lsw, lsx, slock, sprop, sselp, ssid, swarp, tabbed, wmname, xssstate Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, libxrandr2, libxrender1, libxss1, zlib1g (>= 1:1.1.4) Suggests: dwm, stterm, surf Description: simple commands for minimalistic window managers This package provides simple commands designed to be used with a minimalistic window manager like dwm but they can be useful in scripts regardless of the window manager used. . * dmenu: Dynamic menu is a generic menu for X. * lsw: Lists the titles of all running X windows to stdout, similar to ls(1). * lsx: Lists executables in a directory. * slock: Simple X display locker that locks the X session. * sprop: Sets or gets X window properties. * sselp: Simple X selection printer that prints the X selection to stdout. * ssid: Simple setsid replacement. * swarp: Simple X warping tool to warp the mouse pointer to a given position. * tabbed: Simple generic tabbed fronted to xembed aware applications. * wmname: Prints/sets the window manager name property of the root window imilar to how hostname(1) behaves. * xssstate: Retrieves the state of X screensaver. Homepage: http://www.suckless.org Package: libpurple0 Status: install ok installed Priority: optional Section: libs Installed-Size: 4915 Maintainer: Ari Pollak Architecture: amd64 Source: pidgin Version: 2.11.0-0+deb8u2 Depends: pidgin-data (>= 2.11.0), pidgin-data (<< 2.11.0-z), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.15), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfarstream-0.1-0 (>= 0.1.1), libgadu3 (>= 1:1.12.0~rc2), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base0.10-0 (>= 0.10.31), libgstreamer0.10-0 (>= 0.10.20), libidn11 (>= 1.13), libmeanwhile1 (>= 1.0.2), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.26), libperl5.20 (>= 5.20.2), libsasl2-2, libxml2 (>= 2.7.4), libzephyr4, perl-base (>= 5.20.2-3+deb8u6), perlapi-5.20.2, libsasl2-modules Recommends: ca-certificates, libpurple-bin Suggests: libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0) Conflicts: network-manager (<< 0.9.0) Description: multi-protocol instant messaging library libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * tcl8.5, tk8.5: - Support for writing plugins with Tcl/Tk Homepage: http://www.pidgin.im Package: unoconv Status: install ok installed Priority: extra Section: text Installed-Size: 118 Maintainer: Vincent Bernat Architecture: all Version: 0.6-6 Depends: python3, python3-uno (>= 4.0) Recommends: libreoffice-writer, libreoffice-draw, libreoffice-calc, libreoffice-impress Conflicts: odt2txt (<= 0.3-1) Description: converter between LibreOffice document formats This package provides a commandline utility which can convert from any document format that LibreOffice can import to any document format it can export. It uses LibreOffice's UNO bindings for non-interactive conversion of documents. . Supported document formats include Open Document format, MS Word, MS Office Open/MS OOXML, PDF, HTML, XHTML, RTF, DocBook, and more. Homepage: http://dag.wieers.com/home-made/unoconv/ Package: libkdesu5 Status: install ok installed Priority: optional Section: libs Installed-Size: 244 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: xauth, libc6 (>= 2.15), libkdecore5 (= 4:4.14.2-5+deb8u2), libkpty4 (= 4:4.14.2-5+deb8u2), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: Console-mode Authentication Library for the KDE Platform This library provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libvcdinfo0 Status: install ok installed Priority: optional Section: libs Installed-Size: 226 Maintainer: Nicolas Boullis Architecture: amd64 Source: vcdimager Version: 0.7.24+dfsg-0.2 Depends: libc6 (>= 2.14), libcdio13 (>= 0.83), libiso9660-8 (>= 0.83) Description: library to extract information from VideoCD This library can be used to extract information stored on a VideoCD. One use is in media players, such as xine and vlc (where in fact it is currently used). Here libvcdinfo assists in VideoCD navigation, playback control and showing what is contained on a VideoCD. Some standalone programs for this library are vcd-info and vcdxrip (part of the VCDImager distribution). Homepage: http://www.gnu.org/software/vcdimager/ Package: gstreamer1.0-plugins-base Status: install ok installed Priority: optional Section: libs Installed-Size: 2549 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-base1.0 Version: 1.4.4-2+deb8u1 Provides: gstreamer1.0-audiosource, gstreamer1.0-videosource Depends: libc6 (>= 2.14), libcdparanoia0 (>= 3.10.2+debian), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.4.4), libgstreamer1.0-0 (>= 1.4.0), libogg0 (>= 1.0rc3), liborc-0.4-0 (>= 1:0.4.20), libtheora0 (>= 1.0), libvisual-0.4-0 (>= 0.4.0-4), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2) Suggests: gvfs Description: GStreamer plugins from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "base" set, an essential exemplary set of elements. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html Gstreamer-Decoders: application/kate; application/ogg; application/x-ass; application/x-ogg-avi; application/x-ogm-audio; application/x-ogm-text; application/x-ogm-video; application/x-ssa; application/x-subtitle; application/x-subtitle-dks; application/x-subtitle-lrc; application/x-subtitle-mpl2; application/x-subtitle-qttext; application/x-subtitle-sami; application/x-subtitle-tmplayer; audio/ogg; audio/x-vorbis; video/ogg; video/x-theora Gstreamer-Elements: adder, appsink, appsrc, audioconvert, audiorate, audioresample, audiotestsrc, cdparanoiasrc, decodebin, encodebin, giosink, giosrc, giostreamsink, giostreamsrc, multifdsink, multisocketsink, oggaviparse, oggdemux, oggmux, oggparse, ogmaudioparse, ogmtextparse, ogmvideoparse, playbin, playsink, ssaparse, streamsynchronizer, subparse, subtitleoverlay, tcpclientsink, tcpclientsrc, tcpserversink, tcpserversrc, theoradec, theoraenc, theoraparse, uridecodebin, videoconvert, videorate, videoscale, videotestsrc, volume, vorbisdec, vorbisenc, vorbisparse, vorbistag Gstreamer-Encoders: application/ogg; audio/ogg; audio/x-vorbis; video/ogg; video/x-theora Gstreamer-Uri-Sinks: appsink, file Gstreamer-Uri-Sources: appsrc, cdda, file Gstreamer-Version: 1.4 Package: gir1.2-caribou-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 57 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: caribou Version: 0.4.15-1 Depends: libcaribou0 (= 0.4.15-1), gir1.2-glib-2.0, gir1.2-gtk-3.0 Description: GObject introspection for the Caribou library An input assistive technology intended for switch and pointer users. . This package contains introspection data for the libcaribou library. It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/Caribou Package: libgupnp-dlna-2.0-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 318 Maintainer: Ross Burton Architecture: amd64 Source: gupnp-dlna Version: 0.10.2-1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.32), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libxml2 (>= 2.7.4) Description: DLNA utility library for GUPnP A small utility library that aims to ease the DLNA-related tasks such as media profile guessing, transcoding to a given profile, etc. Homepage: http://www.gupnp.org Package: libtinfo5 Status: install ok installed Priority: required Section: libs Installed-Size: 480 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: ncurses (5.9+20140913-1) Version: 5.9+20140913-1+b1 Replaces: libncurses5 (<< 5.9-3) Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Breaks: dialog (<< 1.2-20130523) Description: shared low-level terminfo library for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared low-level terminfo library. Homepage: http://invisible-island.net/ncurses/ Package: libqt5webkit5-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 594 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtwebkit-opensource-src Version: 5.3.2+dfsg-4 Depends: libqt5webkit5 (= 5.3.2+dfsg-4), qtbase5-dev, qtdeclarative5-dev Pre-Depends: dpkg (>= 1.15.6~) Description: Web content engine library for Qt - development files QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the development files needed to build Qt 5 applications using QtWebKit library. Homepage: http://trac.webkit.org/wiki/QtWebKit Package: libwebkitgtk-3.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 32756 Maintainer: Debian WebKit Maintainers Architecture: amd64 Multi-Arch: same Source: webkitgtk Version: 2.4.9-1~deb8u1 Depends: libjavascriptcoregtk-3.0-0 (= 2.4.9-1~deb8u1), libatk1.0-0 (>= 2.7.91), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libenchant1c2a (>= 1.6.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.10.0), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 0.9.18), libicu52 (>= 52~m1-1~), libjpeg62-turbo (>= 1.3.1), libpango-1.0-0 (>= 1.30.0), libpangocairo-1.0-0 (>= 1.30.0), libpangoft2-1.0-0 (>= 1.30.0), libpng12-0 (>= 1.2.13-4), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.44.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.9), libwebp5, libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxfixes3, libxml2 (>= 2.7.4), libxrender1, libxslt1.1 (>= 1.1.25), libxt6, zlib1g (>= 1:1.2.0), libwebkitgtk-3.0-common (>= 2.4.9) Pre-Depends: multiarch-support Recommends: gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, geoclue-2.0 Description: Web content engine library for GTK+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . This build comes from the GTK+ port of WebKit (API version 3.0). . This is the library for embedding in GTK+ applications. Homepage: http://webkitgtk.org/ Package: usbmuxd Status: install ok installed Priority: optional Section: utils Installed-Size: 136 Maintainer: gtkpod Maintainers Architecture: amd64 Version: 1.0.8+git20140527.e72f2f7-2 Depends: libc6 (>= 2.14), libimobiledevice4 (>= 1.1.5), libplist2 (>= 1.11), libusb-1.0-0 (>= 2:1.0.8), adduser Description: USB multiplexor daemon for iPhone and iPod Touch devices usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package includes udev rules to start the daemon when a supported device is plugged in, and stop it when all devices are removed. Homepage: http://marcansoft.com/blog/iphonelinux/usbmuxd/ Package: libnotify4 Status: install ok installed Priority: optional Section: libs Installed-Size: 50 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libnotify Version: 0.7.6-2 Depends: libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Recommends: notification-daemon Description: sends desktop notifications to a notification daemon A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . This package contains the shared library. To actually display the notifications, you need to install the package notification-daemon. Package: gstreamer1.0-clutter Status: install ok installed Priority: optional Section: libs Installed-Size: 69 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: clutter-gst-2.0 Version: 2.0.12-1 Depends: libc6 (>= 2.14), libclutter-1.0-0 (>= 1.13.0), libcogl20 (>= 1.17.4), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.0.0), libx11-6 Description: Clutter PLugin for GStreamer 1.0 Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. Homepage: http://www.clutter-project.org/ Package: argyll Status: install ok installed Priority: optional Section: graphics Installed-Size: 49832 Maintainer: Jörg Frings-Fürst Architecture: amd64 Version: 1.6.3-4 Replaces: icc-utils (<< 1.6.3-1) Depends: libc6 (>= 2.15), libjpeg62-turbo (>= 1.3.1), libtiff5 (>= 4.0.3), libx11-6, libxau6, libxdmcp6, libxext6, libxinerama1, libxrandr2 (>= 2:1.2.0), libxss1, libxxf86vm1, argyll-ref Pre-Depends: dpkg (>= 1.17.5) Recommends: libpam-systemd, udev (>= 196) Suggests: argyll-doc, colord, gir1.2-colordgtk-1.0 Breaks: icc-utils (<< 1.6.3-1) Conffiles: /etc/hotplug/usb/Argyll.usermap 37919b7aa31eb5b4f3a35a402ca2ed1b Description: Color Management System, calibrator and profiler Argyll is an experimental, open source, ICC compatible color management system. It supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays. Spectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source specific gamut mappings for perceptual and saturation intents. Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents. It also includes code for the fastest portable 8 bit raster color conversion engine available anywhere, as well as support for fast, fully accurate 16 bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer. Homepage: http://www.argyllcms.com/ Package: libgdbm3 Status: install ok installed Priority: important Section: libs Installed-Size: 85 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: gdbm Version: 1.8.3-13.1 Depends: libc6 (>= 2.14), dpkg (>= 1.15.4) | install-info Pre-Depends: multiarch-support Description: GNU dbm database routines (runtime version) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). Homepage: http://directory.fsf.org/project/gdbm/ Package: brasero Status: install ok installed Priority: optional Section: gnome Installed-Size: 1126 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.11.4-1.1 Depends: libatk1.0-0 (>= 1.12.4), libbrasero-media3-1 (= 3.11.4-1.1), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.0.0), libice6 (>= 1:1.0.0), libnautilus-extension1a (>= 2.91), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsm6, libtotem-plparser18 (>= 3.10.0), libtracker-sparql-1.0-0 (>= 0.10.0), libxml2 (>= 2.7.4), gstreamer1.0-plugins-base (>= 0.11.92), gnome-icon-theme, gvfs, brasero-common (= 3.11.4-1.1) Recommends: yelp, brasero-cdrkit Suggests: vcdimager, libdvdcss2, tracker Conflicts: nautilus-cd-burner Description: CD/DVD burning application for GNOME Brasero is a simple application to burn, copy and erase CD and DVD media: audio, video or data. It features among other things: * On-the-fly burning * Multisession support * On-the-fly conversion of music playlists in all formats supported by GStreamer . This package contains the main binary, the burning plugins and the nautilus extension. . The following packages, if installed, will provide Brasero with added functionality: * cdrdao to burn combined data/audio CDs and for byte-to-byte copy * GStreamer backends to support more audio formats * vcdimager to create VCDs or SVCDs * libdvdcss2 to copy encrypted DVDs * tracker to search for video, audio, image and document files Homepage: https://wiki.gnome.org/Apps/Brasero Package: libwinpr-input0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 266 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.2.5), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (input library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-input shared library. Homepage: http://www.freerdp.com/ Package: libasound2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 435 Maintainer: Debian ALSA Maintainers Architecture: amd64 Multi-Arch: same Source: alsa-lib Version: 1.0.28-1 Provides: libasound-dev Depends: libasound2 (= 1.0.28-1) Suggests: libasound2-doc Description: shared library for ALSA applications -- development files This package contains files required for developing software that makes use of libasound2, the ALSA library. . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Package: libfontconfig1 Status: install ok installed Priority: optional Section: libs Installed-Size: 467 Maintainer: Keith Packard Architecture: amd64 Multi-Arch: same Source: fontconfig Version: 2.11.0-6.3+deb8u1 Provides: libfontconfig Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1), fontconfig-config (>= 2.11.0-6.3+deb8u1) Pre-Depends: multiarch-support Breaks: xpdf (<= 3.03-11) Description: generic font configuration library - runtime Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the runtime library needed to launch applications using fontconfig. Package: qt4-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 101903 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Suggests: libqt4-dev, qt4-dev-tools Description: Qt 4 API documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the complete Qt 4 API documentation (new help format). . The documentation is provided in the new help format and manpage format; the new help format version can be viewed in conjunction with the Qt Assistant found in the qt4-dev-tools package. Homepage: http://qt-project.org/ Package: manpages Status: install ok installed Priority: important Section: doc Installed-Size: 1047 Maintainer: Martin Schulze Architecture: all Version: 3.74-1 Replaces: bind, libc-bin (<< 2.19-12), libc-dev-bin (<< 2.19-12) Suggests: man-browser Description: Manual pages about using a GNU/Linux system This package contains GNU/Linux manual pages for these sections: 4 = Devices (e.g. hd, sd). 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). . Sections 1, 6 and 8 are provided by the respective applications. This package only includes the intro man page describing the section. . The man pages describe syntaxes of several system files. Homepage: http://www.kernel.org/doc/man-pages/ Package: xserver-xorg-video-intel Status: install ok installed Priority: optional Section: x11 Installed-Size: 2562 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-intel (2:2.21.15-2) Version: 2:2.21.15-2+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.17), libdrm-intel1 (>= 2.4.38), libdrm2 (>= 2.4.30), libpciaccess0 (>= 0.8.0+git20071002), libpixman-1-0 (>= 0.30.0), libudev1 (>= 183), libx11-6, libx11-xcb1, libxcb-dri2-0, libxcb-util0 (>= 0.3.8), libxcb1, libxv1, libxvmc1, xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- Intel i8xx, i9xx display driver This package provides the driver for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945 and i965 series chips. . This package also provides XvMC (XVideo Motion Compensation) drivers for i810/i815 and i9xx and newer chipsets. . This package is built from the X.org xf86-video-intel driver module. Homepage: http://www.x.org/ Package: perl-base Essential: yes Status: install ok installed Priority: required Section: perl Installed-Size: 5097 Maintainer: Niko Tyni Architecture: amd64 Source: perl Version: 5.20.2-3+deb8u6 Replaces: libfile-path-perl, libfile-temp-perl, libio-socket-ip-perl, libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl, libsocket-perl, libxsloader-perl, perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3) Provides: libfile-path-perl, libfile-temp-perl, libio-socket-ip-perl, libscalar-list-utils-perl, libsocket-perl, libxsloader-perl, perl5-base, perlapi-5.20.0, perlapi-5.20.1, perlapi-5.20.2 Pre-Depends: libc6 (>= 2.14), dpkg (>= 1.17.17) Suggests: perl Breaks: autoconf2.13 (<< 2.13-45), libalien-wxwidgets-perl (<< 0.65+dfsg-2), libanyevent-perl (<< 7.070-2), libcommon-sense-perl (<< 3.72-2~), libfile-path-perl (<< 2.09), libfile-spec-perl (<< 3.4801), libfile-temp-perl (<< 0.2304), libgtk2-perl-doc (<< 2:1.2491-4), libio-socket-ip-perl (<< 0.29), libjcode-perl (<< 2.13-3), libmarc-charset-perl (<< 1.2), libscalar-list-utils-perl (<< 1:1.38), libsocket-perl (<< 2.013), libxsloader-perl (<< 0.17), pdl (<< 1:2.007-4), perl (<< 5.20.0~) Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41) Description: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules" and "perl-doc"). Homepage: http://dev.perl.org/perl5/ Package: libpackage-constants-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 47 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1 Depends: perl Description: List constants defined in a package Package::Constants lists all the constants defined in a certain package. This can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file. Homepage: https://metacpan.org/release/Package-Constants Package: libudev1 Status: install ok installed Priority: important Section: libs Installed-Size: 101 Maintainer: Debian systemd Maintainers Architecture: amd64 Multi-Arch: same Source: systemd Version: 215-17+deb8u7 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Description: libudev shared library This library provides access to udev device information. Homepage: http://www.freedesktop.org/wiki/Software/systemd Package: qtbase5-dev-tools Status: install ok installed Priority: optional Section: devel Installed-Size: 4518 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: qtchooser, perl, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libqt5dbus5 (= 5.3.2+dfsg-4+deb8u2), libqt5xml5 (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Description: Qt 5 base development programs Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs used for building Qt 5 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, qdoc, rcc, syncqt and uic. Homepage: http://qt-project.org/ Package: gconf2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 6143 Maintainer: Josselin Mouette Architecture: all Multi-Arch: foreign Source: gconf Version: 3.2.6-3 Depends: ucf Breaks: libgconf2-4 (<< 3.2.3-2) Conffiles: /etc/gconf/2/evoldap.conf 17f55bd791cfb244e5a46e810107f364 Description: GNOME configuration database system (common files) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the default configuration and localization files. Homepage: http://projects.gnome.org/gconf/ Package: libxtables10 Status: install ok installed Priority: important Section: net Installed-Size: 111 Maintainer: Laurence J. Lane Architecture: amd64 Source: iptables (1.4.21-2) Version: 1.4.21-2+b1 Replaces: iptables (<< 1.4.16.3-3) Depends: libc6 (>= 2.14) Breaks: iptables (<< 1.4.16.3-3) Description: netfilter xtables library The user-space interface to the Netfilter xtables kernel framework. Homepage: http://www.netfilter.org/ Package: gir1.2-panelapplet-4.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 237 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-panel (3.8.1-7) Version: 3.8.1-7+b1 Depends: gir1.2-gconf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, libgirepository-1.0-1 (>= 1.41.4-1), libpanel-applet-4-0 (>= 3.4.1) Description: GObject introspection for the GNOME Panel Applet library This package contains introspection data for the libpanel-applet library. It can be used by languages supporting dynamic bindings with the GIRepository format to build GNOME panel applets in these languages. Homepage: https://wiki.gnome.org/Projects/GnomePanel Package: libdata-optlist-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.109-1 Depends: perl, libparams-util-perl, libsub-install-perl Description: module to parse and validate simple name/value option pairs Data::OptList is a Perl module useful for working with simple name-and-value option pairs. It assumes any defined scalar is a name and any reference after it is its value. Homepage: https://metacpan.org/release/Data-OptList/ Package: libdbus-1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 849 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: dbus Version: 1.8.22-0+deb8u1 Depends: libdbus-1-3 (= 1.8.22-0+deb8u1), pkg-config Description: simple interprocess messaging system (development headers) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . See the dbus description for more information about D-Bus in general. Homepage: http://dbus.freedesktop.org/ Package: wireshark Status: install ok installed Priority: optional Section: net Installed-Size: 2494 Maintainer: Balint Reczey Architecture: amd64 Version: 1.12.1+g01b65bf-4+deb8u11 Replaces: ethereal (<< 1.0.0-3) Depends: libc6 (>= 2.15), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.7.10), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpcap0.8 (>= 0.9.8), libportaudio2 (>= 19+svn20101113), libwireshark5 (>= 1.12.0~rc3), libwiretap4 (>= 1.12.0~rc1), libwsutil4 (>= 1.12.0~rc3), zlib1g (>= 1:1.1.4), wireshark-common (= 1.12.1+g01b65bf-4+deb8u11), xdg-utils Conflicts: ethereal (<< 1.0.0-3) Description: network traffic analyzer - GTK+ version Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides the GTK+ version of wireshark. Homepage: http://www.wireshark.org/ Package: libmpeg2-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 166 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: mpeg2dec Version: 0.5.1-7 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: MPEG1 and MPEG2 video decoder library libmpeg2 is a library which can decode MPEG1 and MPEG2 video streams. . The main features in libmpeg2 are: . * Conformance - libmpeg2 is able to decode all mpeg streams that conform to certain restrictions. For streams that follow these restrictions, libmpeg2 is probably 100% conformant to the mpeg standards - and there's a pretty extensive test suite to check this. . * Speed - there has been huge efforts there, and libmpeg2 is probably the fastest library around for what it does. . * Portability - most of the code is written in C, and when platform-specific optimizations are used, there always is a generic C routine to fall back on. This should be portable to all architectures - at least it is known people run this code on x86, ppc, sparc, arm and sh4. . * Reuseability - libmpeg2 is not intended to include any project-specific code, but it should still include enough features to be used by very diverse projects. . This package contains the libmpeg2 shared libraries. Homepage: http://libmpeg2.sourceforge.net/ Package: python3-speechd Status: install ok installed Priority: extra Section: python Installed-Size: 188 Maintainer: Debian TTS Team Architecture: all Source: speech-dispatcher Version: 0.8-7 Replaces: python-speechd Depends: python3-xdg, python3, python3:any (>= 3.3.2-2~) Breaks: python-speechd Description: Python interface to Speech Dispatcher Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains a Python library for communication with Speech Dispatcher. Homepage: http://devel.freebsoft.org/speechd Package: libxcb-composite0 Status: install ok installed Priority: optional Section: libs Installed-Size: 20 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, composite extension This package contains the library files needed to run software using libxcb-composite, the composite extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: bijiben Status: install ok installed Priority: optional Section: gnome Installed-Size: 1871 Maintainer: Vincent Cheng Architecture: amd64 Source: bijiben (3.14.2-1) Version: 3.14.2-1+b1 Depends: tracker, dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libecal-1.2-16 (>= 3.7.90), libedataserver-1.2-18 (>= 3.5.91), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgoa-1.0-0b (>= 3.7.90), libgtk-3-0 (>= 3.11.5), libical1a (>= 1.0), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), libtracker-sparql-1.0-0 (>= 0.10.0), libuuid1 (>= 2.16), libwebkitgtk-3.0-0 (>= 1.5.1), libxml2 (>= 2.7.4), libzeitgeist-2.0-0 (>= 0.9.9) Description: intuitive note editor integrated with GNOME 3 Bijiben is a note editor that is designed to be intuitive and easy to use, and well integrated with GNOME 3. It aims to be simple and has an emphasis on visuals: quickly write notes, and quickly retrieve them. Homepage: https://wiki.gnome.org/Apps/Bijiben Package: linux-headers-amd64 Status: install ok installed Priority: optional Section: kernel Installed-Size: 5 Maintainer: Debian Kernel Team Architecture: amd64 Source: linux-latest (63) Version: 3.16+63 Depends: linux-headers-3.16.0-4-amd64 Description: Header files for Linux amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel amd64 configuration. Package: caribou Status: install ok installed Priority: optional Section: gnome Installed-Size: 970 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 0.4.15-1 Depends: python (>= 2.7), python (<< 2.8), libatk1.0-0 (>= 1.12.4), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libclutter-1.0-0 (>= 1.13.10), libcogl-pango20 (>= 1.17.4), libcogl-path20 (>= 1.17.4), libcogl20 (>= 1.17.4), libdbus-1-3 (>= 1.0.2), libdrm2 (>= 2.3.1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 7.11~1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libjson-glib-1.0-0 (>= 0.12.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libwayland-client0 (>= 1.0.2), libwayland-cursor0 (>= 1.0.2), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.0.2), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxkbcommon0 (>= 0.2.0), libxrandr2, dconf-gsettings-backend | gsettings-backend, python-gi, gir1.2-caribou-1.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-clutter-1.0, python-dbus, python-pyatspi Conffiles: /etc/xdg/autostart/caribou-autostart.desktop de58cb896698f32d15ffcd7112a6e75b Description: Configurable on screen keyboard with scanning mode An input assistive technology intended for switch and pointer users. Homepage: https://wiki.gnome.org/Projects/Caribou Package: libreoffice-avmedia-backend-gstreamer Status: install ok installed Priority: optional Section: misc Installed-Size: 230 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-core (<< 1:4.2~) Provides: libreoffice-avmedia-backend Depends: libreoffice-core, libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.15.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 4.1.1), uno-libs3 (>= 4.0.0~alpha), ure Description: GStreamer backend for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains a GStreamer backend for LibreOffices avmedia component to play audio/video. Homepage: http://www.libreoffice.org Package: libtdb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 133 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: tdb Version: 1.3.6-0+deb8u1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Trivial Database - shared library This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the shared library file. Homepage: http://tdb.samba.org/ Package: gnustep-base-runtime Status: install ok installed Priority: optional Section: gnustep Installed-Size: 622 Maintainer: Debian GNUstep maintainers Architecture: amd64 Source: gnustep-base Version: 1.24.7-1 Depends: gnustep-base-common (>= 1.24.7-1), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libgnustep-base1.24 (>= 1.24.7), libobjc4 (>= 4.2.1), gnustep-fslayout-fhs, lsb-base Conffiles: /etc/default/gdomap 5aeb848f0f99cf33622f265698592887 /etc/init.d/gdomap d7813d1916ff63c09e6431aad99bb804 Description: GNUstep Base library - daemons and tools The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. . This package contains the runtime support files needed by GNUstep applications. Homepage: http://gnustep.org Package: libsane-extras Status: install ok installed Priority: optional Section: libs Installed-Size: 191 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: sane-backends-extras Version: 1.0.22.3 Depends: libc6 (>= 2.14), libusb-1.0-0 (>= 2:1.0.8), libsane-extras-common (= 1.0.22.3) Conffiles: /etc/sane.d/dll.d/libsane-extras e711493400dfdfa2be200d1eb5fc10ed /etc/sane.d/geniusvp2.conf 57a8d4658fab75802a0ad8e11e7262ca Description: API library for scanners -- extra backends SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes some backends that are not yet included into the official SANE distribution. Currently, they are : * geniusvp2 (Genius ColorPage-Vivid Pro II) * ls5000 (Nikon LS-5000 ED, Coolscan 5000 ED) Package: libimage-magick-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 218 Maintainer: ImageMagick Packaging Team Architecture: all Multi-Arch: allowed Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Replaces: perlmagick (<< 8:6.8.3.10-1~) Provides: perlmagick Depends: perl, libimage-magick-q16-perl Suggests: imagemagick-doc Breaks: perlmagick (<< 8:6.8.3.10-1~) Description: Perl interface to the ImageMagick graphics routines PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This is the compatibility (wrapper) perlmagick package that use the default quantum (Q16). Homepage: http://www.imagemagick.org/ Package: libxinerama1 Status: install ok installed Priority: optional Section: libs Installed-Size: 26 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxinerama (2:1.1.3-1) Version: 2:1.1.3-1+b1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6 Pre-Depends: multiarch-support Description: X11 Xinerama extension library libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: icc-profiles-free Status: install ok installed Priority: optional Section: graphics Installed-Size: 1665 Maintainer: Oleksandr Moskalenko Architecture: all Version: 2.0.1+dfsg-1 Replaces: icc-profiles (<= 2.0-2) Breaks: icc-profiles (<= 2.0-2) Conflicts: icc-profiles (<= 2.0-2) Description: ICC color profiles for use with color profile aware software Color management allows controlled conversion between color representation of input and output devices and color spaces. ICC profiles are an important part of color management. They are data files that represent mappings between the input or output color space of a particular device and the device-agnostic profile connection space (PCS) in accordance with the standards set by the International Color Consortium (ICC). This package contains a number of high quality ICC color profiles for use with color profile aware software such as Scribus, Gimp, CinePaint, Krita, or Digikam. In general this package is useful if the software using it was built against a color management support library such as liblcms1 or liblcms2-2. In some software such as Scribus you have to explicitly enable color managemenent in the preferences to be able to use these profiles. The sampleicc-tools package contains tools that can be used to manipulate and query the icc profiles in Debian. . The color profiles in this package are available under free software licenses. Additional profiles under non-free licenses are available in the icc-profiles package. Package: libgeocode-glib0 Status: install ok installed Priority: optional Section: libs Installed-Size: 154 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: geocode-glib Version: 3.14.0-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libjson-glib-1.0-0 (>= 0.13.2), libsoup2.4-1 (>= 2.41.90) Breaks: empathy (<< 3.4.2.3-4~) Description: geocoding and reverse geocoding GLib library using Nominatim Geocode-glib allows you to do geocoding (going from a place name, to a longitude/latitude pair) and reverse geocoding (finding a place name from coordinates) using the Nominatim service. . This library should be used in place of Geoclue's D-Bus API for geocoding and reverse geocoding. Package: libgroupsock1 Status: install ok installed Priority: optional Section: libs Installed-Size: 95 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: liblivemedia Version: 2014.01.13-1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: multimedia RTSP streaming library (network interfaces and sockets) The live555.com streaming media code is a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries can be used to build applications to stream, receive and process MPEG, H.263+ or JPEG video, several audio codecs, and can easily be extended to support additional codecs. They can also be used to build basic RTSP (Real Time Streaming Protocol) or SIP (Session Initiation Protocol) clients and servers. . This package contains the groupsock library. The classes in this library encapsulate network interfaces and sockets. In particular, the "Groupsock" class encapsulates a socket for sending (and/or receiving) multicast datagrams. Homepage: http://www.live555.com/liveMedia/ Package: realmd Status: install ok installed Priority: optional Section: admin Installed-Size: 773 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: realmd (0.15.1-1) Version: 0.15.1-1+b2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libglib2.0-0 (>= 2.39.1), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~alpha1), libldap-2.4-2 (>= 2.4.7), libpackagekit-glib2-18 (>= 0.9.4), libpolkit-gobject-1-0 (>= 0.99), libsqlite3-0 (>= 3.5.9), libsystemd0 Conffiles: /etc/dbus-1/system.d/org.freedesktop.realmd.conf 9184abb0e531a9c05013b202f2c9c6d9 Description: DBus service for configuring kerberos and other online identities realmd is a D-Bus system service that manages discovery and enrollment in realms/domains like Active Directory or IPA. . realmd can configure either SSSD or Windbind as client software. It will also automatically install the required packages using PackageKit if needed. Homepage: http://www.freedesktop.org/software/realmd/ Package: libcommon-sense-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 94 Maintainer: Debian Perl Group Architecture: amd64 Source: libcommon-sense-perl (3.73-2) Version: 3.73-2+b3 Depends: perl (>= 5.20.2~), perlapi-5.20.2, perl (<< 5.20.3~) Description: module that implements some sane defaults for Perl programs common::sense implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders. Homepage: http://search.cpan.org/dist/common-sense/ Package: aptdaemon-data Status: install ok installed Priority: extra Section: admin Installed-Size: 251 Maintainer: Julian Andres Klode Architecture: all Source: aptdaemon Version: 1.1.1-4+deb8u1 Replaces: python-aptdaemon-gtk (<= 0.41+bzr580-0ubuntu1) Description: data files for clients Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides common data files (e.g. icons) for aptdaemon clients. Homepage: https://launchpad.net/aptdaemon Package: procmail Status: install ok installed Priority: standard Section: mail Installed-Size: 314 Maintainer: Santiago Vila Architecture: amd64 Version: 3.22-24 Depends: libc6 (>= 2.14) Recommends: default-mta | mail-transport-agent | fetchmail Description: Versatile e-mail processor Can be used to create mail-servers, mailing lists, sort your incoming mail into separate folders/files (very convenient when subscribing to one or more mailing lists or for prioritising your mail), preprocess your mail, start any programs upon mail arrival (e.g. to generate different chimes on your workstation for different types of mail) or selectively forward certain incoming mail automatically to someone. Homepage: http://www.procmail.org/ Package: libplist2 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: gtkpod Maintainers Architecture: amd64 Multi-Arch: same Source: libplist Version: 1.11-3 Depends: libc6 (>= 2.14), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Description: Library for handling Apple binary and XML property lists libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). Homepage: http://www.libimobiledevice.org/ Package: libvncclient0 Status: install ok installed Priority: optional Section: libs Installed-Size: 243 Maintainer: Peter Spiess-Knafl Architecture: amd64 Multi-Arch: same Source: libvncserver Version: 0.9.9+dfsg2-6.1+deb8u2 Replaces: libvncserver0 (<< 0.9.9+dfsg-3) Depends: libc6 (>= 2.15), libgcrypt20 (>= 1.6.1), libgnutls-deb0-28 (>= 3.3.0), libjpeg62-turbo (>= 1.3.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Breaks: libvncserver0 (<< 0.9.9+dfsg-3) Description: API to write one's own vnc server - client library LibVNCServer makes writing a VNC server (or more correctly, a program exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides the programmer from the tedious task of managing clients and compression. . This package provides the client library. Homepage: http://libvnc.github.io Package: git-man Status: install ok installed Priority: optional Section: doc Installed-Size: 1299 Maintainer: Gerrit Pape Architecture: all Multi-Arch: foreign Source: git Version: 1:2.1.4-2.1+deb8u3 Replaces: git (<< 1:1.7.4~rc1), git-core (<< 1:1.7.0.4-1.) Breaks: git (<< 1:1.7.4~rc1) Description: fast, scalable, distributed revision control system (manual pages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides reference documentation for use by the 'man' utility and the 'git help' command. Homepage: http://git-scm.com/ Package: libxcb-dri2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 29 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, dri2 extension This package contains the library files needed to run software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libsm6 Status: install ok installed Priority: optional Section: libs Installed-Size: 51 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libsm (2:1.2.2-1) Version: 2:1.2.2-1+b1 Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Description: X11 Session Management library This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Package: eatmydata Status: install ok installed Priority: optional Section: utils Installed-Size: 27 Maintainer: Mattia Rizzolo Architecture: all Source: libeatmydata Version: 105-5 Depends: libeatmydata1 (>= 105-5) Description: Library and utilities designed to disable fsync and friends This package contains a small LD_PRELOAD library (libeatmydata) and a couple of helper utilities designed to transparently disable fsync and friends (like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. . You will find eatmydata useful if particular software calls fsync(), sync() etc. frequently but the data it stores is not that valuable to you and you may afford losing it in case of system crash. Data-to-disk synchronization calls are typically very slow on modern file systems and their extensive usage might slow down software significantly. It does not make sense to accept such a hit in performance if data being manipulated is not very important. . On the other hand, do not use eatmydata when you care about what software stores or it manipulates important components of your system. The library is called libEAT-MY-DATA for a reason. Homepage: https://launchpad.net/libeatmydata Package: gir1.2-networkmanager-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 448 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: network-manager Version: 0.9.10.0-7 Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libnm-glib4 (>= 0.9.10.0), libnm-util2 (>= 0.9.10.0) Description: GObject introspection data for NetworkManager NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains introspection data for NetworkManager. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/NetworkManager Package: libmms0 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libmms Version: 0.6.2-4 Depends: libc6 (>= 2.15), libglib2.0-0 (>= 2.12.0) Pre-Depends: multiarch-support Description: MMS stream protocol library - shared library LibMMS is a common library for parsing mms:// and mmsh:// type network streams. These are commonly used to stream Windows Media Video content over the web. LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all. . This package holds the shared library. Homepage: http://libmms.sourceforge.net/ Package: cpio Status: install ok installed Priority: important Section: utils Installed-Size: 648 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 2.11+dfsg-4.1+deb8u1 Replaces: cpio-mt Depends: libc6 (>= 2.17) Suggests: libarchive1 Conflicts: cpio-mt, mt-st (<< 0.6) Description: GNU cpio -- a program to manage archives of files GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. Homepage: http://www.gnu.org/software/cpio/ Package: libboost-signals1.55.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 164 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.55 Version: 1.55.0+dfsg-3 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Description: managed signals and slots library for C++ This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." Homepage: http://www.boost.org/libs/signals/ Package: libqt4-opengl Status: install ok installed Priority: optional Section: libs Installed-Size: 1174 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1), libx11-6, libxrender1 Pre-Depends: multiarch-support Description: Qt 4 OpenGL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtOpenGL module offers classes that make it easy to use OpenGL in Qt applications. . OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D rendering and provides little or no support for GUI programming issues. Homepage: http://qt-project.org/ Package: libdee-1.0-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 258 Maintainer: Kartik Mistry Architecture: amd64 Source: dee Version: 1.0.10-3.1 Replaces: libdee-1.0-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libicu52 (>= 52~m1-1~) Breaks: libdee-1.0-1 (<< 0.5.22-1) Description: model to synchronize mutiple instances over DBus - shared lib libdee is a shared library that provides objects that help having multiple instances communicating over DBus. . This package contains shared libraries to be used by applications. Homepage: https://launchpad.net/dee Package: keyboard-configuration Status: install ok installed Priority: optional Section: utils Installed-Size: 2477 Maintainer: Debian Install System Team Architecture: all Multi-Arch: foreign Source: console-setup Version: 1.123 Replaces: console-setup (<< 1.47), console-setup-mini (<< 1.47) Depends: liblocale-gettext-perl, initscripts Pre-Depends: debconf (>= 1.5.34) Breaks: console-setup (<< 1.71), console-setup-mini (<< 1.47) Conffiles: /etc/init.d/console-setup 0db5a9bc1f799d7ce34a971a8aa43264 /etc/init.d/keyboard-setup 6ecdd8d7eae634bc48cbc82a73c12c25 Description: system-wide keyboard preferences This package maintains the keyboard preferences in /etc/default/keyboard. Other packages can use the information provided by this package in order to configure the keyboard on the console or in X Window. Package: libpopt0 Status: install ok installed Priority: important Section: libs Installed-Size: 131 Maintainer: Paul Martin Architecture: amd64 Multi-Arch: same Source: popt Version: 1.16-10 Replaces: popt Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Conflicts: libpopt-dev (<= 1.4-1), popt, rpm (<= 4.0.2-3) Description: lib for parsing cmdline parameters Popt was heavily influenced by the getopt() and getopt_long() functions, but it allows more powerful argument expansion. It can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. It also allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. . This package contains the runtime library and locale data. Homepage: http://rpm5.org/ Package: libsecret-common Status: install ok installed Priority: optional Section: libs Installed-Size: 408 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: libsecret Version: 0.18-1 Description: Secret store (common files) Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains data files used by the libsecret library. Homepage: https://wiki.gnome.org/Libsecret Package: cowsay Status: install ok installed Priority: optional Section: games Installed-Size: 90 Maintainer: Francois Marier Architecture: all Version: 3.03+dfsg1-10 Depends: perl Suggests: filters Description: configurable talking cow Cowsay (or cowthink) will turn text into happy ASCII cows, with speech (or thought) balloons. If you don't like cows, ASCII art is available to replace it with some other creatures (Tux, the BSD daemon, dragons, and a plethora of animals, from a turkey to an elephant in a snake). Homepage: http://www.nog.net/~tony/warez Package: libisccc90 Status: install ok installed Priority: optional Section: libs Installed-Size: 61 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libisc95, libxml2 (>= 2.6.27) Conflicts: libbind0, libbind9-41 Description: Command Channel Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the libisccc shared library used by BIND's daemons and clients, particularly rndc. Package: libgimp2.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 4696 Maintainer: Ari Pollak Architecture: amd64 Source: gimp Version: 2.8.14-1+deb8u1 Depends: libatk1.0-0 (>= 2.2.0), libc6 (>= 2.15), libcairo2 (>= 1.10.2), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libgtk2.0-0 (>= 2.24.10), libpango-1.0-0 (>= 1.29.4), libpangocairo-1.0-0 (>= 1.29.4), libpangoft2-1.0-0 (>= 1.29.4) Recommends: gimp-data (>= 2.8.14), gimp-data (<= 2.8.14-z) Description: Libraries for the GNU Image Manipulation Program This package includes the libgimp libraries, which are necessary to run GIMP and third-party GIMP plugins. Homepage: http://www.gimp.org/ Package: libwbclient0 Status: install ok installed Priority: optional Section: libs Installed-Size: 174 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Depends: libbsd0 (>= 0.0), libc6 (>= 2.14) Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Breaks: libpam-smbpass (<< 2:3.4.1), libsmbclient (<< 2:3.4.1), samba (<< 2:3.4.1), samba-common (<< 2:3.4.1), samba-tools (<< 2:3.4.1), smbclient (<< 2:3.4.1), smbfs (<< 2:3.4.1), swat (<< 2:3.4.1), winbind (<< 2:3.4.1) Description: Samba winbind client library Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Homepage: http://www.samba.org Package: qml-module-qtquick2 Status: install ok installed Priority: optional Section: libs Installed-Size: 303 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtdeclarative-opensource-src Version: 5.3.2-4 Replaces: qtdeclarative5-qtquick2-plugin (<< 5.2.1-5~) Depends: libgl1-mesa-dri, libc6 (>= 2.2.5), libqt5core5a (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtdeclarative-abi-5-3-2 Pre-Depends: multiarch-support Breaks: qtdeclarative5-qtquick2-plugin (<< 5.2.1-5~) Description: Qt 5 Qt Quick 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick 2 QML module for Qt declarative. Homepage: http://qt-project.org/ Package: libpathplan4 Status: install ok installed Priority: optional Section: libs Installed-Size: 103 Maintainer: Debian QA Group Architecture: amd64 Source: graphviz Version: 2.38.0-7 Depends: libc6 (>= 2.15) Conflicts: libgraphviz4 Description: rich set of graph drawing tools - pathplan library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the pathplan library. Homepage: http://www.graphviz.org/ Package: libgnomeui-common Status: install ok installed Priority: optional Section: libs Installed-Size: 3522 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: libgnomeui Version: 2.24.5-3 Description: GNOME user interface library - common files This package contains internationalization files for the base GNOME library functions (User Interface functions). Package: libkde3support4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1347 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.15), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libkparts4 (= 4:4.14.2-5+deb8u2), libkpty4 (= 4:4.14.2-5+deb8u2), libqt4-qt3support (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.4.0), libx11-6 Description: KDE 3 Support Library for the KDE 4 Platform The classes here are only for convenience of porting from KDE 3 to KDE 4 Platform. They are not supposed to be used for a long time. You should move on to replacement classes provided by the framework or implement something yourself in the long run. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: powermgmt-base Status: install ok installed Priority: optional Section: utils Installed-Size: 51 Maintainer: Chris Hanson Architecture: all Version: 1.31+nmu1 Replaces: apmd (<= 3.0.2-1.17) Description: Common utils and configs for power management This package contains utilities and configuration files for power management that are common to APM and ACPI. Package: libxcb-randr0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 296 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-randr0 (= 1.10-3+b1), libxcb1-dev, libxcb-render0-dev Description: X C Binding, randr extension, development files This package contains the header and library files needed to build software using libxcb-randr, the randr extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libxt-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1211 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxt (1:1.1.4-1) Version: 1:1.1.4-1+b1 Depends: libxt6 (= 1:1.1.4-1+b1), libx11-dev, x11proto-core-dev, libsm-dev Suggests: libxt-doc Description: X11 toolkit intrinsics library (development headers) libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . This package contains the development headers for the library found in libxt6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: gnome-themes-standard-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 871 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gnome-themes-standard Version: 3.14.2.2-1 Replaces: gnome-themes-standard (<< 3.6.2-1) Depends: adwaita-icon-theme Breaks: gnome-themes-standard (<< 3.6.2-1), libgtk-3-0 (<< 3.13) Description: Data files for GNOME standard themes This package contains data files for standard themes for the GNOME desktop environment. Package: libxcb-dri3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 19 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 (>= 1.9.2) Pre-Depends: multiarch-support Description: X C Binding, dri3 extension This package contains the library files needed to run software using libxcb-dri3, the dri3 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: plasma-scriptengine-javascript Status: install ok installed Priority: optional Section: kde Installed-Size: 1725 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde-runtime Version: 4:4.14.2-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libkdecore5 (>= 4:4.4.0), libkdeui5 (>= 4:4.3.4), libkio5 (>= 4:4.3.4), libplasma3 (>= 4:4.7.0), libqt4-declarative (>= 4:4.7.0~rc1), libqt4-script (>= 4:4.6.1), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.6.2), libstdc++6 (>= 4.4.0) Description: JavaScript script engine for Plasma This package provides the JavaScript script engine for Plasma. You have to install it if you want to use Plasma widgets and data engines written in JavaScript. . This package is part of the KDE base runtime module. Homepage: http://www.kde.org/ Package: libatasmart4 Status: install ok installed Priority: optional Section: libs Installed-Size: 58 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: libatasmart Version: 0.19-3 Depends: libc6 (>= 2.14), libudev1 (>= 183) Pre-Depends: multiarch-support Description: ATA S.M.A.R.T. reading and parsing library A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. . This package contains the shared library. Homepage: http://0pointer.de/blog/projects/being-smart.html Package: kmod Status: install ok installed Priority: important Section: admin Installed-Size: 274 Maintainer: Marco d'Itri Architecture: amd64 Multi-Arch: foreign Version: 18-3 Replaces: module-init-tools (<< 4) Depends: libc6 (>= 2.17), libkmod2 (= 18-3), lsb-base (>= 3.0-6) Breaks: alsa-base (<= 1.0.25+3), module-init-tools (<< 4), oss-compat (= 4) Conffiles: /etc/init.d/kmod 96948a484687c865b98806684649cee8 Description: tools for managing Linux kernel modules This package contains a set of programs for loading, inserting, and removing kernel modules for Linux. It replaces module-init-tools. Package: libattr1 Status: install ok installed Priority: required Section: libs Installed-Size: 30 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: attr Version: 1:2.4.47-2 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Conflicts: attr (<< 2.0.0) Description: Extended attribute shared library Contains the runtime environment required by programs that make use of extended attributes. Homepage: http://savannah.nongnu.org/projects/attr/ Package: libdaemon0 Status: install ok installed Priority: optional Section: libs Installed-Size: 67 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: libdaemon Version: 0.14-6 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: lightweight C library for daemons - runtime library libdaemon is a lightweight C library which eases the writing of UNIX daemons. It consists of the following parts: . * Wrapper around fork() for correct daemonization of a process * Wrapper around syslog() for simple log output to syslog or STDERR * An API for writing PID files * An API for serializing signals into a pipe for use with select() or poll() * An API for running subprocesses with STDOUT and STDERR redirected to syslog . Routines like these are included in most of the daemon software available. It is not simple to get these done right and code duplication is not acceptable. . This package includes the libdaemon run time shared library. Homepage: http://0pointer.de/lennart/projects/libdaemon/ Package: libmeanwhile1 Status: install ok installed Priority: optional Section: libs Installed-Size: 213 Maintainer: Debian QA Group Architecture: amd64 Source: meanwhile Version: 1.0.2-5 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0) Description: open implementation of the Lotus Sametime Community Client protocol This library provides the basic Lotus Sametime Community Client session functionality along with the core services; Presence, Messaging, and Conferencing. Homepage: http://meanwhile.sourceforge.net/ Package: libsm-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 87 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libsm (2:1.2.2-1) Version: 2:1.2.2-1+b1 Depends: libsm6 (= 2:1.2.2-1+b1), x11proto-core-dev, libice-dev (>= 1:1.0.0-1) Suggests: libsm-doc Description: X11 Session Management library (development headers) This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . This package contains the development headers for the library found in libsm6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Package: libglu1-mesa-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 950 Maintainer: Debian X Strike Force Architecture: amd64 Source: libglu Version: 9.0.0-2 Replaces: libglu-dev Provides: libglu-dev, xlibmesa-glu-dev Depends: libglu1-mesa (= 9.0.0-2), libgl1-mesa-dev | libgl-dev Conflicts: mesa-glide2-dev (<< 5.0.0-1), mesag-dev (<< 5.0.0-1), mesag3+ggi-dev (<< 5.0.0-1), xlibmesa-dev Description: Mesa OpenGL utility library -- development files Includes headers and static libraries for compiling programs with GLU. . For a complete description of GLU, please look at the libglu1-mesa package. Package: libpoppler-glib8 Status: install ok installed Priority: optional Section: libs Installed-Size: 454 Maintainer: Loic Minier Architecture: amd64 Multi-Arch: same Source: poppler Version: 0.26.5-2+deb8u1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.12.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libpoppler46 (>= 0.26.5), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: PDF rendering library (GLib-based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the GLib-based shared library for applications using the GLib interface to Poppler. Homepage: http://poppler.freedesktop.org/ Package: libdiscover2 Status: install ok installed Priority: optional Section: libs Installed-Size: 288 Maintainer: Debian Install System Team Architecture: amd64 Source: discover Version: 2.1.2-7 Depends: libc6 (>= 2.3), libexpat1 (>= 2.0.1), libusb-0.1-4 (>= 2:0.1.12), discover-data (>> 2.2004.04) Conflicts: discover (<< 2.0), discover1 (<< 2.0), libdiscover1 (<< 2.0) Conffiles: /etc/discover.conf.d/00discover 210206a7fc71cd0e5dae4836809e41e9 Description: hardware identification library libdiscover is a library enabling identification of various PCI, PCMCIA, and USB devices. Package: libxcb-render-util0 Status: install ok installed Priority: extra Section: libs Installed-Size: 61 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: xcb-util-renderutil Version: 0.3.9-1 Depends: libc6 (>= 2.2.5), libxcb-render0, libxcb1 Pre-Depends: multiarch-support Description: utility libraries for X C Binding -- render-util This package contains the library files needed to run software using libxcb-render-util, providing convenience functions for the Render extension. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Homepage: http://xcb.freedesktop.org Package: libk5crypto3 Status: install ok installed Priority: standard Section: libs Installed-Size: 281 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libc6 (>= 2.14), libkeyutils1 (>= 1.4), libkrb5support0 (>= 1.12~alpha1+dfsg) Pre-Depends: multiarch-support Suggests: krb5-doc, krb5-user Breaks: libgssapi-krb5-2 (<= 1.10+dfsg~alpha1), libkrb5-3 (<= 1.8~aa) Conflicts: libkrb53 Description: MIT Kerberos runtime libraries - Crypto Library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime cryptography libraries used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Package: libss2 Status: install ok installed Priority: required Section: libs Installed-Size: 82 Maintainer: Theodore Y. Ts'o Architecture: amd64 Multi-Arch: same Source: e2fsprogs (1.42.12-2) Version: 1.42.12-2+b1 Replaces: e2fsprogs (<< 1.34-1) Depends: libcomerr2, libc6 (>= 2.17) Pre-Depends: multiarch-support Description: command-line interface parsing library libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function. . It was originally inspired by the Multics SubSystem library. Homepage: http://e2fsprogs.sourceforge.net Package: libreoffice-style-galaxy Status: install ok installed Priority: optional Section: editors Installed-Size: 4948 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-common (<< 1:3.3.0~rc4-2) Provides: libreoffice-style, libreoffice-style-default Description: office productivity suite -- Galaxy (Default) symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "Galaxy" symbol style from Sun, normally used on MS Windows (tm) and when not using GNOME or KDE, needs to be manually enabled in the LibreOffice option menu. Homepage: http://www.libreoffice.org Package: liblockfile-bin Status: install ok installed Priority: standard Section: utils Installed-Size: 71 Maintainer: Miquel van Smoorenburg Architecture: amd64 Multi-Arch: foreign Source: liblockfile Version: 1.09-6 Replaces: liblockfile1 (<< 1.09-1) Depends: libc6 (>= 2.4) Breaks: liblockfile1 (<< 1.09-1) Description: support binaries for and cli utilities based on liblockfile This package contains support binaries for the liblockfile library, and the command-line utility ``dotlockfile''. Package: gir1.2-notify-0.7 Status: install ok installed Priority: optional Section: introspection Installed-Size: 23 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libnotify Version: 0.7.6-2 Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, libnotify4 (>= 0.7.3) Description: sends desktop notifications to a notification daemon (Introspection files) A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gvfs-backends Status: install ok installed Priority: optional Section: gnome Installed-Size: 1684 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: gvfs Version: 1.22.2-1 Replaces: gvfs-common (<< 1.12.0-2) Depends: libarchive13, libatk1.0-0 (>= 1.12.4), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libbluetooth3 (>= 4.91), libbluray1 (>= 1:0.2.2), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcdio-cdda1 (>= 0.83), libcdio-paranoia1 (>= 0.83), libcdio13 (>= 0.83), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libexif12 (>= 0.6.21-1~), libexpat1 (>= 2.0.1), libgcrypt20 (>= 1.6.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgoa-1.0-0b (>= 3.7.90), libgphoto2-6 (>= 2.5.2), libgphoto2-port10 (>= 2.5.2), libgtk-3-0 (>= 3.0.0), libgudev-1.0-0 (>= 146), libimobiledevice4 (>= 1.1.5), libmtp9 (>= 1.1.6), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libplist2 (>= 1.11), libsecret-1-0 (>= 0.7), libsmbclient (>= 2:4.0.3+dfsg1), libsoup2.4-1 (>= 2.42.0), libusb-1.0-0 (>= 2:1.0.8), libxml2 (>= 2.7.4), dconf-gsettings-backend | gsettings-backend, gvfs (= 1.22.2-1), gvfs-daemons (= 1.22.2-1), gvfs-libs (= 1.22.2-1), gvfs-common (= 1.22.2-1), psmisc Recommends: gnome-keyring Suggests: obex-data-server, samba-common Breaks: gvfs-common (<< 1.12.0-2) Description: userspace virtual filesystem - backends gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the afc, afp, archive, cdda, dav, dnssd, ftp, gphoto2, http, mtp, network, obexftp, sftp, smb and smb-browse backends. Homepage: https://wiki.gnome.org/Projects/gvfs Package: cifs-utils Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 251 Maintainer: Debian Samba Maintainers Architecture: amd64 Version: 2:6.4-1 Replaces: smbfs (<< 2:4.0~rc1-1) Depends: samba-common, libc6 (>= 2.17), libcap-ng0, libkeyutils1 (>= 1.4), libkrb5-3 (>= 1.10+dfsg~), libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (>= 2:4.0.3+dfsg1) Recommends: keyutils, winbind Suggests: smbclient Conffiles: /etc/request-key.d/cifs.idmap.conf 4c95734a68b45b65a5dc7b108836427b /etc/request-key.d/cifs.spnego.conf db5289bad3063aea58e1814380259a28 Description: Common Internet File System utilities The SMB/CIFS protocol provides support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides utilities for managing mounts of CIFS network file systems. Homepage: http://www.samba.org/~jlayton/cifs-utils/ Package: libxcb-glx0 Status: install ok installed Priority: optional Section: libs Installed-Size: 127 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, glx extension This package contains the library files needed to run software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libgnome2-common Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 5713 Maintainer: Josselin Mouette Architecture: all Multi-Arch: foreign Source: libgnome Version: 2.32.1-5 Depends: gconf2 (>= 2.28.1-2) Suggests: desktop-base (>= 0.3.16) Breaks: gnome-panel (<< 2.28) Conffiles: /etc/sound/events/gtk-events-2.soundlist 763327976ae82fe8ed0868e1aaac62e8 /etc/sound/events/gnome-2.soundlist 1d02992a467d489da3c72d13b127d44f Description: The GNOME library - common files This package contains internationalization files for the base GNOME library functions. Package: libxcb-randr0 Status: install ok installed Priority: optional Section: libs Installed-Size: 75 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, randr extension This package contains the library files needed to run software using libxcb-randr, the randr extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: tracker-miner-fs Status: install ok installed Priority: optional Section: utils Installed-Size: 571 Maintainer: Michael Biebl Architecture: amd64 Source: tracker Version: 1.2.4-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.38.0), libtracker-miner-1.0-0 (= 1.2.4-2), libtracker-sparql-1.0-0 (= 1.2.4-2), libupower-glib3 (>= 0.99.0), libxml2 (>= 2.7.4), tracker (= 1.2.4-2), tracker-extract (= 1.2.4-2), procps Conffiles: /etc/sysctl.d/30-tracker.conf 391122c192e70423de086894f2175082 /etc/xdg/autostart/tracker-miner-apps.desktop 46cd52668958ff361edaeb28416616b4 /etc/xdg/autostart/tracker-miner-fs.desktop ab89f6f82f74069fa2b7d19be6992d4c /etc/xdg/autostart/tracker-miner-user-guides.desktop b6fec0cd414457f6f7f09e509268a005 Description: metadata database, indexer and search tool - filesystem indexer This package contains the tracker indexer for indexing your files and folders. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: libspice-client-gtk-3.0-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 384 Maintainer: Liang Guo Architecture: amd64 Multi-Arch: same Source: spice-gtk (0.25-1) Version: 0.25-1+b1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libgtk-3-0 (>= 3.9.10), libjpeg62-turbo (>= 1:1.3.1), libopus0 (>= 1.1), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpixman-1-0, libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libsasl2-2, libsoup2.4-1 (>= 2.4.0), libspice-client-glib-2.0-8 (>= 0.19), libssl1.0.0 (>= 1.0.0), libusb-1.0-0 (>= 2:1.0.8), libusbredirhost1 (>= 0.4.3), libusbredirparser1 (>= 0.6), libx11-6, libxrandr2, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: GTK3 widget for SPICE clients (runtime library) libspice-gtk3 provides gtk3 widget to show spice display and accept user input. . This package provide the runtime library. Homepage: http://www.spice-space.org/ Package: libfreerdp-cache1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 267 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libfreerdp-codec1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-common1.1.0 (>= 1.1.0~beta1+git20130629), libfreerdp-core1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-crypto1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-locale1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-primitives1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libjpeg62-turbo (>= 1.3.1), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-crypto0.1 (>= 1.1.0~beta1+git20130629), libwinpr-dsparse0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-input0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-pool0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-rpc0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sspi0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6, libxkbfile1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (cache library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the cache shared library. Homepage: http://www.freerdp.com/ Package: libcommons-io-java Status: install ok installed Priority: optional Section: java Installed-Size: 245 Maintainer: Debian Java Maintainers Architecture: all Source: commons-io Version: 2.4-2 Suggests: libcommons-io-java-doc Description: Common useful IO related classes Commons-IO contains utility classes, stream implementations, file filters and endian classes. Homepage: http://commons.apache.org/io/ Package: libraptor2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 454 Maintainer: Dave Beckett Architecture: amd64 Multi-Arch: same Source: raptor2 Version: 2.0.14-1 Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libyajl2 (>= 2.0.4) Pre-Depends: multiarch-support Suggests: raptor2-utils Breaks: libraptor1 (<< 1.4.21-3) Description: Raptor 2 RDF syntax library Raptor is a C library providing a set of parsers and serializers for Resource Description Framework (RDF) triples by parsing syntaxes or serializing the triples into a syntax. . The parsing syntaxes are RDF/JSON, RDF/XML, N-Triples, Turtle, GRDDL and RSS tag soup including Atom 0.3 and Atom 1.0. The serializing syntaxes are RDF/XML, N-Quads, N-Triples RSS 1.0 and Atom 1.0. Raptor can handle RDF/XML as used by RDF applications such as RSS 1.0, FOAF, DOAP, Dublin Core and OWL. . Raptor is designed for performance, flexibility and embedding (no memory leaks) and to closely match the revised RDF/XML specification. Homepage: http://librdf.org/raptor/ Package: openjdk-7-jdk Status: install ok installed Priority: optional Section: java Installed-Size: 158311 Maintainer: OpenJDK Team Architecture: amd64 Multi-Arch: same Source: openjdk-7 Version: 7u131-2.6.9-2~deb8u1 Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk Depends: openjdk-7-jre (= 7u131-2.6.9-2~deb8u1), libc6 (>= 2.2.5), libx11-6 Recommends: libxt-dev Suggests: openjdk-7-demo, openjdk-7-source, visualvm Description: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Homepage: http://openjdk.java.net/ Package: libwebpmux1 Status: install ok installed Priority: extra Section: libs Installed-Size: 75 Maintainer: Jeff Breidenbach Architecture: amd64 Multi-Arch: same Source: libwebp (0.4.1-1.2) Version: 0.4.1-1.2+b2 Depends: libc6 (>= 2.14), libwebp5 Pre-Depends: multiarch-support Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: http://webp.googlecode.com Package: libqt4-declarative Status: install ok installed Priority: optional Section: libs Installed-Size: 4220 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-network (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-script (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-sql (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xmlpatterns (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Suggests: libqt4-declarative-folderlistmodel, libqt4-declarative-gestures, libqt4-declarative-particles, libqt4-declarative-shaders, qt4-qmlviewer Description: Qt 4 Declarative module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt Declarative module provides a declarative framework for building highly dynamic, custom user interfaces. Homepage: http://qt-project.org/ Package: libgtk2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 6279 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtk+2.0 Version: 2.24.25-3+deb8u1 Provides: gtk2.0-binver-2.10.0 Depends: libgtk2.0-common, libatk1.0-0 (>= 1.32.0), libc6 (>= 2.14), libcairo2 (>= 1.6.4-6.1), libcups2 (>= 1.6.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libpango-1.0-0 (>= 1.28.3), libpangocairo-1.0-0 (>= 1.28.3), libpangoft2-1.0-0 (>= 1.28.3), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxinerama1, libxrandr2 (>= 2:1.2.99.3), libxrender1, shared-mime-info Pre-Depends: multiarch-support Recommends: hicolor-icon-theme, libgtk2.0-bin Suggests: librsvg2-common, gvfs Description: GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Homepage: http://www.gtk.org/ Package: libnm-util2 Status: install ok installed Priority: optional Section: libs Installed-Size: 759 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: network-manager Version: 0.9.10.0-7 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.33.14), libgnutls-deb0-28 (>= 3.3.0), libreadline6 (>= 6.0), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Description: network management framework (shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a convenience library to ease the access to NetworkManager. Homepage: https://wiki.gnome.org/Projects/NetworkManager Package: mahjongg Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 76 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-mahjongg Version: 1:3.14.1-1 Depends: gnome-mahjongg Description: classic Eastern tile game for GNOME (transitional package) This is a solitaire (one player) version of the classic Eastern tile game, Mahjongg. Homepage: https://wiki.gnome.org/Apps/Mahjongg Package: nfacct Status: install ok installed Priority: important Section: net Installed-Size: 54 Maintainer: Laurence J. Lane Architecture: amd64 Version: 1.0.1-1.1 Depends: libc6 (>= 2.7), libmnl0 (>= 1.0.3-4~), libnetfilter-acct1 Description: netfilter accounting object tool This is the command line tool to create/retrieve/delete netfilter accounting objects. . Requires Linux kernel 3.3+ nfnetlink_acct subsystem. Homepage: http://netfilter.org/projects/nfacct/ Package: perlmagick Status: install ok installed Priority: optional Section: perl Installed-Size: 152 Maintainer: ImageMagick Packaging Team Architecture: all Multi-Arch: foreign Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Depends: libimage-magick-perl Description: Perl interface to ImageMagick -- transition package PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This is a transition package that depends on libimage-magick-perl. . This package can safely be removed. Homepage: http://www.imagemagick.org/ Package: xserver-xorg-input-all Status: install ok installed Priority: optional Section: x11 Installed-Size: 62 Maintainer: Debian X Strike Force Architecture: amd64 Source: xorg Version: 1:7.7+7 Depends: xserver-xorg-input-evdev, xserver-xorg-input-vmmouse, xserver-xorg-input-synaptics Recommends: xserver-xorg-input-wacom Description: X.Org X server -- input driver metapackage This package depends on the full suite of input drivers for the X.Org X server (Xorg). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Package: libestr0 Status: install ok installed Priority: important Section: libs Installed-Size: 50 Maintainer: Pierre Chifflier Architecture: amd64 Source: libestr Version: 0.1.9-1.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Helper functions for handling strings (lib) The 'libestr' library implements some helper functions to handle strings and easily, escaping special characters etc. . This package contains the shared library. Homepage: http://libestr.sourceforge.net/ Package: libpaper-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 69 Maintainer: Giuseppe Sacco Architecture: amd64 Multi-Arch: foreign Source: libpaper Version: 1.1.24+nmu4 Replaces: libpaper1 (<< 1.1.10), libpaperg (<< 1.1.9) Depends: libc6 (>= 2.3), libpaper1 Description: library for handling paper characteristics (utilities) The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. . This package contains utilities for setting the system's default paper type and for accessing paper type information from shell scripts. Package: libexpat1 Status: install ok installed Priority: optional Section: libs Installed-Size: 347 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: expat Version: 2.1.0-6+deb8u3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Conflicts: wink (<= 1.5.1060-4) Description: XML parsing C library - runtime library This package contains the runtime, shared library of expat, the C library for parsing XML. Expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). Homepage: http://expat.sourceforge.net Package: libhttp-parser-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 87 Maintainer: Praveen Arimbrathodiyil Architecture: amd64 Source: http-parser Version: 2.1-2 Depends: libhttp-parser2.1 (= 2.1-2) Description: parser for HTTP messages: development libraries and header files It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). . This package contains development libraries and header files. Homepage: https://github.com/joyent/http-parser Package: xserver-xorg-video-r128 Status: install ok installed Priority: optional Section: x11 Installed-Size: 245 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-r128 (6.9.2-1) Version: 6.9.2-1+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Suggests: firmware-linux Description: X.Org X server -- ATI r128 display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Rage 'r128' series. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-r128 driver module. Package: speech-dispatcher Status: install ok installed Priority: optional Section: sound Installed-Size: 933 Maintainer: Debian TTS Team Architecture: amd64 Version: 0.8-7 Depends: adduser, lsb-base (>= 3.0-10), speech-dispatcher-audio-plugins (= 0.8-7), libc6 (>= 2.16), libdotconf0 (>= 1.0.13), libespeak1 (>= 1.48.04+dfsg), libflite1 (>= 1.4-release-9~), libglib2.0-0 (>= 2.35.9), libltdl7 (>= 2.4.2), libspeechd2 (>= 0.7.1) Recommends: pulseaudio Suggests: libttspico-utils, speech-dispatcher-doc-cs, speech-dispatcher-festival Conffiles: /etc/default/speech-dispatcher 69c4c0447f3a821ffd53c4557f8c3547 /etc/init.d/speech-dispatcher 2f220a9e28aaf30a8250410622599d53 /etc/logrotate.d/speech-dispatcher d4e2d2a520fa619ffde38df515a1f9ce /etc/speech-dispatcher/clients/emacs.conf 1e4a735e3fe42e5f24703200e77c8ce0 /etc/speech-dispatcher/clients/gnome-speech.conf 988bbb2a7d3c75bd42b0b897aaf6d48e /etc/speech-dispatcher/modules/cicero.conf b023c096829fc6f65727e261fbd4627d /etc/speech-dispatcher/modules/dtk-generic.conf 5e3c1164de36daa0aa1a48209402c4f6 /etc/speech-dispatcher/modules/epos-generic.conf 10e1c73204d433165464223aca882181 /etc/speech-dispatcher/modules/espeak-generic.conf 0bf1cf3780c3df8e3304203933712f22 /etc/speech-dispatcher/modules/espeak-mbrola-generic.conf 81847cfc6ec251b6119bec467999be46 /etc/speech-dispatcher/modules/espeak.conf c94738036222d8e6680517a865543b61 /etc/speech-dispatcher/modules/festival.conf cfd2100f11ec05ee88bf32dd633e4452 /etc/speech-dispatcher/modules/flite.conf efe8cb1e0584b68f6ca36a039c206f16 /etc/speech-dispatcher/modules/ibmtts.conf 8c8b9aab24d099f93118ca02ebb350eb /etc/speech-dispatcher/modules/ivona.conf 9e5b8c645badedaa921e7c2a8494c4ac /etc/speech-dispatcher/modules/llia_phon-generic.conf 03017ee31d9b483a63508792b0ecd342 /etc/speech-dispatcher/modules/pico-generic.conf ad4904e73d32e7c8cb647a829bd359ca /etc/speech-dispatcher/modules/swift-generic.conf d994780bb35f2e58f68bb5306adbe032 /etc/speech-dispatcher/speechd.conf 7ccd5670fd23a4e7c6eaa53aac01db9c Description: Common interface to speech synthesizers Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains Speech Dispatcher itself. Homepage: http://devel.freebsoft.org/speechd Package: libev4 Status: install ok installed Priority: extra Section: libs Installed-Size: 104 Maintainer: Jérémy Lal Architecture: amd64 Source: libev Version: 1:4.15-3 Depends: libc6 (>= 2.17) Description: high-performance event loop library modelled after libevent libev provides a full-featured and high-performance event loop that is loosely modelled after libevent. It includes relative timers, absolute timers with customized rescheduling, synchronous signals, process status change events, event watchers dealing with the event loop itself, file watchers, and even limited support for fork events. It uses a priority queue to manage timers and uses arrays as fundamental data structure. It has no artificial limitations on the number of watchers waiting for the same event. . libev supports select, poll, epoll, kqueue, and inotify. Homepage: http://libev.schmorp.de/ Package: libmono-addins0.2-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 684 Maintainer: Debian CLI Libraries Team Architecture: all Source: mono-addins Version: 1.0+git20130406.adcd75b-3 Depends: cli-common (>= 0.5.4), libc6 (>= 2.17) | libc6.1 (>= 2.17) | libc0.1 (>= 2.17), libmono-corlib4.5-cil (>= 1.0), libmono-sharpzip4.84-cil (>= 1.0), libmono-system-core4.0-cil (>= 3.0.6), libmono-system-xml4.0-cil (>= 3.0.6), libmono-system4.0-cil (>= 3.0.6) Description: addin framework for extensible CLI applications/libraries Mono.Addins is a framework for creating extensible CLI applications, and for creating libraries which extend those applications. Mono.Addins has been designed to be easy to use and useful for a wide range of applications: from simple applications with small extensibility needs, to complex applications which need support for large add-in structures. . This new framework intends to set an standard for building extensible applications and add-ins in Mono. . This package contains the Mono.Addins assemblies. Homepage: http://www.mono-project.com/Mono.Addins Package: libical1a Status: install ok installed Priority: optional Section: libs Installed-Size: 664 Maintainer: Fathi Boudra Architecture: amd64 Source: libical Version: 1.0-1.3 Replaces: libical1 Depends: tzdata, libc6 (>= 2.14) Breaks: libical1 Description: iCalendar library implementation in C (runtime) libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. . This package contains the files necessary for running applications that use the libical library. Homepage: http://freeassociation.sourceforge.net Package: libqt5dbus5 Status: install ok installed Priority: optional Section: libs Installed-Size: 601 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.3.1), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 D-Bus module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDBus module is a Unix-only library that you can use to make Inter-Process Communication using the D-Bus protocol. . Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties. Homepage: http://qt-project.org/ Package: libmailtools-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 233 Maintainer: Anibal Monsalve Salazar Architecture: all Version: 2.13-1 Replaces: mailtools (<= 1.15-1) Provides: libmail-perl, mailtools Depends: perl, libnet-perl, libtimedate-perl, libnet-smtp-ssl-perl Conflicts: mailtools (<= 1.15-1) Description: Manipulate email in perl programs This is a set of perl modules which provide an easy interface to manipulating email in an object-oriented fashion. Homepage: http://search.cpan.org/dist/MailTools/ Package: libparted2 Status: install ok installed Priority: optional Section: libs Installed-Size: 503 Maintainer: Parted Maintainer Team Architecture: amd64 Multi-Arch: same Source: parted Version: 3.2-7 Replaces: libparted0 (<< 2.2-4), libparted1 (<< 2.2), libparted1.4 (<< 1.4.24-2) Provides: libparted Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.90), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Suggests: parted, libparted-dev, libparted-i18n (= 3.2-7) Breaks: python-parted (<< 3.6-5) Conflicts: libparted1 (<< 2.2), parted (<< 1.4.13+14pre1) Description: disk partition manipulator - shared library GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the shared library. Homepage: http://www.gnu.org/software/parted Package: gstreamer1.0-libav Status: install ok installed Priority: optional Section: libs Installed-Size: 354 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-libav1.0 Version: 1.4.4-2 Depends: libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11), libavformat56 (>= 6:11~beta1), libavutil54 (>= 6:11~beta1), libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.4.0), libgstreamer1.0-0 (>= 1.4.0) Description: libav plugin for GStreamer This GStreamer plugin supports a large number of audio and video compression formats through the use of the libav library. The plugin contains GStreamer elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...), demuxing 30+ formats and colorspace conversion. . http://www.libav.org/ http://gstreamer.freedesktop.org/ http://gstreamer.freedesktop.org/modules/gst-libav.html Homepage: http://gstreamer.freedesktop.org/modules/gst-libav.html Gstreamer-Decoders: application/gxf; application/mxf; application/x-ape; application/x-gst-av-avs; application/x-gst-av-daud; application/x-gst-av-ea; application/x-gst-av-film_cpk; application/x-gst-av-idcin; application/x-gst-av-ipmovie; application/x-gst-av-mm; application/x-gst-av-mmf; application/x-gst-av-nut; application/x-gst-av-nuv; application/x-gst-av-psxstr; application/x-gst-av-smk; application/x-gst-av-sol; application/x-gst-av-vmd; application/x-gst-av-wc3movie; application/x-gst-av-wsaud; application/x-gst-av-wsvqa; application/x-yuv4mpeg, y4mversion=(int)2; audio/AMR; audio/AMR-WB; audio/G722; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]; audio/mpeg, mpegversion=(int)4, stream-format=(string)loas; audio/mpeg, mpegversion=(int){ 2, 4 }, stream-format=(string){ raw, adts, adif }; audio/ms-gsm; audio/qcelp; audio/x-ac3; audio/x-adpcm, layout=(string){ yamaha, xa, thp, swf, sbpro4, sbpro3, sbpro2, microsoft, westwood, dvi, smjpeg, quicktime, iss, ea-sead, ea-eacs, dk4, dk3, amv, g726, g721, ea-xas, ea-r1, ea-maxis-xa, ea, ct, adx, 4xm, ea-r3 }; audio/x-aiff; audio/x-alac; audio/x-dpcm, layout=(string){ xan, sol, roq, interplay }; audio/x-dts; audio/x-eac3; audio/x-ffmpeg-parsed-ape; audio/x-ffmpeg-parsed-musepack, streamversion=(int){ 8, 7 }; audio/x-flac; audio/x-gsm; audio/x-gst-av-mp3adu; audio/x-gst-av-mp3on4; audio/x-gst-av-vmdaudio; audio/x-gst-av-ws_snd1; audio/x-imc; audio/x-mace, maceversion=(int){ 6, 3 }; audio/x-mlp; audio/x-musepack, streamversion=(int)7; audio/x-nellymoser; audio/x-pn-realaudio, raversion=(int){ 2, 1, 8 }; audio/x-qdm2; audio/x-shorten; audio/x-sipro; audio/x-smpte-302m; audio/x-true-hd; audio/x-truespeech; audio/x-tta; audio/x-ttafile; audio/x-twin-vq; audio/x-vnd.sony.atrac1; audio/x-vnd.sony.atrac3; audio/x-voc; audio/x-wma, wmaversion=(int){ 2, 1, 3, 4 }; audio/x-wms; image/bmp; image/jpeg, parsed=(boolean)true; image/pbm; image/png; image/ppm; image/tiff; image/x-pcx; image/x-portable-anymap; image/x-portable-graymap; image/x-sgi; image/x-sun-raster; image/x-tga; unknown/unknown; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false; video/sp5x; video/x-4xm; video/x-aasc; video/x-amv; video/x-apple-intermediate-codec; video/x-apple-video; video/x-asus, asusversion=(int){ 2, 1 }; video/x-ati-vcr, vcrversion=(int)1; video/x-camstudio; video/x-camtasia; video/x-cinepak; video/x-cirrus-logic-accupak; video/x-compressed-yuv; video/x-divx, divxversion=(int)[ 3, 5 ]; video/x-dnxhd; video/x-dv, systemstream=(boolean)false; video/x-ffv, ffvversion=(int)1; video/x-flash-screen; video/x-flash-video, flvversion=(int)1; video/x-fraps; video/x-gst-av-8bps; video/x-gst-av-avs; video/x-gst-av-cavs; video/x-gst-av-ffvhuff; video/x-gst-av-flic; video/x-gst-av-idcinvideo; video/x-gst-av-interplayvideo; video/x-gst-av-mdec; video/x-gst-av-mmvideo; video/x-gst-av-pgmyuv; video/x-gst-av-qpeg; video/x-gst-av-roqvideo; video/x-gst-av-vmdvideo; video/x-gst-av-vqavideo; video/x-gst-av-wnv1; video/x-gst-av-xl; video/x-h261; video/x-h263, variant=(string)itu; video/x-h264, alignment=(string)au, stream-format=(string){ avc, byte-stream }; video/x-h265, alignment=(string)au, stream-format=(string){ hvc1, hev1, byte-stream }; video/x-huffyuv; video/x-indeo, indeoversion=(int){ 5, 4, 3, 2 }; video/x-intel-h263, variant=(string)intel; video/x-kmvc; video/x-lagarith; video/x-loco; video/x-mimic; video/x-mjpeg-b; video/x-msmpeg, msmpegversion=(int){ 43, 42, 41 }; video/x-msvideocodec, msvideoversion=(int)1; video/x-mszh; video/x-nsv; video/x-nuv; video/x-pn-realvideo, rmversion=(int){ 4, 3, 2, 1 }; video/x-prores; video/x-pva; video/x-qdrw; video/x-rle, layout=(string){ quicktime, microsoft }; video/x-smc; video/x-svq, svqversion=(int){ 3, 1 }; video/x-truemotion, trueversion=(int){ 2, 1 }; video/x-tscc, tsccversion=(int)2; video/x-ultimotion; video/x-vmnc; video/x-vp3; video/x-vp5; video/x-vp6; video/x-vp6-alpha; video/x-vp6-flash; video/x-vp8; video/x-wmv, wmvversion=(int)3, format=(string){ WMV3, WVC1, WMVA, MSS2 }; video/x-wmv, wmvversion=(int){ 2, 1 }; video/x-xan, wcversion=(int){ 4, 3 }; video/x-zlib; video/x-zmbv Gstreamer-Elements: avdec_4xm, avdec_8bps, avdec_8svx_exp, avdec_8svx_fib, avdec_aac, avdec_aac_latm, avdec_aasc, avdec_ac3, avdec_adpcm_4xm, avdec_adpcm_adx, avdec_adpcm_ct, avdec_adpcm_ea, avdec_adpcm_ea_maxis_xa, avdec_adpcm_ea_r1, avdec_adpcm_ea_r2, avdec_adpcm_ea_r3, avdec_adpcm_ea_xas, avdec_adpcm_ima_amv, avdec_adpcm_ima_apc, avdec_adpcm_ima_dk3, avdec_adpcm_ima_dk4, avdec_adpcm_ima_ea_eacs, avdec_adpcm_ima_ea_sead, avdec_adpcm_ima_iss, avdec_adpcm_ima_qt, avdec_adpcm_ima_smjpeg, avdec_adpcm_ima_wav, avdec_adpcm_ima_ws, avdec_adpcm_ms, avdec_adpcm_sbpro_2, avdec_adpcm_sbpro_3, avdec_adpcm_sbpro_4, avdec_adpcm_swf, avdec_adpcm_thp, avdec_adpcm_vima, avdec_adpcm_xa, avdec_adpcm_yamaha, avdec_aic, avdec_alac, avdec_alias_pix, avdec_als, avdec_amrnb, avdec_amrwb, avdec_amv, avdec_anm, avdec_ansi, avdec_ape, avdec_asv1, avdec_asv2, avdec_atrac1, avdec_atrac3, avdec_atrac3plus, avdec_aura, avdec_aura2, avdec_avs, avdec_bethsoftvid, avdec_bfi, avdec_binkaudio_dct, avdec_binkaudio_rdft, avdec_binkvideo, avdec_bmp, avdec_bmv_audio, avdec_bmv_video, avdec_brender_pix, avdec_c93, avdec_camstudio, avdec_camtasia, avdec_cavs, avdec_cdgraphics, avdec_cdxl, avdec_cinepak, avdec_cljr, avdec_cllc, avdec_comfortnoise, avdec_cook, avdec_cyuv, avdec_dca, avdec_dfa, avdec_dnxhd, avdec_dpx, avdec_dsicinaudio, avdec_dsicinvideo, avdec_dvvideo, avdec_dxa, avdec_dxtory, avdec_eac3, avdec_eacmv, avdec_eamad, avdec_eatgq, avdec_eatgv, avdec_eatqi, avdec_escape124, avdec_escape130, avdec_exr, avdec_ffv1, avdec_ffvhuff, avdec_fic, avdec_flac, avdec_flashsv, avdec_flashsv2, avdec_flic, avdec_flv, avdec_fraps, avdec_frwu, avdec_g2m, avdec_g722, avdec_g723_1, avdec_g726, avdec_gsm, avdec_gsm_ms, avdec_h261, avdec_h263, avdec_h263i, avdec_h264, avdec_h265, avdec_hnm4video, avdec_huffyuv, avdec_iac, avdec_idcinvideo, avdec_iff_byterun1, avdec_iff_ilbm, avdec_imc, avdec_indeo2, avdec_indeo3, avdec_indeo4, avdec_indeo5, avdec_interplay_dpcm, avdec_interplayvideo, avdec_jpeg2000, avdec_jpegls, avdec_jv, avdec_kgv1, avdec_kmvc, avdec_lagarith, avdec_loco, avdec_mace3, avdec_mace6, avdec_mdec, avdec_metasound, avdec_mimic, avdec_mjpeg, avdec_mjpegb, avdec_mlp, avdec_mmvideo, avdec_motionpixels, avdec_mp1float, avdec_mp2float, avdec_mp3, avdec_mp3adu, avdec_mp3adufloat, avdec_mp3float, avdec_mp3on4, avdec_mp3on4float, avdec_mpc7, avdec_mpc8, avdec_mpeg2video, avdec_mpeg4, avdec_msa1, avdec_msmpeg4, avdec_msmpeg4v1, avdec_msmpeg4v2, avdec_msrle, avdec_mss1, avdec_mss2, avdec_msvideo1, avdec_mszh, avdec_mts2, avdec_mvc1, avdec_mvc2, avdec_mxpeg, avdec_nellymoser, avdec_nuv, avdec_on2avc, avdec_opus, avdec_paf_audio, avdec_paf_video, avdec_pam, avdec_pbm, avdec_pcm_lxf, avdec_pcm_s24le_planar, avdec_pcm_s32le_planar, avdec_pcm_s8_planar, avdec_pcx, avdec_pgm, avdec_pgmyuv, avdec_pictor, avdec_png, avdec_ppm, avdec_prores, avdec_ptx, avdec_qcelp, avdec_qdm2, avdec_qdraw, avdec_qpeg, avdec_qtrle, avdec_r10k, avdec_ralf, avdec_real_144, avdec_real_288, avdec_rl2, avdec_roq_dpcm, avdec_roqvideo, avdec_rpza, avdec_rv10, avdec_rv20, avdec_rv30, avdec_rv40, avdec_s302m, avdec_sanm, avdec_sgi, avdec_sgirle, avdec_shorten, avdec_sipr, avdec_smackaud, avdec_smackvid, avdec_smc, avdec_sol_dpcm, avdec_sp5x, avdec_sunrast, avdec_svq1, avdec_svq3, avdec_tak, avdec_targa, avdec_thp, avdec_tiertexseqvideo, avdec_tiff, avdec_tmv, avdec_truehd, avdec_truemotion1, avdec_truemotion2, avdec_truespeech, avdec_tscc2, avdec_tta, avdec_twinvq, avdec_txd, avdec_ultimotion, avdec_utvideo, avdec_v410, avdec_vb, avdec_vble, avdec_vc1, avdec_vc1image, avdec_vcr1, avdec_vmdaudio, avdec_vmdvideo, avdec_vmnc, avdec_vp3, avdec_vp5, avdec_vp6, avdec_vp6a, avdec_vp6f, avdec_vp7, avdec_vp8, avdec_vp9, avdec_vqavideo, avdec_webp, avdec_wmalossless, avdec_wmapro, avdec_wmav1, avdec_wmav2, avdec_wmavoice, avdec_wmv1, avdec_wmv2, avdec_wmv3, avdec_wmv3image, avdec_wnv1, avdec_ws_snd1, avdec_xan_dpcm, avdec_xan_wc3, avdec_xan_wc4, avdec_xbm, avdec_xl, avdec_xwd, avdec_yop, avdec_zerocodec, avdec_zlib, avdec_zmbv, avdeinterlace, avdemux_4xm, avdemux_aiff, avdemux_ape, avdemux_avs, avdemux_daud, avdemux_ea, avdemux_film_cpk, avdemux_gxf, avdemux_idcin, avdemux_ipmovie, avdemux_mm, avdemux_mmf, avdemux_mpc, avdemux_mxf, avdemux_nsv, avdemux_nut, avdemux_nuv, avdemux_psxstr, avdemux_pva, avdemux_smk, avdemux_sol, avdemux_tta, avdemux_vmd, avdemux_voc, avdemux_wc3movie, avdemux_wsaud, avdemux_wsvqa, avdemux_yuv4mpegpipe, avenc_a64multi, avenc_a64multi5, avenc_aac, avenc_ac3, avenc_ac3_fixed, avenc_adpcm_adx, avenc_adpcm_ima_qt, avenc_adpcm_ima_wav, avenc_adpcm_ms, avenc_adpcm_swf, avenc_adpcm_yamaha, avenc_alac, avenc_alias_pix, avenc_asv1, avenc_asv2, avenc_bmp, avenc_cljr, avenc_comfortnoise, avenc_dnxhd, avenc_dpx, avenc_dvvideo, avenc_eac3, avenc_ffv1, avenc_ffvhuff, avenc_flashsv, avenc_flv, avenc_g722, avenc_g726, avenc_h261, avenc_h263, avenc_h263p, avenc_huffyuv, avenc_jpegls, avenc_ljpeg, avenc_mjpeg, avenc_mp2, avenc_mpeg1video, avenc_mpeg2video, avenc_mpeg4, avenc_msmpeg4, avenc_msmpeg4v2, avenc_nellymoser, avenc_pam, avenc_pbm, avenc_pcx, avenc_pgm, avenc_pgmyuv, avenc_png, avenc_ppm, avenc_prores, avenc_qtrle, avenc_real_144, avenc_roq_dpcm, avenc_roqvideo, avenc_rv10, avenc_rv20, avenc_sgi, avenc_sunrast, avenc_svq1, avenc_targa, avenc_tiff, avenc_utvideo, avenc_v410, avenc_wmav1, avenc_wmav2, avenc_wmv1, avenc_wmv2, avenc_xbm, avenc_xwd, avenc_zmbv, avmux_3g2, avmux_3gp, avmux_a64, avmux_adts, avmux_adx, avmux_aiff, avmux_amr, avmux_asf, avmux_asf_stream, avmux_au, avmux_avi, avmux_avm2, avmux_daud, avmux_dv, avmux_dvd, avmux_f4v, avmux_filmstrip, avmux_flv, avmux_gxf, avmux_hds, avmux_hls, avmux_ilbc, avmux_ipod, avmux_ismv, avmux_ivf, avmux_latm, avmux_matroska, avmux_md5, avmux_mmf, avmux_mov, avmux_mp2, avmux_mp3, avmux_mp4, avmux_mpeg, avmux_mpegts, avmux_mpjpeg, avmux_mxf, avmux_mxf_d10, avmux_nut, avmux_ogg, avmux_oma, avmux_psp, avmux_rcv, avmux_rm, avmux_rso, avmux_rtsp, avmux_sap, avmux_smjpeg, avmux_smoothstreaming, avmux_sox, avmux_spdif, avmux_svcd, avmux_swf, avmux_vcd, avmux_vob, avmux_voc, avmux_wav, avmux_webm, avmux_yuv4mpegpipe Gstreamer-Encoders: application/gxf; application/mxf; application/ogg; application/x-gst-av-a64; application/x-gst-av-adts; application/x-gst-av-adx; application/x-gst-av-asf_stream; application/x-gst-av-avm2; application/x-gst-av-daud; application/x-gst-av-dvd; application/x-gst-av-f4v; application/x-gst-av-filmstrip; application/x-gst-av-hds; application/x-gst-av-hls; application/x-gst-av-ilbc; application/x-gst-av-ismv; application/x-gst-av-ivf; application/x-gst-av-latm; application/x-gst-av-md5; application/x-gst-av-mmf; application/x-gst-av-mpjpeg; application/x-gst-av-nut; application/x-gst-av-oma; application/x-gst-av-rcv; application/x-gst-av-rso; application/x-gst-av-rtsp; application/x-gst-av-sap; application/x-gst-av-smjpeg; application/x-gst-av-smoothstreaming; application/x-gst-av-sox; application/x-gst-av-spdif; application/x-gst-av-svcd; application/x-gst-av-vcd; application/x-gst-av-vob; application/x-pn-realmedia, systemstream=(boolean)true; application/x-shockwave-flash; application/x-yuv4mpeg, y4mversion=(int)2; audio/G722; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, base-profile=(string)lc; audio/mpeg, mpegversion=(int)1, layer=(int)2; audio/x-ac3; audio/x-adpcm, layout=(string){ yamaha, swf, microsoft, dvi, quicktime, g726, adx }; audio/x-aiff; audio/x-alac; audio/x-amr-nb-sh; audio/x-au; audio/x-dpcm, layout=(string)roq; audio/x-eac3; audio/x-nellymoser; audio/x-pn-realaudio, raversion=(int)1; audio/x-voc; audio/x-wav; audio/x-wma, wmaversion=(int){ 2, 1 }; image/bmp; image/jpeg, parsed=(boolean)true; image/pbm; image/png; image/ppm; image/tiff; image/x-pcx; image/x-portable-anymap; image/x-portable-graymap; image/x-sgi; image/x-sun-raster; image/x-tga; unknown/unknown; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, profile=(string){ simple, advanced-simple }; video/mpeg, mpegversion=(int){ 2, 1 }, systemstream=(boolean)false; video/mpeg, systemstream=(boolean)true; video/mpegts, systemstream=(boolean)true; video/quicktime, variant=(string){ 3gpp, 3g2, psp, iso, apple, ipod }; video/webm; video/x-asus, asusversion=(int){ 2, 1 }; video/x-cirrus-logic-accupak; video/x-divx, divxversion=(int)5; video/x-dnxhd; video/x-dv, systemstream=(boolean){ true, false }; video/x-ffv, ffvversion=(int)1; video/x-flash-screen; video/x-flash-video, flvversion=(int)1; video/x-flv; video/x-gst-av-ffvhuff; video/x-gst-av-pgmyuv; video/x-gst-av-roqvideo; video/x-h261; video/x-h263, variant=(string)itu, h263version=(string){ h263p, h263 }; video/x-huffyuv; video/x-matroska; video/x-ms-asf; video/x-msmpeg, msmpegversion=(int){ 43, 42 }; video/x-msvideo; video/x-pn-realvideo, rmversion=(int){ 2, 1 }; video/x-prores; video/x-rle, layout=(string)quicktime; video/x-svq, svqversion=(int)1; video/x-wmv, wmvversion=(int){ 2, 1 }; video/x-zmbv Gstreamer-Version: 1.4 Package: libanyevent-i3-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.16-1 Depends: perl, libanyevent-perl, libjson-xs-perl Description: Perl module to communicate with the i3 window manager AnyEvent::I3 provides integration of the i3 IPC protocol into the AnyEvent framework. Use it to have an easy way of communicating with i3 using event-based (or blocking, if you like) programming. Homepage: https://metacpan.org/release/AnyEvent-I3 Package: libobjc4 Status: install ok installed Priority: optional Section: libs Installed-Size: 428 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1) Pre-Depends: multiarch-support Description: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Homepage: http://gcc.gnu.org/ Package: less Status: install ok installed Priority: important Section: text Installed-Size: 253 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 458-3 Depends: libc6 (>= 2.14), libtinfo5, debianutils (>= 1.8) Description: pager program similar to more This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Less has many more features than the basic pager "more". As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. . Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files. Homepage: http://www.greenwoodsoftware.com/less/ Package: libmwaw-0.3-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 6165 Maintainer: Rene Engelhard Architecture: amd64 Source: libmwaw Version: 0.3.1-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), librevenge-0.0-0, libstdc++6 (>= 4.9) Description: import library for some old Mac text documents libmwaw contains some import filters for old Mac text documents (MacWrite, ClarisWorks, ... ) based on top of libwpd. Homepage: http://sourceforge.net/projects/libmwaw Package: gir1.2-ibus-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 597 Maintainer: IME Packaging Team Architecture: amd64 Multi-Arch: same Source: ibus Version: 1.5.9-1 Depends: gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libibus-1.0-5 (>= 1.5.5), python3:any (>= 3.3.2-2~), python:any (>= 2.7.5-5~), python:any (<< 2.8) Description: Intelligent Input Bus - introspection data IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the GObject introspection data which are needed for developing the IBus applications in various programming languages with GObject introspection support. Homepage: https://github.com/ibus/ibus/releases Package: task-german Status: install ok installed Priority: optional Section: tasks Installed-Size: 21 Maintainer: Debian Install System Team Architecture: all Source: tasksel Version: 3.31+deb8u1 Depends: tasksel (= 3.31+deb8u1), manpages-de Recommends: wngerman, ingerman, doc-linux-de, aspell-de, aspell-de-alt Description: German environment This task installs packages and documentation in German to help German speaking people use Debian. Package: gstreamer0.10-x Status: install ok installed Priority: optional Section: libs Installed-Size: 755 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-base0.10 Version: 0.10.36-2 Provides: gstreamer0.10-videosink Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.31.8), libgstreamer0.10-0 (>= 0.10.36), libice6 (>= 1:1.0.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.16.0), libsm6, libx11-6, libxext6, libxml2 (>= 2.6.27), libxv1, libgstreamer-plugins-base0.10-0 (>= 0.10.36) Description: GStreamer plugins for X11 and Pango GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins for X11 video output, both for standard Xlib support and for the Xv extension, as well as the plugin for Pango-based text rendering and overlay. Homepage: http://gstreamer.freedesktop.org Gstreamer-Elements: clockoverlay, textoverlay, textrender, timeoverlay, ximagesink, xvimagesink Gstreamer-Version: 0.10 Package: libgoa-backend-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 778 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gnome-online-accounts Version: 3.14.2-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgck-1-0 (>= 2.91.1), libgcr-base-3-1 (>= 3.8.0), libgcr-ui-3-1 (>= 3.8.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.38), libgoa-1.0-0b (>= 3.13.90), libgtk-3-0 (>= 3.11.5), libjavascriptcoregtk-3.0-0 (>= 1.5.1), libjson-glib-1.0-0 (>= 0.12.0), libp11-kit0 (>= 0.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), librest-0.7-0 (>= 0.7), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.41), libtelepathy-glib0 (>= 0.19.9), libwebkitgtk-3.0-0 (>= 2.1.90), libxml2 (>= 2.9.0), libgoa-1.0-common (= 3.14.2-1) Pre-Depends: multiarch-support Description: backend library for GNOME Online Accounts This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package contains the backend libraries used by GOA applications. Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts Package: libfont-afm-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 120 Maintainer: Debian Perl Group Architecture: all Version: 1.20-1 Depends: perl (>= 5.6.0-16) Description: Font::AFM - Interface to Adobe Font Metrics files This module implements the Font::AFM class. Objects of this class are initialised from an AFM-file and allows you to obtain information about the font and the metrics of the various glyphs in the font. . All measurements in AFM files are given in terms of units equal to 1/1000 of the scale factor of the font being used. To compute actual sizes in a document, these amounts should be multiplied by (scale factor of font)/1000. Homepage: http://search.cpan.org/dist/Font-AFM/ Package: libpcre3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 985 Maintainer: Mark Baker Architecture: amd64 Multi-Arch: same Source: pcre3 Version: 2:8.35-3.3+deb8u4 Depends: libc6-dev, libpcre3 (= 2:8.35-3.3+deb8u4), libpcrecpp0 (= 2:8.35-3.3+deb8u4) Conflicts: libpcre1-dev, libpcre2-dev Description: Perl 5 Compatible Regular Expression Library - development files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the development files, including headers, static libraries, and documentation. Package: clang Status: install ok installed Priority: optional Section: devel Installed-Size: 41 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.25) Version: 1:3.5-25 Replaces: clang (<< 3.2-1~exp2), clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1) Depends: clang-3.5 (>= 3.5~) Breaks: clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1) Description: C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This is a dependency package providing the default clang compiler. Package: libwnck-3-common Status: install ok installed Priority: optional Section: libs Installed-Size: 2499 Maintainer: Josselin Mouette Architecture: all Multi-Arch: foreign Source: libwnck3 Version: 3.4.9-3 Description: Window Navigator Construction Kit - common files A library to use for writing pagers and task lists. . This package contains internationalization files. Package: libtwolame0 Status: install ok installed Priority: optional Section: libs Installed-Size: 166 Maintainer: Debian MythTV Team Architecture: amd64 Source: twolame Version: 0.3.13-1.1 Depends: libc6 (>= 2.3.4) Description: MPEG Audio Layer 2 encoding library TwoLAME is an optimized MPEG Audio Layer 2 encoder. It is based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. . TwoLAME does NOT support MPEG Audio Layer 3 (MP3) encoding due to patent issues surrounding MP3. . However, as most MPEG Audio players are able to play layer 2 (MP2) files, TwoLAME makes a very good drop-in replacement for LAME and other layer 3 encoders. . This package contains the shared library. Homepage: http://www.twolame.org Package: qtquick1-5-dev-tools Status: install ok installed Priority: optional Section: libdevel Installed-Size: 444 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Source: qtquick1-opensource-src Version: 5.3.2-3 Depends: libqt5declarative5 (= 5.3.2-3), qtchooser, libc6 (>= 2.14), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.3.0), libqt5network5 (>= 5.0.2), libqt5opengl5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2, qtquick1-abi-5-2-1 Description: Qt Quick 1 tools Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs for Qt Quick 1 on Qt 5. Homepage: http://qt-project.org/ Package: gir1.2-gtkclutter-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 14 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: clutter-gtk Version: 1.6.0-1 Replaces: gir1.0-clutter-gtk-1.0 Depends: gir1.2-clutter-1.0, gir1.2-gtk-3.0, libclutter-gtk-1.0-0 (>= 1.3.2) Conflicts: gir1.0-clutter-gtk-1.0 Description: GObject introspection data for the GTK+ Clutter library This package contains introspection data for the GTK+ Clutter widget. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.clutter-project.org/ Package: gir1.2-atk-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 120 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: atk1.0 Version: 2.14.0-1 Replaces: gir1.0-gtk-2.0 (<< 2.22), gobject-introspection-repository Depends: gir1.2-glib-2.0, libatk1.0-0 (>= 2.12.0) Conflicts: gir1.0-atk-1.0 Description: ATK accessibility toolkit (GObject introspection) ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This package can be used by other packages using the GIRepository format to generate dynamic bindings Homepage: http://www.gtk.org/ Package: lp-solve Status: install ok installed Priority: optional Section: math Installed-Size: 667 Maintainer: Juan Esteban Monsalve Tobon Architecture: amd64 Source: lp-solve (5.5.0.13-7) Version: 5.5.0.13-7+b1 Depends: libc6 (>= 2.14), libcolamd2.8.0 Description: Solve (mixed integer) linear programming problems The linear programming (LP) problem can be formulated as: Solve A.x >= V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative) variables, V1 is a vector called the right hand side, and V2 is a vector specifying the objective function. . An integer linear programming (ILP) problem is an LP with the constraint that all the variables are integers. In a mixed integer linear programming (MILP) problem, some of the variables are integer and others are real. . The program lp_solve solves LP, ILP, and MILP problems. It is slightly more general than suggested above, in that every row of A (specifying one constraint) can have its own (in)equality, <=, >= or =. The result specifies values for all variables. . lp_solve uses the 'Simplex' algorithm and sparse matrix methods for pure LP problems. If one or more of the variables is declared integer, the Simplex algorithm is iterated with a branch and bound algorithm, until the desired optimal solution is found. lp_solve can read MPS format input files. . Homepage http://www.geocities.com/lpsolve/ Homepage: http://lpsolve.sourceforge.net Package: libqtgui4 Status: install ok installed Priority: optional Section: libs Installed-Size: 12528 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: fontconfig, libaudio2, libc6 (>= 2.15), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.12.0), libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmng1 (>= 1.0.10), libpng12-0 (>= 1.2.13-4), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libsm6, libstdc++6 (>= 4.1.1), libtiff5 (>= 4.0.3), libx11-6, libxext6, libxrender1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: libcups2 Suggests: qt4-qtconfig Description: Qt 4 GUI module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtGui module extends QtCore with GUI functionality. Homepage: http://qt-project.org/ Package: libraw1394-11 Status: install ok installed Priority: optional Section: libs Installed-Size: 123 Maintainer: Guus Sliepen Architecture: amd64 Multi-Arch: same Source: libraw1394 Version: 2.1.0-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: libraw1394-doc Description: library for direct access to IEEE 1394 bus (aka FireWire) libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. Homepage: https://ieee1394.wiki.kernel.org/ Package: ccache Status: install ok installed Priority: optional Section: devel Installed-Size: 195 Maintainer: Y Giridhar Appaji Nag Architecture: amd64 Source: ccache (3.1.12-1) Version: 3.1.12-1+b1 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Suggests: distcc Description: Compiler cache for fast recompilation of C/C++ code ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++. Homepage: http://ccache.samba.org Package: libjaxp1.3-java Status: install ok installed Priority: optional Section: java Installed-Size: 661 Maintainer: Debian Java Maintainers Architecture: all Version: 1.3.05-2 Suggests: libjaxp1.3-java-gcj Conflicts: libxalan2-java (<= 2.7.1-2) Description: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX) xml-apis.jar from the Apache XML Commons project is used by the Xerces-J XML parser and Xalan-J XSLT processor and specifies these APIs: * Document Object Model (DOM) level 3 * Simple API for XML (SAX) 2.0.2 * Java APIs for XML Processing (JAXP) 1.3.04 * Transformation API for XML (TrAX) 1.3.04 * Document Object Model (DOM) Level 3 Load and Save * JSR 206 Java API for XML Processing 1.3 . These classes are also used in Sun's reference implementation. A GPL'ed implementation of these APIs can be found in the libgnujaxp-java package. Homepage: http://java.sun.com/xml/jaxp/index.jsp Package: make Status: install ok installed Priority: optional Section: devel Installed-Size: 1295 Maintainer: Manoj Srivastava Architecture: amd64 Source: make-dfsg Version: 4.0-8.1 Replaces: make-guile Depends: libc6 (>= 2.17) Suggests: make-doc Conflicts: make-guile Description: utility for directing compilation GNU Make is a utility which controls the generation of executables and other target files of a program from the program's source files. It determines automatically which pieces of a large program need to be (re)created, and issues the commands to (re)create them. Make can be used to organize any task in which targets (files) are to be automatically updated based on input files whenever the corresponding input is newer --- it is not limited to building computer programs. Indeed, Make is a general purpose dependency solver. Homepage: http://www.gnu.org/software/make/ Package: libqt5multimediawidgets5 Status: install ok installed Priority: optional Section: libs Installed-Size: 173 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtmultimedia-opensource-src Version: 5.3.2-5 Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.2.0), libqt5multimedia5 (>= 5.0.2), libqt5opengl5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 Multimedia Widgets module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains a set of widgets to play and record media, and manage a collection of media content. Homepage: https://qt-project.org/ Package: liblzma5 Status: install ok installed Priority: required Section: libs Installed-Size: 309 Maintainer: Jonathan Nieder Architecture: amd64 Multi-Arch: same Source: xz-utils (5.1.1alpha+20120614-2) Version: 5.1.1alpha+20120614-2+b3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: XZ-format compression library XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) Homepage: http://tukaani.org/xz/ Package: libjson-glib-1.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 348 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: json-glib Version: 1.0.2-1 Description: GLib JSON manipulation library (common files) JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. . This package contains the translations files. Homepage: https://wiki.gnome.org/JsonGlib Package: virtuoso-opensource-6.1-bin Status: install ok installed Priority: optional Section: database Installed-Size: 11831 Maintainer: Debian Krap Maintainers Architecture: amd64 Source: virtuoso-opensource Version: 6.1.6+dfsg2-2 Depends: libc6 (>= 2.15), libldap-2.4-2 (>= 2.4.7), libpcre3 (>= 8.10), libreadline6 (>= 6.0), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Description: high-performance database - binaries OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the core Virtuoso binaries. Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/ Package: obex-data-server Status: install ok installed Priority: optional Section: admin Installed-Size: 192 Maintainer: Filippo Giunchedi Architecture: amd64 Source: obex-data-server (0.4.5-1) Version: 0.4.5-1+b4 Depends: libbluetooth3 (>= 4.91), libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.37.3), libgomp1 (>= 4.2.1), libmagickcore-6.q16-2 (>= 8:6.8.8.2), libmagickwand-6.q16-2 (>= 8:6.8.8.2), libopenobex1, libusb-0.1-4 (>= 2:0.1.12) Recommends: python, python-dbus, python-gobject Conffiles: /etc/obex-data-server/imaging_capabilities.xml 0a887ca2727603bdc4c97f0e16b63333 /etc/obex-data-server/capability.xml 3d427ce2283eb582158048896ec3cfcb Description: D-Bus service for OBEX client and server side functionality obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality (currently supports OPP and FTP profiles and Bluetooth transport). Homepage: http://wiki.muiline.com/obex-data-server Package: fontconfig-config Status: install ok installed Priority: optional Section: fonts Installed-Size: 425 Maintainer: Keith Packard Architecture: all Multi-Arch: foreign Source: fontconfig Version: 2.11.0-6.3+deb8u1 Replaces: fontconfig (<< 2.3.2-2) Depends: debconf (>= 0.5) | debconf-2.0, ucf (>= 0.29), fonts-dejavu-core | ttf-bitstream-vera | fonts-liberation | fonts-freefont Conflicts: fontconfig (<< 2.3.2-2) Conffiles: /etc/fonts/conf.d/README 42d13304ed2e9e5b60b74d6ed29b3729 /etc/fonts/fonts.conf eb95ec3d184f6007edbcf5a0c2cbf0bc Description: generic font configuration library - configuration Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the configuration files and scripts for fontconfig. Package: geany Status: install ok installed Priority: optional Section: devel Installed-Size: 3000 Maintainer: Geany Packaging Team Architecture: amd64 Version: 1.24.1+dfsg-1 Provides: geany-abi-69, geany-api-217 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.15), libcairo2 (>= 1.6.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.22.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), geany-common (= 1.24.1+dfsg-1) Pre-Depends: multiarch-support Suggests: libvte9, doc-base Breaks: geany-plugins-common (<< 0.21) Description: fast and lightweight IDE Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation Homepage: http://www.geany.org Package: libreoffice-writer Status: install ok installed Priority: optional Section: editors Installed-Size: 28053 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-core (<< 1:3.3.2-5) Depends: libreoffice-base-core (= 1:4.3.3-2+deb8u7), libreoffice-core (= 1:4.3.3-2+deb8u7), libabw-0.1-1, libc6 (>= 2.19), libe-book-0.1-1, libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstdc++6 (>= 4.9), libwpd-0.10-10, libwpg-0.3-3, libwps-0.3-3, libxml2 (>= 2.7.4), uno-libs3 (>= 4.2.0~rc1), ure, zlib1g (>= 1:1.1.4) Recommends: libreoffice-math Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito, libreoffice-base, libreoffice-gcj, libreoffice-java-common (>= 1:4.3.3~), default-jre | gcj-jre | openjdk-7-jre | openjdk-6-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre Description: office productivity suite -- word processor LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the wordprocessor component for LibreOffice. Homepage: http://www.libreoffice.org Package: libmpeg2encpp-2.1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 225 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: mjpegtools Version: 1:2.1.0+debian-3 Replaces: libmpeg2encpp-2.0-0 (>> 1:2.1.0) Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libmjpegutils-2.1-0, libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Breaks: libmpeg2encpp-2.0-0 (>> 1:2.1.0) Description: MJPEG capture/editing/replay and MPEG encoding toolset (library) The mjpeg programs are a set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video under Linux. . This package contains the shared mpeg2encpp library. Homepage: http://mjpeg.sourceforge.net/ Package: libxcb-xfixes0 Status: install ok installed Priority: optional Section: libs Installed-Size: 43 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, xfixes extension This package contains the library files needed to run software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libimage-magick-q16-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 860 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: allowed Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Replaces: perlmagick (<< 8:6.8.3.10-1~) Provides: libimage-magick-defaultquantum-perl Depends: perl (>= 5.20.2-3+deb8u6), perlapi-5.20.2, libc6 (>= 2.4), libmagickcore-6.q16-2 (>= 8:6.8.9.9), libperl5.20 (>= 5.20.2) Suggests: imagemagick-doc Breaks: perlmagick (<< 8:6.8.3.10-1~) Description: Perl interface to the ImageMagick graphics routines -- Q16 version PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This is the 16 bits integer quantum depth package. Homepage: http://www.imagemagick.org/ Package: zenity Status: install ok installed Priority: optional Section: gnome Installed-Size: 359 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Version: 3.14.0-1 Depends: libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk-3-0 (>= 3.0.0), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libwebkitgtk-3.0-0 (>= 1.3.10), libx11-6, zenity-common (= 3.14.0-1) Description: Display graphical dialog boxes from shell scripts Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. . Zenity includes a gdialog wrapper script so that it can be used with legacy scripts. Homepage: https://wiki.gnome.org/Projects/Zenity Package: xserver-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 1874 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: xorg-server Version: 2:1.16.4-1 Replaces: xserver-xorg-core (<< 2:1.5.2) Depends: x11-common, xkb-data, x11-xkb-utils Recommends: xfonts-base, xauth Description: common files used by various X servers This package provides files necessary for all X.Org based X servers. Package: libpurple-bin Status: install ok installed Priority: optional Section: net Installed-Size: 177 Maintainer: Ari Pollak Architecture: all Source: pidgin Version: 2.11.0-0+deb8u2 Depends: libpurple0, python, python-dbus Description: multi-protocol instant messaging library - extra utilities This package contains the utilities not included in the main libpurple0 package. Currently included are: purple-remote, purple-send, purple-send-async, and purple-url-handler. Homepage: http://www.pidgin.im Package: libxcb-icccm4 Status: install ok installed Priority: extra Section: libs Installed-Size: 73 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: xcb-util-wm Version: 0.4.1-1 Depends: libc6 (>= 2.14), libxcb1 Pre-Depends: multiarch-support Description: utility libraries for X C Binding -- icccm This package contains the library files needed to run software using libxcb-icccm, providing client and window-manager helpers for ICCCM. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Homepage: http://xcb.freedesktop.org Package: libgtk2.0-common Status: install ok installed Priority: optional Section: misc Installed-Size: 20709 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gtk+2.0 Version: 2.24.25-3+deb8u1 Replaces: libgtk2.0-0 (<< 2.24.8-2) Recommends: libgtk2.0-0 Breaks: libgtk2.0-0 (<< 2.24.8-2) Conffiles: /etc/gtk-2.0/im-multipress.conf c358838e1789c1d4e6da7f525fc922cf Description: common files for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Homepage: http://www.gtk.org/ Package: libreoffice-java-common Status: install ok installed Priority: optional Section: editors Installed-Size: 4416 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: libreoffice Version: 1:4.3.3-2+deb8u7 Depends: libreoffice-common Breaks: libjaxe-java (<= 3.5-2), libreoffice-accessodf (<= 0.1-4) Description: office productivity suite -- arch-independent Java support files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of the Java support for LibreOffice (Java classes, scripts, config snippets). Homepage: http://www.libreoffice.org Package: libgfbgraph-0.2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 89 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gfbgraph Version: 0.2.2-1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.37.3), libgoa-1.0-0b (>= 3.1.1), libjson-glib-1.0-0 (>= 0.12.0), librest-0.7-0 (>= 0.7), libsoup2.4-1 (>= 2.33.92), libxml2 (>= 2.6.27) Description: GObject library for Facebook Graph API GFBGraph is a GLib/GObject wrapper for the Facebook API. . This package contains the actual library. Homepage: https://wiki.gnome.org/Projects/GFBGraph Package: libhttp-date-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 6.02-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libtimedate-perl Breaks: libwww-perl (<< 6.00) Description: module of date conversion routines HTTP::Date provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. Homepage: http://search.cpan.org/dist/HTTP-Date/ Package: klibc-utils Status: install ok installed Priority: optional Section: libs Installed-Size: 342 Maintainer: maximilian attems Architecture: amd64 Source: klibc Version: 2.0.4-2 Depends: libklibc (= 2.0.4-2) Breaks: initramfs-tools (<< 0.103) Description: small utilities built with klibc for early boot This package contains a collection of programs that are linked against klibc. These duplicate some of the functionality of a regular Linux toolset, but are typically much smaller than their full-function counterparts. They are intended for inclusion in initramfs images and embedded systems. Homepage: http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary Package: gnome-settings-daemon Status: install ok installed Priority: optional Section: gnome Installed-Size: 7837 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.2-3+deb8u1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libcolord2 (>= 1.2.0), libcups2 (>= 1.6.0), libfontconfig1 (>= 2.11), libgdk-pixbuf2.0-0 (>= 2.22.0), libgeocode-glib0 (>= 0.99.1), libglib2.0-0 (>= 2.39.4), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.9.10), libgudev-1.0-0 (>= 146), libgweather-3-6 (>= 3.10.0), liblcms2-2 (>= 2.2+git20110628), libnm-glib4 (>= 0.9.10.0), libnm-util2 (>= 0.9.10.0), libnotify4 (>= 0.7.3), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.13.4-2~), libpackagekit-glib2-18 (>= 0.9.4), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libpolkit-gobject-1-0 (>= 0.99), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), librsvg2-2 (>= 2.36.2), libupower-glib3 (>= 0.99.0), libwacom2 (>= 0.7), libwayland-client0 (>= 1.0.2), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1), libxi6 (>= 2:1.2.99.4), libxtst6, dconf-gsettings-backend | gsettings-backend, libpam-systemd, gsettings-desktop-schemas (>= 3.10.0), nautilus-data (>= 2.91.3-1) Recommends: pulseaudio Suggests: x11-xserver-utils, gnome-screensaver, metacity | x-window-manager Breaks: gdm3 (<< 3.0), gnome-color-manager (<< 3.0), gnome-control-center (<< 3.7), gnome-screensaver (<< 2.28.0), gnome-session (<< 2.24), gnome-shell (<< 3.13.92) Description: daemon handling the GNOME session settings This package contains the daemon which is responsible for setting the various parameters of a GNOME session and the applications that run under it. It handles the following kinds of settings: . * Keyboard: layout, accessibility options, shortcuts, media keys * Clipboard management * Theming: background, icons, GTK+ applications * Cleanup of unused files * Mouse: cursors, speed, accessibility options * Startup of other daemons: screensaver, sound daemon * Typing break . It also sets various application settings through X resources and freedesktop.org XSETTINGS. Package: tk8.6 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 79 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: foreign Version: 8.6.2-1 Depends: libc6 (>= 2.2.5), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), libx11-6, libxext6, libxft2 (>> 2.1.1), libxss1, zlib1g (>= 1:1.1.4) Recommends: xterm | x-terminal-emulator Conflicts: libtk-img (<< 1.2.5), tk40 (<= 4.0p3-2) Description: Tk toolkit for Tcl and X11 v8.6 - windowing shell Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. This package contains the windowing Tcl/Tk shell (wish). Homepage: http://www.tcl.tk/ Package: qtxmlpatterns5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 652 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qttools-opensource-src Version: 5.3.2-3 Description: Qt 5 XML patterns documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 XML patterns libraries. Homepage: http://qt-project.org/ Package: libgssrpc4 Status: install ok installed Priority: standard Section: libs Installed-Size: 213 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libc6 (>= 2.15), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkeyutils1 (>= 1.4), libkrb5-3 (>= 1.6.dfsg.2) Pre-Depends: multiarch-support Suggests: krb5-doc, krb5-user Conflicts: libkadm55 Description: MIT Kerberos runtime libraries - GSS enabled ONCRPC Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an RPC library used by the Kerberos administrative programs and potentially other applications. Homepage: http://web.mit.edu/kerberos/ Package: gir1.2-gucharmap-2.90 Status: install ok installed Priority: optional Section: introspection Installed-Size: 289 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gucharmap Version: 1:3.14.1-1 Depends: gir1.2-gtk-3.0, gir1.2-pango-1.0, libgucharmap-2-90-7 (>= 1:3.4.0.1) Description: GObject introspection data for the Unicode browser widget library The libgucharmap library contains a Unicode browser widget; it is most prominently used by the "gucharmap" program. See the package of the same name for more information. . This package contains introspection data for the Unicode browser widget library. Homepage: https://wiki.gnome.org/Apps/Gucharmap Package: libpam-gnome-keyring Status: install ok installed Priority: optional Section: admin Installed-Size: 312 Maintainer: Josselin Mouette Architecture: amd64 Source: gnome-keyring (3.14.0-1) Version: 3.14.0-1+b1 Depends: libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-runtime (>= 1.0.1-6) Recommends: gnome-keyring Description: PAM module to unlock the GNOME keyring upon login gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . This package contains a PAM module that will automatically unlock the keyrings using your login password, making gnome-keyring usage transparent without losing its security benefits. . When installed, this module will automatically be used by GDM and gnome-screensaver to unlock your keyrings when logging in and when unlocking the screen saver. Homepage: https://wiki.gnome.org/GnomeKeyring Package: libfarstream-0.1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 830 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: farstream Version: 0.1.2-3 Replaces: libgstfarsight0.10-0 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base0.10-0 (>= 0.10.33), libgstreamer0.10-0 (>= 0.10.33), libgupnp-1.0-4 (>= 0.18.0), libgupnp-igd-1.0-4 (>= 0.1.8), libnice10 (>= 0.1.0), libxml2 (>= 2.6.27), gstreamer0.10-plugins-base (>= 0.10.33), gstreamer0.10-plugins-good (>= 0.10.29), gstreamer0.10-plugins-bad (>= 0.10.17), gstreamer0.10-nice (>= 0.1.0) Pre-Depends: multiarch-support Conflicts: libgstfarsight0.10-0 Description: Audio/Video communications framework: core library The Farstream project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. . This package provides the core Farstream library. Homepage: http://www.freedesktop.org/wiki/Software/Farstream/ Package: gcc-4.8-base Status: install ok installed Priority: required Section: libs Installed-Size: 212 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.8 Version: 4.8.4-1 Breaks: dehydra (<= 0.9.hg20110609-2), gcc-4.4-base (<< 4.4.7), gcc-4.7-base (<< 4.7.3), gcj-4.4-base (<< 4.4.6-9~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.4-base (<< 4.4.6-3~), gnat-4.6 (<< 4.6.1-5~) Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Package: libdata-section-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 65 Maintainer: Debian Perl Group Architecture: all Version: 0.200006-1 Depends: perl, libmro-compat-perl, libsub-exporter-perl Description: module to read chunks of data from a module's DATA section Data::Section is a Perl module that provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but is probably useful for other purposes as well. Homepage: https://github.com/rjbs/Data-Section Package: icedtea-netx Status: install ok installed Priority: extra Section: java Installed-Size: 152 Maintainer: OpenJDK Team Architecture: amd64 Multi-Arch: same Source: icedtea-web Version: 1.5.3-1 Replaces: openjdk-6-jre (<< 6b18-1.8.7-3), openjdk-6-jre-headless (<< 6b18-1.8.7-3) Depends: openjdk-7-jre | openjdk-6-jre (>= 6b23~pre10~), icedtea-netx-common (>= 1.5.3-1) Conflicts: openjdk-6-jre (<< 6b18-1.8.7-3), openjdk-6-jre-headless (<< 6b18-1.8.7-3) Description: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . IcedTea's NetX currently supports verification of signed jars, trusted certificate storing, system certificate store checking, and provides the services specified by the jnlp API. Homepage: http://icedtea.classpath.org/wiki/IcedTea-Web Package: testdisk Status: install ok installed Priority: optional Section: admin Installed-Size: 1213 Maintainer: Jean-Michel Kelbert Architecture: amd64 Source: testdisk (6.14-3) Version: 6.14-3+b3 Depends: e2fslibs (>= 1.41.0), libc6 (>= 2.14), libcomerr2 (>= 1.01), libjpeg62-turbo (>= 1:1.3.1), libncursesw5 (>= 5.6+20070908), libntfs-3g852, libtinfo5, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), ntfs-3g Description: Partition scanner and disk recovery tool, and PhotoRec file recovery tool TestDisk checks the partition and boot sectors of your disks. It is very useful in forensics, recovering lost partitions. It works with : * DOS/Windows FAT12, FAT16 and FAT32 * NTFS ( Windows NT/2K/XP ) * Linux Ext2 and Ext3 * BeFS ( BeOS ) * BSD disklabel ( FreeBSD/OpenBSD/NetBSD ) * CramFS (Compressed File System) * HFS and HFS+, Hierarchical File System * JFS, IBM's Journaled File System * Linux Raid * Linux Swap (versions 1 and 2) * LVM and LVM2, Linux Logical Volume Manager * Netware NSS * ReiserFS 3.5 and 3.6 * Sun Solaris i386 disklabel * UFS and UFS2 (Sun/BSD/...) * XFS, SGI's Journaled File System . PhotoRec is file data recovery software designed to recover lost pictures from digital camera memory or even Hard Disks. It has been extended to search also for non audio/video headers. It searches for following files and is able to undelete them: * Sun/NeXT audio data (.au) * RIFF audio/video (.avi/.wav) * BMP bitmap (.bmp) * bzip2 compressed data (.bz2) * Source code written in C (.c) * Canon Raw picture (.crw) * Canon catalog (.ctg) * FAT subdirectory * Microsoft Office Document (.doc) * Nikon dsc (.dsc) * HTML page (.html) * JPEG picture (.jpg) * MOV video (.mov) * MP3 audio (MPEG ADTS, layer III, v1) (.mp3) * Moving Picture Experts Group video (.mpg) * Minolta Raw picture (.mrw) * Olympus Raw Format picture (.orf) * Portable Document Format (.pdf) * Perl script (.pl) * Portable Network Graphics (.png) * Raw Fujifilm picture (.raf) * Contax picture (.raw) * Rollei picture (.rdc) * Rich Text Format (.rtf) * Shell script (.sh) * Tar archive (.tar ) * Tag Image File Format (.tiff) * Microsoft ASF (.wma) * Sigma/Foveon X3 raw picture (.x3f) * zip archive (.zip) Package: libwsutil4 Status: install ok installed Priority: optional Section: libs Installed-Size: 209 Maintainer: Balint Reczey Architecture: amd64 Multi-Arch: same Source: wireshark Version: 1.12.1+g01b65bf-4+deb8u11 Replaces: libwireshark1 (<< 1.4.2-2), wireshark-common (<< 1.4.0~rc2-1) Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.0), libglib2.0-0 (>= 2.16.0) Pre-Depends: multiarch-support Conflicts: libwireshark1 (<< 1.4.2-2), wireshark-common (<< 1.4.0~rc2-1) Description: network packet dissection utilities library -- shared library The libwsutil library provides utility functions for libwireshark5. Homepage: http://www.wireshark.org/ Package: libgtksourceview-3.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 656 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtksourceview3 Version: 3.14.1-1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.4.10), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.5), libgtk-3-0 (>= 3.13.7), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libxml2 (>= 2.7.4), libgtksourceview-3.0-common (>= 3.14.1-1) Pre-Depends: multiarch-support Description: shared libraries for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the shared libraries required by applications to use this widget. Homepage: https://wiki.gnome.org/Projects/GtkSourceView Package: libglibmm-2.4-1c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 2371 Maintainer: Deng Xiyue Architecture: amd64 Multi-Arch: same Source: glibmm2.4 Version: 2.42.0-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.42.0), libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: C++ wrapper for the GLib toolkit (shared libraries) GLib is a low-level general-purpose library used mainly by GTK+/GNOME applications, but is useful for other programs as well. glibmm is the C++ wrapper for GLib. . This package contains shared libraries. Homepage: http://www.gtkmm.org/ Package: libqt5quickwidgets5 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtdeclarative-opensource-src Version: 5.3.2-4 Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.3.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.3.1), libqt5widgets5 (>= 5.3.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2, qtdeclarative-abi-5-3-2 Pre-Depends: multiarch-support Description: Qt 5 Quick Widgets library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick Widgets library for QtDeclarative module. Homepage: http://qt-project.org/ Package: sipdialer Status: install ok installed Priority: extra Section: net Installed-Size: 42 Maintainer: Debian VoIP Team Architecture: amd64 Source: resiprocate Version: 1:1.9.7-5 Depends: libresiprocate-1.9 (= 1:1.9.7-5), libc-ares2 (>= 1.7.0), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: reSIProcate SIP stack - click-to-call utility sipdialer is a click-to-call application that uses the SIP REFER method to force a SIP phone (for example, the phone on your desk) to dial another number. It can be registered in GConf to handle clicks on sip:, sips: and tel: URIs in other applications and the web browser. . reSIProcate is a framework that aims to fully implement the SIP protocol in first class C++. It is intended for use in other applications, such as the repro SIP proxy. Homepage: http://www.resiprocate.org/ Package: libsynctex1 Status: install ok installed Priority: optional Section: libs Installed-Size: 125 Maintainer: Debian TeX Maintainers Architecture: amd64 Source: texlive-bin Version: 2014.20140926.35254-6 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Description: TeX Live: SyncTeX parser library Library for SyncTeX parsing support. Homepage: http://www.tug.org/texlive/ Package: tracker-gui Status: install ok installed Priority: optional Section: gnome Installed-Size: 945 Maintainer: Michael Biebl Architecture: amd64 Source: tracker Version: 1.2.4-2 Replaces: tracker (<< 0.8.1-1), tracker-search-tool (<< 0.8.1-1) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.0.0), libnautilus-extension1a (>= 2.91), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libtracker-sparql-1.0-0 (= 1.2.4-2), tracker (= 1.2.4-2), gnome-icon-theme Breaks: tracker (<< 0.8.1-1), tracker-search-tool (<< 0.8.1-1) Description: metadata database, indexer and search tool - GNOME frontends Included in this package: * tracker-needle: standard search tool * tracker-preferences: preferences editor * nautilus-extension: nautilus extension for tag editing . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: ca-certificates-java Status: install ok installed Priority: optional Section: java Installed-Size: 74 Maintainer: Debian Java Maintainers Architecture: all Multi-Arch: foreign Version: 20140324 Depends: ca-certificates (>= 20121114), openjdk-6-jre-headless (>= 6b16-1.6.1-2) | java6-runtime-headless, libnss3 (>= 3.12.10-2~) Conffiles: /etc/ca-certificates/update.d/jks-keystore c5601f3bc324c19159012d422ec4c9c3 /etc/default/cacerts 0ded97abeff69c2362939e2e881e214a Description: Common CA certificates (JKS keystore) This package uses the hooks of the ca-certificates package to update the cacerts JKS keystore used for many java runtimes. Package: libfam0 Status: install ok installed Priority: optional Section: libs Installed-Size: 78 Maintainer: Chuan-kai Lin Architecture: amd64 Source: fam Version: 2.7.0-17.1 Replaces: libfam0c102 (<< 2.7.0-17.1) Provides: libfam0c102 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: fam (= 2.7.0-17.1) Description: Client library to control the FAM daemon FAM monitors files and directories, notifying interested applications of changes. . This package provides a shared library to allow programs to connect to the FAM daemon and ask for files to be monitored. Homepage: http://oss.sgi.com/projects/fam/ Package: libytnef0 Status: install ok installed Priority: extra Section: libs Installed-Size: 122 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: libytnef Version: 1.5-6+deb8u1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: improved decoder for application/ms-tnef attachments Yerase's TNEF Stream Reader allows you to decode application/ms-tnef e-mail attachments, which are usually entitled "winmail.dat" and are generally a file container format that is only readable by Microsoft Outlook. Some TNEF streams also include RTF-formatted data. . libytnef0 is the support library that exposes these functions to other programs. The ytnef program (and eponymous package) is the frontend for this library, so you should probably install that if you want to take advantage of it. Homepage: http://sourceforge.net/projects/ytnef/ Package: libio-socket-ip-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 104 Maintainer: Debian Perl Group Architecture: all Version: 0.32-1 Depends: netbase, perl-base (>= 5.15.6) | libsocket-perl (>= 1.97) Description: module for using IPv4 and IPv6 sockets in a protocol-independent way IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6 sockets. It allows new connections to be made by specifying the hostname and service name or port number. It allows for connections to be accepted by sockets listening on local ports, by service name or port number. . It uses Socket::GetAddrInfo's getaddrinfo function to convert hostname/service name pairs into sets of possible addresses to connect to. This allows it to work for IPv6 where the system supports it, while still falling back to IPv4-only on systems which don't. . It provides an API which, for most typical cases, should be a drop-in replacement for IO::Socket::INET; most constructor arguments and methods are provided in a compatible way. Homepage: https://metacpan.org/release/IO-Socket-IP Package: gvfs-daemons Status: install ok installed Priority: optional Section: libs Installed-Size: 730 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: gvfs Version: 1.22.2-1 Replaces: gvfs (<< 1.10.1-1), gvfs-backends (<< 1.8.1-1) Depends: libbluray1 (>= 1:0.2.2), libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146), libsecret-1-0 (>= 0.7), libsystemd0, libudev1 (>= 183), libudisks2-0 (>= 2.0.91), x11-utils, udisks2, gvfs-libs (= 1.22.2-1), gvfs-common (= 1.22.2-1) Recommends: dbus, policykit-1-gnome, gvfs Suggests: gvfs-backends Breaks: brasero (<< 2.28.0-2), gvfs (<< 1.10.1-1), gvfs-backends (<< 1.8.1-1), libgdu0 (<< 2.28.1-3), libglib2.0-0 (<< 2.28.6-2), rhythmbox (<< 0.12.6-2) Description: userspace virtual filesystem - servers gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the gvfs server and the minimal set of backends. Homepage: https://wiki.gnome.org/Projects/gvfs Package: virtuoso-minimal Status: install ok installed Priority: optional Section: database Installed-Size: 152 Maintainer: Debian Krap Maintainers Architecture: all Source: virtuoso-opensource Version: 6.1.6+dfsg2-2 Depends: libvirtodbc0 (>= 6.1.6+dfsg2-2), virtuoso-opensource-6.1-bin (>= 6.1.6+dfsg2-2) Description: high-performance database - core dependency package OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This is an empty package depending on the current "best" version of the core Virtuoso binaries, as recommended by the maintainers (currently virtuoso-opensource-6.1-bin). This should usually be depended on by all packages which use Virtuoso as an embedded database. Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/ Package: libxcb-render0 Status: install ok installed Priority: optional Section: libs Installed-Size: 53 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 (>= 1.8) Pre-Depends: multiarch-support Description: X C Binding, render extension This package contains the library files needed to run software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libnet-smtp-ssl-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 1.01-3 Depends: perl, libio-socket-ssl-perl Recommends: libauthen-sasl-perl Description: Perl module providing SSL support to Net::SMTP Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that. Homepage: http://search.cpan.org/dist/Net-SMTP-SSL/ Package: iceweasel Status: install ok installed Priority: optional Section: web Installed-Size: 254 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: firefox-esr Version: 45.9.0esr-1~deb8u1 Depends: firefox-esr Description: Web browser based on Firefox - Transitional package This is a transitional package, it can be safely removed. Package: python-crypto Status: install ok installed Priority: optional Section: python Installed-Size: 1276 Maintainer: Sebastian Ramacher Architecture: amd64 Version: 2.6.1-5+deb8u1 Provides: python2.7-crypto Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libgmp10 Suggests: python-crypto-dbg, python-crypto-doc Breaks: python-keyring (<= 0.7.1-1) Description: cryptographic algorithms and protocols for Python A collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package: . * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256. * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES. * Stream encryption algorithms: ARC4, simple XOR. * Public-key algorithms: RSA, DSA, ElGamal. * Protocols: All-or-nothing transforms, chaffing/winnowing. * Miscellaneous: RFC1751 module for converting 128-bit keys into a set of English words, primality testing, random number generation. Homepage: http://www.pycrypto.org/ Package: python3.4-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 4506 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python3.4 Version: 3.4.2-1 Depends: libpython3.4-minimal (= 3.4.2-1), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0) Pre-Depends: libc6 (>= 2.15) Recommends: python3.4 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Description: Minimal subset of the Python language (version 3.4) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.4-minimal/README.Debian for a list of the modules contained in this package. Package: libnetfilter-conntrack3 Status: install ok installed Priority: extra Section: libs Installed-Size: 149 Maintainer: Alexander Wirt Architecture: amd64 Multi-Arch: same Source: libnetfilter-conntrack Version: 1.0.4-1 Depends: libc6 (>= 2.14), libmnl0, libnfnetlink0 Pre-Depends: multiarch-support Description: Netfilter netlink-conntrack library libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. Homepage: http://www.netfilter.org/projects/libnetfilter_conntrack/ Package: swell-foop Status: install ok installed Priority: optional Section: games Installed-Size: 5919 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.0-1 Depends: libc6 (>= 2.4), libclutter-1.0-0 (>= 1.14.0), libclutter-gtk-1.0-0 (>= 1.5.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.36.0), libgtk-3-0 (>= 3.9.12), dconf-gsettings-backend | gsettings-backend Recommends: yelp Description: Colored ball puzzle game Remove blocks of balls of the same color in as few moves as possible. Try to remove all balls for a bonus. Homepage: https://wiki.gnome.org/Swell%20Foop Package: libgnome-keyring-common Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: libgnome-keyring Version: 3.12.0-1 Replaces: libgnome-keyring0 (<< 3.2.0-4) Breaks: libgnome-keyring0 (<< 3.2.0-4) Description: GNOME keyring services library - data files gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. . This package contains data files and translations for the GNOME keyring library. Homepage: https://wiki.gnome.org/GnomeKeyring Package: libxdot4 Status: install ok installed Priority: optional Section: libs Installed-Size: 91 Maintainer: Debian QA Group Architecture: amd64 Source: graphviz Version: 2.38.0-7 Depends: libc6 (>= 2.14) Conflicts: libgraphviz4 Description: rich set of graph drawing tools - xdot library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the xdot library. Homepage: http://www.graphviz.org/ Package: libgvc6 Status: install ok installed Priority: optional Section: libs Installed-Size: 1693 Maintainer: Debian QA Group Architecture: amd64 Source: graphviz Version: 2.38.0-7 Depends: libc6 (>= 2.15), libcairo2 (>= 1.2.4), libcdt5, libcgraph6, libexpat1 (>= 2.0.1), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgd3 (>= 2.1.0~alpha~), libglib2.0-0 (>= 2.12.0), libltdl7 (>= 2.4.2), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpathplan4, libx11-6, libxdot4, libxrender1, zlib1g (>= 1:1.1.4) Conflicts: libgraphviz4, libgvc5 Description: rich set of graph drawing tools - gvc library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvc library. Homepage: http://www.graphviz.org/ Package: icedove Status: install ok installed Priority: optional Section: mail Installed-Size: 313 Maintainer: Christoph Goehre Architecture: all Version: 1:45.8.0-3~deb8u1 Depends: thunderbird Description: mail/news client with RSS and integrated spam filter support Icedove is an unbranded Thunderbird mail client suitable for free distribution. It supports different mail accounts (POP, IMAP, Gmail), has an integrated learning Spam filter, and offers easy organization of mails with tagging and virtual folders. Also, more features can be added by installing extensions. . The goal of Icedove is to produce a cross platform standalone mail application using the XUL user interface language. . This is a transitional package. It can be safely removed. Homepage: http://www.mozilla.org/thunderbird/ Package: libvlc5 Status: install ok installed Priority: optional Section: libs Installed-Size: 143 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: vlc Version: 2.2.5-1~deb8u1 Depends: libc6 (>= 2.14), libvlccore8 (>= 2.2.0) Description: multimedia player and streamer library This package contains the shared library required by applications using VLC features. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Homepage: http://www.videolan.org/vlc/ Package: dleyna-server Status: install ok installed Priority: optional Section: net Installed-Size: 212 Maintainer: Emanuele Aina Architecture: amd64 Version: 0.4.0-1 Depends: libc6 (>= 2.14), libdleyna-core-1.0-3 (>= 0.4.0), libglib2.0-0 (>= 2.31.8), libgssdp-1.0-3 (>= 0.12.0), libgupnp-1.0-4 (>= 0.20.7), libgupnp-av-1.0-2 (>= 0.11.5), libgupnp-dlna-2.0-3 (>= 0.9.4), libsoup2.4-1 (>= 2.4.0), libdleyna-connector-dbus-1.0-1 (>= 0.2.0) Conffiles: /etc/dleyna-server-service.conf 7b22b01852131f3c97d5057a162c50c0 Description: DBus service to interact with DLNA Digital Media Servers dleyna-server is a DBus user session service that allows clients to discover and manipulate DLNA Digital Media servers (DMS). . dLeyna is an umbrella project hosting a number of middleware components designed to make it easy for developers to integrate DLNA functionality into their applications. Homepage: https://01.org/dleyna/ Package: python-debianbts Status: install ok installed Priority: extra Section: python Installed-Size: 47 Maintainer: Bastian Venthur Architecture: all Version: 1.12 Provides: python2.7-debianbts Depends: python (>= 2.5), python-support (>= 0.90.0), python-soappy Description: Python interface to Debian's Bug Tracking System This package provides the debianbts module, which allows one to query Debian's BTS via it's SOAP-inteface and returns the answer in Python's native data types. Package: libc6-dbg Status: install ok installed Priority: extra Section: debug Installed-Size: 21450 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: same Source: glibc Version: 2.19-18+deb8u9 Provides: libc-dbg Depends: libc6 (= 2.19-18+deb8u9) Description: GNU C Library: detached debugging symbols This package contains the detached debugging symbols for the GNU C library. Homepage: http://www.gnu.org/software/libc/libc.html Package: libmbim-glib4 Status: install ok installed Priority: optional Section: libs Installed-Size: 282 Maintainer: Thomas Bechtold Architecture: amd64 Multi-Arch: same Source: libmbim Version: 1.10.0-2.1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146) Pre-Depends: multiarch-support Description: Support library to use the MBIM protocol libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. Homepage: http://www.freedesktop.org/wiki/Software/libmbim/ Package: libnepomukcore4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1256 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: nepomuk-core (4:4.14.0-1) Version: 4:4.14.0-1+b2 Depends: nepomuk-core-data (>= 4:4.14.0-1), libc6 (>= 2.14), libkdecore5 (>= 4:4.13), libkdeui5 (>= 4:4.13), libqt4-dbus (>= 4:4.6.1), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.5.3), libsoprano4 (>= 2.9.3), libstdc++6 (>= 4.1.1) Description: Nepomuk Meta Data Library This is the KDE Meta Data library (not to confuse with KFileMetaData). It consists of the following parts: - The main resource handling centered around Nepomuk::Resource. - The handling of ontologies via classes in the Nepomuk::Types namespace. - The desktop Nepomuk::Query API. - Several utility methods and classes. Homepage: http://www.kde.org/ Package: evolution-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 45834 Maintainer: Debian Evolution Maintainers Architecture: all Source: evolution Version: 3.12.9~git20141130.241663-1 Depends: dconf-gsettings-backend | gsettings-backend Recommends: evolution Description: architecture independent files for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package contains the architecture independent files needed by the evolution package. Homepage: http://projects.gnome.org/evolution/ Package: libpq-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 931 Maintainer: Debian PostgreSQL Maintainers Architecture: amd64 Source: postgresql-9.4 Version: 9.4.12-0+deb8u1 Depends: libc6 (>= 2.4), libpq5 (= 9.4.12-0+deb8u1), libssl-dev, krb5-multidev, comerr-dev Suggests: postgresql-doc-9.4 Description: header files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Homepage: http://www.postgresql.org/ Package: libasyncns0 Status: install ok installed Priority: optional Section: libs Installed-Size: 59 Maintainer: Tanguy Ortolo Architecture: amd64 Multi-Arch: same Source: libasyncns Version: 0.8-5 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: Asynchronous name service query library libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. Homepage: http://0pointer.de/lennart/projects/libasyncns/ Package: samba-libs Status: install ok installed Priority: optional Section: libs Installed-Size: 21518 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: libdcerpc-server0 (<< 2:4.0.9), libdcerpc0 (<< 2:4.0.9), libgensec0 (<< 2:4.0.9), libndr-standard0 (<< 2:4.0.9), libndr0 (<< 2:4.0.9), libnetapi0 (<< 2:4.0.9), libregistry0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-policy0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), libsamdb0 (<< 2:4.0.9), libsmbclient-raw0 (<< 2:4.0.9), libsmbd0 (<< 2:4.0.9), libtorture0 (<< 2:4.0.9), samba (<< 2:4.2.10+dfsg-0+deb8u2) Depends: libldb1 (<< 2:1.1.21~), libldb1 (>> 2:1.1.20~), libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.5.0), libc6 (>= 2.15), libcap2 (>= 1:2.10), libcups2 (>= 1.6.0), libgnutls-deb0-28 (>= 3.3.0), libldap-2.4-2 (>= 2.4.7), libntdb1 (>= 1.0), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libpython2.7 (>= 2.7), libtalloc2 (>= 2.1.0), libtdb1 (>= 1.3.0), libtevent0 (>= 0.9.21), libwbclient0 (>= 2:4.0.3+dfsg1), python-talloc (>= 2.0.6), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Breaks: libdcerpc-server0 (<< 2:4.0.9), libdcerpc0 (<< 2:4.0.9), libgensec0 (<< 2:4.0.9), libndr-standard0 (<< 2:4.0.9), libndr0 (<< 2:4.0.9), libnetapi0 (<< 2:4.0.9), libregistry0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-policy0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), libsamdb0 (<< 2:4.0.9), libsmbclient-raw0 (<< 2:4.0.9), libsmbd0 (<< 2:4.0.9), libtorture0 (<< 2:4.0.9), openchangeproxy (<< 1:2.2-6), samba (<< 2:4.2.10+dfsg-0+deb8u2) Conflicts: libpam-smbpass (<< 2:4), samba (<< 2:4), samba-common-bin (<< 2:4), samba-dsdb-modules (<< 2:4.1.9+dfsg-2), winbind (<< 2:4) Description: Samba core libraries Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains the shared libraries. Homepage: http://www.samba.org Package: fonts-cantarell Status: install ok installed Priority: optional Section: fonts Installed-Size: 174 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Version: 0.0.16-1 Depends: fontconfig Conffiles: /etc/fonts/conf.avail/31-cantarell.conf 1699939dcf029cf1066c6c940f768886 Description: sans serif font family designed for on-screen readability The Cantarell font family is designed as a contemporary Humanist sans serif and is particularly designed for on-screen reading on mobile devices at small sizes, such as phones and tablets. . This is the open font officially chosen by default for the GNOME 3 desktop and for Fedora branding materials. . Regular and bold weights are provided for now. Italics are planned. . Each font file currently contains 391 glyphs, and fully support the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans. Homepage: http://live.gnome.org/CantarellFonts Package: libperl4-corelibs-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 256 Maintainer: Debian Perl Group Architecture: all Version: 0.003-1 Depends: perl Description: libraries historically supplied with Perl 4 This is a collection of .pl files that have historically been bundled with the Perl core but are planned not to be so distributed with core version 5.15 or later. Relying on their presence in the core distribution is deprecated; they should be acquired from this package instead. From core version 5.13, until their removal, it is planned that the core versions of these libraries will emit a warning when loaded. The separately packaged version will not emit such a warning. Homepage: http://search.cpan.org/dist/Perl4-CoreLibs/ Package: libpam-systemd Status: install ok installed Priority: optional Section: admin Installed-Size: 258 Maintainer: Debian systemd Maintainers Architecture: amd64 Multi-Arch: same Source: systemd Version: 215-17+deb8u7 Depends: libc6 (>= 2.17), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 215-17+deb8u7), libpam-runtime (>= 1.0.1-6), dbus, systemd-shim (>= 8-2) | systemd-sysv Pre-Depends: multiarch-support Description: system and service manager - PAM module systemd is a replacement for sysvinit. It is dependency-based and able to read the LSB init script headers in addition to parsing rcN.d links as hints. . It also provides process supervision using cgroups and the ability to not only depend on other init script being started, but also availability of a given mount point or dbus service. . This package contains the PAM module which registers user sessions in the systemd control group hierarchy. . If in doubt, do install this package. . Packages that depend on logind functionality need to depend on libpam-systemd. Homepage: http://www.freedesktop.org/wiki/Software/systemd Package: libhogweed2 Status: install ok installed Priority: optional Section: libs Installed-Size: 223 Maintainer: Magnus Holmgren Architecture: amd64 Multi-Arch: same Source: nettle Version: 2.7.1-5+deb8u2 Depends: libc6 (>= 2.14), libgmp10 (>= 2:6.0.0), libnettle4 (= 2.7.1-5+deb8u2) Pre-Depends: multiarch-support Breaks: libgnutls-deb0-28 (<< 3.3.8-6+deb8u4) Description: low level cryptographic library (public-key cryptos) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. . This package contains the asymmetric cryptographic algorithms, which, require the GNU multiple precision arithmetic library (libgmp) for their large integer computations. Homepage: http://www.lysator.liu.se/~nisse/nettle/ Package: libhtml-format-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 152 Maintainer: Debian Perl Group Architecture: all Version: 2.11-1 Depends: perl, libfont-afm-perl, libhtml-tree-perl Description: module for transforming HTML into various formats HTML::Formatter is a base class for various formatters, which are modules that traverse an HTML syntax tree and produce various output file formats. There are currently three formatter classes included: . * HTML::FormatText for converting to plain human-readable text * HTML::FormatPS for converting to PostScript * HTML::FormatRTF for converting to Microsoft's Rich Text Format (RTF) Homepage: https://metacpan.org/release/HTML-Format/ Package: libkntlm4 Status: install ok installed Priority: optional Section: libs Installed-Size: 159 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libqtcore4 (>= 4:4.8.0) Description: NTLM Authentication Library for the KDE Platform This library is useful for creating the authentication structures which can be used for various servers which implement NTLM type authentication. A comprehensive description of the NTLM authentication protocol can be found at http://davenport.sourceforge.net/ntlm.html . The library also provides subroutines to create the LanManager and NT (MD4) hashes of a password. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: liblangtag1 Status: install ok installed Priority: optional Section: libs Installed-Size: 203 Maintainer: Rene Engelhard Architecture: amd64 Source: liblangtag Version: 0.5.1-3 Depends: libc6 (>= 2.17), libxml2 (>= 2.7.4), liblangtag-common (= 0.5.1-3) Description: library to access tags for identifying languages liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC 5646 Homepage: http://tagoh.bitbucket.org/liblangtag/ Package: gconf2 Status: install ok installed Priority: optional Section: libs Installed-Size: 550 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: foreign Source: gconf Version: 3.2.6-3 Depends: gconf-service (= 3.2.6-3), libc6 (>= 2.14), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.31.8), libxml2 (>= 2.7.4), psmisc, dbus-x11, python:any Suggests: gconf-defaults-service Conffiles: /etc/xdg/autostart/gsettings-data-convert.desktop 824263f44070f29ad7d25fdb144d04ef Description: GNOME configuration database system (support tools) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the command line tools: gconftool and gconf-merge-tree. Homepage: http://projects.gnome.org/gconf/ Package: libpam-modules-bin Status: install ok installed Priority: required Section: admin Installed-Size: 248 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: foreign Source: pam Version: 1.1.8-3.1+deb8u2 Replaces: libpam-modules (<< 1.1.3-8) Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32) Description: Pluggable Authentication Modules for PAM - helper binaries This package contains helper binaries used by the standard set of PAM modules in the libpam-modules package. Homepage: http://pam.sourceforge.net/ Package: libqt5x11extras5 Status: install ok installed Priority: optional Section: libs Installed-Size: 53 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtx11extras-opensource-src Version: 5.3.2-2 Depends: libc6 (>= 2.14), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.0.2) Pre-Depends: multiarch-support Description: Qt 5 X11 extras Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package includes the library to access X11 stuff from within Qt 5. Homepage: http://qt-project.org/ Package: aisleriot Status: install ok installed Priority: optional Section: games Installed-Size: 11449 Maintainer: Josselin Mouette Architecture: amd64 Version: 1:3.14.1-1 Replaces: gnome-games (<< 1:3.1.0), gnome-games-data (<< 1:3.1.0) Depends: dconf-gsettings-backend | gsettings-backend, gconf2 (>= 2.28.1-2), gconf-service, guile-2.0-libs, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgc1c2 (>= 1:7.2d), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.5.12), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.32.0), libx11-6 Recommends: yelp Suggests: gnome-cards-data Breaks: gnome-games (<< 1:3.1.0), gnome-games-data (<< 1:3.1.0) Description: GNOME solitaire card game collection This is a collection of over eighty different solitaire card games, including popular variants such as spider, freecell, klondike, thirteen (pyramid), yukon, canfield and many more. Homepage: https://wiki.gnome.org/Apps/Aisleriot Package: libpulse-mainloop-glib0 Status: install ok installed Priority: optional Section: libs Installed-Size: 58 Maintainer: Pulseaudio maintenance team Architecture: amd64 Multi-Arch: same Source: pulseaudio Version: 5.0-13 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.16.0), libpulse0 (= 5.0-13) Pre-Depends: multiarch-support Description: PulseAudio client libraries (glib support) PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. . This package adds support for glib2 client applications. Homepage: http://www.pulseaudio.org Package: python-dbus-dev Status: install ok installed Priority: optional Section: python Installed-Size: 154 Maintainer: Utopia Maintenance Team Architecture: all Source: dbus-python Version: 1.2.0-2 Replaces: python-dbus (<< 1.0), python-dbus-common (<< 1.0) Breaks: python-dbus (<< 1.0), python-dbus-common (<< 1.0) Description: main loop integration development files for python-dbus D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides development files required to compile main-loop integration modules for python-dbus, such as dbus.mainloop.qt provided by PyQt. It is Python-version-independent: you must also depend on either python-dbus or python3-dbus, if required. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python Package: libkcmutils4 Status: install ok installed Priority: optional Section: libs Installed-Size: 420 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: utility classes for using KCM modules This library provides utility classes for using KCM modules in a KDE application. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libemail-valid-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 1.195-1 Depends: perl, libmailtools-perl, libnet-dns-perl, libnet-domain-tld-perl, netbase Description: Perl module for checking the validity of Internet email addresses Email::Valid determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain. Homepage: https://metacpan.org/release/Email-Valid Package: cdrdao Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 1238 Maintainer: Debian QA Group Architecture: amd64 Version: 1:1.2.3-2 Depends: libao4 (>= 1.1.0), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libvorbisfile3 (>= 1.1.2) Recommends: libperl4-corelibs-perl | perl (<< 5.12.3-7) Description: records CDs in Disk-At-Once (DAO) mode cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents. . Recording in disk-at-once mode writes the complete disc, i.e. lead-in, one or more tracks and lead-out, in a single step. The commonly used track-at-once (TAO) mode writes each track independently which requires link blocks between two tracks. You probably want to use this if you're copying a CD with multiple tracks, like most audio CDs. . cdrdao can also handle the bin/cue format commonly used for VCDs or disks with subchannel data. . If you just want to burn a normal data CD, you probably want wodim instead. Homepage: http://cdrdao.sourceforge.net/ Package: libptexenc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 89 Maintainer: Debian TeX Maintainers Architecture: amd64 Source: texlive-bin Version: 2014.20140926.35254-6 Depends: libc6 (>= 2.2.5), libkpathsea6 Breaks: texlive-base (<< 2014), texlive-binaries (<< 2014) Description: TeX Live: pTeX encoding library library for encoding support in pTeX, a Japanese TeX engine. Homepage: http://www.tug.org/texlive/ Package: libpango1.0-0 Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 182 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.36.8-3 Provides: pango1.0-multiarch-modver-1.8.0 Depends: libpango-1.0-0 (= 1.36.8-3), libpangocairo-1.0-0 (= 1.36.8-3), libpangoft2-1.0-0 (= 1.36.8-3), libpangox-1.0-0 (>= 0.0.2-2~), libpangoxft-1.0-0 (= 1.36.8-3) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This is a transitional package. Package: libxml-twig-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 593 Maintainer: Bart Martens Architecture: all Version: 1:3.48-1 Depends: perl, libxml-parser-perl Recommends: libtext-iconv-perl, libtie-ixhash-perl, libxml-xpathengine-perl | libxml-xpath-perl, libwww-perl, libhtml-parser-perl Suggests: libunicode-map8-perl, libunicode-string-perl, xml-twig-tools Description: Perl module for processing huge XML documents in tree mode This module provides a way to process XML documents. It is built on top of XML::Parser. . The module offers a tree interface to the document, while allowing to output the parts of it that have been completely processed. . It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options. The finish and finish_print methods also help to increase performance. . XML::Twig tries to make simple things easy so it tries its best to takes care of a lot of the (usually) annoying (but sometimes necessary) features that come with XML and XML::Parser. Homepage: http://www.xmltwig.org/ Package: xbrlapi Status: install ok installed Priority: extra Section: admin Installed-Size: 280 Maintainer: Debian Accessibility Team Architecture: amd64 Source: brltty Version: 5.2~20141018-5 Replaces: brltty-x11 (<< 4.3-3) Depends: libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.17), libgpm2 (>= 1.20.4), libicu52 (>= 52~m1-1~), libx11-6, libxext6, libxtst6 Breaks: brltty-x11 (<< 4.3-3) Conffiles: /etc/X11/Xsession.d/60xbrlapi 63a221c827636d9be057b2737b0e471a Description: Access software for a blind person using a braille display - xbrlapi BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package provides xbrlapi, a brltty X11 helper which handles proper keyboard simulation and window selection. Homepage: http://mielke.cc/brltty/ Package: mutter Status: install ok installed Priority: optional Section: x11 Installed-Size: 166 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.4-1~deb8u1 Replaces: mutter-common (<< 2.91.91-1) Provides: x-window-manager Depends: libc6 (>= 2.4), libclutter-1.0-0 (>= 1.19.5), libglib2.0-0 (>= 2.33.14), libmutter0e (>= 3.14.4), libx11-6, libxcomposite1 (>= 1:0.3-1), mutter-common (= 3.14.4-1~deb8u1), gsettings-desktop-schemas (>= 3.13.1), gnome-themes-standard, zenity Recommends: gnome-session | x-session-manager Suggests: gnome-control-center (>= 1:3.4.0), xdg-user-dirs Breaks: mutter-common (<< 2.91.91-1) Description: lightweight GTK+ window manager Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the core binaries. Package: python3-apt Status: install ok installed Priority: optional Section: python Installed-Size: 622 Maintainer: APT Development Team Architecture: amd64 Multi-Arch: allowed Source: python-apt Version: 0.9.3.12 Replaces: python-apt (<< 0.7.98+nmu1) Provides: python3.4-apt Depends: python3 (<< 3.5), python3 (>= 3.4~), libapt-inst1.5 (>= 1.0.4~), libapt-pkg4.12 (>= 1.0.9.8), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common Recommends: lsb-release, iso-codes Suggests: python3-apt-dbg, python-apt-doc Breaks: python-apt (<< 0.7.98+nmu1) Description: Python 3 interface to libapt-pkg The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Package: libqt5widgets5 Status: install ok installed Priority: optional Section: libs Installed-Size: 7212 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libqt5gui5 (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1), libx11-6 Pre-Depends: multiarch-support Description: Qt 5 widgets module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtWidgets module extends QtGui with C++ widget functionality. Homepage: http://qt-project.org/ Package: gir1.2-gdm3 Status: install ok installed Priority: optional Section: introspection Installed-Size: 116 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gdm3 Version: 3.14.1-7 Replaces: libgdm Depends: gir1.2-glib-2.0, libgdm1 (>= 3.13.91) Conflicts: libgdm Description: GObject introspection data for the GNOME Display Manager GDM provides the equivalent of a "login:" prompt for X displays: it asks for a login and starts graphical sessions. . It supports multiple seats and switching between multiple users. . The greeter is based on the GNOME libraries and applications, and its look and design are the same as those of a GNOME session. . This package contains introspection data for the GNOME Display Manager. Package: libcogl-path20 Status: install ok installed Priority: optional Section: libs Installed-Size: 105 Maintainer: Rico Tzschichholz Architecture: amd64 Multi-Arch: same Source: cogl Version: 1.18.2-3 Depends: libc6 (>= 2.11), libcogl20 (>= 1.18.0), libdrm2 (>= 2.3.1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 7.11~1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.32.0), libwayland-client0 (>= 1.1.90), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.1.90), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrandr2 Pre-Depends: multiarch-support Recommends: libcogl-common Description: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libxcb-util0 Status: install ok installed Priority: extra Section: libs Installed-Size: 79 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: xcb-util Version: 0.3.8-3 Depends: libc6 (>= 2.8), libxcb1 Pre-Depends: multiarch-support Description: utility libraries for X C Binding -- atom, aux and event This package contains the library files needed to run software using libxcb-util. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Homepage: http://xcb.freedesktop.org Package: gnome-maps Status: install ok installed Priority: extra Section: gnome Installed-Size: 1321 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.3.1-1 Depends: geoclue-2.0 (>= 2.0), gir1.2-champlain-0.12, gir1.2-clutter-1.0, gir1.2-cogl-1.0, gir1.2-gdkpixbuf-2.0, gir1.2-geocodeglib-1.0 (>= 3.13), gir1.2-glib-2.0 (>= 1.41), gir1.2-gtk-3.0 (>= 3.10), gir1.2-gtkchamplain-0.12, gir1.2-gtkclutter-1.0, gjs (>= 1.41), dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.4), libgirepository-1.0-1 (>= 0.9.2), libgjs0-libmozjs-24-0, libgjs0e (>= 1.42.0), libglib2.0-0 (>= 2.39.3) Description: map application for GNOME Maps is a map application for GNOME that allows you to view maps in different zoom levels, search for places, etc. Homepage: https://wiki.gnome.org/Apps/Maps Package: libegl1-mesa-drivers Status: install ok installed Priority: optional Section: libs Installed-Size: 8340 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Depends: libc6 (>= 2.17), libdrm-nouveau2 (>= 2.4.38), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.38), libegl1-mesa (= 10.3.2-1+deb8u1), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgbm1 (>= 7.11~1), libgcc1 (>= 1:4.7), libglapi-mesa (= 10.3.2-1+deb8u1), libllvm3.5, libopenvg1-mesa (>= 7.9~) | libopenvg1, libstdc++6 (>= 4.9), libwayland-client0 (>= 1.3.92), libwayland-server0 (>= 1.2.0), libx11-6 (>= 2:1.4.99.1), libxext6, libxfixes3, libwayland-egl1-mesa (= 10.3.2-1+deb8u1), libudev1 Pre-Depends: multiarch-support Description: free implementation of the EGL API -- hardware drivers This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains the drivers required for hardware accelerated rendering of EGL-based graphics libraries, such as OpenGL|ES and OpenVG. Homepage: http://mesa3d.sourceforge.net/ Package: python3-dbus Status: install ok installed Priority: optional Section: python Installed-Size: 484 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: dbus-python (1.2.0-2) Version: 1.2.0-2+b3 Provides: python3.4-dbus Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4), libdbus-1-3 (>= 1.5.12), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.12.0) Recommends: python3-gi | python3-dbus.mainloop.qt Suggests: python-dbus-doc, python3-dbus-dbg Description: simple interprocess messaging system (Python 3 interface) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides a Python 3 interface to D-Bus. . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python Package: libcdio13 Status: install ok installed Priority: optional Section: libs Installed-Size: 282 Maintainer: Nicolas Boullis Architecture: amd64 Source: libcdio Version: 0.83-4.2 Depends: libc6 (>= 2.14) Description: library to read and control CD-ROM This library is to encapsulate CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. . Some support for disk image types like BIN/CUE and NRG is available, so applications that use this library also have the ability to read disc images as though they were CD's. Homepage: http://www.gnu.org/software/libcdio/ Package: libopencv-legacy2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1117 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-calib3d2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-core2.4, libopencv-features2d2.4, libopencv-flann2.4, libopencv-highgui2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-imgproc2.4, libopencv-ml2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-video2.4 (= 2.4.9.1+dfsg-1+deb8u1), libsm6, libstdc++6 (>= 4.4.0), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision legacy library This package contains the OpenCV (Open Computer Vision) legacy runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: libpam-cap Status: install ok installed Priority: optional Section: libs Installed-Size: 70 Maintainer: Christian Kastner Architecture: amd64 Multi-Arch: same Source: libcap2 Version: 1:2.24-8 Replaces: libcap2-bin (<< 1:2.22-1.1) Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), libpam-runtime (>= 1.1.3-2~) Breaks: libcap2-bin (<< 1:2.22-1.1) Conffiles: /etc/security/capability.conf fa5804a90b16addeec23008102b4746d Description: POSIX 1003.1e capabilities (PAM module) Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . This package contains the PAM module for enforcing capabilities on users and groups at PAM session start time. Homepage: http://sites.google.com/site/fullycapable/ Package: libcaribou0 Status: install ok installed Priority: optional Section: libs Installed-Size: 175 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: caribou Version: 0.4.15-1 Depends: libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.27.5), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6, libxklavier16 (>= 5.0), libxml2 (>= 2.7.4), libxtst6, libcaribou-common (= 0.4.15-1) Pre-Depends: multiarch-support Description: Configurable on screen keyboard with scanning mode - library An input assistive technology intended for switch and pointer users. . This package contains the shared library. Homepage: https://wiki.gnome.org/Projects/Caribou Package: qtwebkit5-examples-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 3187 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtwebkit-examples-opensource-src Version: 5.3.2+dfsg-2 Description: Qt 5 webkit examples documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 webkit examples. Homepage: http://qt-project.org/ Package: grep Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1272 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 2.20-4.1 Provides: rgrep Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.14), libpcre3 (>= 1:8.35) Conflicts: rgrep Description: GNU grep, egrep and fgrep 'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will. . The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.) Homepage: http://www.gnu.org/software/grep/ Package: libodbc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 626 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: same Source: unixodbc Version: 2.3.1-3 Replaces: unixodbc (<< 2.2.14p2-3) Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.2) Pre-Depends: multiarch-support Suggests: libmyodbc, odbc-postgresql, tdsodbc, unixodbc-bin Breaks: unixodbc (<< 2.2.14p2-3) Description: ODBC library for Unix UnixODBC is an implementation of the Open DataBase Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library. . This package provides the UnixODBC shared library, libodbc; and libodbctxt.so, a sample driver that reads from and writes to flat text files. Homepage: http://www.unixodbc.org/ Package: libgtkmm-2.4-1c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 4882 Maintainer: Deng Xiyue Architecture: amd64 Multi-Arch: same Source: gtkmm2.4 Version: 1:2.24.4-1.1 Depends: libatk1.0-0 (>= 1.12.4), libatkmm-1.6-1 (>= 2.22.1), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libcairomm-1.0-1 (>= 1.6.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libglibmm-2.4-1c2a (>= 2.40.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpangomm-1.4-1 (>= 2.27.1), libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Description: C++ wrappers for GTK+ (shared libraries) Gtkmm is a C++ interface for the popular GUI library GTK+, with API version 2.4. Gtkmm provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 180 classes that can be freely combined to quickly create complex user interfaces. . This package contains shared libraries. Homepage: http://www.gtkmm.org/ Package: qt-at-spi Status: install ok installed Priority: optional Section: misc Installed-Size: 515 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Version: 0.3.1-5 Depends: libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.12.0), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8~), libqtgui4 (>= 4:4.8~), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: at-spi accessibility plugin for Qt A plugin to export Qt widgets over AT-SPI2. This allows them to be read by accessibility tools such as the Orca screen reader. Package: libbrasero-media3-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1823 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: brasero Version: 3.11.4-1.1 Depends: libatk1.0-0 (>= 1.12.4), libburn4 (>= 1.3.2), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.0.0), libisofs6 (>= 1.3.2), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libtotem-plparser18 (>= 3.10.0), libx11-6, libxml2 (>= 2.7.4), brasero-common (= 3.11.4-1.1) Recommends: gnome-icon-theme, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, cdrdao (>= 1:1.2.3) Suggests: gstreamer1.0-plugins-bad Description: CD/DVD burning library for GNOME - runtime Libbrasero is a simple library to burn, copy and erase CD and DVD media. . This package contains the shared library. Homepage: https://wiki.gnome.org/Apps/Brasero Package: ifupdown Status: install ok installed Priority: important Section: admin Installed-Size: 122 Maintainer: Andrew Shadura Architecture: amd64 Multi-Arch: foreign Version: 0.7.53.1 Replaces: netbase (<< 5.0) Depends: iproute2 | iproute (>= 20071016-1), libc6 (>= 2.14), lsb-base (>= 4.1+Debian3), initscripts (>= 2.88dsf-25), adduser Recommends: isc-dhcp-client | dhcp-client Suggests: ppp, rdnssd, net-tools Breaks: dhcp3-client (<< 4.0), netbase (<< 5.0) Conffiles: /etc/default/networking 35cd4a2713981c9239ce4532c1bfc1c7 /etc/init.d/networking 6b377b7e2cfece0c9d1c81f40002636f /etc/init/network-interface-container.conf 4daa570594afc50940f140a7731d20d1 /etc/init/network-interface-security.conf feb6b4b52fe24c44ff1bc68addf245d6 /etc/init/network-interface.conf aae12345eba8e946579b06798b1752c1 /etc/init/networking.conf c50811e19bcd596d99b0467b40cfbb8b /etc/network/if-down.d/upstart 1a0205ddbc1446782a8d4d818e97d8a5 /etc/network/if-up.d/upstart dfbcde4fd4a3a2553930605e03e160ab Description: high level tools to configure network interfaces This package provides the tools ifup and ifdown which may be used to configure (or, respectively, deconfigure) network interfaces based on interface definitions in the file /etc/network/interfaces. Package: glib-networking-common Status: install ok installed Priority: optional Section: libs Installed-Size: 751 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: glib-networking Version: 2.42.0-2 Replaces: glib-networking (<< 2.30.1-2) Recommends: glib-networking Breaks: glib-networking (<< 2.30.1-2) Description: network-related giomodules for GLib - data files This package contains data files and translations for the GIO network extensions in glib-networking. Package: libnss-winbind Status: install ok installed Priority: optional Section: net Installed-Size: 129 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: libpam-winbind (<< 2:3.6.5-2), samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3), winbind4 Depends: samba-common (= 2:4.2.14+dfsg-0+deb8u6), winbind (= 2:4.2.14+dfsg-0+deb8u6), libbsd0 (>= 0.0), libc6 (>= 2.14), libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (= 2:4.2.14+dfsg-0+deb8u6), samba-libs (= 2:4.2.14+dfsg-0+deb8u6) Pre-Depends: dpkg (>= 1.15.6~) Suggests: libpam-winbind Breaks: libpam-winbind (<< 2:3.6.5-2), winbind (<< 2:3.5.11~dfsg-3) Description: Samba nameservice integration plugins Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides nss_winbind, a plugin that integrates with a local winbindd server to provide user/group name lookups to the system; and nss_wins, which provides hostname lookups via both the NBNS and NetBIOS broadcast protocols. Homepage: http://www.samba.org Package: info Status: install ok installed Priority: standard Section: doc Installed-Size: 396 Maintainer: Debian TeX maintainers Architecture: amd64 Multi-Arch: foreign Source: texinfo Version: 5.2.0.dfsg.1-6 Replaces: texinfo (<< 4.7-2) Provides: info-browser Depends: libc6 (>= 2.15), libtinfo5, install-info Suggests: texinfo-doc-nonfree Description: Standalone GNU Info documentation browser The Info file format is an easily-parsable representation for online documents. This program allows you to view Info documents, like the ones stored in /usr/share/info. . Much of the software in Debian comes with its online documentation in the form of Info files, so it is most likely you will want to install it. Package: libboost-system1.55.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.55 Version: 1.55.0+dfsg-3 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Homepage: http://www.boost.org/libs/system/ Package: libfreerdp-gdi1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 333 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libfreerdp-cache1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-codec1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-common1.1.0 (>= 1.1.0~beta1+git20130629), libfreerdp-core1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-crypto1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-locale1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-primitives1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libjpeg62-turbo (>= 1.3.1), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-crypto0.1 (>= 1.1.0~beta1+git20130629), libwinpr-dsparse0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-input0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-pool0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-rpc0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sspi0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6, libxkbfile1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (GDI library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-gdi shared library. Homepage: http://www.freerdp.com/ Package: python-chardet Status: install ok installed Priority: optional Section: python Installed-Size: 454 Maintainer: Piotr Ożarowski Architecture: all Source: chardet Version: 2.3.0-1 Depends: python:any (>= 2.7.5-5~), python, python:any (<< 2.8), python-pkg-resources Description: universal character encoding detector for Python2 Chardet takes a sequence of bytes in an unknown character encoding, and attempts to determine the encoding. . Supported encodings: * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese) * EUC-KR, ISO-2022-KR (Korean) * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) * ISO-8859-2, windows-1250 (Hungarian) * ISO-8859-5, windows-1251 (Bulgarian) * windows-1252 (English) * ISO-8859-7, windows-1253 (Greek) * ISO-8859-8, windows-1255 (Visual and Logical Hebrew) * TIS-620 (Thai) . This library is a port of the auto-detection code in Mozilla. Homepage: https://github.com/chardet/chardet Package: libapt-pkg-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 211 Maintainer: Brendan O'Dea Architecture: amd64 Source: libapt-pkg-perl (0.1.29) Version: 0.1.29+b2 Depends: perl-base (>= 5.20.0-4), perlapi-5.20.0, libapt-pkg4.12 (>= 0.8.0), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: Perl interface to libapt-pkg A Perl interface to APT's libapt-pkg which provides modules for configuration file/command line parsing, version comparison, inspection of the binary package cache and source package details. Package: libportaudio2 Status: install ok installed Priority: optional Section: libs Installed-Size: 224 Maintainer: Debian VoIP Team Architecture: amd64 Multi-Arch: same Source: portaudio19 Version: 19+svn20140130-1 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116 Pre-Depends: multiarch-support Description: Portable audio I/O - shared library PortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally. . This package contains the shared library. Homepage: http://www.portaudio.com/ Package: libmono-addins-gui0.2-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 265 Maintainer: Debian CLI Libraries Team Architecture: all Source: mono-addins Version: 1.0+git20130406.adcd75b-3 Depends: cli-common (>= 0.5.4), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 1.0), libmono-cairo4.0-cil (>= 3.0.6), libmono-corlib4.5-cil (>= 1.0), libmono-posix4.0-cil (>= 3.0.6), libmono-system-core4.0-cil (>= 3.0.6), libmono-system4.0-cil (>= 3.0.6) Description: GTK# frontend library for Mono.Addins Mono.Addins is a framework for creating extensible CLI applications, and for creating libraries which extend those applications. Mono.Addins has been designed to be easy to use and useful for a wide range of applications: from simple applications with small extensibility needs, to complex applications which need support for large add-in structures. . This package contains a GTK# frontend library for the Mono.Addins.Setup library. . This package contains the Mono.Addins.Gui library. Homepage: http://www.mono-project.com/Mono.Addins Package: libapr1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 8199 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apr Version: 1.5.1-3 Depends: libapr1 (= 1.5.1-3), uuid-dev, libsctp-dev Suggests: python Conflicts: libapr0-dev, libapr1.0-dev Description: Apache Portable Runtime Library - Development Headers APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . This package contains development headers for APR. Homepage: http://apr.apache.org/ Package: libgstreamer1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 4325 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gstreamer1.0 Version: 1.4.4-2+deb8u1 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.41.1) Pre-Depends: multiarch-support Suggests: gstreamer1.0-tools, gstreamer1.0-plugins-base Description: Core GStreamer libraries and elements GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the core library and elements. Homepage: http://gstreamer.freedesktop.org Package: libqt5network5 Status: install ok installed Priority: optional Section: libs Installed-Size: 1986 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.15), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libqt5dbus5 (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Qt 5 network module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtNetwork module offers classes that allow you to write TCP/IP clients and servers. It provides classes to make network programming easier and portable. Homepage: http://qt-project.org/ Package: libdbus2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 172 Maintainer: Debian CLI Libraries Team Architecture: all Source: dbus-sharp Version: 0.8.1-1 Depends: cli-common (>= 0.5.1), libmono-corlib4.5-cil (>= 3.2.8), libmono-posix4.0-cil (>= 3.2.3), libmono-system-core4.0-cil (>= 3.2.8), libmono-system-xml4.0-cil (>= 3.2.1), libmono-system4.0-cil (>= 3.2.8) Description: CLI implementation of D-Bus dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). . D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the dbus-sharp library itself. Homepage: http://github.com/mono/dbus-sharp Package: xserver-xorg-video-qxl Status: install ok installed Priority: optional Section: x11 Installed-Size: 266 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-qxl (0.1.1-2) Version: 0.1.1-2+b1 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- QXL display driver This package provides the driver for QXL video device, i.e. if Linux is running inside a RedHat Enterprise Virtualization (RHEV) environment, or other SPICE-compatible KVM/Qemu emulator. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-qxl driver module. Homepage: http://spice-space.org/ Package: libharfbuzz-icu0 Status: install ok installed Priority: optional Section: libs Installed-Size: 389 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: amd64 Multi-Arch: same Source: harfbuzz Version: 0.9.35-2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libharfbuzz0b (>= 0.6.0), libicu52 (>= 52~m1-1~), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: OpenType text shaping engine ICU backend HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the ICU backend. Homepage: http://www.freedesktop.org/wiki/Software/HarfBuzz Package: libnfsidmap2 Status: install ok installed Priority: standard Section: libs Installed-Size: 126 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libnfsidmap Version: 0.25-5 Replaces: nfs-common (<< 1:1.2.2-1) Depends: libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7) Pre-Depends: multiarch-support Breaks: nfs-common (<< 1:1.2.2-1) Conflicts: libnfsidmap1 Description: NFS idmapping library libnfsidmap provides functions to map between NFSv4 names (which are of the form user@domain) and local uid's and gid's. Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/ Package: libjpeg62-turbo Status: install ok installed Priority: optional Section: libs Installed-Size: 341 Maintainer: Ondřej Surý Architecture: amd64 Multi-Arch: same Source: libjpeg-turbo Version: 1:1.3.1-12 Replaces: libjpeg62 Provides: libjpeg62 Depends: libc6 (>= 2.14) Conflicts: libjpeg62 Description: libjpeg-turbo JPEG runtime library The libjpeg-turbo JPEG library is a library for handling JPEG files. . libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. The libjpeg-turbo JPEG library is an API/ABI compatible with the IJG JPEG library. . This package contains the shared runtime library. Homepage: http://www.libjpeg-turbo.org/ Package: libmimic0 Status: install ok installed Priority: optional Section: libs Installed-Size: 59 Maintainer: Luciano Bello Architecture: amd64 Source: libmimic Version: 1.0.4-2.2 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0) Description: A video codec for Mimic V2.x content libmimic is an open source video decoding library for decoding Mimic V2.x- encoded content (fourCC: ML20), which is the encoding used by MSN Messenger for webcam conversations. Package: libkatepartinterfaces4 Status: install ok installed Priority: optional Section: libs Installed-Size: 3112 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kate Version: 4:4.14.2-2 Depends: libc6 (>= 2.14), libkcmutils4 (>= 4:4.12), libkdecore5 (>= 4:4.12), libkdeui5 (>= 4:4.12), libkio5 (>= 4:4.12), libknewstuff3-4 (>= 4:4.12), libkparts4 (>= 4:4.12), libktexteditor4 (>= 4:4.12), libqt4-dbus (>= 4:4.5.3), libqt4-script (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.2.1) Description: library for the embeddable text editor component This library contains the code used by the kate part. It is not meant to be used directly, applications should use libktexteditor4 instead. . This package is a part of KDE 4 Base applications module. Homepage: http://kate-editor.org/ Package: samba-vfs-modules Status: install ok installed Priority: optional Section: net Installed-Size: 1029 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: samba-libs (<< 2:4.1.1+dfsg-1) Depends: libaio1 (>= 0.3.93), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.14), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.9), samba-libs (= 2:4.2.14+dfsg-0+deb8u6) Enhances: samba Description: Samba Virtual FileSystem plugins Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains plugins for the Samba server Virtual FileSystem. Homepage: http://www.samba.org Package: libpulse-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 411 Maintainer: Pulseaudio maintenance team Architecture: amd64 Multi-Arch: same Source: pulseaudio Version: 5.0-13 Depends: libpulse0 (= 5.0-13), libpulse-mainloop-glib0 (= 5.0-13), libglib2.0-dev, libavahi-client-dev Description: PulseAudio client development headers and libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Headers and libraries for developing applications that access a PulseAudio sound server via PulseAudio's native interface. Homepage: http://www.pulseaudio.org Package: tex-common Status: install ok installed Priority: optional Section: tex Installed-Size: 880 Maintainer: Debian TeX maintainers Architecture: all Version: 5.03 Replaces: dvipdfmx, tetex-base (<= 3.0-10) Depends: debconf (>= 0.5) | debconf-2.0, ucf, debconf (>= 1.4.69) | cdebconf (>= 0.39), dpkg (>= 1.14.18) Suggests: debhelper (>= 7.0.8) Breaks: alqalam (<= 0.2-5), cm-super (<= 0.3.4-4), cm-super-minimal (<= 0.3.4-7), context-doc-nonfree (<= 2012.06.27-1), gregoriotex (<= 2.0-1.1), itrans (<= 5.3-10), jadetex (<= 3.13-12), ko.tex-base (<= 0.1.0+20071012-1), ko.tex-extra (<= 0.1.0+20071012-1), latex-cjk-chinese (<< 4.8.2+git20111216-2), latex-cjk-chinese-arphic-bkai00mp (<= 1.21+nmu1), latex-cjk-chinese-arphic-bsmi00lp (<= 1.21+nmu1), latex-cjk-chinese-arphic-gbsn00lp (<= 1.21+nmu1), latex-cjk-chinese-arphic-gkai00mp (<= 1.21+nmu1), latex-cjk-japanese-wadalab (<= 0.20050817-15), latex-cjk-thai (<= 4.8.2+git20111216-1), latex-fonts-sipa-arundina (<= 0.2.0-1), latex-fonts-thai-tlwg (<= 1:0.5.0-1), latex-sanskrit (<= 2.2-8), lmodern (<= 2.004.1-3.1), luatex (<< 0.70.1), musixtex (<= 1:0.115-2), scalable-cyrfonts-tex (<= 4.15), tex-gyre (<= 2.004.1-2.1), texlive-base (<< 2014), texlive-binaries (<< 2014), texlive-common (<< 2010), texlive-lang-arab (<< 2012), thailatex (<< 2013), tipa (<= 2:1.3-15) Conflicts: context (<= 2011.05.18.20110627-1), tetex-base (<< 2007), texlive-common (<< 2009) Conffiles: /etc/texmf/fmt.d/00tex.cnf 968f2b29eb4089534b9625cd181c25e3 /etc/texmf/hyphen.d/00tex.cnf 1d7236736c45d5df1422091b1dc1e7f9 /etc/texmf/texmf.d/00debian.cnf ca40c66f144b4bafc3e59a2dd32ecb9c /etc/texmf/web2c/mktex.cnf 9c342b3465afe4c13049c55218e23eaf Description: common infrastructure for building and installing TeX This package contains a number of scripts and common configuration files that are needed to install a TeX System. . It also contains debhelper-like programs useful for building TeX packages. Package: libwnck-3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 334 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: libwnck3 Version: 3.4.9-3 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.4), libpango-1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.4), libx11-6, libxres1, libwnck-3-common Pre-Depends: multiarch-support Description: Window Navigator Construction Kit - runtime files A library to use for writing pagers and task lists. . This package contains runtime files. Package: x11-session-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 244 Maintainer: Debian X Strike Force Architecture: amd64 Version: 7.7+1 Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libsm6, libx11-6, libxaw7, libxmuu1, libxt6 (>= 1:1.1.0), cpp Conffiles: /etc/X11/app-defaults/XSm 34f161c4cba12ff40099e12b40e511d3 /etc/X11/xsm/system.xsm 2f4e2377a2862ec6bfc9b9dc8cf1172d Description: X session utilities This package provides the X session manager and related tools: - rstart; - smproxy, a session manager proxy for X clients that do not use the X session manager protocol; - xsm, a session manager for X sessions; Installation of an rsh or ssh daemon (server) is necessary if rstartd is to be used, and installation of an rsh or ssh client is necessary if rstart is to be used. Package: libqt5declarative5 Status: install ok installed Priority: optional Section: libs Installed-Size: 3920 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtquick1-opensource-src Version: 5.3.2-3 Provides: qtquick1-abi-5-2-1 Depends: libc6 (>= 2.14), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.2.0), libqt5network5 (>= 5.0.2), libqt5script5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5widgets5 (>= 5.3.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2, qtscript-abi-5-2-0 Pre-Depends: multiarch-support Description: Qt Quick 1 module for Qt 5 Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains library files for the older Qt Quick 1 (Qt Declarative) on Qt 5. Homepage: http://qt-project.org/ Package: libgjs0e Status: install ok installed Priority: optional Section: libs Installed-Size: 622 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gjs Version: 1.42.0-1 Replaces: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d Provides: libgjs0-libmozjs-24-0 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.15), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 1.41.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libmozjs-24-0, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libreadline6 (>= 6.0), libstdc++6 (>= 4.1.1), libx11-6, libxext6 Conflicts: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d Description: Mozilla-based javascript bindings for the GNOME platform Makes it possible for applications to use all of GNOME's platform libraries using the Javascript language. It's mainly based on the Mozilla javascript engine and the GObject introspection framework. . This is the shared library applications link to. Homepage: https://wiki.gnome.org/Gjs Package: metacity Status: install ok installed Priority: optional Section: x11 Installed-Size: 847 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.3-1 Provides: x-window-manager Depends: gnome-icon-theme, gsettings-desktop-schemas (>= 3.3.0), metacity-common (= 1:3.14.3-1), zenity, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.12.0), libgtop2-7 (>= 2.22.3), libice6 (>= 1:1.0.0), libmetacity-private2 (>= 3.12.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsm6, libstartup-notification0 (>= 0.7), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1, libxrandr2, libxrender1 Recommends: gnome-session | x-session-manager, gnome-themes-standard Suggests: gnome-control-center (>= 1:3.4.0), xdg-user-dirs Description: lightweight GTK+ window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the core binaries. Homepage: https://git.gnome.org/browse/metacity Package: libarchive-zip-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 298 Maintainer: Debian Perl Group Architecture: all Version: 1.39-1 Depends: perl Description: Perl module for manipulation of ZIP archives The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. . Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. . Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed. Members can be created from members in existing Zip files, or from existing directories, files, or strings. Homepage: https://metacpan.org/release/Archive-Zip Package: x11proto-core-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 1802 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-core Version: 7.0.26-1 Depends: xorg-sgml-doctools (>= 1:1.5) Description: X11 core wire protocol and auxiliary headers This package provides development headers describing the wire protocol for the core X11 protocol, and also provides a number of utility headers, used to abstract OS-specific functions. . More information about X.Org can be found at: . This package is built from the X.org xproto proto module. Package: nautilus-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 12948 Maintainer: Debian GNOME Maintainers Architecture: all Source: nautilus Version: 3.14.1-2 Depends: dconf-gsettings-backend | gsettings-backend Recommends: nautilus Description: data files for nautilus Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package contains pictures, localization files and other data needed by nautilus. Homepage: http://www.gnome.org/projects/nautilus/ Package: libmodplug1 Status: install ok installed Priority: optional Section: libs Installed-Size: 326 Maintainer: Zed Pobre Architecture: amd64 Source: libmodplug (1:0.8.8.4-4.1) Version: 1:0.8.8.4-4.1+b1 Replaces: xmms-modplug (<< 2.04-1) Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: xmms-modplug (<< 2.04-1) Description: shared libraries for mod music based on ModPlug Module files (MOD music, tracker music) are a family of music file formats originating from the MOD file format on Amiga systems used in late 1980s. . This is a library based on the mod music rendering code from ModPlug, a popular Windows mod player written by Olivier Lapicque, found at http://www.modplug.com. Homepage: http://modplug-xmms.sourceforge.net/ Package: libwacom-common Status: install ok installed Priority: optional Section: libs Installed-Size: 208 Maintainer: Timo Aaltonen Architecture: all Multi-Arch: foreign Source: libwacom Version: 0.8-1 Replaces: libwacom0 (<= 0.2-1) Description: Wacom model feature query library (common files) libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. . This package contains common data files for libwacom. Package: libwacom2 Status: install ok installed Priority: optional Section: libs Installed-Size: 41 Maintainer: Timo Aaltonen Architecture: amd64 Multi-Arch: same Source: libwacom Version: 0.8-1 Depends: libc6 (>= 2.8), libglib2.0-0 (>= 2.24.0), libgudev-1.0-0 (>= 146), libwacom-common (= 0.8-1) Pre-Depends: multiarch-support Description: Wacom model feature query library libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. Package: libxdamage1 Status: install ok installed Priority: optional Section: libs Installed-Size: 22 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxdamage (1:1.1.4-2) Version: 1:1.1.4-2+b1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1), libxfixes3 Pre-Depends: multiarch-support Description: X11 damaged region extension library libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Package: libx264-142 Status: install ok installed Priority: optional Section: libs Installed-Size: 2148 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: x264 (2:0.142.2431+gita5831aa-1) Version: 2:0.142.2431+gita5831aa-1+b2 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: x264 video coding library libx264 is an advanced encoding library for creating H.264 (MPEG-4 AVC) video streams. . This package contains the libx264 shared library. Homepage: http://www.videolan.org/developers/x264.html Package: ppp Status: install ok installed Priority: optional Section: admin Installed-Size: 930 Maintainer: Marco d'Itri Architecture: amd64 Version: 2.4.6-3.1 Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libpcap0.8 (>= 0.9.8), init-system-helpers (>= 1.18~), libpam-modules, libpam-runtime, procps Breaks: network-manager (<< 0.9.8.8-7~), network-manager-pptp (<< 0.9.8.4-3~), pppdcapiplugin (<< 1:3.25+dfsg1-3.4~) Conffiles: /etc/bash_completion.d/pon 41cf8cde5bd9fefe51100a051947b118 /etc/chatscripts/gprs 49518071cd909518f6c79480b69cd10c /etc/chatscripts/pap 17dbbede1dc894aa6c6c4e8be5727c1d /etc/init.d/pppd-dns 4ed1a6fd54897767efb2cfef6062e376 /etc/logrotate.d/ppp 8434ebaff1b3b33bb0ea0bce523adfd3 /etc/pam.d/ppp cc163be3dbe4258e639238ccd5bcdea0 /etc/ppp/ip-down 85d38850a138c53ae48bd2736b1b2753 /etc/ppp/ip-down.d/0000usepeerdns aaae5708fe89b23c76b94fc9862e1381 /etc/ppp/ip-up bb4b48272ac4adf06cbc6caf4ede3a1c /etc/ppp/ip-up.d/0000usepeerdns bab9720708c00e7ebba8bfb7d32077dd /etc/ppp/ipv6-down e11550beb886ac90b2b79f0b9fea67d6 /etc/ppp/ipv6-up 047b617b3d150aeed5e1c7fea7e14e04 /etc/ppp/options 8bf2e0b8499592fa1c119818fe5a326f Description: Point-to-Point Protocol (PPP) - daemon The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package is most commonly used to manage a modem for dial-up or certain kinds of broadband connections. Homepage: http://ppp.samba.org/ Package: fonts-stix Status: install ok installed Priority: extra Section: fonts Installed-Size: 2786 Maintainer: Atsuhito KOHDA Architecture: all Multi-Arch: foreign Version: 1.1.1-1 Replaces: otf-stix (<= 1.1.0~beta1-1) Provides: otf-stix Conflicts: otf-stix (<= 1.1.0~beta1-1) Description: Scientific and Technical Information eXchange fonts The mission of the Scientific and Technical Information Exchange (STIX) font creation project is the preparation of a comprehensive set of fonts that serve the scientific and engineering community in the process from manuscript creation through final publication, both in electronic and print formats. Homepage: http://www.stixfonts.org Package: qt5-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 3287 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtdoc-opensource-src Version: 5.3.2-3 Depends: qtbase5-doc (>= 5.3.2~), qtdeclarative5-doc, qtenginio5-doc, qtgraphicaleffects5-doc, qtmultimedia5-doc, qtpositioning5-doc, qtquickcontrols5-doc, qtscript5-doc, qtsensors5-doc, qtserialport5-doc, qtsvg5-doc, qttools5-doc, qtwebkit5-doc, qtwebkit5-examples-doc, qtwebsockets5-doc, qtx11extras5-doc, qtxmlpatterns5-doc Suggests: qtbase5-dev, qttools5-dev-tools Description: Qt 5 API Documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Documentation contains the offline documentation for Qt 5. This package contains the complete Qt 5 API documentation (Qt's help format). . The documentation is provided in the Qt's help format and manpage format; the Qt's help format version can be viewed in conjunction with the Qt Assistant found in the qttools5-dev-tools package. Homepage: http://qt-project.org/ Package: libgail18 Status: install ok installed Priority: optional Section: libs Installed-Size: 587 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtk+2.0 Version: 2.24.25-3+deb8u1 Depends: libatk1.0-0 (>= 1.32.0), libc6 (>= 2.4), libcairo2 (>= 1.6.4-6.1), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.27.3), libpango-1.0-0 (>= 1.28.3), libpangocairo-1.0-0 (>= 1.28.3), libpangoft2-1.0-0 (>= 1.28.3), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxfixes3, libgtk2.0-0 (= 2.24.25-3+deb8u1) Pre-Depends: multiarch-support Description: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Homepage: http://www.gtk.org/ Package: rygel-tracker Status: install ok installed Priority: extra Section: net Installed-Size: 633 Maintainer: Debian Rygel Maintainers Architecture: amd64 Source: rygel (0.24.2-1) Version: 0.24.2-1+b1 Depends: rygel (= 0.24.2-1+b1), tracker (>= 0.8), libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.37.3), libgupnp-1.0-4 (>= 0.18.0), libgupnp-av-1.0-2 (>= 0.6.0), librygel-core-2.4-2, librygel-server-2.4-2, libtracker-sparql-1.0-0 (>= 0.10.0) Description: GNOME UPnP/DLNA services - Tracker plugin Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package provides a MediaServer plugin that exports user's media contents known to Tracker (http://projects.gnome.org/tracker). Homepage: https://wiki.gnome.org/action/show/Projects/Rygel Package: python-pyorbit Status: install ok installed Priority: optional Section: python Installed-Size: 141 Maintainer: Sebastien Bacher Architecture: amd64 Source: pyorbit Version: 2.24.0-7 Replaces: python2.3-pyorbit, python2.4-pyorbit Provides: python2.7-pyorbit Depends: python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0), libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0), libidl0, liborbit-2-0 (>= 1:2.14.10), liborbit2 (>= 1:2.14.10) Conflicts: python2.3-pyorbit, python2.4-pyorbit Description: A Python language binding for the ORBit2 CORBA implementation It aims to take advantage of new features found in ORBit2 to make language bindings more efficient. This includes: - Use of ORBit2 type libraries to generate stubs - use of the ORBit_small_invoke_stub() call for operation invocation, which allows for short circuited invocation on local objects. . Where it makes sense, this binding tries to stay compatible with the Python language mapping, which can be found on the OMG web site: http://www.omg.org/cgi-bin/doc?formal/02-09-07 Package: dosfstools Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 239 Maintainer: Andreas Bombe Architecture: amd64 Version: 3.0.27-1 Depends: libc6 (>= 2.14) Description: utilities for making and checking MS-DOS FAT filesystems The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems. Homepage: https://github.com/dosfstools/dosfstools Package: libzeitgeist-2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 465 Maintainer: Siegfried-Angel Gevatter Pujals Architecture: amd64 Multi-Arch: same Source: zeitgeist Version: 0.9.14-2.2 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9) Pre-Depends: multiarch-support Recommends: zeitgeist | zeitgeist-core Description: library to access Zeitgeist - shared library Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations hold with other people, etc.) and makes the relevant information available to other applications. . It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns. . Libzeitgeist is a client library to access and manage the Zeitgeist event log from languages such as C and Vala. . This package contains shared libraries to be used by applications. Homepage: http://zeitgeist-project.com/ Package: psmisc Status: install ok installed Priority: optional Section: admin Installed-Size: 764 Maintainer: Craig Small Architecture: amd64 Multi-Arch: foreign Version: 22.21-2 Replaces: procps (<< 1:1.2) Depends: libc6 (>= 2.14), libtinfo5 Description: utilities that use the proc file system This package contains miscellaneous utilities that use the proc FS: . - fuser: identifies processes that are using files or sockets. - killall: kills processes by name (e.g. "killall -HUP named"). - peekfd: shows the data traveling over a file descriptor. - pstree: shows currently running processes as a tree. - prtstat: print the contents of /proc//stat Homepage: http://psmisc.sf.net/ Package: gnome-documents Status: install ok installed Priority: optional Section: gnome Installed-Size: 3610 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.2-1 Depends: libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libevdocument3-4 (>= 3.13.91), libevview3-3 (>= 3.13.91), libgdata19 (>= 0.15.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.3), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.13.2), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), libzapojit-0.0-0, dconf-gsettings-backend | gsettings-backend, gir1.2-evince-3.0, gir1.2-gdata-0.0, gir1.2-goa-1.0, gir1.2-gtk-3.0, gir1.2-zpj-0.0, gnome-online-miners, gir1.2-gnomedesktop-3.0, gir1.2-tracker-1.0, gir1.2-webkit-3.0, tracker (>= 0.17.3), gjs (>= 1.32.0-3) Recommends: gnome-user-guide, unoconv Description: Document manager for GNOME GNOME Documents is a standalone application to find, organize and view your documents. Homepage: https://wiki.gnome.org/Apps/Documents Package: libkadm5srv-mit9 Status: install ok installed Priority: standard Section: libs Installed-Size: 205 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkdb5-7, libkeyutils1 (>= 1.4), libkrb5-3 (>= 1.9+dfsg~beta1), libkrb5support0 (>= 1.12~alpha1+dfsg) Pre-Depends: multiarch-support Suggests: krb5-doc, krb5-user Description: MIT Kerberos runtime libraries - KDC and Admin Server Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library used by Kerberos administrative servers. Homepage: http://web.mit.edu/kerberos/ Package: libmng1 Status: install ok installed Priority: optional Section: libs Installed-Size: 651 Maintainer: Kartik Mistry Architecture: amd64 Multi-Arch: same Source: libmng (1.0.10+dfsg-3.1) Version: 1.0.10+dfsg-3.1+b3 Replaces: libmng, libmng-dev (<< 1.0.0-3) Depends: libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Multiple-image Network Graphics library The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independent JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguar. Homepage: http://www.libmng.com Package: libssl1.0.0 Status: install ok installed Priority: important Section: libs Installed-Size: 3075 Maintainer: Debian OpenSSL Team Architecture: amd64 Multi-Arch: same Source: openssl Version: 1.0.1t-1+deb8u6 Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0 Pre-Depends: multiarch-support Description: Secure Sockets Layer toolkit - shared libraries This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It provides the libssl and libcrypto shared libraries. Package: libpanel-applet-4-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 306 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-panel (3.8.1-7) Version: 3.8.1-7+b1 Depends: gconf-service, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.3.8), libpango-1.0-0 (>= 1.15.4), libpangocairo-1.0-0 (>= 1.15.4), libx11-6, libxau6, libxext6 Description: library for GNOME Panel applets This library is used by GNOME Panel applets. Homepage: https://wiki.gnome.org/Projects/GnomePanel Package: python-support Status: install ok installed Priority: standard Section: python Installed-Size: 163 Maintainer: Josselin Mouette Architecture: all Version: 1.0.15 Depends: python (>= 2.5), python-minimal, dpkg (>= 1.14.19) Conflicts: debhelper (<< 5.0.38) Description: automated rebuilding support for Python modules This package contains the 'update-python-modules' script, which takes care of byte-compilation of Python-only modules. . Private modules are automatically rebuilt upon major Python upgrades, avoiding the need for strong dependencies. . Public modules are automatically made available for all installed Python versions. Package: gir1.2-gtk-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 936 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtk+3.0 Version: 3.14.5-1+deb8u1 Depends: libgtk-3-common, gir1.2-atk-1.0, gir1.2-freedesktop, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-pango-1.0, libgirepository-1.0-1 (>= 1.41.4-1), libgtk-3-0 (>= 3.13.7) Description: GTK+ graphical user interface library -- gir bindings GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.gtk.org/ Package: python-ntdb Status: install ok installed Priority: optional Section: python Installed-Size: 62 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: ntdb Version: 1.0-5 Provides: python2.7-ntdb Depends: libntdb1 (= 1.0-5), python (>= 2.7), python (<< 2.8), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.14), libpython2.7 (>= 2.7) Description: Python bindings for NTDB This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . ntdb uses a file format that is incompatible with tdb, but the API is similar. It improves performance, adds support for databases larger than 4 Gb, and improves integration with talloc. . This package contains the Python bindings. Homepage: http://tdb.samba.org/ Package: base-passwd Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 185 Maintainer: Colin Watson Architecture: amd64 Multi-Arch: foreign Version: 3.5.37 Replaces: base Depends: libc6 (>= 2.8), libdebconfclient0 (>= 0.145) Recommends: debconf (>= 0.5) | debconf-2.0 Description: Debian base system master password and group files These are the canonical master copies of the user database files (/etc/passwd and /etc/group), containing the Debian-allocated user and group IDs. The update-passwd tool is provided to keep the system databases synchronized with these master files. Package: sipsak Status: install ok installed Priority: optional Section: net Installed-Size: 126 Maintainer: Debian VoIP Team Architecture: amd64 Source: sipsak (0.9.6-2.2) Version: 0.9.6-2.2+b1 Depends: libc6 (>= 2.14), libgnutls-deb0-28 (>= 3.2.10-0), libgnutls-openssl27 (>= 3.0-0), libruli4 Description: SIP Swiss army knife sipsak is a small command line tool for developers and administrators of Session Initiation Protocol (SIP) applications. It can be used for some simple tests on SIP applications and devices. Package: libsdl-sound1.2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 369 Maintainer: Debian SDL packages maintainers Architecture: amd64 Multi-Arch: same Source: sdl-sound1.2 (1.0.3-7) Version: 1.0.3-7+b1 Depends: libsdl-sound1.2 (= 1.0.3-7+b1), libsdl1.2-dev (>= 1.2.14~) Description: Sound library for Simple DirectMedia Layer 1.2, development files SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is an add-on to Simple Directmedia Layer library. . This package contains the development files. Homepage: http://icculus.org/SDL_sound/ Package: librsvg2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 387 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: librsvg Version: 2.40.5-1+deb8u2 Depends: libc6 (>= 2.4), libcairo2 (>= 1.10.0), libcroco3 (>= 0.6.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.36.0), libpangocairo-1.0-0 (>= 1.36.0), libxml2 (>= 2.8.0) Pre-Depends: multiarch-support Recommends: librsvg2-common Suggests: librsvg2-bin Description: SAX-based renderer library for SVG files (runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains the runtime library, necessary to run applications using librsvg. Homepage: https://wiki.gnome.org/Projects/LibRsvg Package: libisccfg-export90 Status: install ok installed Priority: optional Section: libs Installed-Size: 79 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Depends: libc6 (>= 2.4), libisc-export95 Pre-Depends: multiarch-support Description: Exported ISC CFG Shared Library The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the exported libisccfg shared library. Package: empathy-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 14371 Maintainer: Debian Telepathy maintainers Architecture: all Source: empathy Version: 3.12.7-1 Replaces: empathy (<< 2.27.92), empathy-doc, libempathy-common, libempathy-gtk-common Provides: empathy-doc, libempathy-common, libempathy-gtk-common Recommends: yelp Conflicts: empathy-doc, libempathy-common, libempathy-gtk-common Description: GNOME multi-protocol chat and call client (common files) Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, Windows Live (MSN), Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise and ICQ. . This package contains the architecture independent files for Empathy IM application. Homepage: https://wiki.gnome.org/Apps/Empathy Package: libopencv-highgui2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 336 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libatk1.0-0 (>= 1.12.4), libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11.3), libavformat56 (>= 6:11~beta1), libavutil54 (>= 6:11~beta1), libc6 (>= 2.15), libcairo2 (>= 1.2.4), libdc1394-22, libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.31.8), libglu1-mesa | libglu1, libgtk2.0-0 (>= 2.8.0), libgtkglext1, libice6 (>= 1:1.0.0), libilmbase6 (>= 1.0.1), libjasper1, libjpeg62-turbo (>= 1.3.1), libopencv-core2.4, libopencv-imgproc2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopenexr6 (>= 1.6.1), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpangox-1.0-0 (>= 0.0.2), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libswscale3 (>= 6:11~beta1), libtbb2, libtiff5 (>= 4.0.3), libv4l-0 (>= 0.5.0), libx11-6, libxext6, libxmu6, libxt6, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: computer vision High-level GUI and Media I/O library This package contains the OpenCV (Open Computer Vision) High-level GUI and Media I/O runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: libxcb-image0 Status: install ok installed Priority: extra Section: libs Installed-Size: 69 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: xcb-util-image Version: 0.4.0-1 Depends: libc6 (>= 2.14), libxcb-shm0, libxcb-util0 (>= 0.3.8), libxcb1 Pre-Depends: multiarch-support Description: utility libraries for X C Binding -- image This package contains the library files needed to run software using libxcb-image, providing port of Xlib's XImage and XShmImage functions. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Homepage: http://xcb.freedesktop.org Package: libgnomeui-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 831 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libgnomeui Version: 2.24.5-3 Depends: gconf-service, libart-2.0-2 (>= 2.3.17), libatk1.0-0 (>= 1.12.4), libbonobo2-0 (>= 2.32.1-3~), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglade2-0 (>= 1:2.6.4-2~), libglib2.0-0 (>= 2.35.9), libgnome-2-0, libgnome-keyring0 (>= 2.20.3), libgnomecanvas2-0 (>= 2.11.1), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.14), libice6 (>= 1:1.0.0), liborbit-2-0 (>= 1:2.14.10), libpango-1.0-0 (>= 1.17.5), libpangocairo-1.0-0 (>= 1.17.5), libpangoft2-1.0-0 (>= 1.17.5), libpopt0 (>= 1.14), libsm6, libx11-6, libxml2 (>= 2.6.27), libgnomeui-common (= 2.24.5-3) Pre-Depends: multiarch-support Suggests: gnome-icon-theme Description: GNOME user interface library - runtime files This package contains the shared library for the base GNOME library functions (User Interface functions). Package: host Status: install ok installed Priority: standard Section: net Installed-Size: 50 Maintainer: LaMont Jones Architecture: all Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Depends: bind9-host Description: Transitional package This dummy package is provided for a smooth transition from the previous host package. It may safely be removed after installation. Package: libcolord-gtk1 Status: install ok installed Priority: optional Section: libs Installed-Size: 48 Maintainer: Christopher James Halse Rogers Architecture: amd64 Multi-Arch: same Source: colord-gtk (0.1.25-1.1) Version: 0.1.25-1.1+b1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcolord2 (>= 0.1.29), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0) Pre-Depends: multiarch-support Recommends: colord Description: GTK+ convenience library for interacting with colord colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . This is a GTK+ convenience library for interacting with colord. It is useful for both applications which need colour management and applications that wish to perform colour calibration. . This package contains the runtime libraries. Homepage: http://www.freedesktop.org/software/colord/ Package: gnome-panel Status: install ok installed Priority: optional Section: gnome Installed-Size: 1401 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-panel (3.8.1-7) Version: 3.8.1-7+b1 Replaces: gnome-panel-data (<< 2.91) Depends: evolution-common (>= 3.4.3), gnome-icon-theme-symbolic (>= 3.0.0), gnome-menus (>= 3.1.4), gnome-panel-data (= 3.8.1-7), gconf-service, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libcamel-1.2-49, libdconf1 (>= 0.14.0), libecal-1.2-16 (>= 3.5.91), libedataserver-1.2-18 (>= 3.5.91), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.41.1), libgnome-desktop-3-10 (>= 3.11.90), libgnome-menu-3-0 (>= 3.2.0.1), libgtk-3-0 (>= 3.3.16), libgweather-3-6 (>= 3.7.91), libical1a (>= 1.0), libice6 (>= 1:1.0.0), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta2), libpanel-applet-4-0 (>= 3.4.1), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.15.4), libpolkit-gobject-1-0 (>= 0.99), librsvg2-2 (>= 2.32.0), libsecret-1-0 (>= 0.7), libsm6, libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libtelepathy-glib0 (>= 0.14.0), libwnck-3-0 (>= 3.4.6), libx11-6, libxau6, libxext6, libxml2 (>= 2.6.27), libxrandr2 (>= 2:1.2.99.3) Recommends: alacarte, evolution-data-server, gnome-applets, gnome-control-center, gnome-icon-theme (>= 2.24), gnome-session-flashback, gvfs Suggests: gnome-terminal | x-terminal-emulator, gnome-user-guide, nautilus, yelp Breaks: gnome-applets (<< 2.91), gnome-control-center (<< 1:2.91), gnome-settings-daemon (<< 2.91), libpanel-applet2-0, netspeed (<< 0.16-2) Description: launcher and docking facility for GNOME The GNOME Panel is an essential part of the GNOME Desktop, providing toolbar-like “panels” which can be attached to the sides of your desktop. They are used to launch applications and embed a number of other functions, such as quick launch icons, the clock, the notification area, volume controls and the battery charge indicator, and utilities ranging from weather forecast to system monitoring. Homepage: https://wiki.gnome.org/Projects/GnomePanel Package: libcmis-0.4-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1514 Maintainer: Rene Engelhard Architecture: amd64 Source: libcmis Version: 0.4.1-7 Depends: libboost-date-time1.55.0, libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libxml2 (>= 2.7.4) Description: CMIS protocol client library LibCMIS is a C++ client library for the CMIS interface. . This allows C++ applications to connect to any ECM behaving as a CMIS server like Alfresco, Nuxeo. Homepage: http://libcmis.sourceforge.net/ Package: comerr-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 82 Maintainer: Theodore Y. Ts'o Architecture: amd64 Source: e2fsprogs (1.42.12-2) Version: 2.1-1.42.12-2+b1 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) Depends: libc6-dev | libc-dev, libcomerr2 (= 1.42.12-2+b1) Suggests: doc-base Description: common error description library - headers and static libraries libcom_err is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. . This package contains the development environment for the com_err library. Homepage: http://e2fsprogs.sourceforge.net Package: python3-pyatspi Status: install ok installed Priority: optional Section: python Installed-Size: 219 Maintainer: Debian Accessibility Team Architecture: all Source: pyatspi Version: 2.14.0+dfsg-1 Replaces: python3-pyatspi2 (<< 2.7.2+dfsg-2) Depends: python3:any (>= 3.3.2-2~), python3-gi (>= 2.90.1), gir1.2-atspi-2.0 (>= 2.1.4), libatk-adaptor (>= 2.11.2), libgail-common, at-spi2-core, qt-at-spi Breaks: python3-pyatspi2 (<< 2.7.2+dfsg-2) Description: Assistive Technology Service Provider Interface - Python3 bindings at-spi is the "Assistive Technology Service Provider Interface". . This package contains Python3 bindings for the client side aspects of at-spi2. Homepage: http://live.gnome.org/Accessibility Package: ienglish-common Status: install ok installed Priority: optional Section: text Installed-Size: 86 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6 Depends: dictionaries-common (>= 1.10.6~), ispell (>= 3.3.02) Recommends: iamerican | iamerican-small | iamerican-large | iamerican-huge | iamerican-insane | ibritish | ibritish-small | ibritish-large | ibritish-huge | ibritish-insane Description: Common files for British and American ispell dictionaries This package provides common files and dependencies for all American and British ispell dictionary packages. The package is useless if none of the dictionaries is also installed. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: libvirtodbc0 Status: install ok installed Priority: optional Section: libs Installed-Size: 2040 Maintainer: Debian Krap Maintainers Architecture: amd64 Source: virtuoso-opensource Version: 6.1.6+dfsg2-2 Depends: odbcinst, virtuoso-opensource-6.1-common (= 6.1.6+dfsg2-2), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.15), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0) Pre-Depends: multiarch-support Breaks: libsoprano4 (<< 2.9.4+dfsg-1) Description: high-performance database - ODBC libraries OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso ODBC client libraries. Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/ Package: libgcr-base-3-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 648 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: gcr Version: 3.14.0-2 Replaces: libgcr-3-1 (<< 3.8.2-2) Depends: libc6 (>= 2.14), libgck-1-0 (>= 3.3.90), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.38.0), libp11-kit0 (>= 0.20.0), libgcr-3-common Pre-Depends: multiarch-support Breaks: libgcr-3-1 (<< 3.8.2-2) Description: Library for Crypto related tasks GCR is a library for crypto UI and related tasks. . This package contains the GObject library for high level crypto parsing. Homepage: https://wiki.gnome.org/GnomeKeyring Package: mesa-common-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2165 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libgl1-mesa-dev (<< 7.5~rc4-2), libgl1-mesa-swx11-dev (<< 6.5.2), xlibmesa-gl-dev (<< 1:7), xlibosmesa-dev Depends: libx11-dev, libdrm-dev (>= 2.4.52) Description: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Homepage: http://mesa3d.sourceforge.net/ Package: libmysqlclient-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 5535 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-5.5 Version: 5.5.55-0+deb8u1 Replaces: libmysqlclient15-dev Provides: libmysqlclient15-dev Depends: libmysqlclient18 (= 5.5.55-0+deb8u1), zlib1g-dev Conflicts: libmysqlclient10-dev, libmysqlclient12-dev, libmysqlclient14-dev, libmysqlclient15-dev Description: MySQL database development files MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes development libraries and header files. Homepage: http://dev.mysql.com/ Package: e2fslibs Status: install ok installed Priority: required Section: libs Installed-Size: 386 Maintainer: Theodore Y. Ts'o Architecture: amd64 Multi-Arch: same Source: e2fsprogs (1.42.12-2) Version: 1.42.12-2+b1 Replaces: e2fsprogs (<< 1.34-1) Provides: libe2p2, libext2fs2 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Description: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Homepage: http://e2fsprogs.sourceforge.net Package: libgpod4 Status: install ok installed Priority: optional Section: libs Installed-Size: 575 Maintainer: gtkpod Maintainers Architecture: amd64 Multi-Arch: same Source: libgpod (0.8.3-1.1) Version: 0.8.3-1.1+b1 Depends: libc6 (>= 2.14), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.18), libimobiledevice4 (>= 0.9.7), libplist2 (>= 1.11), libsqlite3-0 (>= 3.5.9), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Recommends: libgpod-common Conflicts: libgpod4-nogtk Description: library to read and write songs and artwork to an iPod libgpod is a library meant to abstract access to an iPod's content. It provides an easy to use API to retrieve the list of files and playlist stored on an iPod, to modify them and to save them back to the iPod . This package contains the shared library. Homepage: http://www.gtkpod.org/wiki/Libgpod Package: telepathy-idle Status: install ok installed Priority: optional Section: net Installed-Size: 235 Maintainer: Debian Telepathy maintainers Architecture: amd64 Version: 0.2.0-2 Provides: telepathy-connection-manager Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.32), libtelepathy-glib0 (>= 0.22) Description: IRC connection manager for Telepathy Idle is an IRC connection manager for the Telepathy framework. Install this package to use IRC channels and private messages in Telepathy instant messaging clients such as Empathy, GNOME Shell or KDE Telepathy. Homepage: http://sourceforge.net/projects/telepathy-idle Package: i3 Status: install ok installed Priority: extra Section: x11 Installed-Size: 39 Maintainer: Michael Stapelberg Architecture: amd64 Source: i3-wm Version: 4.8-2 Depends: i3-wm (= 4.8-2) Recommends: i3lock (>= 2.2), suckless-tools, i3status (>= 2.3), dunst Description: metapackage (i3 window manager, screen locker, menu, statusbar) This metapackage installs the i3 window manager (i3-wm), the i3lock screen locker, i3status (for system information) and suckless-tools (for dmenu). These are all the tools you need to use the i3 window manager efficiently. Homepage: http://i3wm.org/ Package: qtx11extras5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 75 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtx11extras-opensource-src Version: 5.3.2-2 Description: Qt 5 X11 extras documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 X11 extras libraries and binaries. Homepage: http://qt-project.org/ Package: libcairo-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 329 Maintainer: Debian Perl Group Architecture: amd64 Version: 1.104-2 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.14), libcairo2 (>= 1.10.0), libfreetype6 (>= 2.2.1) Suggests: libfont-freetype-perl Description: Perl interface to the Cairo graphics library libcairo-perl provides access to the Cairo library. . Cairo is a 2D graphics library with support for multiple output devices. It is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). . The cairo API provides operations similar to the drawing operators of PostScript and PDF. Operations in cairo including stroking and filling cubic Bézier splines, transforming and compositing translucent images, and antialiased text rendering. All drawing operations can be transformed by any affine transformation (scale, rotation, shear, etc.) . Find out more about Cairo at http://www.cairographics.org/. Homepage: http://gtk2-perl.sourceforge.net/ Package: sound-theme-freedesktop Status: install ok installed Priority: optional Section: sound Installed-Size: 541 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Version: 0.8-1 Replaces: freedesktop-sound-theme (<< 0.7.pristine) Breaks: freedesktop-sound-theme (<< 0.7.pristine) Description: freedesktop.org sound theme The default freedesktop.org sound theme following the XDG theming specification. It contains a full set of sounds for different desktop events. . These sounds come from various sources: KDE, Ekiga, Pidgin/Purple, ALSA. Homepage: http://www.freedesktop.org/ Package: llvm-3.5-runtime Status: install ok installed Priority: optional Section: devel Installed-Size: 211 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-3.5 Version: 1:3.5-10 Replaces: llvm (<< 2.7-1) Depends: binfmt-support, libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.5, libstdc++6 (>= 4.9), libtinfo5, zlib1g (>= 1:1.1.4) Conflicts: llvm (<< 2.7-1) Description: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Homepage: http://www.llvm.org/ Package: grub-pc-bin Status: install ok installed Priority: optional Section: admin Installed-Size: 2750 Maintainer: GRUB Maintainers Architecture: amd64 Multi-Arch: foreign Source: grub2 Version: 2.02~beta2-22+deb8u1 Replaces: grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1), grub2 (<< 2.02~beta2-22+deb8u1) Depends: libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.36), grub-common (= 2.02~beta2-22+deb8u1) Suggests: desktop-base (>= 4.0.6) Description: GRand Unified Bootloader, version 2 (PC/BIOS binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. - VESA-based graphical mode with background image support and complete 24-bit color set. - Support for extended charsets. Users can write UTF-8 text to their menu entries. . This package contains a version of GRUB that has been built for use with traditional PC/BIOS architecture. It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-pc instead. Homepage: http://www.gnu.org/software/grub/ Package: libwinpr-rpc0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 286 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (RPC library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-rpc shared library. Homepage: http://www.freerdp.com/ Package: xserver-xorg-input-mouse Status: install ok installed Priority: optional Section: x11 Installed-Size: 100 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1:1.9.1-1 Provides: xorg-driver-input Depends: libc6 (>= 2.2.5), xorg-input-abi-21, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- mouse input driver This package provides the driver for mouse input devices. It is mainly used on non-Linux operating systems such as BSD and Solaris. Most configurations on Linux will use evdev, the kernel's event delivery mechanism, and do not need this package. . See the inputattach package if your mouse is not automatically detected by the Linux kernel, for example because it is a serial mouse. . More information about X.Org can be found at: . This package is built from the X.org xf86-input-mouse driver module. Package: libopencv-ml2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 510 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-core2.4 (= 2.4.9.1+dfsg-1+deb8u1), libsm6, libstdc++6 (>= 4.1.1), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision Machine Learning library This package contains the OpenCV (Open Computer Vision) Machine Learning runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: acpi-support-base Status: install ok installed Priority: optional Section: admin Installed-Size: 68 Maintainer: Debian Acpi Team Architecture: all Source: acpi-support Version: 0.142-6 Replaces: acpi-support (<< 0.109-1) Depends: acpid (>= 1.0.4) Suggests: acpi-support, consolekit Conffiles: /etc/acpi/events/powerbtn-acpi-support 6d7b29590b83666f56d2cac27c06c18b /etc/acpi/powerbtn-acpi-support.sh f13615cfa8c981395c26e18d55936bb1 Description: scripts for handling base ACPI events such as the power button This package contains scripts to react to various base ACPI events such as the power button. For more extensive ACPI support, including support for suspend-to-RAM and for various laptop features, install the package "acpi-support". Package: docutils-common Status: install ok installed Priority: optional Section: python Installed-Size: 550 Maintainer: Debian Python Modules Team Architecture: all Source: python-docutils Version: 0.12+dfsg-1 Replaces: docutils-writer-odt, python-docutils (<< 0.7-3~), python-odtwriter Depends: sgml-base (>= 1.26+nmu2), xml-core (>= 0.12) Recommends: python-docutils | python3-docutils Breaks: docutils-writer-odt, python-odtwriter Conflicts: python-docutils (<< 0.7-3~) Conffiles: /etc/sgml/docutils-common.cat 07d0fedda91cf07511ba147169574df9 /etc/emacs/site-start.d/50python-docutils.el 4990891acb4f250008e154560e9f235d Description: text processing system for reStructuredText - common data reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes data and configuration files. Homepage: http://docutils.sourceforge.net/ Package: time Status: install ok installed Priority: standard Section: utils Installed-Size: 108 Maintainer: Bob Proulx Architecture: amd64 Version: 1.7-25 Depends: libc6 (>= 2.3.4) Description: GNU time program for measuring CPU resource usage The 'time' command runs another program, then displays information about the resources used by that program, collected by the system while the program was running. You can select which information is reported and the format in which it is shown, or have 'time' save the information in a file instead of display it on the screen. . The resources that 'time' can report on fall into the general categories of time, memory, I/O, and IPC calls. . The GNU version can format the output in arbitrary ways by using a printf-style format string to include various resource measurements. Homepage: http://www.gnu.org/software/time Package: libxext6 Status: install ok installed Priority: optional Section: libs Installed-Size: 142 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxext Version: 2:1.3.3-1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0) Pre-Depends: multiarch-support Description: X11 miscellaneous extension library libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libsocket-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 93 Maintainer: Debian Perl Group Architecture: amd64 Version: 2.016-1 Depends: perl (>= 5.20.1-1), perlapi-5.20.1, libc6 (>= 2.14) Description: networking constants and support functions Socket provides a variety of constants, structure manipulators and other functions related to socket-based networking. The values and functions provided are useful when used in conjunction with Perl core functions such as socket(), setsockopt() and bind(). It also provides several other support functions, mostly for dealing with conversions of network addresses between human-readable and native binary forms, and for hostname resolver operations. Homepage: https://metacpan.org/release/Socket Package: libmono-corlib4.5-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 2968 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: mono-runtime (>= 3.2.8), mono-runtime (<< 3.2.9) Recommends: libmono-i18n-west4.0-cil Suggests: libmono-i18n4.0-all Description: Mono core library (for CLI 4.5) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Core Library (mscorlib.dll) of Mono for CLI 4.5, which is the glue between the BCL (Base Class Libraries) and the JIT. . You should install libmono-i18n-west4.0-cil if you are using ISO 8859-15 (Latin 9) or other common Western European code pages. US-ASCII, ISO 8859-1 (Latin 1) and UTF-8 users don't need any extra I18N packages. Homepage: http://www.mono-project.com/ Package: gir1.2-gtkchamplain-0.12 Status: install ok installed Priority: optional Section: introspection Installed-Size: 143 Maintainer: Sjoerd Simons Architecture: amd64 Source: libchamplain Version: 0.12.9-1 Depends: gir1.2-champlain-0.12 (= 0.12.9-1), gir1.2-clutter-1.0, gir1.2-gtk-3.0, libchamplain-gtk-0.12-0 (>= 0.11.0) Description: Gtk+ widget to display maps (GObject introspection) Libchamplain-gtk is a C library aimed to provide a Gtk+ widget to display rasterized maps and markers. . It supports numerous free map sources such as OpenStreetMap (default), OpenArialMap and Maps for free. . This package contains the GObject introspection file for libchamplain-gtk. Homepage: https://wiki.gnome.org/Projects/libchamplain Package: libmagick++-6.q16-5 Status: install ok installed Priority: optional Section: libs Installed-Size: 825 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: same Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libmagickcore-6.q16-2 (>= 8:6.8.9.9), libmagickwand-6.q16-2 (>= 8:6.8.8.9), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: object-oriented C++ interface to ImageMagick The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This package contains the C++ libraries needed to run executables that make use of libMagick++. . This version of libmagick++ is compiled for quantum depth of 16 bits. Homepage: http://www.imagemagick.org/ Package: libcogl-common Status: install ok installed Priority: optional Section: libs Installed-Size: 585 Maintainer: Rico Tzschichholz Architecture: all Multi-Arch: foreign Source: cogl Version: 1.18.2-3 Description: Object oriented GL/GLES Abstraction/Utility Layer (common files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the common files, such as translations. Package: exim4-config Status: install ok installed Priority: standard Section: mail Installed-Size: 1104 Maintainer: Exim4 Maintainers Architecture: all Source: exim4 Version: 4.84.2-2+deb8u3 Provides: exim4-config-2 Depends: debconf (>= 0.5) | debconf-2.0, adduser Breaks: exim4-daemon-heavy (<< 4.84.2), exim4-daemon-light (<< 4.84.2) Conflicts: courier-mta, esmtp-run, exim, exim-tls, exim4-config, exim4-config-2, hula-mta, masqmail, mta-dummy, nullmailer, postfix, sendmail-bin, smail, ssmtp, xmail, zmailer Conffiles: /etc/email-addresses 6bea09fbb18e4676012105fa5fc726c6 /etc/exim4/conf.d/acl/00_exim4-config_header e572a7b9954b20950242db2a92b35044 /etc/exim4/conf.d/acl/20_exim4-config_local_deny_exceptions 516070107501d48a3106d755cb199e95 /etc/exim4/conf.d/acl/30_exim4-config_check_mail 715076d5c3a365a6b38425e478fdca83 /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt 3db07878fb48195750393e55a6482510 /etc/exim4/conf.d/acl/40_exim4-config_check_data c66ee298b4e4a3b55a07364d5e3677ed /etc/exim4/conf.d/auth/00_exim4-config_header d0ee6ea0b33d9796573bb024ffca20d4 /etc/exim4/conf.d/auth/30_exim4-config_examples 9085a3577416c654a12ee7e387c110c8 /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs 9ce2f129b98e90b1ebbfa04979b4a335 /etc/exim4/conf.d/main/02_exim4-config_options d0463b31cfc6ef809d0a18a66b684364 /etc/exim4/conf.d/main/03_exim4-config_tlsoptions 42f15d13b6b09faf27633dd8580ba299 /etc/exim4/conf.d/main/90_exim4-config_log_selector 888348df8f7bd25a0a77d3c05e8fffe3 /etc/exim4/conf.d/retry/00_exim4-config_header 309f5bf0859ad91e03c5402d6afe6895 /etc/exim4/conf.d/retry/30_exim4-config d45d612ffd0ce651fab5e953d61f7524 /etc/exim4/conf.d/rewrite/00_exim4-config_header d98361da23f34490d191bf2280728dec /etc/exim4/conf.d/rewrite/31_exim4-config_rewriting f232e855810d98a45ede134b369faa53 /etc/exim4/conf.d/router/00_exim4-config_header c0ecc395e9a49487b484126cac4d9559 /etc/exim4/conf.d/router/100_exim4-config_domain_literal 1c4d00a933df2dcc18b1d0e4a3a4bc3d /etc/exim4/conf.d/router/150_exim4-config_hubbed_hosts 1d4a3bab1738f10f931b73ad60c7bb8d /etc/exim4/conf.d/router/200_exim4-config_primary 29f98f21437e2dfa2c2458b5aa8a04ce /etc/exim4/conf.d/router/300_exim4-config_real_local 07c6277988b181918f790ffe68c245da /etc/exim4/conf.d/router/400_exim4-config_system_aliases 7dc0cee575163f1d9761f1cf317f8299 /etc/exim4/conf.d/router/500_exim4-config_hubuser 857b2e326d6b46caf07c2ccaa338f11d /etc/exim4/conf.d/router/600_exim4-config_userforward 2c63dff568fb6c984c5e4aa3d8142cd8 /etc/exim4/conf.d/router/700_exim4-config_procmail 28ddff8000ba5577c60eed8fabb520b4 /etc/exim4/conf.d/router/800_exim4-config_maildrop ba547442939aa9f57b541d7320aed321 /etc/exim4/conf.d/router/850_exim4-config_lowuid 52dc089e083a3f5b0bda6af1c6bc48d7 /etc/exim4/conf.d/router/900_exim4-config_local_user 20c8ced8346125170242584e575a95ff /etc/exim4/conf.d/router/mmm_mail4root 8a16022dfc39cae4f508dfab20a8f760 /etc/exim4/conf.d/transport/00_exim4-config_header 9568ac286553a79b8447c9060fed7798 /etc/exim4/conf.d/transport/10_exim4-config_transport-macros 75631733cbe02d61113e323e9c2476c7 /etc/exim4/conf.d/transport/30_exim4-config_address_file fe97ddf4165820356e90c05fa744f796 /etc/exim4/conf.d/transport/30_exim4-config_address_pipe dfcd9d71f1bb4c55ac29cccead29117e /etc/exim4/conf.d/transport/30_exim4-config_address_reply 9145131105953b0125a228ab9b7c6500 /etc/exim4/conf.d/transport/30_exim4-config_mail_spool a0f0997e4f06f38afdae0ee79759dfea /etc/exim4/conf.d/transport/30_exim4-config_maildir_home 3edfd11b8e9a8919a9a14cbc24637d68 /etc/exim4/conf.d/transport/30_exim4-config_maildrop_pipe c9f289c2504ed26493f3050190b44ad7 /etc/exim4/conf.d/transport/30_exim4-config_procmail_pipe 82379d31ca4bf60d9667f408cb55dbbf /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp 86fc4206e9cbb47dbdcd589b327221f0 /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost d510a82c8e196370ec713f5e687d6efb /etc/exim4/conf.d/transport/35_exim4-config_address_directory c2a777e8db8fac4f83c2da0c95952598 /etc/exim4/exim4.conf.template 37e9cf1158f142ad9d707a927c7d69ec /etc/exim4/passwd.client 4b0013712a87d147c8303fa761e3c771 /etc/ppp/ip-up.d/exim4 5f4b9cb6696117b19b32aaa8fa7a6de2 Description: configuration for the Exim MTA (v4) Exim (v4) is a mail transport agent. exim4-config provides the configuration for the exim4 daemon packages. The configuration framework has been split off the main package to allow sites to replace the configuration scheme with their own without having to change the actual exim4 packages. . Sites with special configuration needs (having a lot of identically configured machines for example) can use this to distribute their own custom configuration via the packaging system, using the magic available with dpkg's conffile handling, without having to do local changes on all of these machines. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: http://www.exim.org/ Package: debianutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 147 Maintainer: Clint Adams Architecture: amd64 Multi-Arch: foreign Source: debianutils (4.4) Version: 4.4+b1 Replaces: manpages-pl (<< 1:0.5) Depends: sensible-utils Pre-Depends: libc6 (>= 2.15) Description: Miscellaneous utilities specific to Debian This package provides a number of small utilities which are used primarily by the installation scripts of Debian packages, although you may use them directly. . The specific utilities included are: add-shell installkernel ischroot remove-shell run-parts savelog tempfile which Package: gedit-plugins Status: install ok installed Priority: optional Section: gnome Installed-Size: 4639 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.0), libgtksourceview-3.0-1 (>= 3.14.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), libzeitgeist-2.0-0 (>= 0.9.9), dconf-gsettings-backend | gsettings-backend, python3 (<< 3.5), python3 (>= 3.4~), python3.4, gedit (>= 3.14), gedit (<< 3.15), gir1.2-git2-glib-1.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, gir1.2-gucharmap-2.90, gir1.2-pango-1.0, gir1.2-peas-1.0, gir1.2-vte-2.91, gir1.2-zeitgeist-2.0, python3-gi, python3-gi-cairo, python3-cairo, python3-dbus Suggests: zeitgeist-datahub Description: set of plugins for gedit gedit-plugins contain a set of plugins for gedit, GNOME's text editor. . The following plugins are included: * Bookmarks: Easy document navigation with bookmarks * Bracket Completion: Automatically adds closing brackets. * Character Map: Insert special characters just by clicking on them. * Code Comment: Comment out or uncomment a selected block of code. * Color Picker: Pick a color from a dialog and insert its hexadecimal representation. * Color Scheme Editor: Source code color scheme editor * Commander: Command line interface for advanced editing * Dashboard: A Dashboard for new tabs * Draw Spaces: Draw spaces and tabs * Git: Highlight lines that have been changed since the last commit * Join/Split Lines: Join several lines or split long ones * Multi Edit: Edit document in multiple places at once * Smart Spaces: Forget you're not using tabulations. * SyncTeX: Synchronize between LaTeX and PDF with gedit and evince. * Embedded Terminal: Embed a terminal in the bottom pane. * Text Size: Easily increase and decrease the text size * Word Completion: Word completion using the completion framework Homepage: https://wiki.gnome.org/Apps/Gedit Package: libxfixes3 Status: install ok installed Priority: optional Section: libs Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxfixes (1:5.0.1-2) Version: 1:5.0.1-2+b2 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0) Pre-Depends: multiarch-support Description: X11 miscellaneous 'fixes' extension library libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libltdl-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 866 Maintainer: Kurt Roeckx Architecture: amd64 Multi-Arch: same Source: libtool (2.4.2-1.11) Version: 2.4.2-1.11+b1 Replaces: libltdl3-dev, libltdl7-dev, libtool (<< 1.5.20) Provides: libltdl3-dev, libltdl7-dev Depends: libltdl7 (= 2.4.2-1.11+b1) Recommends: libtool Suggests: libtool-doc Conflicts: libltdl3-dev, libltdl7-dev, libtool (<< 1.5.20), libtool1.4 Description: System independent dlopen wrapper for GNU libtool This package contains the header files and static libraries for the libltdl package. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Homepage: http://www.gnu.org/software/libtool/ Package: libkdeui5 Status: install ok installed Priority: optional Section: libs Installed-Size: 5227 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libattica0.4 (>= 0.4.2), libc6 (>= 2.14), libdbusmenu-qt2 (>= 0.3.2), libice6 (>= 1:1.0.0), libkdecore5 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqt4-svg (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxfixes3, libxrender1 Recommends: kdelibs5-data (>= 4:4.14.2-5+deb8u2) Suggests: hspell Description: KDE Platform User Interface Library This library provides standard user interface elements for use in KDE Applications. If your KDE Application has a GUI, you will almost certainly link to this library. . A spell-checker functionality is also provided. Sonnet offers easy access to International ISpell or ASpell as well as a spell-checker GUI ("Add", "Replace", etc.). . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: po-debconf Status: install ok installed Priority: optional Section: devel Installed-Size: 437 Maintainer: Nicolas FRANCOIS (Nekral) Architecture: all Multi-Arch: foreign Version: 1.0.16+nmu3 Depends: perl, gettext (>= 0.16), intltool-debian (>= 0.34.2+20060512) Recommends: libmail-sendmail-perl, libcompress-zlib-perl Suggests: libmail-box-perl Description: tool for managing templates file translations with gettext This package is an alternative to debconf-utils, and provides tools for managing translated debconf templates files with common gettext utilities. Package: firebird2.5-common-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 793 Maintainer: Debian Firebird Group Architecture: all Multi-Arch: foreign Source: firebird2.5 Version: 2.5.3.26778.ds4-5+deb8u1 Description: copyright, licensing and changelogs of firebird2.5 This is an (otherwise) empty package contains the copyright and licensing information of firebird2.5, as well as the upstream changelog. . Due to the size of the upstream change log and copyright/licensing summary, keeping them in a separate package saves space on mirrors and when installing firebird2.5 packages. . Please refer to the firebird2.5-super, firebird2.5-classic or firebird2.5-superclassic packages for more information about Firebird database in general. Homepage: http://firebirdsql.org/ Package: mime-support Status: install ok installed Priority: standard Section: net Installed-Size: 146 Maintainer: Mime-Support Maintainers Architecture: all Multi-Arch: foreign Version: 3.58 Recommends: file Conffiles: /etc/mime.types 54abb0a14b63c8ed2ca024975dc58d34 /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e Description: MIME files 'mime.types' & 'mailcap', and support programs As these files can be used by all MIME compliant programs, they have been moved into their own package that others can depend upon. . Other packages add themselves as viewers/editors/composers/etc by using the provided "update-mime" program. . In addition, the commands "see", "edit", "compose", and "print" will display, alter, create, and print (respectively) any file using a program determined from the entries in the mime.types and mailcap files. Package: i3-wm Status: install ok installed Priority: extra Section: x11 Installed-Size: 1692 Maintainer: Michael Stapelberg Architecture: amd64 Version: 4.8-2 Provides: x-window-manager Depends: libc6 (>= 2.14), libcairo2 (>= 1.6.4-5~), libev4 (>= 1:4.04), libglib2.0-0 (>= 2.12.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.22.0), libpcre3 (>= 1:8.35), libstartup-notification0 (>= 0.10), libx11-6, libxcb-cursor0 (>= 0.0.99), libxcb-icccm4 (>= 0.4.1), libxcb-keysyms1 (>= 0.4.0), libxcb-randr0 (>= 1.3), libxcb-util0 (>= 0.3.8), libxcb-xinerama0, libxcb1 (>= 1.6), libyajl2 (>= 2.0.4), perl, x11-utils Recommends: xfonts-base, fonts-dejavu-core, libanyevent-i3-perl, libjson-xs-perl Suggests: rxvt-unicode | x-terminal-emulator Conffiles: /etc/i3/config a486f83636012c97c1de8ac8581a5753 /etc/i3/config.keycodes e9da3ede0552b95b2ed120503ac7f4a0 Description: improved dynamic tiling window manager Key features of i3 are good documentation, reasonable defaults (changeable in a simple configuration file) and good multi-monitor support. The user interface is designed for power users and emphasizes keyboard usage. i3 uses XCB for asynchronous communication with X11 and aims to be fast and light-weight. . Please be aware i3 is primarily targeted at advanced users and developers. Homepage: http://i3wm.org/ Package: gsettings-desktop-schemas Status: install ok installed Priority: optional Section: gnome Installed-Size: 3470 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Version: 3.14.1-1 Depends: dconf-gsettings-backend | gsettings-backend Breaks: gnome-settings-daemon (<< 3.10.0), gnome-shell (<< 3.10.0), nautilus (<< 3.7.92) Description: GSettings desktop-wide schemas gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. Homepage: http://www.gnome.org/ Package: libcairo2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2826 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: cairo Version: 1.14.0-2.1+deb8u2 Provides: libcairo-dev Depends: libcairo2 (= 1.14.0-2.1+deb8u2), libcairo-gobject2 (= 1.14.0-2.1+deb8u2), libcairo-script-interpreter2 (= 1.14.0-2.1+deb8u2), libfontconfig1-dev (>= 2.2.95), libfreetype6-dev (>= 2.1.10), libx11-dev, libxrender-dev (>= 0.6), libxext-dev, libpng-dev, libsm-dev, libpixman-1-dev (>= 0.22.0), libxcb1-dev (>= 1.6), libxcb-render0-dev (>= 1.6), libxcb-shm0-dev, libglib2.0-dev Suggests: libcairo2-doc Description: Development files for the Cairo 2D graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the development libraries, header files needed by programs that want to compile with Cairo. Homepage: http://cairographics.org/ Package: gir1.2-javascriptcoregtk-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 184 Maintainer: Debian WebKit Maintainers Architecture: amd64 Multi-Arch: same Source: webkitgtk Version: 2.4.9-1~deb8u1 Replaces: gir1.2-webkit-3.0 (<< 1.5.0) Depends: libgirepository-1.0-1 (>= 1.41.4-1), libjavascriptcoregtk-3.0-0 (>= 1.5.1) Conflicts: gir1.0-webkit-3.0, gir1.2-webkit-3.0 (<< 1.5.0), gobject-introspection-repository Description: JavaScript engine library from WebKitGTK+ - GObject introspection data JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK+ port of WebKit (API version 3.0). . This package contains the introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://webkitgtk.org/ Package: libio-socket-inet6-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 2.72-1 Depends: perl, libsocket6-perl Description: object interface for AF_INET6 domain sockets IO::Socket::INET6 provides an object interface to create and use sockets in the AF_INET6 domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. Homepage: https://metacpan.org/release/IO-Socket-INET6 Package: libxml-namespacesupport-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 1.11-1 Depends: perl Description: Perl module for supporting simple generic namespaces XML::NamespaceSupport offers a simple way to process namespace-based XML names. It also helps maintain a prefix-to-namespace URI map and provides a number of basic checks. Homepage: https://metacpan.org/release/XML-NamespaceSupport/ Package: libanyevent-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 856 Maintainer: Debian Perl Group Architecture: amd64 Version: 7.070-3 Depends: perl, perlapi-5.20.0 Recommends: libasync-interrupt-perl, libev-perl | libevent-perl, libguard-perl Suggests: libev-perl, libevent-perl, libio-async-perl, libjson-perl | libjson-xs-perl, libnet-ssleay-perl, libpoe-perl, libtask-weaken-perl Description: event loop framework with multiple implementations AnyEvent is not an event model itself, it only interfaces to whatever event model the main program happens to use, in a pragmatic way. For event models, the statement "there can only be one" is a bitter reality: In general, only one event loop can be active at the same time in a process. This module cannot change this, but it can hide the differences between them. . The goal of AnyEvent is to offer module authors the ability to do event programming (waiting for I/O or timer events) without subscribing to a religion, a way of living, and most importantly: without forcing your module users into the same thing by forcing them to use the same event model you use. . During the first call of any watcher-creation method, the module tries to detect the currently loaded event loop by probing whether one of the following modules is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk, Event::Lib, Qt, POE. The first one found is used. If none are detected, the module tries to load the first four modules in the order given; but note that if EV is not available, the pure-perl AnyEvent::Loop should always work, so the other two are not normally tried. Homepage: https://metacpan.org/release/AnyEvent Package: python-defusedxml Status: install ok installed Priority: optional Section: python Installed-Size: 171 Maintainer: Debian Python Modules Packaging Team Architecture: all Source: defusedxml Version: 0.4.1-2 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Description: XML bomb protection for Python stdlib modules (for Python 2) The results of an attack on a vulnerable XML library can be fairly dramatic. With just a few hundred bytes of XML data an attacker can occupy several gigabytes of memory within seconds. An attacker can also keep CPUs busy for a long time with a small to medium size request. . This library allows for XML to be parsed in a manner that avoids these pitfalls. . This package contains the module for the Python 2 interpreter. Homepage: https://pypi.python.org/pypi/defusedxml Package: cheese-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 3483 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: cheese Version: 3.14.1-2 Replaces: cheese (<< 2.30.1-1) Depends: dconf-gsettings-backend | gsettings-backend Breaks: cheese (<< 2.30.1-1) Description: Common files for the Cheese tool to take pictures and videos A webcam application that supports image and video capture. Makes it easy to take photos and videos of you, your friends, pets or whatever you want. Allows you to apply fancy visual effects, fine-control image settings and has features such as Multi-Burst mode, Countdown timer for photos. . This package contains the common files and translations. Homepage: https://wiki.gnome.org/Apps/Cheese Package: python-gnome2 Status: install ok installed Priority: optional Section: python Installed-Size: 697 Maintainer: Sebastien Bacher Architecture: amd64 Source: gnome-python Version: 2.28.1+dfsg-1.1 Replaces: python-gnomecanvas Depends: python (>= 2.7), python (<< 2.8), gconf-service, libart-2.0-2 (>= 2.3.17), libatk1.0-0 (>= 1.12.4), libbonobo2-0 (>= 2.32.1-3~), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgnome-2-0, libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0 (>= 2.22.0), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.8.0), libice6 (>= 1:1.0.0), liborbit-2-0 (>= 1:2.14.10), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpopt0 (>= 1.14), libpython2.7 (>= 2.7), libsm6, python-gconf (= 2.28.1+dfsg-1.1), python-gtk2 (>= 2.10.3), python-pyorbit (>= 2.0.1-4), python-gobject-2 (>= 2.17.0) Suggests: python-gnome2-doc Conflicts: python-gnomecanvas Description: Python bindings for the GNOME desktop environment This archive contains modules that allow you to write Python programs using the GNOME libraries: GnomeVFS, bonobo, libgnome, libgnomeui and libgnomecanvas. Homepage: http://www.pygtk.org/ Package: libsctp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 67 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: lksctp-tools Version: 1.0.16+dfsg-2 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Recommends: lksctp-tools Description: user-space access to Linux Kernel SCTP - shared library This library is part of the LKSCTP project for the Linux Kernel SCTP reference implementation. . This package is intended to supplement the Linux Kernel SCTP reference implementation now available in the Linux kernel source tree in versions 2.5.36 respectively 2.4.24 and following. . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Homepage: http://lksctp.sf.net/ Package: vlc-plugin-samba Status: install ok installed Priority: optional Section: video Installed-Size: 11 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: vlc Version: 2.2.5-1~deb8u1 Replaces: vlc-nox (<< 2.2.0~pre2-2~) Depends: vlc-nox (= 2.2.5-1~deb8u1), libc6 (>= 2.8), libsmbclient (>= 2:4.0.3+dfsg1), libvlccore8 (>= 2.2.0~pre1) Breaks: vlc-nox (<< 2.2.0~pre2-2~) Description: Samba plugin for VLC This plugin adds support to access Samba shares from the VLC media player. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Homepage: http://www.videolan.org/vlc/ Package: libavformat56 Status: install ok installed Priority: optional Section: libs Installed-Size: 1354 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libav Version: 6:11.9-1~deb8u1 Depends: libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11.9), libavutil54 (>= 6:11~beta1), libbz2-1.0, libc6 (>= 2.14), libgnutls-deb0-28 (>= 3.3.0), librtmp1 (>= 2.3), zlib1g (>= 1:1.2.0.2) Pre-Depends: multiarch-support Description: Libav file format library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the library for handling file formats from Libav. . It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...). Homepage: http://libav.org/ Package: python3 Status: install ok installed Priority: optional Section: python Installed-Size: 36 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.4.2-2 Replaces: python3-minimal (<< 3.1.2-2) Provides: python3-profiler Depends: python3.4 (>= 3.4.2-0), python3-minimal (= 3.4.2-2), libpython3-stdlib (= 3.4.2-2), dh-python Suggests: python3-doc (>= 3.4.2-2), python3-tk (>= 3.4.2-0), python3-venv (>= 3.4.2-2) Description: interactive high-level object-oriented language (default python3 version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.4). Homepage: http://www.python.org/ Package: libkdnssd4 Status: install ok installed Priority: optional Section: libs Installed-Size: 313 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: DNS-SD Protocol Library for the KDE Platform This library is for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libio-pty-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 145 Maintainer: Jörgen Hägg Architecture: amd64 Source: libio-pty-perl (1:1.08-1) Version: 1:1.08-1+b4 Provides: libio-tty-perl Depends: libc6 (>= 2.2.5), perl (>= 5.20.0-4), perlapi-5.20.0 Description: Perl module for pseudo tty IO IO::Pty provides I/O handles to the master- and slave-side of a pseudo tty. Package: libpulsedsp Status: install ok installed Priority: optional Section: sound Installed-Size: 82 Maintainer: Pulseaudio maintenance team Architecture: amd64 Multi-Arch: same Source: pulseaudio Version: 5.0-13 Replaces: pulseaudio-utils (<< 3.0) Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libpulse0 (= 5.0-13) Pre-Depends: multiarch-support Conflicts: pulseaudio-utils (<< 3.0) Description: PulseAudio OSS pre-load library PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package provides the pre-load library used to redirect applications using OSS through pulseaudio. Homepage: http://www.pulseaudio.org Package: libwinpr-handle0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (handle library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-handle shared library. Homepage: http://www.freerdp.com/ Package: x11-xkb-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 471 Maintainer: Debian X Strike Force Architecture: amd64 Version: 7.7+1 Replaces: xbase-clients (<= 1:7.2.ds2-3) Depends: libc6 (>= 2.14), libx11-6, libxaw7, libxkbfile1, libxt6 Description: X11 XKB utilities xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension. . setxkbmap is a tool to query and change the current XKB map. . xkbbell generates a bell event through the keyboard. . xkbcomp is a tool to compile XKB definitions into map files the server can use. . xkbevd is an experimental tool to listen for certain XKB events and execute defined triggers when actions occur. . xkbprint is a tool to generate an image with the physical representation of the keyboard as XKB sees it. . xkbvleds shows the changing status of keyboard LEDs. . xkbwatch shows the changing status of modifiers and LEDs. Package: gvfs-common Status: install ok installed Priority: optional Section: libs Installed-Size: 4381 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gvfs Version: 1.22.2-1 Replaces: gvfs (<< 1.10.1-1) Depends: desktop-file-utils Recommends: gvfs Breaks: gvfs (<< 1.10.1-1) Description: userspace virtual filesystem - common data files gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the data files and translations used by all gvfs components. Homepage: https://wiki.gnome.org/Projects/gvfs Package: libgupnp-1.0-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 230 Maintainer: Ross Burton Architecture: amd64 Source: gupnp Version: 0.20.12-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgssdp-1.0-3 (>= 0.14.0), libsoup2.4-1 (>= 2.34.0-1~), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), shared-mime-info Description: GObject-based library for UPnP A GObject-based API for doing UPnP transparently. Homepage: http://www.gupnp.org Package: libwind0-heimdal Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Brian May Architecture: amd64 Multi-Arch: same Source: heimdal Version: 1.6~rc2+dfsg-9 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Description: Heimdal Kerberos - stringprep implementation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Homepage: http://www.h5l.org/ Package: gsfonts Status: install ok installed Priority: optional Section: fonts Installed-Size: 4632 Maintainer: Masayuki Hatta (mhatta) Architecture: all Version: 1:8.11+urwcyr1.0.7~pre44-4.2 Conflicts: gs (<< 5.50-5), gs-aladdin (<< 6.50-4), gsfonts-x11 (<< 0.13) Conffiles: /etc/ghostscript/fontmap.d/10gsfonts.conf 39b53e1126184b434b52585a113fe125 Description: Fonts for the Ghostscript interpreter(s) These are free look-alike fonts of the Adobe PostScript fonts. Recommended for all flavors of Ghostscript (gs-gpl, gs-afpl and gs-esp). Homepage: http://www.ghostscript.com/ Package: libevdev2 Status: install ok installed Priority: extra Section: libs Installed-Size: 107 Maintainer: Stephen Kitt Architecture: amd64 Source: libevdev Version: 1.3+dfsg-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: wrapper library for evdev devices libevdev is a wrapper library for evdev devices. It provides functions covering the common tasks when dealing with evdev devices, thus avoiding erroneous ioctls and other errors. . This package contains the files required to run software using libevdev. Homepage: http://www.freedesktop.org/wiki/Software/libevdev/ Package: libnss-myhostname Status: install ok installed Priority: extra Section: admin Installed-Size: 26 Maintainer: Joachim Breitner Architecture: amd64 Multi-Arch: same Version: 0.3-9 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.1.1 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. Homepage: http://0pointer.de/lennart/projects/nss-myhostname/ Package: libgvnc-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 226 Maintainer: Debian Libvirt Maintainers Architecture: amd64 Source: gtk-vnc Version: 0.5.3-1.3 Replaces: libgtk-vnc-1.0-0 (<= 0.4.3-1) Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgnutls-deb0-28 (>= 3.3.0), libgpg-error0 (>= 1.10), libpulse0 (>= 0.99.1), libsasl2-2, zlib1g (>= 1:1.1.4) Description: VNC gobject wrapper (runtime libraries) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the shared library. Package: libvisual-0.4-plugins Status: install ok installed Priority: optional Section: sound Installed-Size: 539 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: libvisual-plugins Version: 0.4.0.dfsg.1-7 Replaces: libvisual0.4-plugins Depends: libasound2 (>= 1.0.16), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libstdc++6 (>= 4.1.1), libvisual-0.4-0 (>= 0.4.0-4) Conflicts: libvisual0.4-plugins Description: Audio visualization framework plugins Plugins for the libvisual audio visualization framework. Package: libmono-system-drawing4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 929 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libc6 (>= 2.19) | libc6.1 (>= 2.19) | libc0.1 (>= 2.19), libgdiplus (>= 2.6.7), libmono-corlib4.5-cil (>= 3.2.8), libmono-system4.0-cil (>= 3.2.8), libx11-6 (>= 2:1.6.0) Suggests: libcups2 (>= 1.3.8) Description: Mono System.Drawing library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono System.Drawing library for CLI 4.0. Homepage: http://www.mono-project.com/ Package: libhttp-cookies-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-date-perl, libhttp-message-perl Breaks: libwww-perl (<< 6.00) Description: HTTP cookie jars This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. . Cookies are a general mechanism which server side connections can use to both store and retrieve information on the client side of the connection. For more information about cookies refer to and . HTTP::Cookies also implements the new style cookies described in RFC 2965. The two variants of cookies are supposed to be able to coexist happily. . Instances of the class HTTP::Cookies are able to store a collection of Set-Cookie2: and Set-Cookie: headers and are able to use this information to initialize Cookie-headers in HTTP::Request objects. The state of a HTTP::Cookies object can be saved in and restored from files. Homepage: https://metacpan.org/release/HTTP-Cookies Package: gir1.2-rb-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 590 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: rhythmbox Version: 3.1-1 Depends: gir1.2-freedesktop, gir1.2-glib-2.0, gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gir1.2-gtk-3.0, librhythmbox-core8 (>= 3.1) Description: GObject introspection data for the rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). . This package contains introspection data for the Rhythmbox core support libraries. It can be used to write and execute plugins for rhythmbox in interpreted languages supporting it. Homepage: https://wiki.gnome.org/Apps/Rhythmbox Package: odbcinst Status: install ok installed Priority: optional Section: libs Installed-Size: 94 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: foreign Source: unixodbc Version: 2.3.1-3 Replaces: odbcinst1, odbcinst1debian1 (<< 2.2.11-20), unixodbc (<< 2.1.1-2) Depends: libc6 (>= 2.4), libltdl7 (>= 2.4.2), odbcinst1debian2 (>= 2.3.1) Conflicts: odbcinst1 Conffiles: /etc/odbc.ini d41d8cd98f00b204e9800998ecf8427e Description: Helper program for accessing odbc ini files This package contains the odbcinst helper tool, which allows ODBC driver packages to install their own driver settings. Homepage: http://www.unixodbc.org/ Package: libkhtml5 Status: install ok installed Priority: optional Section: libs Installed-Size: 8673 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libjpeg62-turbo (>= 1.3.1), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libkjsapi4 (= 4:4.14.2-5+deb8u2), libkparts4 (= 4:4.14.2-5+deb8u2), libktexteditor4 (= 4:4.14.2-5+deb8u2), libphonon4 (>= 4:4.6.0really4.4.3), libpng12-0 (>= 1.2.13-4), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1), libx11-6, zlib1g (>= 1:1.1.4) Recommends: kdelibs5-plugins (= 4:4.14.2-5+deb8u2) Description: KHTML Web Content Rendering Engine This library provides the component based on the KDE parts framework that can be used to embed a fully-fledged HTML browser widget in any KDE Application. This library uses the KHTML Web Content Rendering Engine to rendering. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: gnome-calculator Status: install ok installed Priority: optional Section: math Installed-Size: 5633 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Replaces: gcalctool (<< 6.7) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libglib2.0-0 (>= 2.40.0), libgtk-3-0 (>= 3.11.7), libgtksourceview-3.0-1 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libxml2 (>= 2.7.4), dconf-gsettings-backend | gsettings-backend Recommends: yelp, gvfs, gnome-icon-theme Breaks: gcalctool (<< 6.7) Description: GNOME desktop calculator gcalctool is a powerful graphical calculator with financial, logical and scientific modes. It uses a multiple precision package to do its arithmetic to give a high degree of accuracy. Homepage: https://wiki.gnome.org/Apps/Calculator Package: libreoffice-common Status: install ok installed Priority: optional Section: editors Installed-Size: 79324 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-emailmerge (<< 1:4.0.2~rc1), openoffice.org-common (<< 1:3.3.0~) Provides: libreoffice-l10n-en-us Depends: libreoffice-style-default | libreoffice-style, ure Pre-Depends: dpkg (>= 1.15.7.2~) Recommends: xfonts-mathml, python3-uno (>= 4.0~) | python-uno, libexttextcat-data Suggests: libreoffice-style-crystal, libreoffice-style-hicontrast, libreoffice-style-oxygen, libreoffice-style-sifr, libreoffice-style-tango Breaks: libreoffice-core (>= 1:4.4~), libreoffice-core (<< 1:4.3~), libreoffice-mysql-connector (<< 1.0.1+LibO3.6.5-1), libreoffice-pdfimport (<< 1.0.6), libreoffice-presentation-minimizer (<< 1.0.4), libreoffice-presenter-console (<< 1.1.1), libreoffice-report-builder (<< 1.2.3), libreoffice-script-provider-bsh (<< 1:3.6~), libreoffice-script-provider-js (<< 1:3.6~), libreoffice-script-provider-python (<< 1:3.6~), libreoffice-style-andromeda (<< 1:4.3~), libreoffice-style-crystal (>= 1:4.4~), libreoffice-style-crystal (<< 1:4.3~), libreoffice-style-galaxy (>= 1:4.4~), libreoffice-style-galaxy (<< 1:4.3~), libreoffice-style-hicontrast (>= 1:4.4~), libreoffice-style-hicontrast (<< 1:4.3~), libreoffice-style-oxygen (>= 1:4.4~), libreoffice-style-oxygen (<< 1:4.3~), libreoffice-style-tango (>= 1:4.4~), libreoffice-style-tango (<< 1:4.3~), libreoffice-wiki-publisher (<< 1.1.2), libreoffice-writer2latex (<< 1.0.2-9), libreoffice-writer2xhtml (<< 1.0.2-9), libtextcat-data (<< 2.2-8), openoffice.org-common (<< 1:3.3.0~), zotero-libreoffice-integration (<= 3.0.11.1-26-g08fb709-1) Conflicts: broffice, libreoffice-filter-mobiledev, libreoffice-l10n-3.5, libreoffice-l10n-3.6 Conffiles: /etc/bash_completion.d/libreoffice.sh 41223451a77e6e1692ae48db044ec154 /etc/libreoffice/psprint.conf 825ae86ce275be2fd106eaf57b0bd8c4 /etc/libreoffice/soffice.sh a9a682983020c079c09de05a556f1811 /etc/libreoffice/sofficerc bf1570251e4fa4c7ea1cc29dfc14ddfa Description: office productivity suite -- arch-independent files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of LibreOffice. Homepage: http://www.libreoffice.org Package: libencode-locale-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.03-1 Depends: perl Description: utility to determine the locale encoding In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out. . The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The Encode::Locale module looks up the charset and encoding (called a CODESET in the locale jargon) and arranges for the Encode module to know this encoding under the name "locale". It means bytes obtained from the environment can be converted to Unicode strings by calling Encode::encode(locale => $bytes) and converted back again with Encode::decode(locale => $string). Homepage: http://search.cpan.org/dist/Encode-Locale/ Package: libnm-glib4 Status: install ok installed Priority: optional Section: libs Installed-Size: 565 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: network-manager Version: 0.9.10.0-7 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.32), libgudev-1.0-0 (>= 146), libnm-util2 (>= 0.9.10.0), libreadline6 (>= 6.0) Pre-Depends: multiarch-support Description: network management framework (GLib shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use to query connection status via NetworkManager. Homepage: https://wiki.gnome.org/Projects/NetworkManager Package: libsigc++-2.0-0c2a Status: install ok installed Priority: important Section: libs Installed-Size: 108 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libsigc++-2.0 Version: 2.4.0-1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Description: type-safe Signal Framework for C++ - runtime This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It provides the ability to connect an abstract callback to a class method, function, or function object, and contains adaptor classes for the connection of dissimilar callbacks. . These are the runtime files for libsigc++, needed only if you wish to run software which depends on it. Package: libgcrypt20 Status: install ok installed Priority: standard Section: libs Installed-Size: 1002 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Version: 1.6.3-2+deb8u2 Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.14) Pre-Depends: multiarch-support Suggests: rng-tools Description: LGPL Crypto library - runtime library libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: . Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, IDEA, Salsa, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. Homepage: http://directory.fsf.org/project/libgcrypt/ Package: gnome-online-accounts Status: install ok installed Priority: optional Section: gnome Installed-Size: 1118 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.2-1 Depends: libc6 (>= 2.8), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.38), libgoa-1.0-0b (= 3.14.2-1), libgoa-backend-1.0-1 (>= 3.10.2), libkrb5-3 (>= 1.9+dfsg~beta1), librest-0.7-0 (>= 0.7), libsoup2.4-1 (>= 2.41), libtelepathy-glib0 (>= 0.19.9) Recommends: gnome-control-center (>= 3.6.1), realmd, dleyna-server Description: service to manage online accounts for the GNOME desktop This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts Package: libperlio-gzip-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 33 Maintainer: Debian Perl Group Architecture: amd64 Source: libperlio-gzip-perl (0.18-3) Version: 0.18-3+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4), zlib1g (>= 1:1.1.4) Description: module providing a PerlIO layer to gzip/gunzip PerlIO::gzip is a Perl module that provides a PerlIO layer for manipulating files in the format used by the gzip program. Compression and decompression are both implemented, but cannot be used simultaneously (i.e. files cannot be opened for both reading and writing). Homepage: https://metacpan.org/release/PerlIO-gzip Package: libwebrtc-audio-processing-0 Status: install ok installed Priority: extra Section: libs Installed-Size: 288 Maintainer: Sjoerd Simons Architecture: amd64 Multi-Arch: same Source: webrtc-audio-processing Version: 0.1-3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Description: AudioProcessing module from the WebRTC project. Audio processing library (echo-cancellation, gain control etc) around the AudioProcessing module from the WebRTC project (http://code.google.com/p/webrtc/) Homepage: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/ Package: libreoffice-impress Status: install ok installed Priority: optional Section: editors Installed-Size: 4499 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Depends: libreoffice-core (= 1:4.3.3-2+deb8u7), libreoffice-draw (= 1:4.3.3-2+deb8u7), libc6 (>= 2.19), libetonyek-0.1-1, libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglew1.10 (>= 1.10.0), libglu1-mesa | libglu1, libodfgen-0.1-1, librevenge-0.0-0, libstdc++6 (>= 4.9), libxml2 (>= 2.6.27), uno-libs3 (>= 4.1.0~alpha), ure, zlib1g (>= 1:1.1.4) Recommends: libreoffice-avmedia-backend-gstreamer | libreoffice-avmedia-backend-vlc Suggests: bluez Description: office productivity suite -- presentation LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation component for LibreOffice. Homepage: http://www.libreoffice.org Package: dleyna-renderer Status: install ok installed Priority: optional Section: net Installed-Size: 168 Maintainer: Emanuele Aina Architecture: amd64 Version: 0.4.0-1 Depends: libc6 (>= 2.14), libdleyna-core-1.0-3 (>= 0.4.0), libglib2.0-0 (>= 2.31.8), libgssdp-1.0-3 (>= 0.12.0), libgupnp-1.0-4 (>= 0.20.7), libgupnp-av-1.0-2 (>= 0.6.0), libgupnp-dlna-2.0-3 (>= 0.9.4), libsoup2.4-1 (>= 2.26.1), libdleyna-connector-dbus-1.0-1 (>= 0.2.0) Conffiles: /etc/dleyna-renderer-service.conf 1b20039af78762cc4daa75e0005ef8e4 Description: DBus service to interact with DLNA Digital Media Renderers dleyna-renderer is a DBus user session service that allows clients to discover and manipulate DLNA Digital Media Renderers (DMR). . dLeyna is an umbrella project hosting a number of middleware components designed to make it easy for developers to integrate DLNA functionality into their applications. Homepage: https://01.org/dleyna/ Package: libccolamd2.8.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 79 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: suitesparse Version: 1:4.2.1-3 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: constrained column approximate library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . COLAMD constrained column approximate minimum degree ordering Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/ Package: libtext-levenshtein-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1 Depends: perl Description: implementation of the Levenshtein edit distance Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein edit distance is a measure of the degree of proximity between two strings. This distance is the number of substitutions, deletions or insertions ("edits") needed to transform one string into the other one (and vice versa). When two strings have distance 0, they are the same. Homepage: https://metacpan.org/release/Text-Levenshtein Package: folks-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1209 Maintainer: Debian Telepathy maintainers Architecture: all Multi-Arch: foreign Source: folks Version: 0.10.0-1 Depends: dconf-gsettings-backend | gsettings-backend Description: library to aggregates people into metacontacts (common files) libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts. . This package contains common files (translations) used by folks components. Homepage: https://wiki.gnome.org/Projects/Folks Package: libgconf2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 195 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-sharp2 Version: 2.24.2-3 Replaces: libgconf2.24-cil, libgnome2.0-cil (<< 2.16.0-6) Depends: cli-common (>= 0.5.1), libdbus-glib-1-2 (>= 0.100.2), libgconf-2-4 (>= 2.31.1), gconf-service, libglib2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Suggests: monodoc-gtk2.0-manual Conflicts: libgconf2.24-cil Description: CLI binding for GConf 2.24 This package provides the gconf-sharp and gconf-sharp-peditors assemblies that allow CLI (.NET) programs to use the GConf configuration storage system 2.20. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries. . This package contains the gconf-sharp assembly itself. Homepage: http://www.mono-project.com/GtkSharp Package: vino Status: install ok installed Priority: optional Section: gnome Installed-Size: 2013 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vino (3.14.0-2) Version: 3.14.0-2+b1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.15), libcairo2 (>= 1.10.0), libdbus-glib-1-2 (>= 0.78), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.37.3), libgnutls-deb0-28 (>= 3.3.0), libgtk-3-0 (>= 3.0.0), libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1:1.3.1), libnotify4 (>= 0.7.0), libsecret-1-0 (>= 0.7), libsm6, libtelepathy-glib0 (>= 0.18.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxtst6, zlib1g (>= 1:1.1.4), dconf-gsettings-backend | gsettings-backend Recommends: gvfs Suggests: vinagre, gnome-control-center, gnome-user-guide Breaks: gnome-control-center (<< 3.13.2), gnome-session-bin (<< 3.0) Description: VNC server for GNOME VNC is a protocol that allows remote display of a user's desktop. This package provides a VNC server that integrates with GNOME, allowing you to export your running desktop to another computer for remote use or diagnosis. Homepage: https://wiki.gnome.org/Vino Package: libgtk-vnc-2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 127 Maintainer: Debian Libvirt Maintainers Architecture: amd64 Source: gtk-vnc Version: 0.5.3-1.3 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libgvnc-1.0-0 (>= 0.5.1), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6, zlib1g (>= 1:1.1.4) Description: VNC viewer widget for GTK+3 (runtime libraries) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the shared library built for GTK+3. Package: libxshmfence-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 55 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxshmfence Version: 1.1-4 Depends: libxshmfence1 (= 1.1-4) Description: X shared memory fences - development files This library provides an interface to shared-memory fences for synchronization between the X server and direct-rendering clients. . This package contains the xshmfence development files. Package: gir1.2-gnomedesktop-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 200 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop3 Version: 3.14.1-1 Depends: gir1.2-gdesktopenums-3.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, libgnome-desktop-3-10 (>= 3.13.91) Breaks: gnome-shell (<< 3.7.90) Description: Introspection data for GnomeDesktop This package provides the include files and static library for the GNOME desktop library functions. . This package contains the introspection data for GnomeDesktop Package: libintl-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 4513 Maintainer: Peter Eisentraut Architecture: all Version: 1.23-1+deb8u1 Depends: perl Suggests: libintl-xs-perl Description: Uniforum message translations system compatible i18n library libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext. Homepage: http://search.cpan.org/dist/libintl-perl/ Package: gstreamer1.0-pulseaudio Status: install ok installed Priority: optional Section: sound Installed-Size: 1095 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-good1.0 Version: 1.4.4-2+deb8u3 Provides: gstreamer1.0-audiosink, gstreamer1.0-audiosource Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libpulse0 (>= 2.0) Description: GStreamer plugin for PulseAudio GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for PulseAudio, a sound server for POSIX and WIN32 systems. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html Gstreamer-Elements: pulsesink, pulsesrc Gstreamer-Version: 1.4 Package: hwdata Status: install ok installed Priority: optional Section: misc Installed-Size: 66 Maintainer: Noël Köthe Architecture: all Version: 0.267-1 Depends: usbutils, pciutils Description: hardware identification / configuration data This package contains various hardware identification and configuration data, such as the pci.ids database, or the XFree86/xorg Cards database. It is needed for the kudzu hardware detection. Homepage: http://git.fedorahosted.org/git/hwdata.git Package: liblensfun0 Status: install ok installed Priority: optional Section: libs Installed-Size: 158 Maintainer: Debian KDE Extras Team Architecture: amd64 Source: lensfun Version: 0.2.8-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.31.8), libstdc++6 (>= 4.1.1), liblensfun-data Description: Lens Correction library - Runtime files Lensfun is an opensource database of photographic lenses and their characteristics. It contains three kinds of objects: * mounts * cameras * lenses . It is used in various photo-related software in which it allows the correction of various artifacts: * distortion * transveral (also known as lateral) chromatic aberrations * vignetting * colour contribution of the lens (correcting said "yellowish" or "blueish" images) . It provides a way to read and search for specific things in the database. . This package contains the runtime files to access the library. Homepage: http://lensfun.sourceforge.net Package: gtk2-engines Status: install ok installed Priority: optional Section: gnome Installed-Size: 1085 Maintainer: Ed Boraas Architecture: amd64 Multi-Arch: same Version: 1:2.20.2-3 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.19.7-2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0) Breaks: gnome-themes-extras (<< 2) Description: theme engines for GTK+ 2.x This package contains the "engines" that hide behind the themes for GTK+ and GNOME applications. They redefine the way GTK+ widgets are drawn. The package includes the following engines: * Clearlooks, the default GNOME theme, based on Bluecurve; * Crux, formerly known as the Eazel engine; * High contrast, which is used by some accessibility themes; * Industrial, the famous engine from Novell (formerly Ximian); * LighthouseBlue, another engine based on Bluecurve; * Metal, which gives a metallic look; * Mist, a flat and high performance engine; * Redmond95, which provides a look similar to that of Windows; * ThinIce. . A few sample themes using these engines are also included. Package: desktop-file-utils Status: install ok installed Priority: optional Section: devel Installed-Size: 270 Maintainer: Ross Burton Architecture: amd64 Multi-Arch: foreign Version: 0.22-1 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.28.0) Conffiles: /etc/bash_completion.d/desktop-file-validate 34c0eff90e9bbf4c97c873334f676330 Description: Utilities for .desktop files Some utilities to make dealing with .desktop files easier: * update-desktop-database -- update the desktop-MIME mapping * desktop-file-validate -- validate a desktop file * desktop-file-install -- install a desktop file, munging en route. Homepage: http://www.freedesktop.org/wiki/Software/desktop-file-utils Package: geoip-database Status: install ok installed Priority: optional Section: net Installed-Size: 4934 Maintainer: Patrick Matthäi Architecture: all Version: 20150317-1 Recommends: libgeoip1 Breaks: libgeoip1 (<< 1.4.5.dfsg) Description: IP lookup command line tools that use the GeoIP library (country database) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLiteCountry database. Homepage: http://www.maxmind.com/ Package: freerdp-x11 Status: install ok installed Priority: optional Section: x11 Installed-Size: 250 Maintainer: Mike Gabriel Architecture: amd64 Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Provides: freerdp Depends: libc6 (>= 2.4), libfreerdp-cache1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-client1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-codec1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-common1.1.0 (>= 1.1.0~beta1+git20130629), libfreerdp-core1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-crypto1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-gdi1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-locale1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-primitives1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-rail1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libjpeg62-turbo (>= 1.3.1), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-crypto0.1 (>= 1.1.0~beta1+git20130629), libwinpr-dsparse0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-input0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-pool0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-rpc0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sspi0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfreerdp-client1.1 (>= 1.1.0~beta1+git20130629), libxi6, libxinerama1, libxkbfile1, libxrender1, libxv1, zlib1g (>= 1:1.1.4) Recommends: libfreerdp-plugins-standard Description: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012 Server * Windows 8 . This package contains the X11 based client. Homepage: http://www.freerdp.com/ Package: libdlrestrictions1 Status: install ok installed Priority: extra Section: libs Installed-Size: 64 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: pkg-kde-tools Version: 0.15.15 Depends: libc6 (>= 2.4) Description: library that implements library compatibility checks for dlopen() This package provides a DLRestrictions library that can be used to check compatibility of the external shared library (or plugin) against other libraries currently loaded in the global symbol object. It might help to avoid symbol clashes and provide means for graceful failure detection in advance before the first dlsym() call. Otherwise, usage of incompatible library might result in crashes or other unpredictable failures of the application. . A shared library that is protected by DLRestrictions provides a special symbol which defines conditions under which the library may be safely used. At the moment, the only restriction that may be imposed controls whether multiple SONAMEs of the same library can safely co-exist in the same symbol space. Shared library dependencies are also checked for compatibility. Package: libtxc-dxtn-s2tc0 Status: install ok installed Priority: extra Section: libs Installed-Size: 260 Maintainer: Lennart Weller Architecture: amd64 Multi-Arch: same Source: s2tc Version: 0~git20131104-1.1 Provides: libtxc-dxtn0 Depends: libc6 (>= 2.3.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Conflicts: libtxc-dxtn0 Description: Texture compression library for Mesa S2TC is a patent-free S3TC compatible implementation and provides texture compression to Mesa. . The library is automatically loaded and adds the OpenGL extensions GL_S3_s3tc and GL_EXT_texture_compression_s3tc. Homepage: https://github.com/divVerent/s2tc Package: xinit Status: install ok installed Priority: optional Section: x11 Installed-Size: 109 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1.3.4-1 Depends: libc6 (>= 2.11), libx11-6, coreutils (>= 7.4-1), x11-common, xauth Recommends: xserver-xorg | xserver, xterm | x-session-manager | x-window-manager | x-terminal-emulator Conffiles: /etc/X11/xinit/xserverrc 50faa91e980a25adcd0de32020b340bb /etc/X11/xinit/xinitrc c11ee025d7c11c6e0b7a90d76cb424d1 Description: X server initialisation tool xinit and startx are programs which facilitate starting an X server, and loading a base X session. Package: nmap Status: install ok installed Priority: extra Section: net Installed-Size: 17602 Maintainer: Hilko Bengen Architecture: amd64 Version: 6.47-3+deb8u2 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), liblinear1 (>= 1.6), liblua5.2-0, libpcap0.8 (>= 0.9.8), libpcre3 (>= 1:8.35), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.9) Recommends: ndiff Description: The Network Mapper Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. Package: libfop-java Status: install ok installed Priority: optional Section: java Installed-Size: 3555 Maintainer: Debian Java Maintainers Architecture: all Source: fop Version: 1:1.1.dfsg2-1+deb8u1 Replaces: fop (<< 1:1.0.dfsg2-6) Depends: libxerces2-java, libxalan2-java, libbsf-java, libavalon-framework-java (>= 4.1.2-2), libbatik-java (>= 1.7), libcommons-io-java, libcommons-logging-java, libxt6, libxtst6, libxmlgraphics-commons-java (>= 1.4), java-wrappers (>= 0.1.15), libxml-commons-external-java Recommends: libsaxon-java, icc-profiles-free Breaks: fop (<< 1:1.0.dfsg2-6) Description: XML formatter driven by XSL Formatting Objects (XSL-FO.) FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the fop jar file Homepage: http://xmlgraphics.apache.org/fop/ Package: sudo Status: install ok installed Priority: optional Section: admin Installed-Size: 2335 Maintainer: Bdale Garbee Architecture: amd64 Version: 1.8.10p3-1+deb8u4 Replaces: sudo-ldap Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-modules Conflicts: sudo-ldap Conffiles: /etc/init.d/sudo 69497d0565055f626ee2bc84f818ce0f /etc/pam.d/sudo 85da64f888739f193fc0fa896680030e /etc/sudoers 45437b4e86fba2ab890ac81db2ec3606 /etc/sudoers.d/README 8d3cf36d1713f40a0ddc38e1b21a51b6 Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers. Homepage: http://www.sudo.ws/ Package: iso-codes Status: install ok installed Priority: optional Section: misc Installed-Size: 16136 Maintainer: Tobias Quathamer Architecture: all Multi-Arch: foreign Version: 3.57-1 Suggests: isoquery Description: ISO language, territory, currency, script codes and their translations This package provides the ISO 639, ISO 639-3, and ISO 639-5 language code lists, the ISO 4217 currency code list, the ISO 3166 territory code list, the ISO 3166-2 sub-territory list, and the ISO 15924 script code list as XML files. . More importantly, it also provides their translations to be used by other programs. Homepage: http://pkg-isocodes.alioth.debian.org/ Package: libxapian22 Status: install ok installed Priority: standard Section: libs Installed-Size: 2521 Maintainer: Olly Betts Architecture: amd64 Source: xapian-core Version: 1.2.19-1+deb8u1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Suggests: xapian-tools Description: Search engine library This package contains the core Xapian runtime library. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Homepage: http://xapian.org/ Package: libcanberra0 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libcanberra Version: 0.30-2.1 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libltdl7 (>= 2.4.2), libogg0 (>= 1.0rc3), libtdb1 (>= 1.2.7+git20101214), libvorbis0a (>= 1.1.2), libvorbisfile3 (>= 1.1.2) Pre-Depends: multiarch-support Suggests: libcanberra-gtk0, libcanberra-pulse Description: simple abstract interface for playing event sounds libcanberra defines a simple abstract interface for playing event sounds. . libcanberra relies on the XDG sound naming specification for identifying event sounds. On Unix/Linux the right sound to play is found via the mechanisms defined in the XDG sound theming specification. Homepage: http://0pointer.de/lennart/projects/libcanberra/ Package: libgtop2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 145 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgtop2 (2.28.5-2) Version: 2.28.5-2+b1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.18.0), libxau6, libgtop2-common (>= 2.28.5-2) Description: gtop system monitoring library (shared) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. . This package contains the shared library. Package: python-tdb Status: install ok installed Priority: optional Section: python Installed-Size: 75 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: tdb Version: 1.3.6-0+deb8u1 Provides: python2.7-tdb Depends: libtdb1 (= 1.3.6-0+deb8u1), python (<< 2.8), python (>= 2.7~), libc6 (>= 2.2.5), libpython2.7 (>= 2.7) Description: Python bindings for TDB This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the Python bindings. Homepage: http://tdb.samba.org/ Package: libncursesw5 Status: install ok installed Priority: important Section: libs Installed-Size: 388 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: ncurses (5.9+20140913-1) Version: 5.9+20140913-1+b1 Depends: libtinfo5 (= 5.9+20140913-1+b1), libc6 (>= 2.15) Pre-Depends: multiarch-support Recommends: libgpm2 Description: shared libraries for terminal handling (wide character support) The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared libraries necessary to run programs compiled with ncursesw, which includes support for wide characters. Homepage: http://invisible-island.net/ncurses/ Package: libjasper1 Status: install ok installed Priority: optional Section: libs Installed-Size: 371 Maintainer: Roland Stigge Architecture: amd64 Multi-Arch: same Source: jasper Version: 1.900.1-debian1-2.4+deb8u3 Replaces: libjasper-1.700-2 Depends: libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1) Pre-Depends: multiarch-support Suggests: libjasper-runtime Conflicts: libjasper-1.700-2 Description: JasPer JPEG-2000 runtime library JasPer is a collection of software (i.e., a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1:2000. . This package contains the shared library. Package: python3-brlapi Status: install ok installed Priority: extra Section: python Installed-Size: 287 Maintainer: Debian Accessibility Team Architecture: amd64 Source: brltty Version: 5.2~20141018-5 Depends: libbrlapi0.6, libc6 (>= 2.14), python3 (<< 3.5), python3 (>= 3.4~) Description: Braille display access via BRLTTY - Python3 bindings BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides Python 3 bindings. Homepage: http://mielke.cc/brltty/ Package: liberror-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 40 Maintainer: Clint Burfoot Architecture: all Version: 0.17-1.1 Depends: perl Description: Perl module for error/exception handling in an OO-ish way This module provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. . Errors in the class "Error" should not be thrown directly, but the user should throw errors from a sub-class of "Error". Package: libzbar0 Status: install ok installed Priority: optional Section: libs Installed-Size: 278 Maintainer: Bernd Zeimetz Architecture: amd64 Source: zbar Version: 0.10+doc-10 Depends: libc6 (>= 2.17), libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1:1.3.1), libsm6, libv4l-0 (>= 0.5.0), libx11-6 Description: bar code scanner and decoder (library) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the library. Homepage: http://zbar.sourceforge.net/ Package: libdjvulibre21 Status: install ok installed Priority: optional Section: libs Installed-Size: 1722 Maintainer: Barak A. Pearlmutter Architecture: amd64 Multi-Arch: same Source: djvulibre (3.5.25.4-4) Version: 3.5.25.4-4+b1 Replaces: libdjvulibre1, libdjvulibre15 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libjpeg62-turbo (>= 1:1.3.1), libstdc++6 (>= 4.1.1), libdjvulibre-text (>= 3.5.25.4-4) Pre-Depends: multiarch-support Conflicts: libdjvulibre1 Description: Runtime support for the DjVu image format DjVu runtime library. Homepage: http://djvu.sourceforge.net/ Package: dconf-service Status: install ok installed Priority: optional Section: libs Installed-Size: 97 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: d-conf Version: 0.22.0-1 Replaces: dconf-gsettings-backend (<< 0.10.0-2), libdconf0 (<< 0.7.3-2) Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1), libdconf1 (= 0.22.0-1) Recommends: dconf-gsettings-backend Breaks: dconf-gsettings-backend (<< 0.10.0-2), libdconf0 (<< 0.7.3-2) Description: simple configuration storage system - D-Bus service DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the DConf service, which applications talk to using D-Bus in order to obtain their settings. It is mostly used by the GSettings backend. Homepage: https://wiki.gnome.org/dconf Package: gettext Status: install ok installed Priority: optional Section: devel Installed-Size: 6415 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Version: 0.19.3-2 Depends: libc6 (>= 2.17), libcroco3 (>= 0.6.2), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.9), libncurses5 (>= 5.5-5~), libtinfo5, libunistring0, libxml2 (>= 2.7.4), gettext-base, dpkg (>= 1.15.4) | install-info Recommends: curl | wget | lynx-cur, autopoint, libasprintf-dev, libgettextpo-dev Suggests: gettext-doc Breaks: autopoint (<= 0.17-11) Description: GNU Internationalization utilities Interesting for authors or maintainers of other packages or programs which they want to see internationalized. Homepage: http://www.gnu.org/software/gettext/ Package: curl Status: install ok installed Priority: optional Section: web Installed-Size: 325 Maintainer: Alessandro Ghedini Architecture: amd64 Multi-Arch: foreign Version: 7.38.0-4+deb8u5 Depends: libc6 (>= 2.17), libcurl3 (= 7.38.0-4+deb8u5), zlib1g (>= 1:1.1.4) Description: command line tool for transferring data with URL syntax curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. Homepage: http://curl.haxx.se Package: gir1.2-wnck-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 89 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: libwnck3 Version: 3.4.9-3 Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, libgirepository-1.0-1 (>= 1.41.4-1), libwnck-3-0 (>= 3.4.7) Description: GObject introspection data for the WNCK library This package contains introspection data for Window Navigator Construction Kit, a library to interact with window managers. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: libv4l-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 216 Maintainer: Gregor Jasny Architecture: amd64 Multi-Arch: same Source: v4l-utils Version: 1.6.0-2 Depends: libv4lconvert0 (= 1.6.0-2), libc6 (>= 2.4) Pre-Depends: multiarch-support Description: Collection of video4linux support libraries libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. . libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). . libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. . This package contains the shared libraries. Homepage: http://linuxtv.org/downloads/v4l-utils/ Package: vlc-data Status: install ok installed Priority: optional Section: video Installed-Size: 38047 Maintainer: Debian Multimedia Maintainers Architecture: all Source: vlc Version: 2.2.5-1~deb8u1 Replaces: mozilla-plugin-vlc (<< 0.9.2-1), vlc-nox (<< 2.0.1-3) Breaks: vlc-nox (<< 2.0.1-3) Description: Common data for VLC Localisations, HTTP interface files, Lua scripts for VLC media player . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Homepage: http://www.videolan.org/vlc/ Package: python-notify Status: install ok installed Priority: optional Section: python Installed-Size: 108 Maintainer: Gustavo Franco Architecture: amd64 Source: notify-python Version: 0.1.1-4 Provides: python2.7-notify Depends: python (>= 2.7), python (<< 2.8), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), python-gtk2 (>= 2.10) Description: Python bindings for libnotify libnotify sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . python-notify provides just the Python bindings for libnotify. Homepage: http://www.galago-project.org Package: libaprutil1-dbd-sqlite3 Status: install ok installed Priority: optional Section: libs Installed-Size: 73 Maintainer: Debian Apache Maintainers Architecture: amd64 Multi-Arch: same Source: apr-util Version: 1.5.4-1 Depends: libaprutil1 (= 1.5.4-1), libc6 (>= 2.4), libsqlite3-0 (>= 3.5.9) Description: Apache Portable Runtime Utility Library - SQLite3 Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the SQLite3 database driver. Homepage: http://apr.apache.org/ Package: bash Essential: yes Status: install ok installed Priority: required Section: shells Installed-Size: 5010 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: foreign Version: 4.3-11+deb8u1 Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1) Depends: base-files (>= 2.1.12), debianutils (>= 2.15) Pre-Depends: dash (>= 0.5.5.1-2.2), libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libtinfo5 Recommends: bash-completion (>= 20060301-0) Suggests: bash-doc Conflicts: bash-completion (<< 20060301-0) Conffiles: /etc/bash.bashrc 87b895cef45b8090d628a1d9a0f4bfb8 /etc/skel/.bash_logout 22bfb8c1dd94b5f3813a2b25da67463f /etc/skel/.bashrc e62ae447bdd228160f1f0b6bab8a7fd3 /etc/skel/.profile ecb6d3479ac3823f1da7f314d871989b Description: GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Package: libtag1c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 60 Maintainer: Modestas Vainius Architecture: amd64 Multi-Arch: same Source: taglib Version: 1.9.1-2.1 Depends: libtag1-vanilla (= 1.9.1-2.1) Conflicts: libtag-extras0 Description: audio meta-data library TagLib is a library for reading and editing audio meta data, commonly know as tags. . - A clean, high level, C++ API to handling audio meta data. - Format specific APIs for advanced API users. - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats. - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg Vorbis, Speex and Opus file formats. - Basic audio file properties such as length, sample rate, etc. - Long term binary and source compatibility. - Extensible design, notably the ability to add other formats or extend - current formats as a library user. - Full support for unicode and internationalized tags. - Dual MPL and LGPL licenses. - No external toolkit dependencies. . This package is the main metapackage for the TagLib Audio Meta-Data Library. Historically packages using TagLib should depend on this package rather than specific TagLib flavour even if the only vanilla (original) flavour is available at the moment. Homepage: http://taglib.github.io/ Package: xserver-xorg-input-evdev Status: install ok installed Priority: optional Section: x11 Installed-Size: 206 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1:2.9.0-2 Provides: xorg-driver-input Depends: libc6 (>= 2.7), libevdev2 (>= 0.9.1), libmtdev1 (>= 1.1.0), libudev1 (>= 183), xorg-input-abi-21, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- evdev input driver This package provides the driver for input devices using evdev, the Linux kernel's event delivery mechanism. This driver allows for multiple keyboards and mice to be treated as separate input devices. . More information about X.Org can be found at: . This package is built from the X.org xf86-input-evdev driver module. Package: libqgsttools-p1 Status: install ok installed Priority: optional Section: libs Installed-Size: 260 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtmultimedia-opensource-src Version: 5.3.2-5 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libgstreamer-plugins-base0.10-0 (>= 0.10.29), libgstreamer0.10-0 (>= 0.10.31), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.0.2), libqt5multimedia5 (>= 5.2.0), libqt5multimediawidgets5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: GStreamer tools for Qt 5 Multimedia module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the GStreamer tools for Qt 5 Multimedia module. Homepage: https://qt-project.org/ Package: libchamplain-gtk-0.12-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Sjoerd Simons Architecture: amd64 Multi-Arch: same Source: libchamplain Version: 0.12.9-1 Depends: libc6 (>= 2.4), libchamplain-0.12-0 (>= 0.11.0), libclutter-1.0-0 (>= 1.12), libclutter-gtk-1.0-0 (>= 0.91.8), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0) Pre-Depends: multiarch-support Description: Gtk+ widget to display maps Libchamplain-gtk is a C library aimed to provide a Gtk+ widget to display rasterized maps and markers. . It supports numerous free map sources such as OpenStreetMap (default), OpenArialMap and Maps for free. Homepage: https://wiki.gnome.org/Projects/libchamplain Package: libqt4-script Status: install ok installed Priority: optional Section: libs Installed-Size: 2807 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtdbus4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 script module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtScript module provides classes for making Qt applications scriptable. Homepage: http://qt-project.org/ Package: libqt4-qt3support Status: install ok installed Priority: optional Section: libs Installed-Size: 5802 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libqt4-designer (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-network (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-sql (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 3 compatibility library for Qt 4 Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt3Support module provides classes that ease porting from Qt 3 to Qt 4. . It allows applications designed to use deprecated Qt 3 classes and functions to work with Qt 4, with help from the qt3to4 porting tool found in the libqt4-dev-bin package. Homepage: http://qt-project.org/ Package: libsqlite3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1506 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: sqlite3 Version: 3.8.7.1-1+deb8u2 Depends: libsqlite3-0 (= 3.8.7.1-1+deb8u2), libc6-dev Suggests: sqlite3-doc Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Homepage: http://www.sqlite.org/ Package: libusb-1.0-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 1167 Maintainer: Aurelien Jarno Architecture: all Source: libusb-1.0 Version: 2:1.0.19-1 Replaces: libusb-1.0-0-dev (<< 1.0.16) Conflicts: libusb-1.0-0-dev (<< 1.0.16) Description: documentation for userspace USB programming Library for programming USB applications without the knowledge of Linux kernel internals. . This package contains the libusb 1.0 API reference manual in HTML format. Homepage: http://www.linux-usb.org/ Package: rhythmbox-plugin-cdrecorder Status: install ok installed Priority: optional Section: gnome Installed-Size: 482 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: rhythmbox Version: 3.1-1 Replaces: rhythmbox (<< 0.12.6-4) Depends: libatk1.0-0 (>= 1.12.4), libbrasero-media3-1 (>= 3.0.0), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.34.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.6.0), libgudev-1.0-0 (>= 146), libjavascriptcoregtk-3.0-0 (>= 1.5.1), libjson-glib-1.0-0 (>= 0.12.0), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), librhythmbox-core8 (>= 3.0), libsoup2.4-1 (>= 2.34.0), libtdb1 (>= 1.1.2~git20080520), libtotem-plparser18 (>= 3.10.0), libwebkitgtk-3.0-0 (>= 1.3.10), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), rhythmbox (= 3.1-1) Breaks: rhythmbox (<< 0.12.6-4) Description: burning plugin for rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the brasero based CD/DVD burning plugin. Homepage: https://wiki.gnome.org/Apps/Rhythmbox Package: libodfgen-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 752 Maintainer: Rene Engelhard Architecture: amd64 Source: libodfgen Version: 0.1.1-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), librevenge-0.0-0, libstdc++6 (>= 4.9) Description: library to generate ODF documents Libodfgen is library providing ability to generate ODF documents from libwpd and libwps API calls. Homepage: http://freedesktop.org/wiki/Software/libodfgen Package: libopenjpeg5 Status: install ok installed Priority: extra Section: libs Installed-Size: 391 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: openjpeg Version: 1:1.5.2-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: JPEG 2000 image compression/decompression library - runtime OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . this is the runtime package Homepage: http://www.openjpeg.org Package: gnome-packagekit-session Status: install ok installed Priority: optional Section: gnome Installed-Size: 650 Maintainer: Matthias Klumpp Architecture: amd64 Source: gnome-packagekit Version: 3.14.0-1 Replaces: gnome-packagekit (<< 3.6.0-2) Depends: gnome-packagekit-data (>= 3.14.0-1), gnome-settings-daemon (>= 3.4), packagekit (>= 0.8.6), dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.12), libnotify4 (>= 0.7.0), libpackagekit-glib2-18 (>= 0.9.4), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsqlite3-0 (>= 3.5.9), libx11-6 Suggests: gnome-packagekit Breaks: gnome-packagekit (<< 3.6.0-2) Description: Provides PackageKit session API for GNOME PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package contains a GTK+ GUI for PackageKit transactions, a simple repository editor and PackageKit configuration tool and a viewer for package installation history. It implements the PackageKit session API for GNOME, which allows applications to easily install additional software (e.g. extensions), uninstall files and perform simple software package status queries. Homepage: https://help.gnome.org/users/gnome-packagekit/stable/ Package: libtimedate-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 96 Maintainer: Debian Perl Group Architecture: all Version: 2.3000-2 Replaces: timedate Provides: timedate Depends: perl Breaks: timedate Description: collection of modules to manipulate date/time information TimeDate is a collection of Perl modules useful for manipulating date and time information. Date::Parse can parse absolute date specifications in a wide variety of input formats and many languages (via Date::Language). . This package also includes Date::Format, which can format dates into strings, as well as Time::Zone, which contains miscellaneous time zone functions. Homepage: https://metacpan.org/release/TimeDate Package: gcc-4.9 Status: install ok installed Priority: optional Section: devel Installed-Size: 17634 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 4.9.2-10 Replaces: gccgo-4.9 (<< 4.9.2-10) Provides: c-compiler Depends: cpp-4.9 (= 4.9.2-10), gcc-4.9-base (= 4.9.2-10), binutils (>= 2.25), libgcc-4.9-dev (= 4.9.2-10), libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libgmp10 (>= 2:5.0.1~), libisl10 (>= 0.10), libmpc3, libmpfr4 (>= 3.1.2), zlib1g (>= 1:1.1.4) Recommends: libc6-dev (>= 2.13-5) Suggests: gcc-4.9-multilib, gcc-4.9-doc (>= 4.9), gcc-4.9-locales (>= 4.9), libgcc1-dbg (>= 1:4.9.2-10), libgomp1-dbg (>= 4.9.2-10), libitm1-dbg (>= 4.9.2-10), libatomic1-dbg (>= 4.9.2-10), libasan1-dbg (>= 4.9.2-10), liblsan0-dbg (>= 4.9.2-10), libtsan0-dbg (>= 4.9.2-10), libubsan0-dbg (>= 4.9.2-10), libcilkrts5-dbg (>= 4.9.2-10), libquadmath0-dbg (>= 4.9.2-10) Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Package: libwavpack1 Status: install ok installed Priority: optional Section: libs Installed-Size: 211 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: wavpack Version: 4.70.0-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: audio codec (lossy and lossless) - library WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality. . This package contains the shared libraries necessary to run programs using libwavpack. Homepage: http://www.wavpack.com Package: dictionaries-common Status: install ok installed Priority: optional Section: text Installed-Size: 814 Maintainer: Agustin Martin Domingo Architecture: all Multi-Arch: foreign Version: 1.23.17 Replaces: openoffice.org-updatedicts Provides: openoffice.org-updatedicts Depends: debconf (>= 1.5.5) | debconf-2.0, libtext-iconv-perl, emacsen-common (>= 2.0.5) Suggests: ispell | aspell | hunspell, wordlist Breaks: hunspell-ar (<= 0.0.0+20080110-1.1), hunspell-da (<= 1:3.1.0), hunspell-de-at (<= 20100727-1), hunspell-de-ch (<= 20100727-1), hunspell-de-de (<= 20100727-1), hunspell-en-us (<= 20070829-4ubuntu2), hunspell-eu-es (<= 0.4.20081029-4), hunspell-gl-es (<= 2.2a-8), hunspell-kk (<= 1.1-1), hunspell-ko (<= 0.5.3-1), hunspell-se (<= 1.0~beta6.20081222-1.1), hunspell-uz (<= 0.6-3.1), hyphen-en-us (<< 2.8.3-1), myspell-bg (<= 3.0-12), myspell-ca (<= 0.6-10), myspell-cs (<= 20040229-5), myspell-cs-cz (<= 20040229-5), myspell-da (<= 1.6.25-1), myspell-de-at (<= 20100727-1), myspell-de-ch (<= 20100727-1), myspell-de-de (<= 20100727-1), myspell-de-de-oldspell (<= 1:2-27), myspell-el-gr (<= 0.8-1), myspell-en-au (<= 2.1-5), myspell-eo (<= 2.1.2000.02.25-42), myspell-es (<= 1.11-1), myspell-et (<= 1:20030606-12.1), myspell-eu-es (<= 0.4.20081029-4), myspell-fa (<= 0.20070816-2), myspell-fi (<= 0.7-17.3), myspell-fo (<= 0.2.44-2), myspell-fr (<= 1.4-25), myspell-fr-gut (<= 1:1.0-28), myspell-ga (<= 2.0-20), myspell-gd (<= 0.50-7), myspell-gl-es (<= 2.2a-8), myspell-gv (<= 0.50-9), myspell-he (<= 1.1-1), myspell-hr (<= 20060617-2), myspell-hu (<= 0.99.4-2), myspell-hy (<= 0.20.0-1), myspell-ku (<= 0.20.0-1.1), myspell-lv (<= 0.9.3-2), myspell-nb (<= 2.0.10-3.2), myspell-nl (<= 1:2.0-1), myspell-nn (<= 2.0.10-3.2), myspell-nr (<< 20070206-4ubuntu1), myspell-ns (<< 20070206-4ubuntu1), myspell-pl (<= 20100612-1), myspell-pt-br (<= 20101030-1), myspell-pt-pt (<= 20091013-2), myspell-ru (<= 0.99g5-8.1), myspell-sk (<= 0.5.5a-2.1fakesync1), myspell-sl (<< 1.0-3ubuntu1), myspell-ss (<< 20070206-4ubuntu1), myspell-sv-se (<= 1.3.8-6-2.2), myspell-tn (<< 20070206-4ubuntu1), myspell-ts (<< 20070207-4ubuntu1), myspell-uk (<= 1.6.0-1), myspell-ve (<< 20070206-3ubuntu1), myspell-xh (<< 20070206-4ubuntu1), myspell-zu (<< 20070207-5ubuntu1), mythes-it (<= 2.0.7.gh.deb1-3), openoffice.org-thesaurus-it (<< 2.0.7.gh.deb1-1.1ubuntu3) Conffiles: /etc/emacs/site-start.d/50dictionaries-common.el e069a746e508f771d47825f19f7bba4f Description: spelling dictionaries - common utilities This package provides utilities shared between all wordlists and spelling dictionaries for Ispell, Aspell, or MySpell/Hunspell. It also includes support infrastructure for software using them (such as JED and Mutt), and some patched spell-checking Lisp files for better Emacs integration. . More information about the availability of these dictionaries and their naming conventions is available in the README.Debian file. Homepage: http://dict-common.alioth.debian.org Package: libmpcdec6 Status: install ok installed Priority: optional Section: libs Installed-Size: 103 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libmpc Version: 2:0.1~r459-4.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: MusePack decoder - library Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. . It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code. Homepage: http://www.musepack.net Package: gnome-session Status: install ok installed Priority: optional Section: gnome Installed-Size: 240 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.14.0-2 Replaces: gnome-session-bin (<< 3.0), gnome3-session Provides: gnome3-session, x-session-manager Depends: gnome-settings-daemon (>= 3.0), gnome-shell (>= 3.0), gnome-session-bin (>= 3.14.0-2), gnome-session-bin (<< 3.15), gnome-session-common (= 3.14.0-2) Suggests: gnome-user-guide, desktop-base, gnome-keyring Breaks: bug-buddy (<< 2.20), gnome-power-manager (<< 2.28), xserver-xorg (<< 1:7.4) Conflicts: gnome3-session Description: GNOME Session Manager - GNOME 3 session The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the required components for the standard GNOME 3 session, based on the GNOME Shell. It can be started from a display manager such as GDM, and requires 3D acceleration to work properly. Package: gir1.2-gnomebluetooth-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 284 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-bluetooth Version: 3.14.0-2 Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0, libgnome-bluetooth13 (>= 3.12.0) Breaks: gnome-bluetooth (<< 3.8), gnome-shell (<< 3.4.2-9) Description: Introspection data for GnomeBluetooth This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. . The libraries included provide support to gnome-bluetooth. . This package contains the introspection data for GnomeBluetooth Homepage: https://wiki.gnome.org/GnomeBluetooth Package: tzdata-java Status: install ok installed Priority: optional Section: java Installed-Size: 360 Maintainer: GNU Libc Maintainers Architecture: all Multi-Arch: foreign Source: tzdata Version: 2017b-0+deb8u1 Depends: tzdata (= 2017b-0+deb8u1) Description: time zone and daylight-saving time data for use by java runtimes This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. . This package contains the data for use by Java runtimes. Homepage: http://www.iana.org/time-zones Package: liblcms2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 385 Maintainer: Oleksandr Moskalenko Architecture: amd64 Multi-Arch: same Source: lcms2 Version: 2.6-3+deb8u1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: liblcms2-utils Description: Little CMS 2 color management library LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. LittleCMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. . This package contains the shared library of liblcms2. Homepage: http://www.littlecms.com/ Package: libnet-ip-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 134 Maintainer: Debian Perl Group Architecture: all Version: 1.26-1 Depends: perl Description: Perl extension for manipulating IPv4/IPv6 addresses Net::IP provides functions to deal with IPv4/IPv6 addresses. The module can be used as a class, allowing the user to instantiate IP objects, which can be single IP addresses, prefixes, or ranges of addresses. There is also a procedural way of accessing most of the functions. Most subroutines can take either IPv4 or IPv6 addresses transparently. Homepage: http://search.cpan.org/dist/Net-IP/ Package: libqt4-designer Status: install ok installed Priority: optional Section: libs Installed-Size: 8653 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-script (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 designer module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDesigner module provides classes that allow you to create your own custom widget plugins for Qt Designer, and classes that enable you to access Qt Designer's components. Homepage: http://qt-project.org/ Package: isc-dhcp-common Status: install ok installed Priority: important Section: net Installed-Size: 451 Maintainer: Debian ISC DHCP maintainers Architecture: amd64 Source: isc-dhcp Version: 4.3.1-6+deb8u2 Depends: libc6 (>= 2.15), libdns-export100, libirs-export91, libisc-export95, debianutils (>= 2.8.2) Description: common files used by all of the isc-dhcp packages This package includes all of the files that are used in common by the various ISC DHCP packages, such as the dhcp-eval and dhcp-options manpages and the OMAPI command shell. Homepage: http://www.isc.org Package: dmidecode Status: install ok installed Priority: important Section: utils Installed-Size: 170 Maintainer: Jörg Frings-Fürst Architecture: amd64 Version: 2.12-3 Depends: libc6 (>= 2.4) Description: SMBIOS/DMI table decoder Dmidecode reports information about the system's hardware as described in the system BIOS according to the SMBIOS/DMI standard. . This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). . Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan the hardware, it only reports what the BIOS told it to. Homepage: http://dmidecode.nongnu.org/ Package: libjbig0 Status: install ok installed Priority: extra Section: libs Installed-Size: 101 Maintainer: Michael van der Kolff Architecture: amd64 Multi-Arch: same Source: jbigkit Version: 2.1-3.1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: JBIGkit libraries JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software. . This package contains the dynamically linked library. Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/ Package: libvisio-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 766 Maintainer: Rene Engelhard Architecture: amd64 Source: libvisio Version: 0.1.0-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), librevenge-0.0-0, libstdc++6 (>= 4.9), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Breaks: libvisio-tools (<< 0.0.15~) Description: library for parsing the visio file structure Libvisio is library providing ability to interpret and import visio diagrams into various applications. Homepage: http://freedesktop.org/wiki/Software/libvisio Package: libuuid1 Status: install ok installed Priority: required Section: libs Installed-Size: 89 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.25.2-6 Replaces: e2fsprogs (<< 1.34-1) Depends: passwd, libc6 (>= 2.4) Pre-Depends: multiarch-support Recommends: uuid-runtime Description: Universally Unique ID library The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. Package: libcairo-script-interpreter2 Status: install ok installed Priority: optional Section: libs Installed-Size: 454 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: cairo Version: 1.14.0-2.1+deb8u2 Depends: libc6 (>= 2.14), libcairo2 (>= 1.14.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), liblzo2-2, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Cairo 2D vector graphics library (script interpreter) Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the script interpreter for executing and manipulating cairo execution traces. Homepage: http://cairographics.org/ Package: libpcsclite1 Status: install ok installed Priority: optional Section: libs Installed-Size: 115 Maintainer: Ludovic Rousseau Architecture: amd64 Multi-Arch: same Source: pcsc-lite Version: 1.8.13-1+deb8u1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Suggests: pcscd (= 1.8.13-1+deb8u1) Breaks: libpcsclite-dev (<< 1.8.13-1+deb8u1), pcscd (<< 1.8.13-1+deb8u1) Description: Middleware to access a smart card using PC/SC (library) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and readers. . The PC/SC Lite library is used to connect to the PC/SC daemon from a client application and provide access to the desired reader. Homepage: http://pcsclite.alioth.debian.org/ Package: libkdb5-7 Status: install ok installed Priority: standard Section: libs Installed-Size: 161 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssrpc4 (>= 1.7dfsg~alpha1), libk5crypto3 (>= 1.7+dfsg), libkeyutils1 (>= 1.4), libkrb5-3 (>= 1.11+dfsg), libkrb5support0 (>= 1.12~alpha1+dfsg) Pre-Depends: multiarch-support Suggests: krb5-doc, krb5-user Breaks: libkadm5srv-mit8 (<< 1.11+dfsg~) Description: MIT Kerberos runtime libraries - Kerberos database Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the internal Kerberos database libraries. Homepage: http://web.mit.edu/kerberos/ Package: busybox Status: install ok installed Priority: optional Section: utils Installed-Size: 723 Maintainer: Debian Install System Team Architecture: amd64 Version: 1:1.22.0-9+deb8u1 Replaces: busybox-static Depends: libc6 (>= 2.16) Breaks: initramfs-tools (<< 0.99) Conflicts: busybox-static Description: Tiny utilities for small and embedded systems BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . This package installs the BusyBox binary but does not install symlinks for any of the supported utilities. Some of the utilities can be used in the system by installing the busybox-syslogd, busybox-udhcpc or busybox-udhcpd packages. Homepage: http://www.busybox.net Package: libsigsegv2 Status: install ok installed Priority: optional Section: libs Installed-Size: 71 Maintainer: Debian Common Lisp Team Architecture: amd64 Multi-Arch: same Source: libsigsegv (2.10-4) Version: 2.10-4+b1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: Library for handling page faults in a portable way GNU libsigsegv is a library that allows handling page faults in a portable way. It is used e.g. for generational garbage collectors and stack overflow handlers. . This package contains the shared library. Homepage: http://libsigsegv.sourceforge.net/ Package: libgpm2 Status: install ok installed Priority: standard Section: libs Installed-Size: 48 Maintainer: Peter Samuelson Architecture: amd64 Multi-Arch: same Source: gpm (1.20.4-6.1) Version: 1.20.4-6.1+b2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: gpm Description: General Purpose Mouse - shared library This package provides a library that handles mouse requests and delivers them to applications. See the description for the 'gpm' package for more information. Homepage: http://www.nico.schottelius.org/software/gpm/ Package: libgtk-3-common Status: install ok installed Priority: optional Section: misc Installed-Size: 21727 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gtk+3.0 Version: 3.14.5-1+deb8u1 Replaces: libgtk-3-0 (<< 3.5.4) Depends: dconf-gsettings-backend | gsettings-backend, adwaita-icon-theme (>= 3.14) Recommends: libgtk-3-0 Breaks: libgtk-3-0 (<< 3.5.4) Conffiles: /etc/gtk-3.0/im-multipress.conf c358838e1789c1d4e6da7f525fc922cf Description: common files for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Homepage: http://www.gtk.org/ Package: libdb5.3 Status: install ok installed Priority: standard Section: libs Installed-Size: 1812 Maintainer: Debian Berkeley DB Group Architecture: amd64 Multi-Arch: same Source: db5.3 Version: 5.3.28-9 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Description: Berkeley v5.3 Database Libraries [runtime] This is the runtime package for programs that use the v5.3 Berkeley database library. Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Package: rename Status: install ok installed Priority: optional Section: perl Installed-Size: 69 Maintainer: Debian Perl Group Architecture: all Version: 0.20-3 Replaces: libfile-rename-perl Provides: libfile-rename-perl Depends: perl Conflicts: libfile-rename-perl Description: Perl extension for renaming multiple files This package provides both a perl interface for renaming files (File::Rename) and a command line tool 'rename' which is intended to replace the version currently supplied by the perl package. Homepage: https://metacpan.org/release/File-Rename Package: libreoffice-sdbc-firebird Status: install ok installed Priority: optional Section: database Installed-Size: 625 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Depends: libreoffice-core, libc6 (>= 2.19), libfbembed2.5 (>= 2.5.0.25784~ReleaseCandidate1.ds2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), uno-libs3 (>= 4.1.0~alpha), ure Enhances: libreoffice-base-drivers Description: Firebird SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Firebird SDBC Driver allows one to use the Firebird database from LibreOffice without any wrapper layer such as ODBC or JDBC. Homepage: http://www.libreoffice.org Package: libgcc-4.8-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 5767 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.8 Version: 4.8.4-1 Depends: gcc-4.8-base (= 4.8.4-1), libgcc1 (>= 1:4.8.4-1), libgomp1 (>= 4.8.4-1), libitm1 (>= 4.8.4-1), libatomic1 (>= 4.8.4-1), libasan0 (>= 4.8.4-1), libtsan0 (>= 4.8.4-1), libquadmath0 (>= 4.8.4-1) Recommends: libc6-dev (>= 2.13-5) Description: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Homepage: http://gcc.gnu.org/ Package: wireshark-qt Status: install ok installed Priority: optional Section: net Installed-Size: 3589 Maintainer: Balint Reczey Architecture: amd64 Source: wireshark Version: 1.12.1+g01b65bf-4+deb8u11 Replaces: ethereal (<< 1.0.0-3) Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.30.0), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libpcap0.8 (>= 0.9.8), libqt5core5a (>= 5.3.1), libqt5gui5 (>= 5.2.0), libqt5printsupport5 (>= 5.2.0), libqt5widgets5 (>= 5.2.0), libstdc++6 (>= 4.1.1), libwireshark5 (>= 1.12.0~rc3), libwiretap4 (>= 1.12.0~rc1), libwsutil4 (>= 1.12.0~rc3), zlib1g (>= 1:1.1.4), wireshark-common (= 1.12.1+g01b65bf-4+deb8u11), xdg-utils Conflicts: ethereal (<< 1.0.0-3) Description: network traffic analyzer - Qt version Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides the Qt version of wireshark. Homepage: http://www.wireshark.org/ Package: libecal-1.2-16 Status: install ok installed Priority: optional Section: libs Installed-Size: 490 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.14), libedataserver-1.2-18 (>= 3.10.0), libglib2.0-0 (>= 2.36), libical1a (>= 1.0) Description: Client library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a client library for evolution calendar. Homepage: https://wiki.gnome.org/Apps/Evolution Package: kdiff3 Status: install ok installed Priority: optional Section: kde Installed-Size: 3410 Maintainer: Eike Sauer Architecture: amd64 Version: 0.9.98-1 Depends: kde-runtime (>> 4:4.10), libc6 (>= 2.14), libkdecore5 (>= 4:4.4.4), libkdeui5 (>= 4:4.4.4), libkio5 (>= 4:4.5.85), libkparts4 (>= 4:4.5.85), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.6) Recommends: kdiff3-doc Conflicts: kdiff3-qt Description: compares and merges 2 or 3 files or directories KDiff3 compares two or three input files and shows the differences line by line and character by character. It provides an automatic merge facility and an integrated editor for comfortable solving of merge conflicts. KDiff3 allows recursive directory comparison and merging as well. . This is the standard version of KDiff3, highly integrated into KDE. It has got KIO support (allowing for remote access of files and direct access to files in compressed archives) and integration into konqueror's context menu. There's also a stripped-down version called kdiff3-qt not depending on the KDE libraries. Homepage: http://kdiff3.sourceforge.net Package: libzapojit-0.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 67 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libzapojit (0.0.3-1) Version: 0.0.3-1+b1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.37.3), libgoa-1.0-0b (>= 3.1.1), libjson-glib-1.0-0 (>= 0.12.0), librest-0.7-0 (>= 0.7), libsoup2.4-1 (>= 2.38), libxml2 (>= 2.6.27) Description: Library for accessing SkyDrive and Hotmail - shared libraries libzapojit is a GLib-based library for accessing online service APIs using the Microsoft SkyDrive and Hotmail REST protocols. . This package contains the shared libraries. Homepage: http://git.gnome.org/browse/libzapojit Package: libnet-ssleay-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 1080 Maintainer: Debian Perl Group Architecture: amd64 Version: 1.65-1+deb8u1 Depends: perl (>= 5.20.2-3+deb8u5), perlapi-5.20.2, libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1) Suggests: libmime-base64-perl Description: Perl module for Secure Sockets Layer (SSL) Net::SSLeay is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. If you just want to view web pages on https servers, you do not need this - your web browser already knows to do that. Homepage: https://metacpan.org/release/Net-SSLeay Package: build-essential Status: install ok installed Priority: optional Section: devel Installed-Size: 37 Maintainer: Matthias Klose Architecture: amd64 Version: 11.7 Depends: libc6-dev | libc-dev, gcc (>= 4:4.9.1), g++ (>= 4:4.9.1), make, dpkg-dev (>= 1.17.11) Description: Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages. . This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. . This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. Package: libgweather-3-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 206 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgweather Version: 3.14.1-1 Depends: libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.22.0), libgeocode-glib0 (>= 0.99.1), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.5.6), libsoup2.4-1 (>= 2.34.0), libxml2 (>= 2.7.4), libgweather-common (>= 3.5.0) Description: GWeather shared library libgweather is a library to access weather information from online services for numerous locations. . This package contains shared libraries. Homepage: https://wiki.gnome.org/Projects/LibGWeather Package: vim Status: install ok installed Priority: optional Section: editors Installed-Size: 2233 Maintainer: Debian Vim Maintainers Architecture: amd64 Version: 2:7.4.488-7+deb8u3 Provides: editor Depends: vim-common (= 2:7.4.488-7+deb8u3), vim-runtime (= 2:7.4.488-7+deb8u3), libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libgpm2 (>= 1.20.4), libselinux1 (>= 1.32), libtinfo5 Suggests: ctags, vim-doc, vim-scripts Description: Vi IMproved - enhanced vi editor Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a rather standard set of features. This package does not provide a GUI version of Vim. See the other vim-* packages if you need more (or less). Homepage: http://www.vim.org/ Package: libpthread-stubs0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 40 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libpthread-stubs Version: 0.3-4 Description: pthread stubs not provided by native libc, development files This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded. libpthread-stubs supports this behavior even on platforms which do not supply all the necessary pthread stubs. . On platforms which already supply all the necessary pthread stubs, this package ships only the pkg-config file pthread-stubs.pc, to allow libraries to unconditionally express a dependency on pthread-stubs and still obtain correct behavior. Package: python3-mako Status: install ok installed Priority: optional Section: python Installed-Size: 272 Maintainer: Piotr Ożarowski Architecture: all Source: mako Version: 1.0.0+dfsg-0.1 Depends: python3-markupsafe, python3:any (>= 3.3.2-2~) Suggests: python3-beaker, python-mako-doc Description: fast and lightweight templating for the Python 3 platform Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. Homepage: http://www.makotemplates.org/ Package: libaspell15 Status: install ok installed Priority: optional Section: libs Installed-Size: 2286 Maintainer: Brian Nelson Architecture: amd64 Multi-Arch: same Source: aspell Version: 0.60.7~20110707-1.3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Suggests: aspell Breaks: aspell-bin (<< 0.60.3-2), aspell-da (<= 1.6.25-1.1), aspell-no (<= 2.0.10-5.1) Conflicts: aspell6-dictionary Description: GNU Aspell spell-checker runtime library These are the runtime parts of the Aspell and pspell spell-checking toolkits, needed by applications that use the toolkits at runtime. . For a standalone spell-checker, install aspell as well. Homepage: http://aspell.net/ Package: qtsensors5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 2310 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtsensors-opensource-src Version: 5.3.2+dfsg-2 Description: Qt 5 Sensors documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Sensors library and binaries. Homepage: http://qt-project.org/ Package: python-gobject Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 300 Maintainer: Josselin Mouette Architecture: all Source: pygobject Version: 3.14.0-1 Depends: python-gi (>= 3.14.0-1), python-gobject-2 Description: Python 2.x bindings for GObject - transitional package This package will bring the two versions of GObject Python modules: the deprecated gobject module, and the new gobject-introspection system. It is here for upgrade purposes only. You can remove it safely when nothing else depends on it. Homepage: https://wiki.gnome.org/PyGObject Package: libcogl20 Status: install ok installed Priority: optional Section: libs Installed-Size: 735 Maintainer: Rico Tzschichholz Architecture: amd64 Multi-Arch: same Source: cogl Version: 1.18.2-3 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.17), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 8.1~0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.32.0), libwayland-client0 (>= 1.3.92), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.2.0), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrandr2 (>= 2:1.2.0), libgl1-mesa-glx Pre-Depends: multiarch-support Recommends: libcogl-common Suggests: libgles2-mesa | libgles2 Breaks: libclutter-1.0-0 (<< 1.17), libcogl11, libcogl12, libcogl15, libcogl9 Description: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcurl3 Status: install ok installed Priority: optional Section: libs Installed-Size: 586 Maintainer: Alessandro Ghedini Architecture: amd64 Multi-Arch: same Source: curl Version: 7.38.0-4+deb8u5 Depends: libc6 (>= 2.17), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), librtmp1 (>= 2.4+20131018.git79459a2-3~), libssh2-1 (>= 1.2.6), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: ca-certificates Description: easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by OpenSSL. Homepage: http://curl.haxx.se Package: fonts-dejavu-core Status: install ok installed Priority: optional Section: fonts Installed-Size: 2896 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Source: fonts-dejavu Version: 2.34-1 Replaces: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~) Breaks: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~) Conffiles: /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf f7df7bba810dd953dd78212900f4dcad /etc/fonts/conf.avail/57-dejavu-sans.conf 29cfe6c581fe2dbc222525ce00097002 /etc/fonts/conf.avail/58-dejavu-lgc-sans.conf b4a8f51e45aa24fdee47b3f838cc0205 /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-serif.conf 0b01522fe76b4e5b8ab3d12383371348 /etc/fonts/conf.avail/57-dejavu-sans-mono.conf d3e4d007a9ac6c47243b5994f1d195e3 /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf 0cbf30e4580c5a8570da071ab12c5e4d /etc/fonts/conf.avail/58-dejavu-lgc-sans-mono.conf d2ee39274982cb4f831783cff742c8bc /etc/fonts/conf.avail/57-dejavu-serif.conf 1dca2f4ec93842e94f3919f7e0c8f7a9 /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf 10d6f2176d76ee9b89a19a17811257f2 /etc/fonts/conf.avail/58-dejavu-lgc-serif.conf 5f0b00e681b1f40b65dd336696ee0bbb /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans.conf 6488b24401e477e35aa71237054c8ada /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf e90c678d46f49bb9d6ba469b64e80c0c Description: Vera font family derivate with additional characters DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original Vera style. DejaVu currently works towards conformance with the Multilingual European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu fonts provide serif, sans and monospaced variants. . This package only contains the sans, sans-bold, serif, serif-bold, mono and mono-bold variants. For additional variants, see the ttf-dejavu-extra package. . DejaVu fonts are intended for use on low-resolution devices (mainly computer screens) but can be used in printing as well. Homepage: http://dejavu-fonts.org/ Package: libarchive13 Status: install ok installed Priority: optional Section: libs Installed-Size: 684 Maintainer: Debian Libarchive Maintainers Architecture: amd64 Multi-Arch: same Source: libarchive Version: 3.1.2-11+deb8u3 Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libbz2-1.0, libc6 (>= 2.16), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2, libnettle4 (>= 2.3), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: lrzip Description: Multi-format archive and compression library (shared library) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) . This package provides the libarchive shared library. Homepage: http://www.libarchive.org/ Package: libkrosscore4 Status: install ok installed Priority: optional Section: libs Installed-Size: 272 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libqt4-script (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: Kross Core Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The core of Kross provides the framework to deal transparently with interpreter-backends and offers abstract functionality to deal with scripts. . This package is part of the KDE Development Platform libraries module. Homepage: http://kross.dipe.org Package: xbitmaps Status: install ok installed Priority: optional Section: x11 Installed-Size: 223 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Version: 1.1.1-2 Description: Base X bitmaps This package contains the base X bitmaps, which are used in many legacy X clients. Package: poppler-data Status: install ok installed Priority: optional Section: misc Installed-Size: 11853 Maintainer: Hideki Yamane Architecture: all Version: 0.4.7-1 Replaces: cmap-adobe-cns1 (<= 0+20090930-2), cmap-adobe-gb1 (<= 0+20090930-2), cmap-adobe-japan1 (<= 0+20090930-2), cmap-adobe-japan2 (<= 0+20090930-2), cmap-adobe-korea1 (<= 1.20100103-3), gs-cjk-resource (<= 1.20100103-3) Provides: cmap-adobe-cns1, cmap-adobe-gb1, cmap-adobe-japan1, cmap-adobe-japan2, cmap-adobe-korea1, gs-cjk-resource Pre-Depends: dpkg (>= 1.15.6~) Suggests: poppler-utils, ghostscript, fonts-japanese-mincho | fonts-ipafont-mincho, fonts-japanese-gothic | fonts-ipafont-gothic, fonts-arphic-ukai, fonts-arphic-uming, fonts-nanum (>= 20131007~) Breaks: cmap-adobe-cns1 (<= 0+20090930-2), cmap-adobe-gb1 (<= 0+20090930-2), cmap-adobe-japan1 (<= 0+20090930-2), cmap-adobe-japan2 (<= 0+20090930-2), cmap-adobe-korea1 (<= 1.20100103-3), gs-aladdin (<= 6.50-5), gs-cjk-resource (<= 1.20100103-3) Enhances: ghostscript Conffiles: /etc/ghostscript/cidfmap.d/90gs-cjk-resource-japan1.conf 9502944d3a420a2763a36517679460f4 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf 76ba5a8a08376075902594b9ecd902ed /etc/ghostscript/cidfmap.d/90gs-cjk-resource-gb1.conf 5ec7d7edc178ef73b1f6ac21a3cdc8a0 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-cns1.conf d3a491137506a332ab747c571e5bee33 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf 00d6b53125e159d61e2fd0a5056b4b4c Description: encoding data for the poppler PDF rendering library This package provides the CMap tables required to display PDF documents containing CJK characters with libpoppler. They were previously provided by the packages cmap-adobe-{cns1,gb1,japan1,japan2,korea1} and gs-cjk-resource. . Users who want to view or create PDF files in Chinese, Japanese, or Korean without embedded fonts will need this package. Homepage: http://poppler.freedesktop.org/ Package: libgvpr2 Status: install ok installed Priority: optional Section: libs Installed-Size: 559 Maintainer: Debian QA Group Architecture: amd64 Source: graphviz Version: 2.38.0-7 Replaces: libgvpr1 Depends: libc6 (>= 2.15), libcdt5, libcgraph6 Conflicts: libgraphviz4 Description: rich set of graph drawing tools - gvpr library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvpr library. Homepage: http://www.graphviz.org/ Package: xserver-xorg-video-nouveau Status: install ok installed Priority: optional Section: x11 Installed-Size: 499 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1:1.0.11-1 Provides: xorg-driver-video Depends: libc6 (>= 2.15), libdrm-nouveau2 (>= 2.4.38), libdrm2 (>= 2.4.25), libudev1 (>= 183), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Recommends: libgl1-mesa-dri (>= 9.0) Description: X.Org X server -- Nouveau display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards. . This package provides 2D support including EXA acceleration, Xv and RandR. 3D functionality is provided by the libgl1-mesa-dri package. . This package is built from the FreeDesktop.org xf86-video-nouveau driver. Homepage: http://nouveau.freedesktop.org/wiki/ Package: libgee-0.8-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 886 Maintainer: Maintainers of Vala packages Architecture: amd64 Multi-Arch: same Source: libgee-0.8 Version: 0.16.1-1+deb8u1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.36) Pre-Depends: multiarch-support Description: GObject based collection and utility library libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. . libgee provides the following interfaces: * Traversable - Iterable + Collection # List * BidirList # Set * SortedSet - BidirSortedSet # MultiSet # Queue * Deque + Map # SortedMap * BidirSortedMap - Iterator + BidirIterator # BidirListIterator + ListIterator # BidirListIterator * MultiMap * Future . The ArrayList, ArrauQueue, ConcurrentLinkedList, ConcurrentSet, HashSet, HashMap, HashMultiSet, HashMultiMap, LinkedList, PriorityQueue, Promise, TreeSet, TreeMap, TreeMultiSet, and TreeMultiMap classes provide a reasonable sample implementation of those interfaces. In addition, a set of abstract classes are provided to ease the implementation of new collections. . Around that, the API provides means to retrieve read-only views, efficient sort algorithms, simple, bi-directional or index-based mutable iterators depending on the collection type. . libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages. . This package contains the shared libraries. Homepage: https://wiki.gnome.org/Projects/Libgee Package: gir1.2-vte-2.91 Status: install ok installed Priority: optional Section: introspection Installed-Size: 479 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte2.91 Version: 0.38.1-2 Depends: gir1.2-gtk-3.0, gir1.2-pango-1.0, libvte-2.91-0 Description: GObject introspection data for the VTE library This package contains introspection data for VTE, a terminal emulator widget for GTK+. . It can be used by interpreters understanding the GIRepository format to write programs using the VTE widget for GTK+ 3.0. Homepage: https://wiki.gnome.org/Apps/Terminal/VTE Package: libqt4-sql-mysql Status: install ok installed Priority: optional Section: libs Installed-Size: 159 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libmysqlclient18 (>= 5.5.24+dfsg-1), libqt4-sql (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Suggests: libqt4-dev Description: Qt 4 MySQL database driver This package contains the MySQL plugin for Qt 4. . Install it if you intend to use or write Qt programs that are to access a MySQL DB. Homepage: http://qt-project.org/ Package: libgnomecanvas2-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 1473 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: libgnomecanvas Version: 2.30.3-2 Description: powerful object-oriented display engine - common files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains internationalization files. Package: libxres1 Status: install ok installed Priority: optional Section: libs Installed-Size: 23 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxres (2:1.0.7-1) Version: 2:1.0.7-1+b1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6 Pre-Depends: multiarch-support Description: X11 Resource extension library libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxcb-xfixes0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 138 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-xfixes0 (= 1.10-3+b1), libxcb1-dev, libxcb-render0-dev, libxcb-shape0-dev Description: X C Binding, xfixes extension, development files This package contains the header and library files needed to build software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libqt5webkit5 Status: install ok installed Priority: optional Section: libs Installed-Size: 37790 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtwebkit-opensource-src Version: 5.3.2+dfsg-4 Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base0.10-0 (>= 0.10.31), libgstreamer0.10-0 (>= 0.10.31), libicu52 (>= 52~m1-1~), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libqt5core5a (>= 5.3.1), libqt5gui5 (>= 5.3.0), libqt5network5 (>= 5.0.2), libqt5opengl5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.1.0), libqt5quick5 (>= 5.2.0), libqt5sql5 (>= 5.0.2), libqt5widgets5 (>= 5.2.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.9), libwebp5, libx11-6, libxcomposite1 (>= 1:0.3-1), libxml2 (>= 2.7.4), libxrender1, libxslt1.1 (>= 1.1.25), qtbase-abi-5-3-2, qtdeclarative-abi-5-3-2, zlib1g (>= 1:1.2.0) Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Description: Web content engine library for Qt QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the QtWebKit libraries. Homepage: http://trac.webkit.org/wiki/QtWebKit Package: pulseaudio-utils Status: install ok installed Priority: optional Section: sound Installed-Size: 191 Maintainer: Pulseaudio maintenance team Architecture: amd64 Source: pulseaudio Version: 5.0-13 Depends: libc6 (>= 2.16), libcap2 (>= 1:2.10), libice6 (>= 1:1.0.0), libpulse0 (= 5.0-13), libsm6, libsndfile1 (>= 1.0.20), libx11-6, libx11-xcb1, libxcb1, libxtst6, libpulsedsp Suggests: avahi-daemon, pulseaudio Description: Command line tools for the PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These tools provide command line access to various features of the PulseAudio sound server. Included tools are: . paplay - Playback a WAV file via a PulseAudio sink. pacat - Cat raw audio data to a PulseAudio sink. parec - Cat raw audio data from a PulseAudio source. pacmd - Connect to PulseAudio's built-in command line control interface. pactl - Send a control command to a PulseAudio server. padsp - /dev/dsp wrapper to transparently support OSS applications. pax11publish - Store/retrieve PulseAudio default server/sink/source settings in the X11 root window. Homepage: http://www.pulseaudio.org Package: gimp Status: install ok installed Priority: optional Section: graphics Installed-Size: 15570 Maintainer: Ari Pollak Architecture: amd64 Version: 2.8.14-1+deb8u1 Replaces: gimp-plugin-registry (<< 4.20120506) Provides: gimp-python Depends: libgimp2.0 (>= 2.8.14), libgimp2.0 (<= 2.8.14-z), gimp-data (>= 2.8.14), gimp-data (<= 2.8.14-z), python-gtk2 (>= 2.8.0), libgdk-pixbuf2.0-0 (>= 2.24.1), libaa1 (>= 1.4p5), libatk1.0-0 (>= 2.2.0), libbabl-0.1-0 (>= 0.1.10), libbz2-1.0, libc6 (>= 2.15), libcairo2 (>= 1.10.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libexif12 (>= 0.6.21-1~), libexpat1 (>= 2.0.1), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgegl-0.2-0 (>= 0.2.0), libglib2.0-0 (>= 2.41.1), libgs9 (>= 8.61.dfsg.1), libgtk2.0-0 (>= 2.24.10), libgudev-1.0-0 (>= 146), libice6 (>= 1:1.0.0), libjasper1, libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libmng1 (>= 1.0.10), libpango-1.0-0 (>= 1.29.4), libpangocairo-1.0-0 (>= 1.29.4), libpangoft2-1.0-0 (>= 1.29.4), libpng12-0 (>= 1.2.13-4), libpoppler-glib8 (>= 0.18.0), librsvg2-2 (>= 2.14.4), libsm6, libtiff5 (>= 4.0.3), libwmf0.2-7 (>= 0.2.8.4), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxmu6, libxpm4, libxt6, zlib1g (>= 1:1.1.4), python:any (>= 2.6.6-7~), python2.7 Recommends: ghostscript Suggests: gimp-help-en | gimp-help, gimp-data-extras, gvfs-backends, libasound2 Breaks: gimp-plugin-registry (<< 4.20120506) Description: The GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and retouch photos and scans, create drawings, and make your own images. It has a large collection of professional-level editing tools and filters, similar to the ones you might find in Photoshop. Numerous fine-control settings and features like layers, paths, masks, and scripting give you total control over your images. . Many image file formats are supported, including JPEG, Photoshop (.psd), and Paint Shop Pro (.psp) files. It can also be used to scan and print photos. . To open files remotely (like over HTTP), install the gvfs-backends package. . To use a MIDI device (like a musical keyboard) as an input controller in GIMP, install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI Homepage: http://www.gimp.org/ Package: libkadm5clnt-mit9 Status: install ok installed Priority: standard Section: libs Installed-Size: 171 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkeyutils1 (>= 1.4), libkrb5-3 (>= 1.8+dfsg), libkrb5support0 (>= 1.12~alpha1+dfsg) Pre-Depends: multiarch-support Suggests: krb5-doc, krb5-user Description: MIT Kerberos runtime libraries - Administration Clients Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library used by clients of the Kerberos administration protocol. Homepage: http://web.mit.edu/kerberos/ Package: libdvdnav4 Status: install ok installed Priority: optional Section: libs Installed-Size: 141 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libdvdnav Version: 5.0.1-1 Depends: libc6 (>= 2.4), libdvdread4 (>= 4.1.3) Pre-Depends: multiarch-support Suggests: libdvdcss2 Breaks: mencoder (<< 2:1.0), mplayer (<< 2:1.0) Description: DVD navigation library libdvdnav is a DVD navigation library, which provides an interface to the advanced features of DVDs, like menus and navigation. It contains the VM and other parts useful for writing DVD players. It's based on Ogle, but was modified to be used by xine and mplayer. Homepage: http://dvdnav.mplayerhq.hu/ Package: libmodbus-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 95 Maintainer: Ivo De Decker Architecture: amd64 Source: libmodbus Version: 3.0.6-1 Depends: libmodbus5 (= 3.0.6-1) Description: development files for the Modbus protocol library A Modbus library written in C, to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection. . This package contains the development files. Homepage: http://libmodbus.org/ Package: libxcb-xf86dri0 Status: install ok installed Priority: optional Section: libs Installed-Size: 29 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, xf86dri extension This package contains the library files needed to run software using libxcb-xf86dri, the xf86dri extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libcilkrts5 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.14), libgcc1 (>= 1:4.8), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Homepage: http://gcc.gnu.org/ Package: libdjvulibre-text Status: install ok installed Priority: optional Section: libs Installed-Size: 323 Maintainer: Barak A. Pearlmutter Architecture: all Multi-Arch: foreign Source: djvulibre Version: 3.5.25.4-4 Replaces: djview3 (= 3.5.20-9), djvulibre-desktop (<< 3.5.20-9), libdjvulibre15 Description: Linguistic support files for libdjvulibre Runtime linguistic support files for the libdjvulibre library. Homepage: http://djvu.sourceforge.net/ Package: libbonobo2-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 1834 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: libbonobo Version: 2.32.1-3 Replaces: bonobo-activation (<< 1:2.4) Conflicts: bonobo-activation (<< 1:2.4) Conffiles: /etc/bonobo-activation/bonobo-activation-config.xml 8e5acd1ae333890111a31158bf0f9829 Description: Bonobo CORBA interfaces library -- support files Bonobo is a set of language and system independent CORBA interfaces for creating reusable components, controls and creating compound documents. . The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents. . This package contains the support files needed by the Bonobo library. Package: gir1.2-cogl-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 175 Maintainer: Rico Tzschichholz Architecture: amd64 Source: cogl Version: 1.18.2-3 Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libcogl20 (>= 1.18.2) Description: GObject introspection data for the Cogl 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings for libcogl. Package: libresiprocate-1.9 Status: install ok installed Priority: extra Section: libs Installed-Size: 4519 Maintainer: Debian VoIP Team Architecture: amd64 Source: resiprocate Version: 1:1.9.7-5 Depends: libc-ares2 (>= 1.7.0), libc6 (>= 2.17), libfreeradius-client2, libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: reSIProcate SIP stack - shared libraries reSIProcate is a framework that aims to fully implement the SIP protocol in first class C++. It is intended for use in other applications, such as the repro SIP proxy. . This package provides the core libraries: librutil (utilities), libresip (SIP stack/RFC compliant message parsing) and libdum (SIP Dialog Usage Manager, a state machine for SIP dialogs). Homepage: http://www.resiprocate.org/ Package: hardening-includes Status: install ok installed Priority: optional Section: devel Installed-Size: 71 Maintainer: Package Hardening Architecture: all Multi-Arch: foreign Source: hardening-wrapper Version: 2.6 Depends: perl, make, binutils Description: Makefile for enabling compiler flags for security hardening Makefile to be included in Debian rules files. CFLAGS and LDFLAGS can be extended to include the respective HARDENING_* variables which contain architecture-validated security hardening compiler options. . Also includes the "hardening-check" script to help evaluate the hardening status of already compiled binaries. Homepage: http://wiki.debian.org/Hardening Package: apt-utils Status: install ok installed Priority: important Section: admin Installed-Size: 950 Maintainer: APT Development Team Architecture: amd64 Source: apt Version: 1.0.9.8.4 Depends: apt, libapt-inst1.5 (>= 0.9.15.4), libapt-pkg4.12 (>= 0.9.16), libc6 (>= 2.14), libdb5.3, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Description: package management related utility programs This package contains some less used commandline utilities related to package management with APT. . * apt-extracttemplates is used by debconf to prompt for configuration questions before installation. * apt-ftparchive is used to create Packages and other index files needed to publish an archive of debian packages * apt-sortpkgs is a Packages/Sources file normalizer. Package: vlc-nox Status: install ok installed Priority: optional Section: video Installed-Size: 11227 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: vlc Version: 2.2.5-1~deb8u1 Replaces: vlc (<< 2.1.0) Provides: mp3-decoder Depends: liba52-0.7.4, libasound2 (>= 1.0.27), libass5 (>= 0.10.2), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavc1394-0 (>= 0.5.3), libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11.8), libavformat56 (>= 6:11~beta1), libavutil54 (>= 6:11~beta1), libbasicusageenvironment0, libbluray1 (>= 1:0.5.0), libc6 (>= 2.16), libcddb2, libcdio13 (>= 0.83), libchromaprint0 (>= 0.2), libcrystalhd3 (>= 1:0.0~git20110715.fdd2f19), libdbus-1-3 (>= 1.2.16), libdc1394-22, libdca0, libdirectfb-1.2-9, libdvbpsi9 (>= 1.1.0), libdvdnav4 (>= 4.1.4-1219), libdvdread4 (>= 4.1.3), libebml4, libfaad2 (>= 2.7), libflac8 (>= 1.3.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libgcc1 (>= 1:4.1.1), libgcrypt20 (>= 1.6.1), libgnutls-deb0-28 (>= 3.3.0), libgpg-error0 (>= 1.14), libgroupsock1, libiso9660-8 (>= 0.83), libjpeg62-turbo (>= 1.3.1), libkate1 (>= 0.3.0), liblircclient0, liblivemedia23, liblua5.2-0, libmad0 (>= 0.15.1b-3), libmatroska6, libmodplug1, libmpcdec6 (>= 1:0.1~r435), libmpeg2-4 (>= 0.5.1), libmtp9 (>= 1.1.0), libncursesw5 (>= 5.6+20070908), libogg0 (>= 1.1.0), libopus0 (>= 1.1), libpng12-0 (>= 1.2.13-4), libpostproc52 (>= 5:0.git20120217~), libraw1394-11, libresid-builder0c2a, libsamplerate0 (>= 0.1.7), libschroedinger-1.0-0 (>= 1.0.10), libshine3 (>= 3.1.0), libshout3, libsidplay2, libspeex1 (>= 1.2~beta3-1), libspeexdsp1 (>= 1.2~beta3.2-1), libssh2-1 (>= 1.2), libstdc++6 (>= 4.9), libswscale3 (>= 6:11~beta1), libtag1c2a (>= 1.9.1), libtheora0 (>= 1.0), libtinfo5, libtwolame0, libudev1 (>= 183), libupnp6 (>= 1:1.6.19), libusageenvironment1, libusb-1.0-0 (>= 2:1.0.8), libvcdinfo0 (>= 0.7.21), libvlc5 (>= 2.1.0), libvlccore8 (>= 2.2.0), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libx264-142, libxml2 (>= 2.7.4), libzvbi0 (>= 0.2.33), zlib1g (>= 1:1.2.0.2) Suggests: libdvdcss2 Breaks: vlc (<< 2.1.0) Description: multimedia player and streamer (without X support) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . VLC can also be used as a streaming server that duplicates the stream it reads and multicasts them through the network to other clients, or serves them through HTTP. . VLC has support for on-the-fly transcoding of audio and video formats, either for broadcasting purposes or for movie format transformations. Support for most output methods is provided by this package, but features can be added by installing additional audio plugins (vlc-plugin-pulse, vlc-plugin-sdl, vlc-plugin-jack) or video plugins (vlc-plugin-sdl). . This package contains a version of VLC that does not require X and that is thus suitable for headless servers. Homepage: http://www.videolan.org/vlc/ Package: install-info Status: install ok installed Priority: standard Section: doc Installed-Size: 213 Maintainer: Debian TeX maintainers Architecture: amd64 Multi-Arch: foreign Source: texinfo Version: 5.2.0.dfsg.1-6 Replaces: texinfo (<< 4.13a.dfsg.1-2) Depends: libc6 (>= 2.14) Pre-Depends: dpkg (>= 1.16.1) Breaks: texinfo (<< 4.13a.dfsg.1-2) Description: Manage installed documentation in info format The install-info utility creates the index of all installed documentation in info format and makes it available to info readers. Package: libmspub-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 531 Maintainer: Rene Engelhard Architecture: amd64 Source: libmspub Version: 0.1.1-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), librevenge-0.0-0, libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Description: library for parsing the mspub file structure Libmspub is library providing ability to interpret and import mspub diagrams into various applications. Homepage: http://www.freedesktop.org/wiki/Software/libmspub Package: libpcrecpp0 Status: install ok installed Priority: optional Section: libs Installed-Size: 166 Maintainer: Mark Baker Architecture: amd64 Multi-Arch: same Source: pcre3 Version: 2:8.35-3.3+deb8u4 Replaces: libpcre3 (<< 6.4-1.1) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpcre3 (>= 1:8.35), libstdc++6 (>= 4.2.1) Pre-Depends: multiarch-support Conflicts: libpcre3 (<< 6.4-1.1) Description: Perl 5 Compatible Regular Expression Library - C++ runtime files This is a C++ library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the C++ runtime library. Package: libeatmydata1 Status: install ok installed Priority: optional Section: utils Installed-Size: 38 Maintainer: Mattia Rizzolo Architecture: amd64 Multi-Arch: same Source: libeatmydata Version: 105-5 Replaces: eatmydata (<< 82-1) Depends: libc6 (>= 2.4) Breaks: eatmydata (<< 82-1) Description: Library and utilities to disable fsync and friends - shared library This package contains the actual LD_PRELOAD library (libeatmydata) supporting the operation of the eatmydata package. Users typically want to use or depend on the eatmydata package instead of this one, so see its description for further information. Homepage: https://launchpad.net/libeatmydata Package: dconf-tools Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 21 Maintainer: Debian GNOME Maintainers Architecture: all Source: d-conf Version: 0.22.0-1 Depends: dconf-cli, dconf-editor Description: transitional dummy package DConf is a low-level key/value database designed for storing desktop environment settings. . This package is a transitional package installing dconf-cli and dconf-editor, it can safely be removed Homepage: https://wiki.gnome.org/dconf Package: libcap2-bin Status: install ok installed Priority: optional Section: utils Installed-Size: 110 Maintainer: Christian Kastner Architecture: amd64 Multi-Arch: foreign Source: libcap2 Version: 1:2.24-8 Replaces: libcap-bin Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10) Recommends: libpam-cap Breaks: libcap-bin Description: POSIX 1003.1e capabilities (utilities) Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . This package contains additional utilities. Homepage: http://sites.google.com/site/fullycapable/ Package: libx86-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 234 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libx86 Version: 1.1+ds1-10 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Description: x86 real-mode library A library to provide support for making real-mode calls x86 calls. On x86 hardware, vm86 mode is used. On other platforms, x86 emulation is provided. . This package contains the shared library. Homepage: http://www.codon.org.uk/~mjg59/libx86/ Package: libdbus-glib-1-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 315 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: dbus-glib Version: 0.102-1 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.2.16), libglib2.0-0 (>= 2.31.8) Pre-Depends: multiarch-support Description: simple interprocess messaging system (GLib-based shared library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides the GLib-based shared library for applications using the GLib interface to D-Bus. . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings Package: xserver-xorg-video-fbdev Status: install ok installed Priority: optional Section: x11 Installed-Size: 37 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-fbdev (1:0.4.4-1) Version: 1:0.4.4-1+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.2.5), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- fbdev display driver This package provides the driver for the Linux framebuffer device (aka 'fbdev'). . More information about X.Org can be found at: . This package is built from the X.org xf86-video-fbdev driver module. Package: debconf Status: install ok installed Priority: required Section: admin Installed-Size: 614 Maintainer: Debconf Developers Architecture: all Multi-Arch: foreign Version: 1.5.56 Replaces: debconf-tiny Provides: debconf-2.0 Pre-Depends: perl-base (>= 5.6.1-4) Recommends: apt-utils (>= 0.5.1), debconf-i18n Suggests: debconf-doc, debconf-utils, whiptail | dialog | gnome-utils, libterm-readline-gnu-perl, libgtk2-perl (>= 1:1.130), libnet-ldap-perl, perl, libqtgui4-perl, libqtcore4-perl Conflicts: apt (<< 0.3.12.1), cdebconf (<< 0.96), debconf-tiny, debconf-utils (<< 1.3.22), dialog (<< 0.9b-20020814-1), menu (<= 2.1.3-1), whiptail (<< 0.51.4-11), whiptail-utf8 (<= 0.50.17-13) Conffiles: /etc/apt/apt.conf.d/70debconf 7e9d09d5801a42b4926b736b8eeabb73 /etc/bash_completion.d/debconf 8fa1862734fbe54d7178aaaa419f5a11 /etc/debconf.conf 8c0619be413824f1fc7698cee0f23811 Description: Debian configuration management system Debconf is a configuration management system for debian packages. Packages use Debconf to ask questions when they are installed. Package: libjs-openlayers Status: install ok installed Priority: extra Section: web Installed-Size: 3952 Maintainer: Debian OpenStreetMap Team Architecture: all Source: openlayers Version: 2.11+ds1-1 Recommends: javascript-common Description: JavaScript library for displaying map data in web browsers OpenLayers is a pure JavaScript library for displaying map data in most modern web browsers, with no server-side dependencies. . OpenLayers implements a JavaScript API for building rich web-based geographic applications, similar to the Google Maps and MSN Virtual Earth APIs. Homepage: http://openlayers.org/ Package: debconf-i18n Status: install ok installed Priority: required Section: localization Installed-Size: 1091 Maintainer: Debconf Developers Architecture: all Source: debconf Version: 1.5.56 Replaces: debconf (<< 1.3.0), debconf-utils (<< 1.3.22) Depends: debconf (= 1.5.56), liblocale-gettext-perl, libtext-iconv-perl, libtext-wrapi18n-perl, libtext-charwidth-perl Conflicts: debconf-english, debconf-utils (<< 1.3.22) Description: full internationalization support for debconf This package provides full internationalization for debconf, including translations into all available languages, support for using translated debconf templates, and support for proper display of multibyte character sets. Package: zlib1g Status: install ok installed Priority: required Section: libs Installed-Size: 179 Maintainer: Mark Brown Architecture: amd64 Multi-Arch: same Source: zlib (1:1.2.8.dfsg-2) Version: 1:1.2.8.dfsg-2+b1 Provides: libz1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2009-12) Conflicts: zlib1 (<= 1:1.0.4-7) Description: compression library - runtime zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the shared library. Homepage: http://zlib.net/ Package: qml-module-qtquick-layouts Status: install ok installed Priority: optional Section: libdevel Installed-Size: 166 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtquickcontrols-opensource-src Version: 5.3.2-2 Replaces: qtdeclarative5-quicklayouts-plugin (<< 5.2.1-4~) Depends: libc6 (>= 2.14), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.3.0), libqt5qml5 (>= 5.1.0), libqt5quick5 (>= 5.2.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2, qtdeclarative-abi-5-3-2 Breaks: qtdeclarative5-quicklayouts-plugin (<< 5.2.1-4~) Description: Qt 5 Quick Layouts QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt Quick Layouts modules provides a set of layouts that can be used to build complete interfaces in Qt Quick. Homepage: http://qt-project.org/ Package: libwnck22 Status: install ok installed Priority: optional Section: libs Installed-Size: 291 Maintainer: Josselin Mouette Architecture: amd64 Source: libwnck Version: 2.30.7-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.22.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.4), libx11-6, libxres1, libwnck-common Description: Window Navigator Construction Kit - runtime files A library to use for writing pagers and task lists. . This package contains runtime files. Package: libexttextcat-2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 65 Maintainer: Rene Engelhard Architecture: amd64 Source: libexttextcat Version: 3.4.4-1 Depends: libc6 (>= 2.14), libexttextcat-data (= 3.4.4-1) Description: Language detection library Libextttextcat is a library with functions that implement the classification technic described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. Homepage: http://software.wise-guys.nl/libtextcat/ Package: fonts-roboto Status: install ok installed Priority: optional Section: fonts Installed-Size: 1407 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Source: fonts-android Version: 1:4.4.4r2-6 Pre-Depends: dpkg (>= 1.15.6~) Description: sans-serif font family released with Android Ice Cream Sandwich This package contains fonts released with Android Ice Cream Sandwich OS. Google describes the font as "modern yet approachable and emotional". This family includes regular and oblique styles of Thin, Light, Regular, Medium, Bold, Black, and Condensed widths. Homepage: https://android.googlesource.com/platform/frameworks/base/ Package: kde-runtime Status: install ok installed Priority: optional Section: kde Installed-Size: 8997 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Version: 4:4.14.2-2 Replaces: kdebase-runtime (<< 4:4.7.2), kdebase-runtime-bin-kde4, kdebase-workspace-bin (<< 4:4.6), kdebluetooth (<< 1.0~beta7-1), kdelibs5-plugins (<< 4:4.5), plasma-netbook (<< 4:4.5.95) Depends: kde-runtime-data (>= 4:4.14.2-2), kdelibs5-plugins (>= 4:4.14.2), oxygen-icon-theme (>= 4:4.6), plasma-scriptengine-javascript (= 4:4.14.2-2), perl, libasound2 (>= 1.0.16), libattica0.4 (>= 0.4.0), libc6 (>= 2.15), libcanberra0 (>= 0.2), libexiv2-13, libgcc1 (>= 1:4.1.1), libgcrypt20 (>= 1.6.1), libgpgme++2 (>= 4:4.11), libgpgme11 (>= 1.1.2), libjpeg62-turbo (>= 1.3.1), libkactivities6 (>= 4:4.11), libkcmutils4 (>= 4:4.4.95), libkdeclarative5 (>= 4:4.10.0), libkdecore5 (>= 4:4.8.1), libkdesu5 (>= 4:4.3.4), libkdeui5 (>= 4:4.7.1), libkdewebkit5 (>= 4:4.4.0), libkdnssd4 (>= 4:4.3.4), libkemoticons4 (>= 4:4.4.95), libkfile4 (>= 4:4.3.4), libkhtml5 (>= 4:4.3.4), libkio5 (>= 4:4.12.2), libkmediaplayer4 (>= 4:4.3.4), libknewstuff3-4 (>= 4:4.4.0), libknotifyconfig4 (>= 4:4.3.4), libkparts4 (>= 4:4.5.85), libkpty4 (>= 4:4.3.4), libkxmlrpcclient4 (>= 4:4.11), libntrack-qt4-1 (>= 005), libopenexr6 (>= 1.6.1), libphonon4 (>= 4:4.6.0really4.5.0), libplasma3 (>= 4:4.7.0), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libqt4-dbus (>= 4:4.6.1), libqt4-declarative (>= 4:4.7.0~rc1), libqt4-network (>= 4:4.5.3), libqt4-script (>= 4:4.6.1), libqt4-svg (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libqtwebkit4 (>= 2.1.0~2011week13), libsmbclient (>= 2:4.0.3+dfsg1), libsolid4 (>= 4:4.5.85), libssh-gcrypt-4 (>= 0.6.1), libstdc++6 (>= 4.6), libwebp5, libx11-6, libxcursor1 (>> 1.1.2), phonon Suggests: djvulibre-bin, finger, icoutils, libcanberra-pulse, sound-theme-freedesktop Breaks: kdebase-runtime (<< 4:4.7.2), kdebase-runtime-bin-kde4, kdebase-workspace-bin (<< 4:4.6), kdebluetooth (<< 1.0~beta7-1), kdelibs5-plugins (<< 4:4.5), plasma-netbook (<< 4:4.5.95) Conflicts: kdelibs4-dev Description: runtime components from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This package contains programs and data needed at runtime by KDE applications. Homepage: http://www.kde.org/ Package: libdirectfb-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 3443 Maintainer: Debian DirectFB Team Architecture: amd64 Source: directfb Version: 1.2.10.0-5.1 Depends: libdirectfb-1.2-9 (= 1.2.10.0-5.1), libdirectfb-extra, libfreetype6-dev, libjpeg-dev, libpng-dev, libx11-dev, libxext-dev, x11proto-core-dev, zlib1g-dev (>= 1:1.1.3), libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4) Description: direct frame buffer graphics library - development files DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. . This package contains the files needed to compile and link programs which use DirectFB. Homepage: http://www.directfb.org/ Package: libvte-2.91-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1062 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte2.91 Version: 0.38.1-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.7.10), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.22.0), libvte-2.91-common (= 0.38.1-2) Description: Terminal emulator widget for GTK+ 3.0 - runtime files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains the runtime library, needed by programs using the VTE widget with GTK+ 3.0. Homepage: https://wiki.gnome.org/Apps/Terminal/VTE Package: liblinear1 Status: install ok installed Priority: optional Section: libs Installed-Size: 74 Maintainer: Christian Kastner Architecture: amd64 Multi-Arch: same Source: liblinear Version: 1.8+dfsg-4 Depends: libblas3 | libblas.so.3, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Suggests: liblinear-tools (= 1.8+dfsg-4), liblinear-dev (= 1.8+dfsg-4) Description: Library for Large Linear Classification LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. . This package contains the shared libraries. Homepage: http://www.csie.ntu.edu.tw/~cjlin/liblinear/ Package: libmutter0e Status: install ok installed Priority: optional Section: libs Installed-Size: 1182 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: mutter Version: 3.14.4-1~deb8u1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libclutter-1.0-0 (>= 1.19.8), libcogl20 (>= 1.17.4), libdrm2 (>= 2.4.46), libgbm1 (>= 8.1~0), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.37.3), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.11.5), libice6 (>= 1:1.0.0), libinput5 (>= 0.1.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsm6, libstartup-notification0 (>= 0.7), libsystemd0, libupower-glib3 (>= 0.99.0), libwayland-client0 (>= 1.5.90), libwayland-server0 (>= 1.5.91), libx11-6 (>= 2:1.4.99.1), libx11-xcb1, libxcb-randr0 (>= 1.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:5.0), libxi6 (>= 2:1.6.99.1), libxinerama1, libxkbcommon-x11-0 (>= 0.4.0), libxkbcommon0 (>= 0.4.3), libxkbfile1, libxrandr2 (>= 2:1.2.99.3), gsettings-desktop-schemas (>= 3.13.1), mutter-common (= 3.14.4-1~deb8u1) Conflicts: libmutter0, libmutter0a, libmutter0b, libmutter0c, libmutter0d Description: window manager library from the Mutter window manager Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the window manager shared library, used by mutter itself, and gnome-shell. Package: libsane Status: install ok installed Priority: optional Section: libs Installed-Size: 9326 Maintainer: Jörg Frings-Fürst Architecture: amd64 Multi-Arch: same Source: sane-backends Version: 1.0.24-8+deb8u2 Replaces: libsane-extras (<< 1.0.18.14) Depends: acl, adduser, libsane-common (= 1.0.24-8+deb8u2), udev | makedev, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.15), libexif12 (>= 0.6.21-1~), libgphoto2-6 (>= 2.5.2), libgphoto2-port10 (>= 2.5.2), libieee1284-3, libjpeg62-turbo (>= 1.3.1), libtiff5 (>= 4.0.3), libusb-1.0-0 (>= 2:1.0.8), libv4l-0 (>= 0.5.0) Pre-Depends: multiarch-support Recommends: libsane-extras, sane-utils (>= 1.0.24-8+deb8u2) Suggests: avahi-daemon, hplip, hpoj Description: API library for scanners SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes the backends for many scanners. A libsane-extras package containing some not-yet-included backends is available separately. . Graphical frontends for sane are available in the packages sane and xsane. Command line frontend scanimage, saned and sane-find-scanner are available in the sane-utils package. Homepage: http://www.sane-project.org Package: xserver-xorg-video-savage Status: install ok installed Priority: optional Section: x11 Installed-Size: 178 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-savage (1:2.3.7-2) Version: 1:2.3.7-2+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- Savage display driver This package provides the driver for the S3/VIA Savage/ProSavage/Twister family of chipsets. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-savage driver module. Package: alsa-base Status: install ok installed Priority: optional Section: sound Installed-Size: 83 Maintainer: Debian ALSA Maintainers Architecture: all Version: 1.0.27+1 Depends: kmod (>= 17-1) Pre-Depends: dpkg (>= 1.15.7.2~) Description: dummy package to ease purging of obsolete conffiles This is an empty dummy package with the only purpose of ensuring obsolete kmod files will be removed from the system. This functionality is now shipped in kmod. Homepage: http://www.alsa-project.org/ Package: libcanberra-gtk3-module Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libcanberra Version: 0.30-2.1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.2.2-3), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 Description: translates GTK3 widgets signals to event sounds A GtkModule which will automatically hook into all kinds of events inside a GTK+ 3.0 program and generate sound events from them. Homepage: http://0pointer.de/lennart/projects/libcanberra/ Package: gir1.2-grilo-0.2 Status: install ok installed Priority: optional Section: introspection Installed-Size: 193 Maintainer: Alberto Garcia Architecture: amd64 Multi-Arch: same Source: grilo Version: 0.2.11-2 Depends: gir1.2-glib-2.0, gir1.2-soup-2.4, libgrilo-0.2-1 (>= 0.2.11) Description: Framework for discovering and browsing media - GObject introspection data Grilo is a framework focused on making media discovery and browsing easy for application developers. . More precisely, Grilo provides: * A single, high-level API that abstracts the differences among various media content providers, allowing application developers to integrate content from various services and sources easily. * A collection of plugins for accessing content from various media providers. Developers can share efforts and code by writing plugins for the framework that are application agnostic. * A flexible API that allows plugin developers to write plugins of various kinds. . This package contains the GObject introspection data. It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://live.gnome.org/Grilo Package: gir1.2-freedesktop Status: install ok installed Priority: optional Section: introspection Installed-Size: 31 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gobject-introspection Version: 1.42.0-2.2 Depends: gir1.2-glib-2.0 (= 1.42.0-2.2), libcairo-gobject2 (>= 1.10.0), libgirepository-1.0-1 (>= 1.41.4-1) Conflicts: gir1.0-freedesktop, gobject-introspection-freedesktop Description: Introspection data for some FreeDesktop components GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains small pieces of introspection data for the Cairo, FontConfig, FreeType, GL, and some XOrg libraries. They are distributed in this package temporarily, while the original sources do not include support for GObject Introspection. They are far from complete and only include what is necessary for other introspection packages to work properly. Homepage: https://wiki.gnome.org/GObjectIntrospection Package: espeak-data Status: install ok installed Priority: optional Section: sound Installed-Size: 2048 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: espeak Version: 1.48.04+dfsg-1 Description: Multi-lingual software speech synthesizer: speech data files eSpeak is a software speech synthesizer for English, and some other languages. . This package contains necessary synthesizer data files needed for the espeak program, and the shared library. Homepage: http://espeak.sourceforge.net/ Package: libmono-corlib4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 2895 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: mono-runtime (>= 3.2.8), mono-runtime (<< 3.2.9) Recommends: libmono-i18n-west4.0-cil Suggests: libmono-i18n4.0-all Description: Mono core library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Core Library (mscorlib.dll) of Mono for CLI 4.0, which is the glue between the BCL (Base Class Libraries) and the JIT. . You should install libmono-i18n-west4.0-cil if you are using ISO 8859-15 (Latin 9) or other common Western European code pages. US-ASCII, ISO 8859-1 (Latin 1) and UTF-8 users don't need any extra I18N packages. Homepage: http://www.mono-project.com/ Package: libtotem0 Status: install ok installed Priority: optional Section: libs Installed-Size: 837 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: totem Version: 3.14.0-2 Replaces: totem (<< 3.0.1-1) Depends: libatk1.0-0 (>= 1.29.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libclutter-1.0-0 (>= 1.17.6), libclutter-gst-2.0-0 (>= 0.10.0), libclutter-gtk-1.0-0 (>= 1.5.5), libcogl-pango20 (>= 1.17.4), libcogl-path20 (>= 1.17.4), libcogl20 (>= 1.17.4), libdrm2 (>= 2.3.1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 7.11~1), libgdk-pixbuf2.0-0 (>= 2.23.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.37.3), libgnome-desktop-3-10 (>= 3.11.90), libgrilo-0.2-1 (>= 0.2.10), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.13.7), libjson-glib-1.0-0 (>= 0.12.0), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), libtotem-plparser18 (>= 3.10.0), libwayland-client0 (>= 1.0.2), libwayland-cursor0 (>= 1.0.2), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.0.2), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxkbcommon0 (>= 0.2.0), libxml2 (>= 2.6.27), libxrandr2 Description: Main library for the Totem media player This package contains the main library used by the Totem media player. It is used both by the media player itself and by the plugins. . This library is only useful within Totem. You should not have to manually install this package. Homepage: https://wiki.gnome.org/Apps/Videos Package: gnome-screensaver Status: install ok installed Priority: optional Section: gnome Installed-Size: 1108 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.6.1-4 Depends: libc6 (>= 2.7), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgnome-desktop-3-10 (>= 3.11.90), libgnomekbd8 (>= 3.6.0), libgtk-3-0 (>= 3.0.0), libpam0g (>= 0.99.7.1), libsystemd0, libx11-6, libxext6, libxklavier16 (>= 5.0), libxxf86vm1, dbus-x11, gnome-icon-theme (>= 2.15.90), gnome-session-bin (>= 3.0), gsettings-desktop-schemas (>= 2.91.92) Recommends: gnome-power-manager, libpam-gnome-keyring Breaks: gnome-session-flashback (<< 3.8.1-1~) Conffiles: /etc/pam.d/gnome-screensaver 6db13401571f575bd03b96a501817be7 Description: GNOME screen saver and locker gnome-screensaver is a screen saver and locker that aims to have simple, sane and secure defaults, and be well integrated with the GNOME desktop. . It is designed to support, among other things: . * the ability to lock down configuration settings * translation into other languages * user switching Homepage: https://wiki.gnome.org/GnomeScreensaver Package: libreoffice-base Status: install ok installed Priority: optional Section: database Installed-Size: 6911 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-common (<< 1:4.3.0~beta1) Depends: libreoffice-base-core (= 1:4.3.3-2+deb8u7), libreoffice-base-drivers (= 1:4.3.3-2+deb8u7), libreoffice-core (= 1:4.3.3-2+deb8u7), libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), uno-libs3 (>= 4.1.0~alpha), ure Recommends: libreoffice-writer, libreoffice-java-common (>= 1:4.3.3~), default-jre | gcj-jre | openjdk-7-jre | openjdk-6-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre Suggests: libreoffice-gcj, libreoffice-report-builder, unixodbc Description: office productivity suite -- database LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database component for LibreOffice. Homepage: http://www.libreoffice.org Package: libblas-common Status: install ok installed Priority: optional Section: libs Installed-Size: 32 Maintainer: Debian Science Team Architecture: amd64 Source: blas Version: 1.2.20110419-10 Description: Dependency package for all BLAS implementations The only purpose of this empty package is to ensure multi-arch safety of different BLAS implementations. See #760936 for more details. Homepage: http://www.netlib.org/blas/ Package: libgtop2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1031 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgtop2 Version: 2.28.5-2 Description: gtop system monitoring library (common) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. . This package contains the translations. Package: libept1.4.12 Status: install ok installed Priority: optional Section: libs Installed-Size: 446 Maintainer: Enrico Zini Architecture: amd64 Multi-Arch: same Source: libept Version: 1.0.12.1 Depends: libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), libxapian22, zlib1g (>= 1:1.1.4) Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. . The library includes four data sources: . * APT: access the APT database * Debtags: access the Debtags tag information * Popcon: access Popcon package scores * The Xapian index built by apt-xapian-index . This is the shared library. Package: libktexteditor4 Status: install ok installed Priority: optional Section: libs Installed-Size: 478 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkparts4 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: KTextEditor interfaces for the KDE Platform This package provides the KTextEditor interfaces (also called KTE interfaces) that are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libpolkit-agent-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: policykit-1 Version: 0.105-15~deb8u2 Depends: libc6 (>= 2.4), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (= 0.105-15~deb8u2) Pre-Depends: multiarch-support Description: PolicyKit Authentication Agent API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing the authentication agent. Homepage: http://www.freedesktop.org/wiki/Software/polkit/ Package: modemmanager Status: install ok installed Priority: optional Section: comm Installed-Size: 4584 Maintainer: Utopia Maintenance Team Architecture: amd64 Version: 1.4.0-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146), libmbim-glib4 (>= 1.10.0), libmbim-proxy, libmm-glib0 (>= 1.4.0), libpolkit-gobject-1-0 (>= 0.99), libqmi-glib1 (>= 1.6.0), libqmi-proxy, init-system-helpers (>= 1.18~) Recommends: usb-modeswitch Breaks: network-manager (<< 0.9.8.2-1) Conffiles: /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf 70de20835916139f8b22484278a455bf Description: D-Bus service for managing modems ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections. Whether built-in devices, USB dongles, bluetooth-paired telephones or professional RS232/USB devices with external power supplies, ModemManager is able to prepare and configure the modems and setup connections with them. Homepage: http://www.freedesktop.org/wiki/Software/ModemManager/ Package: libruby2.1 Status: install ok installed Priority: extra Section: libs Installed-Size: 14556 Maintainer: Antonio Terceiro Architecture: amd64 Multi-Arch: same Source: ruby2.1 Version: 2.1.5-2+deb8u3 Depends: libc6 (>= 2.17), libffi6 (>= 3.0.4), libgdbm3 (>= 1.8.3), libgmp10, libncurses5 (>= 5.5-5~), libreadline6 (>= 6.0), libssl1.0.0 (>= 1.0.1), libtinfo5, libyaml-0-2, zlib1g (>= 1:1.2.2) Description: Libraries necessary to run Ruby 2.1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the 'libruby-2.1' library, necessary to run Ruby 2.1. (API version 2.1.0) Homepage: http://www.ruby-lang.org/ Package: libcurl3-gnutls Status: install ok installed Priority: optional Section: libs Installed-Size: 558 Maintainer: Alessandro Ghedini Architecture: amd64 Multi-Arch: same Source: curl Version: 7.38.0-4+deb8u5 Depends: libc6 (>= 2.17), libcomerr2 (>= 1.01), libgnutls-deb0-28 (>= 3.3.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libnettle4, librtmp1 (>= 2.4+20131018.git79459a2-3~), libssh2-1 (>= 1.2.6), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: ca-certificates Description: easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by GnuTLS. Homepage: http://curl.haxx.se Package: telepathy-haze Status: install ok installed Priority: optional Section: net Installed-Size: 267 Maintainer: Debian Telepathy maintainers Architecture: amd64 Version: 0.8.0-2 Provides: telepathy-connection-manager Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.37.3), libpurple0 (>= 2.7.0), libtelepathy-glib0 (>= 0.19.1) Description: Telepathy connection manager that uses libpurple Haze is a Telepathy connection manager based on libpurple. This allows Telepathy-based applications to connect to all protocols supported by libpurple (Pidgin). . Libpurple supports many different protocols, including AIM, Windows Live (MSN), Yahoo!, Gadu-Gadu, Groupwise and ICQ. Package: gnome-applets-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 20693 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-applets Version: 3.8.1-1 Depends: dconf-gsettings-backend | gsettings-backend, gconf2 (>= 2.28.1-2) Conffiles: /etc/sound/events/battstat_applet.soundlist 5b2cdff94409f5730c81a8e945fd61ff /etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf 6dcd52e91c8898bec0d7a4b303e6a989 Description: Various applets for the GNOME panel - data files This package contains data files (pixmaps, icons, documentations) needed by the gnome-applets package. Homepage: https://git.gnome.org/browse/gnome-applets/ Package: ingerman Status: install ok installed Priority: optional Section: text Installed-Size: 464 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20131206-5 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, dictionaries-common (>= 1.23~), ispell, perl Suggests: wngerman Description: New German orthography dictionary for ispell This is a dictionary for ispell for the new German orthography (de-DE-1996), which is used since 1998-08-01 and which is obligatory as of 2005-08-01. . It is based on the famous hkgerman dictionary (using the old German orthography (de-DE-1901), which is available as package iogerman), with many corrections and additions. Homepage: https://www.j3e.de/ispell/igerman98/ Package: python-cups Status: install ok installed Priority: optional Section: python Installed-Size: 224 Maintainer: Otavio Salvador Architecture: amd64 Version: 1.9.63-1 Provides: python2.7-cups Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libcups2 (>= 1.6.0) Description: Python bindings for CUPS A module for using the CUPS 1.2 API in Python programs. Homepage: http://cyberelk.net/tim/software/pycups/ Package: cracklib-runtime Status: install ok installed Priority: optional Section: admin Installed-Size: 600 Maintainer: Jan Dittberner Architecture: amd64 Multi-Arch: foreign Source: cracklib2 Version: 2.9.2-1 Depends: file, libcrack2 (>= 2.9.2-1), libc6 (>= 2.4) Recommends: wamerican | wordlist Conffiles: /etc/cracklib/cracklib.conf 07f3a98ebcc92b9254649521e63d5bc5 /etc/logcheck/ignore.d.paranoid/cracklib-runtime a309e8671caa59db4127b745b516fead /etc/cron.daily/cracklib-runtime 41bd6472edd0d6fa166880428e9e46aa Description: runtime support for password checker library cracklib2 Run-time support programs which use the shared library in libcrack2 including programs to build the password dictionary databases used by the functions in the shared library. Homepage: http://sourceforge.net/projects/cracklib Package: bsd-mailx Status: install ok installed Priority: standard Section: mail Installed-Size: 137 Maintainer: Robert Luberda Architecture: amd64 Version: 8.1.2-0.20141216cvs-2 Replaces: mailx (<< 1:20071201) Provides: mail-reader, mailx Depends: base-files (>= 2.2.0), default-mta | mail-transport-agent, libbsd0 (>= 0.2.0), libc6 (>= 2.14), liblockfile1 (>= 1.0) Breaks: mailutils (<< 1:1.1+dfsg1-4), mailx (<< 1:20071201) Conffiles: /etc/mail.rc 2bd8160a85f53c20e55ebd375fc89431 Description: simple mail user agent bsd-mailx is the traditional simple command-line-mode mail user agent. Even if you don't use it, it may be required by other programs. . The /usr/bin/mail command provided by this package is a very simple one, and does not include many features that can be found in more advanced mail user agents. . For example bsd-mailx DOES NOT support: - MIME (i.e. no attachments, no UTF-8 or other charsets support); - SMTP protocol (/usr/sbin/sendmail interface only is used); - POP3/IMAP (bsd-mailx reads local mailboxes only); - maildir format (traditional mbox only format is supported). . If the above features are needed, please consider installing another package providing similar /usr/bin/mail interface: - heirloom-mailx package, - or mailutils package. Package: lsof Status: install ok installed Priority: standard Section: utils Installed-Size: 420 Maintainer: Norbert Tretkowski Architecture: amd64 Version: 4.86+dfsg-1 Depends: libc6 (>= 2.11), libperl4-corelibs-perl | perl (<< 5.12.3-7) Description: Utility to list open files Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open, by processes currently running on the system. Homepage: http://people.freebsd.org/~abe/ Package: libusbmuxd2 Status: install ok installed Priority: optional Section: libs Installed-Size: 75 Maintainer: gtkpod Maintainers Architecture: amd64 Multi-Arch: same Source: libusbmuxd Version: 1.0.9-1 Depends: libc6 (>= 2.15), libplist2 (>= 1.11) Breaks: usbmuxd (<< 1.0.8-3+) Description: USB multiplexor daemon for iPhone and iPod Touch devices - library usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package contains the shared library. Homepage: http://marcansoft.com/blog/iphonelinux/usbmuxd/ Package: policykit-1 Status: install ok installed Priority: optional Section: admin Installed-Size: 336 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: foreign Version: 0.105-15~deb8u2 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (= 0.105-15~deb8u2), libpolkit-backend-1-0 (= 0.105-15~deb8u2), libpolkit-gobject-1-0 (= 0.105-15~deb8u2), libpam-systemd, dbus Breaks: gdm3 (<< 3.8.4-7~) Conffiles: /etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf 09f96e58327bd8fe5cfdd28e56cef236 /etc/pam.d/polkit-1 db501b7f9054813ff7cc7e490837eb34 /etc/polkit-1/localauthority.conf.d/50-localauthority.conf 2adb9d174807b0a3521fabf03792fbc8 /etc/polkit-1/localauthority.conf.d/51-debian-sudo.conf 9597936a18327125ef4f56791f307149 /etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf 1619df1aeee5c92bf19446a820274e5a Description: framework for managing administrative policies and privileges PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged (desktop) applications. Homepage: http://www.freedesktop.org/wiki/Software/polkit/ Package: libgles1-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 111 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libgles1 Provides: libgles1 Depends: libglapi-mesa (= 10.3.2-1+deb8u1), libc6 (>= 2.2.5), libdrm2 (>= 2.3.1) Pre-Depends: multiarch-support Conflicts: libgles1 Description: free implementation of the OpenGL|ES 1.x API -- runtime OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. Homepage: http://mesa3d.sourceforge.net/ Package: gnome-system-log Status: install ok installed Priority: optional Section: gnome Installed-Size: 3079 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.9.90-2 Replaces: baobab (<< 3.3.3-1), gnome-utils (<< 2.30.0-2) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.11), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4), dconf-gsettings-backend | gsettings-backend, gsettings-desktop-schemas, policykit-1 Suggests: yelp Breaks: baobab (<< 3.3.3-1), gnome-utils (<< 2.30.0-2) Description: system log viewer for GNOME This program displays system log files in a friendly way and allows one to filter or search expressions in them. Homepage: https://wiki.gnome.org/GnomeUtils Package: libaacs0 Status: install ok installed Priority: optional Section: libs Installed-Size: 142 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libaacs (0.7.1-1) Version: 0.7.1-1+b1 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), libgpg-error0 (>= 1.10) Pre-Depends: multiarch-support Enhances: libbluray1 Description: free-and-libre implementation of AACS libaacs is a research project to implement the Advanced Access Content System specification. It provides, through an open-source library, a way to understand how the AACS works. . This package DOES NOT provide any key or certificate that could be used to decode encrypted copyrighted material. It is based on the official public AACS specification only. . This package provides the shared library. Homepage: http://www.videolan.org/developers/libaacs.html Package: librarian0 Status: install ok installed Priority: extra Section: libs Installed-Size: 181 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: rarian Version: 0.8.1-6 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: yelp (<< 2.21) Description: Documentation meta-data library (library package) Rarian (formerly Spoon) is a documentation meta-data library, designed as a replacement for Scrollkeeper. . This package ships the shared library. Homepage: http://rarian.freedesktop.org/ Package: qtbase5-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 14562 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libqt5concurrent5 (= 5.3.2+dfsg-4+deb8u2), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libqt5dbus5 (= 5.3.2+dfsg-4+deb8u2), libqt5gui5 (= 5.3.2+dfsg-4+deb8u2), libqt5network5 (= 5.3.2+dfsg-4+deb8u2), libqt5printsupport5 (= 5.3.2+dfsg-4+deb8u2), libqt5sql5 (= 5.3.2+dfsg-4+deb8u2), libqt5test5 (= 5.3.2+dfsg-4+deb8u2), libqt5widgets5 (= 5.3.2+dfsg-4+deb8u2), libqt5xml5 (= 5.3.2+dfsg-4+deb8u2), libxext-dev, qt5-qmake (= 5.3.2+dfsg-4+deb8u2), qtbase5-dev-tools (= 5.3.2+dfsg-4+deb8u2), qtchooser Recommends: libqt5opengl5-dev (= 5.3.2+dfsg-4+deb8u2) Suggests: firebird-dev, libegl1-mesa-dev, libgl1-mesa-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev, unixodbc-dev Description: Qt 5 base development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the header development files used for building Qt 5 applications. Homepage: http://qt-project.org/ Package: default-jre Status: install ok installed Priority: optional Section: java Installed-Size: 21 Maintainer: Debian Java Mailing List Architecture: amd64 Source: java-common (0.52) Version: 2:1.7-52 Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime Depends: default-jre-headless (= 2:1.7-52), openjdk-7-jre (>= 7~u3-2.1.1) Description: Standard Java or Java compatible Runtime This dependency package points to the Java runtime, or Java compatible runtime recommended for the amd64 architecture, which is openjdk-7-jre for amd64. Homepage: https://wiki.debian.org/Java/ Package: gksu Status: install ok installed Priority: optional Section: admin Installed-Size: 460 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 2.0.2-9 Replaces: gnome-sudo, libgksu0 Provides: gnome-sudo Depends: gconf-service, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libgksu2-0 (>= 2.0.8), libglib2.0-0 (>= 2.16.0), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.8.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.2), sudo Recommends: gnome-keyring Conflicts: gnome-sudo (<= 0.3-1.1) Description: graphical front-end to su and sudo This package provides GTK+ front-ends for su (gksu) and sudo (gksudo), allowing users to give a password and run graphical commands as root without needing to invoke su or sudo in a terminal emulator. Homepage: http://www.nongnu.org/gksu Package: hostname Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 59 Maintainer: Debian Hostname Team Architecture: amd64 Version: 3.15 Replaces: nis (<< 3.17-30) Pre-Depends: libc6 (>= 2.4) Breaks: nis (<< 3.17-30) Description: utility to set/show the host name or domain name This package provides commands which can be used to display the system's DNS name, and to display or set its hostname or NIS domain name. Package: system-config-printer-udev Status: install ok installed Priority: optional Section: gnome Installed-Size: 162 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: system-config-printer Version: 1.4.6-1 Depends: libc6 (>= 2.14), libcups2 (>= 1.6.0), libglib2.0-0 (>= 2.12.0), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.8), python:any, python-cups (>= 1.9.42), python-cupshelpers (= 1.4.6-1), python-dbus Conflicts: hal-cups-utils (<< 0.6.17) Description: Utilities to detect and configure printers automatically These utilities allow to detect automatically printers using UDEV when they are plugged on the system. They are then configured automatically in the CUPS printing daemon and made available to users. Homepage: http://cyberelk.net/tim/software/system-config-printer/ Package: gnuplot-tex Status: install ok installed Priority: optional Section: doc Installed-Size: 155 Maintainer: Debian Science Team Architecture: all Source: gnuplot Version: 4.6.6-2 Breaks: gnuplot-nox (<< 4.6.5-5), gnuplot-qt (<< 4.6.5-5), gnuplot-x11 (<< 4.6.5-5) Description: Command-line driven interactive plotting program. Tex-files Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package contains tex-files which are used by both gnuplot v4 and v5. Homepage: http://gnuplot.sourceforge.net/ Package: libproxy-tools Status: install ok installed Priority: optional Section: utils Installed-Size: 22 Maintainer: Emilio Pozuelo Monfort Architecture: amd64 Source: libproxy (0.4.11-4) Version: 0.4.11-4+b2 Depends: libc6 (>= 2.4), libproxy1 (>= 0.4.11) Description: automatic proxy configuration management library (tools) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains a program to interact with libproxy from the command line. Homepage: http://code.google.com/p/libproxy/ Package: libnm-gtk0 Status: install ok installed Priority: optional Section: libs Installed-Size: 286 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: network-manager-applet Version: 0.9.10.0-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.4), libgudev-1.0-0 (>= 146), libnm-glib-vpn1 (>= 0.7.999), libnm-glib4 (>= 0.8.998), libnm-util2 (>= 0.9.5.96), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libnm-gtk-common (= 0.9.10.0-2) Pre-Depends: multiarch-support Breaks: network-manager-gnome (<< 0.9.10.0) Description: library for wireless and mobile dialogs This library provides Gtk+ dialogs for NetworkManager. Homepage: http://www.gnome.org/projects/NetworkManager/ Package: gir1.2-peas-1.0 Status: install ok installed Priority: extra Section: introspection Installed-Size: 164 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libpeas Version: 1.12.1-2 Replaces: gir1.0-libpeas-1.0, gir1.0-peas-1.0 Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0, libpeas-1.0-0 (>= 1.6.2) Conflicts: gir1.0-libpeas-1.0, gir1.0-peas-1.0 Description: Application plugin library (introspection files) libpeas is a library that allows applications to support plugins. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Libpeas Package: bash-completion Status: install ok installed Priority: standard Section: shells Installed-Size: 929 Maintainer: Bash Completion Maintainers Architecture: all Multi-Arch: foreign Version: 1:2.1-4 Replaces: bash, cryptsetup (<< 2:1.1.2-2), xen-tools (<= 4.1-1) Depends: bash (>= 3.2) Pre-Depends: dpkg (>= 1.15.7.2~) Breaks: xen-tools (<= 4.1-1) Conffiles: /etc/profile.d/bash_completion.sh 749e4786543bc3d19e20b0e214806c35 /etc/bash_completion a81b3f1cb197219b815942f4fc7fa94e Description: programmable completion for the bash shell bash completion extends bash's standard completion behavior to achieve complex command lines with just a few keystrokes. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis. Homepage: http://bash-completion.alioth.debian.org Package: grub-pc Status: install ok installed Priority: optional Section: admin Installed-Size: 514 Maintainer: GRUB Maintainers Architecture: amd64 Multi-Arch: foreign Source: grub2 Version: 2.02~beta2-22+deb8u1 Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub2 (<< 2.02~beta2-22+deb8u1) Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.02~beta2-22+deb8u1), grub2-common (= 2.02~beta2-22+deb8u1), grub-pc-bin (= 2.02~beta2-22+deb8u1), ucf Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-xen Conffiles: /etc/kernel/postinst.d/zz-update-grub 269828d3b8e5bfb266c58fb0a00abcd5 /etc/kernel/postrm.d/zz-update-grub 269828d3b8e5bfb266c58fb0a00abcd5 Description: GRand Unified Bootloader, version 2 (PC/BIOS version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. - VESA-based graphical mode with background image support and complete 24-bit color set. - Support for extended charsets. Users can write UTF-8 text to their menu entries. . This package contains a version of GRUB that has been built for use with traditional PC/BIOS architecture. Homepage: http://www.gnu.org/software/grub/ Package: libumfpack5.6.2 Status: install ok installed Priority: optional Section: libs Installed-Size: 701 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: suitesparse Version: 1:4.2.1-3 Depends: libamd2.3.1, libblas3 | libblas.so.3, libc6 (>= 2.2.5), libcholmod2.1.2 Pre-Depends: multiarch-support Description: sparse LU factorization library Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . UMFPACK sparse LU factorization Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/ Package: libnuma1 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ian Wienand Architecture: amd64 Multi-Arch: same Source: numactl Version: 2.0.10-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Libraries for controlling NUMA policy Library to control specific NUMA (Non-Uniform Memory Architecture) scheduling or memory placement policies. Package: multiarch-support Status: install ok installed Priority: required Section: libs Installed-Size: 194 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: foreign Source: glibc Version: 2.19-18+deb8u9 Depends: libc6 (>= 2.3.6-2) Description: Transitional package to ensure multiarch compatibility This is a transitional package used to ensure multiarch support is present in ld.so before unpacking libraries to the multiarch directories. It can be removed once nothing on the system depends on it. Homepage: http://www.gnu.org/software/libc/libc.html Package: tzdata Status: install ok installed Priority: required Section: localization Installed-Size: 1710 Maintainer: GNU Libc Maintainers Architecture: all Multi-Arch: foreign Version: 2017b-0+deb8u1 Replaces: libc0.1, libc0.3, libc6, libc6.1 Provides: tzdata-jessie Depends: debconf (>= 0.5) | debconf-2.0 Description: time zone and daylight-saving time data This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. Homepage: http://www.iana.org/time-zones Package: lcdf-typetools Status: install ok installed Priority: optional Section: text Installed-Size: 3686 Maintainer: Vasudev Kamath Architecture: amd64 Version: 2.104~dfsg-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libkpathsea6, libstdc++6 (>= 4.1.1), aglfn Recommends: texlive-font-utils | ptex-bin Conflicts: mminstance Description: tools for OpenType, multiple-master, and Type 1 fonts LCDF Typetools comprises several programs for manipulating PostScript Type 1, Type 1 multiple master, and OpenType fonts. . Programs to manipulate OpenType, multiple-master, and Type 1 fonts: . cfftot1 allows you to translate Compact Font Format (CFF) or PostScript-flavored OpenType fonts into PostScript Type 1 font format . otfinfo reports information about OpenType fonts, such as the features they support and the contents of their ``size'' optical size option . otftotfm allows you to create TeX font metrics and encodings for using PostScript-flavored OpenType fonts . t1dotlessj creates a Type 1 font with a single character -- the dotless j corresponding to the specified design . t1lint checks a Type 1 font for correctness (preliminary) . t1rawafm generates a "raw" (kernless and ligatureless) AFM file given a font file (PFB/PFA) . t1reencode changes a PostScript Type 1 fon't embedded encoding . t1testpage creates a PostScript test page for a specified font file (preliminary) . ttftotype42 converts TrueType or TrueType-flavored OpenType font programs into PostScript Type 42 format . LCDF-TypeTools also includes the multiple-master font tools formerly distributed as mminstance. These tools allow you to use multiple-master fonts with programs that require single-master fonts (afm2tfm, ps2pk, fontinst, etc.). Both programs work fine with fonts that contain intermediate masters (e.g., Adobe Jenson MM and Adobe Kepler MM). . mmafm creates an AFM (Adobe font metric) file corresponding to a single instance of a multiple-master font. It reads (and therefore requires) the AMFM and AFM files distributed with the font. . mmpfb creates a normal, single-master font program that looks like an instance of a multiple-master font. It reads the multiple-master font program in PFA or PFB format. Homepage: http://www.lcdf.org/type/ Package: init Essential: yes Status: install ok installed Priority: required Section: metapackages Installed-Size: 29 Maintainer: pkg-systemd-maintainers Architecture: amd64 Source: init-system-helpers Version: 1.22 Pre-Depends: systemd-sysv | sysvinit-core | upstart Description: System-V-like init utilities - metapackage This package is an essential metapackage which allows you to select from three available init systems in Debian (systemd, sysvinit, upstart) while ensuring that one of these is available on the system at all times. Package: libwinpr-crypto0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (crypto library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-crypto shared library. Homepage: http://www.freerdp.com/ Package: libsdl-image1.2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 114 Maintainer: Debian SDL packages maintainers Architecture: amd64 Multi-Arch: same Source: sdl-image1.2 (1.2.12-5) Version: 1.2.12-5+b5 Depends: libsdl-image1.2 (= 1.2.12-5+b5), libsdl1.2-dev (>= 1.2.14~), libjpeg-dev, libpng-dev, libtiff-dev, libwebp-dev (>= 0.1.3), zlib1g-dev Description: Image loading library for Simple DirectMedia Layer 1.2, development files This is a simple library to load images of various formats as SDL surfaces. It supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV. . This package contains the development files. Homepage: http://www.libsdl.org/projects/SDL_image/ Package: installation-report Status: install ok installed Priority: optional Section: misc Installed-Size: 74 Maintainer: Debian Install System Team Architecture: all Version: 2.58 Recommends: reportbug, pciutils Description: system installation report This package contains instructions and programs for reporting on the installation of a new system. It can help you fill out an installation report and send it to the Debian bug tracking system. . Purging this package will remove the logs of the system's installation. Package: libgtkglext1 Status: install ok installed Priority: optional Section: libs Installed-Size: 465 Maintainer: Bart Martens Architecture: amd64 Source: gtkglext Version: 1.2.0-3.2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.16.0), libglu1-mesa | libglu1, libgtk2.0-0 (>= 2.24.0), libice6 (>= 1:1.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpangox-1.0-0 (>= 0.0.2), libsm6, libx11-6, libxmu6, libxt6 Description: OpenGL Extension to GTK+ (shared libraries) GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. Homepage: http://projects.gnome.org/gtkglext/ Package: libwpd-0.10-10 Status: install ok installed Priority: optional Section: libs Installed-Size: 928 Maintainer: Rene Engelhard Architecture: amd64 Source: libwpd (0.10.0-2) Version: 0.10.0-2+b1 Replaces: libwpd0, libwpd2, libwpd3, libwpd4, libwpd5, libwpd6, libwpd8 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), librevenge-0.0-0, libstdc++6 (>= 4.6) Conflicts: libwpd0, libwpd2, libwpd3, libwpd4, libwpd5, libwpd6, libwpd8 Description: Library for handling WordPerfect documents (shared library) libwpd is a library for reading and writing WordPerfect(TM) documents. Importing from WordPerfect 4/5/6/7/8/9/10/11 and WordPerfect for Macintosh 1.x/2.x/3.5e files are supported. libwpd has complete support for the entire set of WordPerfect extended characters, too. . This package contains the shared library. Package: libiso9660-8 Status: install ok installed Priority: optional Section: libs Installed-Size: 186 Maintainer: Nicolas Boullis Architecture: amd64 Source: libcdio Version: 0.83-4.2 Depends: libc6 (>= 2.14), libcdio13 (>= 0.83) Description: library to work with ISO9660 filesystems This library is made to read and write ISO9660 filesystems; those filesystems are mainly used on CDROMs. Homepage: http://www.gnu.org/software/libcdio/ Package: task-gnome-desktop Status: install ok installed Priority: optional Section: tasks Installed-Size: 21 Maintainer: Debian Install System Team Architecture: all Source: tasksel Version: 3.31+deb8u1 Depends: tasksel (= 3.31+deb8u1), task-desktop, gnome-core Recommends: gnome, libreoffice-gnome, libreoffice-evolution, gimp, synaptic, iceweasel, libreoffice, libreoffice-help-en-us, mythes-en-us, hunspell-en-us, hyphen-en-us, network-manager-gnome Description: GNOME This task package is used to install the Debian desktop, featuring the GNOME desktop environment, and with other packages that Debian users expect to have available on the desktop. Package: docbook-xsl Status: install ok installed Priority: optional Section: text Installed-Size: 14454 Maintainer: Debian XML/SGML Group Architecture: all Multi-Arch: foreign Version: 1.78.1+dfsg-1 Depends: xml-core (>= 0.12) Recommends: docbook-xml (>= 4.1.2-4) Suggests: dbtoepub, docbook-xsl-doc-html | docbook-xsl-doc-pdf | docbook-xsl-doc-text | docbook-xsl-doc, docbook-xsl-saxon, fop, libsaxon-java, libxalan2-java, libxslthl-java, xalan Description: stylesheets for processing DocBook XML to various output formats These are modular XSL stylesheets for processing documents composed with the DocBook XML DTD and its derivatives ("Simplified" DocBook XML, JRefEntry DTD, etc.). . The stylesheets provide XSLT transformations for (X)HTML, WordML, HTML Help, JavaHelp, Man page (nroff), Website, Eclipse Platform Help file and XSL Formatting Object (XSL-FO) output. The latter can be further processed to a number of print formats using FOP or TeX-based tools. . The stylesheets are modular in the sense that you can extend and, to some extent, customize them. The documentation is included in a separate package. Homepage: http://wiki.docbook.org/DocBookXslStylesheets Package: nfs-common Status: deinstall ok config-files Priority: standard Section: net Installed-Size: 687 Maintainer: Debian kernel team Architecture: amd64 Source: nfs-utils Version: 1:1.2.8-9 Config-Version: 1:1.2.8-9 Replaces: mount (<< 2.13~), nfs-client, nfs-kernel-server (<< 1:1.2.8-6~) Provides: nfs-client Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libdevmapper1.02.1 (>= 2:1.02.20), libevent-2.0-5 (>= 2.0.10-stable), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), libk5crypto3 (>= 1.6.dfsg.2), libkeyutils1 (>= 1.4), libkrb5-3 (>= 1.6.dfsg.2), libmount1 (>= 2.19.1), libnfsidmap2, libtirpc1 (>= 0.2.4), libwrap0 (>= 7.6-4~), rpcbind, adduser, ucf, lsb-base (>= 1.3-9ubuntu3), initscripts (>= 2.88dsf-13.3) Recommends: python Suggests: open-iscsi, watchdog Breaks: nfs-kernel-server (<< 1:1.2.8-6~) Conflicts: nfs-client Conffiles: /etc/request-key.d/id_resolver.conf c7df239caa9880e7d6048cff6d46adc7 /etc/init.d/nfs-common 54a170f8dab112f2f6d7f49db71fcc34 /etc/default/nfs-common ddcb1fbb90a14ff9850f22eed0127a10 Description: NFS support files common to client and server Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd, idmapd and mount.nfs. Homepage: http://nfs.sourceforge.net/ Package: libklibc Status: install ok installed Priority: optional Section: libs Installed-Size: 93 Maintainer: maximilian attems Architecture: amd64 Source: klibc Version: 2.0.4-2 Description: minimal libc subset for use with initramfs klibc is intended to be a minimalistic libc subset for use with initramfs. It is deliberately written for small size, minimal entanglement, and portability, not speed. It is definitely a work in progress, and a lot of things are still missing. Homepage: http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary Package: systemd-sysv Status: install ok installed Priority: important Section: admin Installed-Size: 40 Maintainer: Debian systemd Maintainers Architecture: amd64 Source: systemd Version: 215-17+deb8u7 Replaces: sysvinit (<< 2.88dsf-44~), sysvinit-core, upstart Depends: systemd (= 215-17+deb8u7) Pre-Depends: systemd Conflicts: sysvinit-core, upstart Description: system and service manager - SysV links systemd is a replacement for sysvinit. It is dependency-based and able to read the LSB init script headers in addition to parsing rcN.d links as hints. . It also provides process supervision using cgroups and the ability to not only depend on other init script being started, but also availability of a given mount point or dbus service. . This package provides the manual pages and links needed for systemd to replace sysvinit. Installing systemd-sysv will overwrite /sbin/init with a link to systemd. Homepage: http://www.freedesktop.org/wiki/Software/systemd Package: libtbb2 Status: install ok installed Priority: extra Section: libs Installed-Size: 378 Maintainer: Steve Capper Architecture: amd64 Source: tbb Version: 4.2~20140122-5 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: parallelism library for C++ - runtime files TBB is a library that helps you leverage multi-core processor performance without having to be a threading expert. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanism for performance and scalability. . (Note: if you are a user of the i386 architecture, i.e., 32-bit Intel or compatible hardware, this package only supports Pentium4-compatible and higher processors.) . This package includes the TBB runtime files. Homepage: http://threadingbuildingblocks.org/ Package: libfreerdp-locale1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 383 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.4), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-input0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6, libxkbfile1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (locale library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-locale shared library. Homepage: http://www.freerdp.com/ Package: crda Status: install ok installed Priority: optional Section: net Installed-Size: 293 Maintainer: Ben Hutchings Architecture: amd64 Multi-Arch: foreign Version: 3.13-1 Depends: libc6 (>= 2.7), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libssl1.0.0 (>= 1.0.0), wireless-regdb, iw (>= 3.2-1~) Conffiles: /etc/default/crda d1f1468521b60cdfc0b9d22d5a74975a Description: wireless Central Regulatory Domain Agent This package provides a Central Regulatory Domain Agent (CRDA) to be used by the Linux kernel cfg80211 wireless subsystem to query and apply the regulatory domain settings wireless devices may operate within for a given location. . CRDA queries operational frequency regulations stored within the regulatory database provided by the wireless-regdb package. Homepage: http://wireless.kernel.org/en/developers/Regulatory/CRDA Package: libasn1-8-heimdal Status: install ok installed Priority: optional Section: libs Installed-Size: 867 Maintainer: Brian May Architecture: amd64 Multi-Arch: same Source: heimdal Version: 1.6~rc2+dfsg-9 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Description: Heimdal Kerberos - ASN.1 library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the ASN.1 parser required for Heimdal. Homepage: http://www.h5l.org/ Package: mawk Status: install ok installed Priority: required Section: interpreters Installed-Size: 198 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: foreign Version: 1.3.3-17 Provides: awk Pre-Depends: libc6 (>= 2.11) Description: a pattern scanning and text processing language Mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. Mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms to the POSIX 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions. . Mawk is smaller and much faster than gawk. It has some compile-time limits such as NF = 32767 and sprintf buffer = 1020. Package: libminiupnpc10 Status: install ok installed Priority: optional Section: net Installed-Size: 59 Maintainer: Thomas Goirand Architecture: amd64 Multi-Arch: same Source: miniupnpc Version: 1.9.20140610-2+deb8u1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Recommends: minissdpd Description: UPnP IGD client lightweight library The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package contains the shared library. Homepage: http://miniupnp.free.fr/ Package: libxml-commons-external-java Status: install ok installed Priority: optional Section: java Installed-Size: 404 Maintainer: Debian Java Maintainers Architecture: all Source: xml-commons-external Version: 1.4.01-2 Description: XML Commons external code - DOM, SAX, and JAXP, etc xml-commons is focused on common code and guidelines for xml projects. The first focus will be to organize and have common packaging for the various externally-defined standards code relating to XML - things like the DOM, SAX, and JAXP interfaces. Homepage: http://xml.apache.org/commons/ Package: libavahi-common-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 225 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: avahi Version: 0.6.31-5 Depends: libavahi-common3 (= 0.6.31-5) Description: Development files for the Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the Avahi common library, which is a set of common functions and definitions used by many of Avahis components and client applications. Homepage: http://avahi.org/ Package: libv4lconvert0 Status: install ok installed Priority: optional Section: libs Installed-Size: 283 Maintainer: Gregor Jasny Architecture: amd64 Multi-Arch: same Source: v4l-utils Version: 1.6.0-2 Replaces: libv4l-0 (<< 0.8.5-4) Depends: libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1) Pre-Depends: multiarch-support Breaks: libv4l-0 (<< 0.8.5-4) Description: Video4linux frame format conversion library libv4lconvert offers functions to convert from any (known) pixelformat to BGR24, RGB24, YUV420 and YVU420. . This package contains the shared library. Homepage: http://linuxtv.org/downloads/v4l-utils/ Package: qtcreator-data Status: install ok installed Priority: optional Section: devel Installed-Size: 14443 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtcreator Version: 3.2.1+dfsg-7+deb8u1 Replaces: qtcreator (<< 2.8.0-1~) Depends: perl Breaks: qtcreator (<< 2.8.0-1~) Description: application data for Qt Creator IDE Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier. . This package contains the architecture-independent data for Qt Creator IDE. Homepage: http://qt-project.org/wiki/Category:Tools::QtCreator Package: libfile-basedir-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 0.03-1 Depends: perl Description: Perl module to use the freedesktop basedir specification The File::BaseDir module can be used to find directories and files as specified by the XDG Base Directory Specification. It takes care of defaults and uses File::Spec to make the output platform specific. . For this module the XDG basedir specification 0.6 was used. Homepage: http://search.cpan.org/dist/File-BaseDir/ Package: gzip Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 239 Maintainer: Bdale Garbee Architecture: amd64 Version: 1.6-4 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.17) Suggests: less Description: GNU compression utilities This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. Package: libelf1 Status: install ok installed Priority: optional Section: libs Installed-Size: 944 Maintainer: Kurt Roeckx Architecture: amd64 Multi-Arch: same Source: elfutils Version: 0.159-4.2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: library to read and write ELF files The libelf1 package provides a shared library which allows reading and writing ELF files on a high level. Third party programs depend on this package to read internals of ELF files. The programs of the elfutils package use it also to generate new ELF files. . This library is part of elfutils. Homepage: https://fedorahosted.org/elfutils/ Package: gir1.2-polkit-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 68 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: policykit-1 Version: 0.105-15~deb8u2 Depends: gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libpolkit-agent-1-0 (= 0.105-15~deb8u2), libpolkit-gobject-1-0 (= 0.105-15~deb8u2) Description: GObject introspection data for PolicyKit PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains introspection data for PolicyKit. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.freedesktop.org/wiki/Software/polkit/ Package: libdrm-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 762 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.58-2 Replaces: linux-libc-dev (<< 2.6.32-10) Depends: libdrm2 (= 2.4.58-2), libdrm-intel1 (= 2.4.58-2), libdrm-radeon1 (= 2.4.58-2), libdrm-nouveau2 (= 2.4.58-2) Description: Userspace interface to kernel DRM services -- development files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the development environment for libdrm. Package: python-pyatspi Status: install ok installed Priority: optional Section: python Installed-Size: 224 Maintainer: Debian Accessibility Team Architecture: all Source: pyatspi Version: 2.14.0+dfsg-1 Replaces: python-pyatspi2 (<< 2.7.2+dfsg-2) Depends: python (>= 2.7), python (<< 2.8), python-gi (>= 2.90.1), gir1.2-atspi-2.0 (>= 2.9.90), libatk-adaptor (>= 2.11.2), libgail-common, at-spi2-core, qt-at-spi Breaks: python-pyatspi2 (<< 2.7.2+dfsg-2) Description: Assistive Technology Service Provider Interface - Python bindings at-spi is the "Assistive Technology Service Provider Interface". . This package contains Python bindings for the client side aspects of at-spi2. Homepage: http://live.gnome.org/Accessibility Package: libgnome2-0 Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 443 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: libgnome Version: 2.32.1-5 Depends: libgnome-2-0 (= 2.32.1-5), libgnome2-bin (= 2.32.1-5) Description: The GNOME library - transition package This convenience package is for upgrades. Package: libubsan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Homepage: http://gcc.gnu.org/ Package: libavahi-client-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 225 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: avahi Version: 0.6.31-5 Depends: libavahi-client3 (= 0.6.31-5), libavahi-common-dev, libdbus-1-dev (>= 0.60) Description: Development files for the Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Homepage: http://avahi.org/ Package: libatspi2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 255 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: at-spi2-core Version: 2.14.0-1 Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.37.3), libx11-6 Pre-Depends: multiarch-support Recommends: at-spi2-core (= 2.14.0-1) Description: Assistive Technology Service Provider Interface - shared library This package contains the shared library for applications that wish to use the at-spi interface. Homepage: https://wiki.gnome.org/Accessibility Package: libmono-posix4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 429 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libc6 (>= 2.19) | libc6.1 (>= 2.19) | libc0.1 (>= 2.19), libmono-corlib4.5-cil (>= 3.2.8), libmono-system4.0-cil (>= 3.2.8), mono-runtime (>= 2.10.1) Description: Mono.Posix library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono.Posix library for CLI 4.0 that binds many APIs found in glibc or intl. Homepage: http://www.mono-project.com/ Package: tracker-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 470 Maintainer: Michael Biebl Architecture: amd64 Source: tracker Version: 1.2.4-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.39.4), libtracker-sparql-1.0-0 (= 1.2.4-2), tracker (= 1.2.4-2) Description: metadata database, indexer and search tool - commandline tools Included utilities for Tracker: * tracker-import: import data using Turtle files * tracker-info: get information about files * tracker-search: this perfoms a google like search using SEARCHTERM to retrieve all matching files where SEARCHTERM appears in any searchable metadata * tracker-sparql: query or update Tracker database using SPARQL * tracker-stats: retrieve some statistics * tracker-tag: tool to manage tags on files . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: debian-faq Status: install ok installed Priority: standard Section: doc Installed-Size: 1294 Maintainer: Javier Fernandez-Sanguino Peña Architecture: all Version: 5.0.3 Suggests: www-browser, postscript-viewer Conflicts: doc-debian (<= 3.1.5) Description: Debian Frequently Asked Questions In this package you will find the Debian GNU/Linux FAQ, which gives frequently asked questions (with their answers!) about the Debian distribution (Debian GNU/Linux and others) and about the Debian project. Some answers assume some knowledge of Unix-like operating systems. However, as little prior knowledge as possible is assumed: answers to general beginners questions will be kept simple. . This document is available at http://www.debian.org/doc/manuals/debian-faq/ as well as from the Debian ftp server at ftp://ftp.debian.org/debian/doc/FAQ and mirrors thereof. . The document is supplied in HTML, PDF, PostScript and plain text. . If you're new to Debian, and like to read documentation from your local system, without using the network, install this package. Homepage: http://www.debian.org/doc/user-manuals#faq Package: tracker Status: install ok installed Priority: optional Section: utils Installed-Size: 3769 Maintainer: Michael Biebl Architecture: amd64 Version: 1.2.4-2 Depends: libc6 (>= 2.4), libexempi3 (>= 2.2.0), libglib2.0-0 (>= 2.38.0), libtracker-control-1.0-0 (= 1.2.4-2), libtracker-sparql-1.0-0 (= 1.2.4-2), dconf-gsettings-backend | gsettings-backend, shared-mime-info, dbus (>= 1.3.1) Recommends: tracker-utils, tracker-gui, tracker-miner-fs Conffiles: /etc/xdg/autostart/tracker-store.desktop 9712da436377461d5cbb640df6120e2b Description: metadata database, indexer and search tool Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: p11-kit Status: install ok installed Priority: extra Section: misc Installed-Size: 424 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Version: 0.20.7-1 Depends: libc6 (>= 2.16), libp11-kit0 (>= 0.20.0), libtasn1-6 (>= 4.1-0), p11-kit-modules (>= 0.20.7-1) Description: p11-glue utilities Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. . Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the p11-kit tool for listing PKCS#11 modules. Homepage: http://p11-glue.freedesktop.org/p11-kit.html Package: libtsan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 768 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Homepage: http://gcc.gnu.org/ Package: mutter-common Status: install ok installed Priority: optional Section: misc Installed-Size: 5045 Maintainer: Debian GNOME Maintainers Architecture: all Source: mutter Version: 3.14.4-1~deb8u1 Replaces: mutter (<< 1:2.16.3) Depends: dconf-gsettings-backend | gsettings-backend Description: shared files for the Mutter window manager Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared files. Package: libgsf-1-common Status: install ok installed Priority: optional Section: libs Installed-Size: 587 Maintainer: Dmitry Smirnov Architecture: all Source: libgsf Version: 1.14.30-2 Replaces: libgsf-1 (<= 1.12.3-4) Description: Structured File Library - common files The GNOME Structured File Library aims to provide an efficient extensible I/O abstraction for dealing with different structured file formats. . These are the architecture independent files that are part of libgsf, like translations of messages. Homepage: http://projects.gnome.org/libgsf/ Package: gnome-user-guide Status: install ok installed Priority: optional Section: gnome Installed-Size: 40558 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-user-docs Version: 3.14.1-1 Depends: yelp (>= 3) Description: GNOME user's guide Documentation for using the GNOME desktop environment and its components. It covers usage and setup of the core GNOME programs. Package: libflite1 Status: install ok installed Priority: extra Section: libs Installed-Size: 25476 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: flite Version: 1.4-release-12 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: alsa-base Description: Small run-time speech synthesis engine - shared libraries Flite is a small fast run-time speech synthesis engine. It is the latest addition to the suite of free software synthesis tools including University of Edinburgh's Festival Speech Synthesis System and Carnegie Mellon University's FestVox project, tools, scripts and documentation for building synthetic voices. However, flite itself does not require either of these systems to run. . It currently only supports the English language. . This package contains the shared library objects of Festival Lite Homepage: http://www.speech.cs.cmu.edu/flite Package: xserver-xorg-video-mga Status: install ok installed Priority: optional Section: x11 Installed-Size: 243 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-mga (1:1.6.3-2) Version: 1:1.6.3-2+b1 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Recommends: xserver-xorg-video-modesetting Suggests: firmware-linux Description: X.Org X server -- MGA display driver This package provides the driver for the Matrox MGA family of chipsets, including Matrox Millennium and Mystique cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-mga driver module. Package: libssl-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 6703 Maintainer: Debian OpenSSL Team Architecture: amd64 Multi-Arch: same Source: openssl Version: 1.0.1t-1+deb8u6 Depends: libssl1.0.0 (= 1.0.1t-1+deb8u6), zlib1g-dev Recommends: libssl-doc Description: Secure Sockets Layer toolkit - development files This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains development libraries, header files, and manpages for libssl and libcrypto. Package: aspell-de-alt Status: install ok installed Priority: optional Section: text Installed-Size: 416 Maintainer: Roland Rosenfeld Architecture: all Source: hkgerman Version: 1:2-28 Provides: aspell-dictionary Depends: aspell (>> 0.60.3-2), dictionaries-common (>= 0.9.1) Breaks: aspell-de (<< 0.60-20030222-1-3) Description: German dictionary for aspell (old spelling) This package contains German dictionaries for the aspell spell checker. . Dictionaries included are de-alt (deutsch-alt/german-old) and de_CH-alt, all using the old German orthography from 1901 (alte Rechtschreibung). . The new (1996) spelling is provided by aspell-de. Package: qtcore4-l10n Status: install ok installed Priority: optional Section: libs Installed-Size: 4782 Maintainer: Debian Qt/KDE Maintainers Architecture: all Multi-Arch: foreign Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Replaces: libqtcore4 (<< 4:4.8.5+dfsg-1~) Breaks: libqtcore4 (<< 4:4.8.5+dfsg-1~) Description: Qt 4 core module translations Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the translations of the QtCore module. Homepage: http://qt-project.org/ Package: libphonon4 Status: install ok installed Priority: optional Section: libs Installed-Size: 609 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: phonon Version: 4:4.8.0-4 Depends: libc6 (>= 2.14), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libqt4-dbus (>= 4:4.8.1), libqtcore4 (>= 4:4.8.1), libqtgui4 (>= 4:4.8.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Breaks: phonon-backend-xine (<< 4:4.6.0really4.3.80) Description: multimedia framework from KDE - core library Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction layer for capturing, mixing, processing, and playing audio and video content. . This package contains the core library of the Phonon cross-platform multimedia framework from KDE. It is required to run applications that use Phonon. Homepage: http://phonon.kde.org/ Package: libgfortran3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1223 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.17), libgcc1 (>= 1:4.4.0), libquadmath0 (>= 4.6) Pre-Depends: multiarch-support Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Description: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Homepage: http://gcc.gnu.org/ Package: groff-base Status: install ok installed Priority: important Section: text Installed-Size: 3203 Maintainer: Colin Watson Architecture: amd64 Multi-Arch: foreign Source: groff Version: 1.22.2-8 Replaces: groff (<< 1.20.1-6), jgroff (<< 1.17-1) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: groff Breaks: groff (<< 1.17-1), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14) Conffiles: /etc/groff/man.local 99a34592e41fb1e0639cf0fc64596346 /etc/groff/mdoc.local f8c3e22fae1765942089881d9c5edeae Description: GNU troff text-formatting system (base system components) This package contains the traditional UN*X text formatting tools troff, nroff, tbl, eqn, and pic. These utilities, together with the man-db package, are essential for displaying the on-line manual pages. . groff-base is a stripped-down package containing the necessary components to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript device (groff's default). Users who want a full groff installation, with the standard set of devices, fonts, macros, and documentation, should install the groff package. Homepage: https://www.gnu.org/software/groff/ Package: libgnome2-bin Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 465 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: foreign Source: libgnome Version: 2.32.1-5 Replaces: libgnome2-0 (<< 2.32.1-5) Depends: libc6 (>= 2.3.4), libglib2.0-0 (>= 2.18.0), libgnome-2-0 Breaks: libgnome2-0 (<< 2.32.1-5) Description: The GNOME library - binary files This package contains gnome-open, a utility that exposes functionality from the base GNOME library. Package: five-or-more Status: install ok installed Priority: optional Section: games Installed-Size: 8113 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1 Replaces: glines (<< 1:3.7.2), gnome-accessibility-themes (<< 3.14.0) Depends: libc6 (>= 2.4), libcairo2 (>= 1.6.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.12.0), librsvg2-2 (>= 2.32.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: glines (<< 1:3.7.2), gnome-accessibility-themes (<< 3.14.0) Description: make color lines of five or more length This is a GNOME port of the once popular “Color Lines” game. . The game's objective is to align as often as possible five or more objects of the same color and shape causing them to disappear. Homepage: https://wiki.gnome.org/Apps/Five%20or%20more Package: gnome-icon-theme-symbolic Status: install ok installed Priority: optional Section: gnome Installed-Size: 2017 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.12.0-1 Replaces: gnome-power-manager (<< 3.2) Depends: hicolor-icon-theme, gnome-icon-theme (>= 3.12), gnome-icon-theme (<< 3.13) Breaks: gnome-power-manager (<< 3.2) Enhances: gnome-icon-theme Description: GNOME desktop icon theme (symbolic icons) This package contains a set of icons used by the GNOME desktop. The icons are used in the panel menu, and in nautilus and other applications, to represent the different applications, files, directories, and devices. . These stylised icons are symbolic variations on the standard theme (see http://www.freedesktop.org/wiki/SymbolicIcons). Package: libcdio-cdda1 Status: install ok installed Priority: optional Section: libs Installed-Size: 174 Maintainer: Nicolas Boullis Architecture: amd64 Source: libcdio Version: 0.83-4.2 Depends: libc6 (>= 2.14), libcdio13 (>= 0.83) Description: library to read and control digital audio CDs This library is made to read and control digital audio CDs. It does not play such CDs, it only reads them digitally. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Homepage: http://www.gnu.org/software/libcdio/ Package: liblapack3 Status: install ok installed Priority: optional Section: libs Installed-Size: 5869 Maintainer: Debian Science Team Architecture: amd64 Source: lapack Version: 3.5.0-4 Replaces: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1) Provides: liblapack.so.3, liblapack.so.3gf, liblapack3gf Depends: libblas3 | libblas.so.3, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.6), libquadmath0 (>= 4.6) Breaks: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1) Description: Library of linear algebra routines 3 - shared version LAPACK version 3.X is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular value decomposition, etc. It is a very comprehensive and reputable package that has found extensive use in the scientific community. Homepage: http://www.netlib.org/lapack/ Package: autogen-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 2065 Maintainer: Andreas Metzler Architecture: all Source: autogen Version: 1:5.18.4-3 Replaces: autogen (<< 1:5.18.3-4) Breaks: autogen (<< 1:5.18.3-4) Description: automated text file generator - documentation AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. This is especially valuable if there are several blocks of such text that must be kept synchronized. . This package contains the PostScript and HTML documentation. Homepage: http://www.gnu.org/software/autogen/ Package: dselect Status: install ok installed Priority: optional Section: admin Installed-Size: 2244 Origin: debian Maintainer: Dpkg Developers Bugs: debbugs://bugs.debian.org Architecture: amd64 Multi-Arch: foreign Source: dpkg Version: 1.17.27 Replaces: dpkg-ftp, dpkg-multicd, manpages-it (<< 2.80-4) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libstdc++6 (>= 4.9), libtinfo5, dpkg (>= 1.13.1) Suggests: perl Conflicts: dpkg-ftp, dpkg-multicd Conffiles: /etc/dpkg/dselect.cfg b6ea9a8e41b1e977e9ad027c97758735 Description: Debian package management front-end dselect is a high-level interface for managing the installation and removal of Debian software packages. . Many users find dselect intimidating and new users may prefer to use apt-based user interfaces. Homepage: https://wiki.debian.org/Teams/Dpkg Package: libasync-interrupt-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 143 Maintainer: Debian Perl Group Architecture: amd64 Source: libasync-interrupt-perl (1.20-1) Version: 1.20-1+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.7), libcommon-sense-perl Description: module to allow C/XS libraries to interrupt perl Async::Interrupt is a Perl module that implements asynchronous interruptions, similar in nature to UNIX signals, in a cross-platform manner. Modules might want to run code asynchronously (in another thread or from a signal handler) and then signal the interpreter on certain events. One common way is to write data to a pipe and use an event handling toolkit to watch for I/O events. Another way is to send a signal. Those methods are slow, and in the case of a pipe, also not asynchronous - it won't interrupt a running Perl interpreter. . This module implements asynchronous notifications that enable you to signal running Perl code from another thread, asynchronously, and sometimes even without using a single syscall. Homepage: https://metacpan.org/release/Async-Interrupt Package: libldb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 411 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: ldb Version: 2:1.1.20-0+deb8u1 Replaces: libldb0 Depends: libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.9) Pre-Depends: multiarch-support Breaks: libldb0, libsamdb0 (<< 4.0.0~alpha17~git20110724.dfsg1-1) Description: LDAP-like embedded database - shared library ldb is a LDAP-like embedded database built on top of TDB. . It provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the shared library file. Homepage: http://ldb.samba.org/ Package: ant-optional Status: install ok installed Priority: optional Section: java Installed-Size: 824 Maintainer: Debian Java Maintainers Architecture: all Source: ant Version: 1.9.4-3 Replaces: libant1.6-java Depends: ant (= 1.9.4-3) Suggests: ant-optional-gcj, antlr, javacc, junit, jython, libbcel-java (>= 5.0), libbsf-java, libcommons-logging-java, libcommons-net-java, libmail-java, libjaxp1.3-java, libjdepend-java, libjsch-java, liblog4j1.2-java, liboro-java, libregexp-java, libxalan2-java (>= 2.4.0-1), libxml-commons-resolver1.1-java Conflicts: libant1.6-java Description: Java based build tool like make - optional libraries A system independent (i.e. not shell based) build tool that uses XML files as "Makefiles". This package contains the optional tasks libraries. Homepage: http://ant.apache.org Package: libtk8.6 Status: install ok installed Priority: optional Section: libs Installed-Size: 2287 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: same Source: tk8.6 Version: 8.6.2-1 Replaces: tk8.6 (<< 8.6.0-2) Provides: libtk Depends: libtcl8.6 (>= 8.6.0-2), libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxss1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: tk8.6 Conflicts: libtk-img (<< 1.2.5), tk40 (<= 4.0p3-2), tk8.6 (<< 8.6.0-2) Description: Tk toolkit for Tcl and X11 v8.6 - run-time files Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. This package contains the Tk library and supplementary packages you need to run Tk-enabled apps. Homepage: http://www.tcl.tk/ Package: at-spi2-core Status: install ok installed Priority: optional Section: misc Installed-Size: 216 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: foreign Version: 2.14.0-1 Depends: libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.37.3), libx11-6, libxtst6 Breaks: gdm3 (<< 3.4) Conffiles: /etc/X11/Xsession.d/90qt-a11y 80c75ef3ac67b24878ea6c74c47b6020 /etc/xdg/autostart/at-spi-dbus-bus.desktop 4d1c8bc3a6a59c59c1b76754c1e20318 /etc/at-spi2/accessibility.conf 3d889b26c1d8da538e386cd6b67caba8 Description: Assistive Technology Service Provider Interface (dbus core) This package contains the core components of GNOME Accessibility. Homepage: https://wiki.gnome.org/Accessibility Package: gnome Status: install ok installed Priority: optional Section: metapackages Installed-Size: 54 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: meta-gnome3 Version: 1:3.14+3 Depends: gnome-core (= 1:3.14+3), desktop-base, network-manager-gnome (>= 0.9.10), bijiben (>= 3.14), brasero (>= 3.11), cheese (>= 3.14), evolution (>= 3.12), evolution-plugins (>= 3.12), file-roller (>= 3.14), gedit (>= 3.14), gnome-clocks (>= 3.14), gnome-color-manager (>= 3.14), gnome-documents (>= 3.14), gnome-games (>= 1:3.14), gnome-getting-started-docs (>= 3.14), gnome-logs (>= 3.14), gnome-maps (>= 3.14), gnome-music (>= 3.14), gnome-nettool (>= 3.8), gnome-photos (>= 3.14), gnome-sound-recorder, gnome-tweak-tool (>= 3.14), nautilus-sendto (>= 3.8), gnome-orca (>= 3.14), polari, rygel-playbin (>= 0.24), rygel-tracker (>= 0.24), seahorse (>= 3.14), vinagre (>= 3.14), alacarte (>= 3.11), avahi-daemon, gimp (>= 2.8), hamster-applet (>= 2.91.3), inkscape (>= 0.48), libreoffice-evolution, libreoffice-gnome, libreoffice-writer, libreoffice-calc, libreoffice-impress, rhythmbox (>= 3.0), simple-scan, goobox | sound-juicer, transmission-gtk, xdg-user-dirs-gtk, cups-pk-helper (>= 0.2), gedit-plugins (>= 3.14), gnome-shell-extension-weather, gstreamer1.0-libav (>= 0.10.13), gstreamer1.0-plugins-ugly (>= 0.10.19), rhythmbox-plugins, rhythmbox-plugin-cdrecorder, telepathy-gabble, telepathy-rakia, telepathy-salut, totem-plugins, libgtk2-perl (>= 1:1.130) Recommends: gnome-software Suggests: xul-ext-adblock-plus, xul-ext-gnome-keyring, iceweasel-l10n-all Description: Full GNOME Desktop Environment, with extra components This is the GNOME Desktop environment, an intuitive and attractive desktop, with extra components. . This metapackage depends on the standard distribution of the GNOME desktop environment, plus a complete range of plugins and other applications integrating with GNOME and Debian, providing the best possible environment to date. Package: gvfs-fuse Status: install ok installed Priority: optional Section: gnome Installed-Size: 314 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gvfs Version: 1.22.2-1 Depends: libc6 (>= 2.4), libfuse2 (>= 2.8), libglib2.0-0 (>= 2.37.0), gvfs (= 1.22.2-1), fuse (>= 2.8.4) Description: userspace virtual filesystem - fuse server gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the gvfs-fuse server that exports gvfs mounts to all applications using FUSE. Homepage: https://wiki.gnome.org/Projects/gvfs Package: java-wrappers Status: install ok installed Priority: optional Section: java Installed-Size: 63 Maintainer: Debian Java Maintainers Architecture: all Version: 0.1.28 Depends: unzip Description: wrappers for java executables Wrapper script facilities for java executables. . This package can be used by packagers of java programs to provide java runtime detection, jar lookup and a consistent user interface (debugging, environment variables). Package: liblognorm1 Status: install ok installed Priority: important Section: libs Installed-Size: 98 Maintainer: Pierre Chifflier Architecture: amd64 Multi-Arch: same Source: liblognorm Version: 1.0.1-3 Replaces: liblognorm0 Depends: libc6 (>= 2.14), libestr0 (>= 0.1.0), libjson-c2 (>= 0.10) Pre-Depends: multiarch-support Description: Log normalizing library Liblognorm is a event and log normalization library that is capable of real-time processing. It provides the capability to normalize events to a set of standard formats. . This package contains the shared library. Homepage: http://www.liblognorm.com/ Package: python-reportbug Status: install ok installed Priority: standard Section: python Installed-Size: 327 Maintainer: Reportbug Maintainers Architecture: all Source: reportbug Version: 6.6.3 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), apt, python-debian, python-debianbts Suggests: reportbug Description: Python modules for interacting with bug tracking systems reportbug is a tool designed to make the reporting of bugs in Debian and derived distributions relatively painless. . This package includes Python modules which may be reusable by other tools that want to interact with the Debian bug tracking system. . To actually report a bug, install the reportbug package. Homepage: http://alioth.debian.org/projects/reportbug/ Package: evolution-data-server-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 8581 Maintainer: Debian Evolution Maintainers Architecture: all Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: dconf-gsettings-backend | gsettings-backend Description: architecture independent files for Evolution Data Server The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains the architecture independent files needed by the evolution-data-server package. Homepage: https://wiki.gnome.org/Apps/Evolution Package: libcanberra-pulse Status: install ok installed Priority: optional Section: libs Installed-Size: 75 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libcanberra Version: 0.30-2.1 Depends: libc6 (>= 2.2.5), libcanberra0 (= 0.30-2.1), libpulse0 (>= 0.99.1), pulseaudio Description: PulseAudio backend for libcanberra libcanberra defines a simple abstract interface for playing event sounds. . This package contains the PulseAudio backend for libcanberra. Homepage: http://0pointer.de/lennart/projects/libcanberra/ Package: libspice-client-glib-2.0-8 Status: install ok installed Priority: optional Section: libs Installed-Size: 1318 Maintainer: Liang Guo Architecture: amd64 Multi-Arch: same Source: spice-gtk (0.25-1) Version: 0.25-1+b1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.41.1), libjpeg62-turbo (>= 1:1.3.1), libopus0 (>= 1.1), libpixman-1-0 (>= 0.30.0), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libsasl2-2, libsoup2.4-1 (>= 2.4.0), libssl1.0.0 (>= 1.0.0), libusb-1.0-0 (>= 2:1.0.16), libusbredirhost1 (>= 0.4.3), libusbredirparser1 (>= 0.6), zlib1g (>= 1:1.1.4), spice-client-glib-usb-acl-helper Pre-Depends: multiarch-support Description: GObject for communicating with Spice servers (runtime library) libspice-glib4 provides glib objects for spice protocol decoding and surface rendering . This package provide the runtime library. Homepage: http://www.spice-space.org/ Package: libglib2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 4570 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: glib2.0 (2.42.1-1) Version: 2.42.1-1+b1 Replaces: libglib2.0-dev (<< 2.23.2-2) Depends: libc6 (>= 2.17), libffi6 (>= 3.0.4), libpcre3 (>= 1:8.35), libselinux1 (>= 1.32), zlib1g (>= 1:1.2.2) Pre-Depends: multiarch-support Recommends: libglib2.0-data, shared-mime-info, xdg-user-dirs Breaks: glib-networking (<< 2.33.12), gvfs (<< 1.8), libgnome-desktop-3-2 (<< 3.4.2-2), python-gi (<< 3.7.2) Description: GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared libraries. Homepage: http://www.gtk.org/ Package: libssh-gcrypt-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 340 Maintainer: Laurent Bigonville Architecture: amd64 Multi-Arch: same Source: libssh Version: 0.6.3-4+deb8u2 Depends: libc6 (>= 2.15), libgcrypt20 (>= 1.6.1), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: tiny C SSH library (gcrypt flavor) The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains shared libraries linked against gcrypt. Homepage: http://www.libssh.org/ Package: libgadu3 Status: install ok installed Priority: optional Section: libs Installed-Size: 285 Maintainer: Marcin Owsiany Architecture: amd64 Source: libgadu Version: 1:1.12.0-5 Depends: libc6 (>= 2.14), libgnutls-deb0-28 (>= 3.3.0), libprotobuf-c1 (>= 1.0.1), zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Description: Gadu-Gadu protocol library - runtime files Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the shared library. Homepage: http://toxygen.net/libgadu/ Package: liblockfile1 Status: install ok installed Priority: standard Section: libs Installed-Size: 57 Maintainer: Miquel van Smoorenburg Architecture: amd64 Multi-Arch: same Source: liblockfile Version: 1.09-6 Depends: libc6 (>= 2.4), liblockfile-bin (>= 1.09-6) Pre-Depends: multiarch-support Description: NFS-safe locking library Liblockfile is a shared library with NFS-safe locking functions. Package: libxss1 Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxss Version: 1:1.2.2-1 Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common Pre-Depends: multiarch-support Description: X11 Screen Saver extension library libXss provides an X Window System client interface to the MIT-SCREEN-SAVER extension to the X protocol. . The Screen Saver extension allows clients behaving as screen savers to register themselves with the X server, to better integrate themselves with the running session. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libScrnSaver Package: mysql-common Status: install ok installed Priority: optional Section: database Installed-Size: 143 Maintainer: Debian MySQL Maintainers Architecture: all Multi-Arch: foreign Source: mysql-5.5 Version: 5.5.55-0+deb8u1 Breaks: amarok (<< 2.5.0-2), mysql-client-5.1 (<< 5.5), mysql-server-5.1 (<< 5.5), mysql-server-core-5.1 (<< 5.5) Conffiles: /etc/mysql/conf.d/.keepme d41d8cd98f00b204e9800998ecf8427e /etc/mysql/my.cnf e252af9e23d14b0215260ee023959f5a Description: MySQL database common files, e.g. /etc/mysql/my.cnf MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes files needed by all versions of the client library, e.g. /etc/mysql/my.cnf. Homepage: http://dev.mysql.com/ Package: gpgv Status: install ok installed Priority: important Section: utils Installed-Size: 414 Maintainer: Debian GnuPG-Maintainers Architecture: amd64 Multi-Arch: foreign Source: gnupg Version: 1.4.18-7+deb8u3 Depends: libbz2-1.0, libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Suggests: gnupg Description: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. Homepage: http://www.gnupg.org Package: grilo-plugins-0.2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1858 Maintainer: Alberto Garcia Architecture: amd64 Multi-Arch: same Source: grilo-plugins Version: 0.2.13-3 Depends: libarchive13, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libavahi-gobject0 (>= 0.6.22), libc6 (>= 2.7), libdmapsharing-3.0-2 (>= 2.9.12), libgdata19 (>= 0.15.0), libglib2.0-0 (>= 2.37.3), libgmime-2.6-0 (>= 2.6.4), libgoa-1.0-0b (>= 3.11.90), libgrilo-0.2-1 (>= 0.2.8), libgstreamer1.0-0 (>= 1.0.0), libjson-glib-1.0-0 (>= 0.13.4), liblua5.2-0, libmediaart-1.0-0 (>= 0.7), libmediaart-1.0-0 (<< 0.8), liboauth0 (>= 0.9.1), librest-0.7-0 (>= 0.7.90), libsoup2.4-1 (>= 2.32.2), libsqlite3-0 (>= 3.5.9), libtotem-plparser18 (>= 3.10.0), libtracker-sparql-1.0-0 (>= 0.10.0), libxml2 (>= 2.7.4) Recommends: dleyna-server Description: Framework for discovering and browsing media - Plugins Grilo is a framework focused on making media discovery and browsing easy for application developers. . More precisely, Grilo provides: * A single, high-level API that abstracts the differences among various media content providers, allowing application developers to integrate content from various services and sources easily. * A collection of plugins for accessing content from various media providers. Developers can share efforts and code by writing plugins for the framework that are application agnostic. * A flexible API that allows plugin developers to write plugins of various kinds. . This package contains the set of plugins officially distributed with Grilo: * Apple Trailers * Blip.tv * Bookmarks * dLeyna * DMAP * Filesystem * Flickr * Freebox * Gravatar * Jamendo * Last.fm (for album art) * Local metadata (album art and thumbnails) * Lua Factory * Magnatune * Metadata Store * Optical Media * Pocket * Podcasts * Rai.tv * SHOUTcast * TMDb * Tracker * Vimeo * Youtube Homepage: http://live.gnome.org/Grilo Package: libgnome-bluetooth13 Status: install ok installed Priority: optional Section: libs Installed-Size: 526 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-bluetooth Version: 3.14.0-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.11.5), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libudev1 (>= 196) Description: GNOME Bluetooth tools - support library This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. . The libraries included provide support to gnome-bluetooth. Homepage: https://wiki.gnome.org/GnomeBluetooth Package: libfreerdp-primitives1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 258 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (primitives library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-primitives shared library. Homepage: http://www.freerdp.com/ Package: libjavascriptcoregtk-3.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 7262 Maintainer: Debian WebKit Maintainers Architecture: amd64 Multi-Arch: same Source: webkitgtk Version: 2.4.9-1~deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.36.0), libicu52 (>= 52~m1-1~), libstdc++6 (>= 4.8.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: JavaScript engine library from WebKitGTK+ JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK+ port of WebKit (API version 3.0). . This package contains the shared libraries. Homepage: http://webkitgtk.org/ Package: libloudmouth1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 120 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: loudmouth Version: 1.4.3-12 Depends: libasyncns0 (>= 0.3), libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libgnutls-deb0-28 (>= 3.2.10-0), libidn11 (>= 1.13) Description: Lightweight C Jabber library Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. Package: libnetpbm10 Status: install ok installed Priority: optional Section: libs Installed-Size: 190 Maintainer: Andreas Barth Architecture: amd64 Source: netpbm-free Version: 2:10.0-15.2 Depends: libc6 (>= 2.7) Description: Graphics conversion tools shared libraries This package contains the shared libraries used by netpbm. Homepage: http://netpbm.alioth.debian.org Package: libasound2-data Status: install ok installed Priority: optional Section: libs Installed-Size: 334 Maintainer: Debian ALSA Maintainers Architecture: all Multi-Arch: foreign Source: alsa-lib Version: 1.0.28-1 Replaces: libasound2 (<< 1.0.27-4) Suggests: alsa-utils Breaks: libasound2 (<< 1.0.27-4) Description: Configuration files and profiles for ALSA drivers This package contains configuration files for ALSA drivers and UCM profiles for use with alsaucm. . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Package: libkactivities6 Status: install ok installed Priority: optional Section: libs Installed-Size: 156 Maintainer: Debian/Ubuntu Qt/KDE Maintainers Architecture: amd64 Source: kactivities Version: 4:4.13.3-1 Depends: libc6 (>= 2.14), libkdecore5 (>= 4:4.11), libqt4-dbus (>= 4:4.6.1), libqtcore4 (>= 4:4.7.0~beta1), libstdc++6 (>= 4.1.1) Recommends: libkactivities-bin (= 4:4.13.3-1) Description: Activities library This library provides functionality for managing activities. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libservlet2.5-java Status: install ok installed Priority: optional Section: java Installed-Size: 352 Maintainer: Debian Java Maintainers Architecture: all Source: tomcat6 Version: 6.0.45+dfsg-1~deb8u1 Replaces: libservlet2.4-java (<= 5.5.33-1) Conflicts: libservlet2.4-java (<= 5.5.33-1) Description: Servlet 2.5 and JSP 2.1 Java API classes Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Java Servlet and JSP library. Homepage: http://tomcat.apache.org Package: libreoffice-math Status: install ok installed Priority: optional Section: editors Installed-Size: 1462 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Depends: fonts-opensymbol, libreoffice-core (= 1:4.3.3-2+deb8u7), libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), uno-libs3 (>= 4.1.0~alpha), ure Description: office productivity suite -- equation editor LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the equation editor component for LibreOffice. Homepage: http://www.libreoffice.org Package: xserver-xorg-video-openchrome Status: install ok installed Priority: optional Section: x11 Installed-Size: 523 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-openchrome (1:0.3.3-1) Version: 1:0.3.3-1+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), libdrm2 (>= 2.3.1), libx11-6 (>= 2:1.4.99.1), libxext6, libxv1, libxvmc1, xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- VIA display driver OpenChrome is a project for the development of free and open-source drivers for the VIA UniChrome video chipsets. . Originally called the 'snapshot' release, since it was a snapshot of an experimental branch of the unichrome cvs code, this is a continued development of the open source unichrome driver (from http://unichrome.sf.net) which also incorporates support for the unichrome-pro chipsets. . Support for hardware acceleration (XvMC) for all chipsets has subsequently been ripped out of the unichrome.sf.net driver. Therefore your only option if you wish to make use of the acceleration features of your VIA chip with free and open-source drivers is to use this version of the driver. Homepage: http://www.openchrome.org Package: libxshmfence1 Status: install ok installed Priority: optional Section: libs Installed-Size: 42 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxshmfence Version: 1.1-4 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: X shared memory fences - shared library This library provides an interface to shared-memory fences for synchronization between the X server and direct-rendering clients. . This package contains the xshmfence shared library. Package: xorg-sgml-doctools Status: install ok installed Priority: optional Section: x11 Installed-Size: 112 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Version: 1:1.11-1 Description: Common tools for building X.Org SGML documentation This package contains tools for building the X.Org SGML documentation. Currently it only includes various entity definitions for the current release. Package: x11proto-fixes-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 92 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-fixes Version: 1:5.0-2 Depends: x11proto-core-dev, x11proto-xext-dev (>= 7.0.99.1) Description: X11 Fixes extension wire protocol This package provides development headers describing the wire protocol for the Fixes extension, which contains a few small extensions to the X protocol, including a Region type. . More information about X.Org can be found at: . This package is built from the X.org fixesproto proto module. Package: iproute Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 16 Maintainer: Debian iproute2 Maintainers Architecture: all Source: iproute2 (3.16.0-2) Version: 1:3.16.0-2 Depends: iproute2 Description: transitional dummy package for iproute2 This is a transitional dummy package to get upgrading systems to install the iproute2 package. It can safely be removed once no other package depends on it. Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Package: emacsen-common Status: install ok installed Priority: optional Section: editors Installed-Size: 136 Maintainer: Rob Browning Architecture: all Version: 2.0.8 Conffiles: /etc/emacs/site-start.d/00debian-vars.el 01f95c4c108d6b5f20b31f0e9c2c6956 /etc/emacs/site-start.el 4198e6146b40acad33d18f049a84dd24 Description: Common facilities for all emacsen This package contains code that is needed by all the (x)emacs packages. It will be automatically installed when needed. Package: qt4-qmake Status: install ok installed Priority: optional Section: devel Installed-Size: 4285 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: Qt 4 qmake Makefile generator tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 4 qmake (qmake-qt4), a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. . Qt 4 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. . This package contains also these platform specifications. Homepage: http://qt-project.org/ Package: libao4 Status: install ok installed Priority: optional Section: libs Installed-Size: 143 Maintainer: Ron Lee Architecture: amd64 Source: libao Version: 1.1.0-3 Replaces: libao-pulse Depends: libc6 (>= 2.14), libao-common Suggests: libasound2, libaudio2, libesd0 | libesd-alsa0, libpulse0 Description: Cross Platform Audio Output Library Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports: . * Null output (handy for testing without a sound device) * WAV files * AU files * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) * esd (EsounD or Enlightened Sound Daemon) * and several others. Homepage: http://www.xiph.org/ao/ Package: network-manager-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 6720 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: network-manager-applet Version: 0.9.10.0-2 Depends: gconf-service, libc6 (>= 2.14), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgnome-keyring0 (>= 3.2.2-2~), libgtk-3-0 (>= 3.4), libmm-glib0 (>= 0.7.991), libnm-glib-vpn1 (>= 0.7.999), libnm-glib4 (>= 0.9.10.0), libnm-gtk0 (= 0.9.10.0-2), libnm-util2 (>= 0.9.10.0), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsecret-1-0 (>= 0.7), dconf-gsettings-backend | gsettings-backend, network-manager (>= 0.9.10), policykit-1-gnome, gnome-icon-theme, dbus-x11 Recommends: notification-daemon, gnome-keyring, mobile-broadband-provider-info, iso-codes Suggests: network-manager-openconnect-gnome, network-manager-openvpn-gnome, network-manager-vpnc-gnome, network-manager-pptp-gnome Conffiles: /etc/xdg/autostart/nm-applet.desktop d913bce98fb48c970f79ccddd35d0630 Description: network management framework (GNOME frontend) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a systray applet for GNOME's notification area but it also works for other desktop environments which provide a systray like KDE or Xfce. It displays the available networks and allows users to easily switch between them. For encrypted networks it will prompt the user for the key/passphrase and it can optionally store them in the gnome-keyring. Homepage: http://www.gnome.org/projects/NetworkManager/ Package: libsvn-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 4821 Maintainer: Peter Samuelson Architecture: amd64 Source: subversion Version: 1.8.10-6+deb8u4 Depends: perl (>= 5.20.2-3+deb8u4), perlapi-5.20.2, libapr1 (>= 1.2.7), libc6 (>= 2.14), libsvn1 (>= 1.8) Pre-Depends: multiarch-support Description: Perl bindings for Apache Subversion This is a set of Perl interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Perl script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Homepage: http://subversion.apache.org/ Package: gnome-video-effects Status: install ok installed Priority: optional Section: gnome Installed-Size: 181 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.4.1-2 Depends: gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad Suggests: gnome-video-effects-frei0r Description: GNOME Video Effects gnome-video-effects contains a collection of GStreamer effects to be used in GNOME. Homepage: https://wiki.gnome.org/GnomeVideoEffects Package: libcap2 Status: install ok installed Priority: standard Section: libs Installed-Size: 61 Maintainer: Christian Kastner Architecture: amd64 Multi-Arch: same Version: 1:2.24-8 Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: POSIX 1003.1e capabilities (library) Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . This package contains the shared library. Homepage: http://sites.google.com/site/fullycapable/ Package: libusbredirhost1 Status: install ok installed Priority: optional Section: libs Installed-Size: 78 Maintainer: Liang Guo Architecture: amd64 Multi-Arch: same Source: usbredir Version: 0.7-1 Depends: libc6 (>= 2.14), libusb-1.0-0 (>= 2:1.0.19), libusbredirparser1 (>= 0.6) Description: Implementing the usb-host (*) side of a usbredir connection (runtime) Usbredirhost is a library implementing the usb-host (*) side of a usbredir connection. All that an application wishing to implement an usb-host needs to do is: * Provide a libusb device handle for the device * Provide write and read callbacks for the actual transport of usbredir data * Monitor for usbredir and libusb read/write events and call their handlers . This package contains the runtime library. Homepage: http://www.spice-space.org/ Package: libusbredirparser1 Status: install ok installed Priority: optional Section: libs Installed-Size: 70 Maintainer: Liang Guo Architecture: amd64 Multi-Arch: same Source: usbredir Version: 0.7-1 Depends: libc6 (>= 2.14) Description: Parser for the usbredir protocol (runtime) Usbredirparse is a library containing the parser for the usbredir protocol. This package contains the runtime library. Homepage: http://www.spice-space.org/ Package: libclutter-1.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 2579 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: clutter-1.0 Version: 1.20.0-1 Description: Open GL based interactive canvas library (common files) Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package contains the common files, such as translations. Homepage: http://www.clutter-project.org/ Package: autogen Status: install ok installed Priority: optional Section: devel Installed-Size: 1155 Maintainer: Andreas Metzler Architecture: amd64 Multi-Arch: foreign Version: 1:5.18.4-3 Depends: guile-2.0-libs, libc6 (>= 2.14), libopts25 (>= 1:5.18.4), libxml2 (>= 2.7.4), libopts25-dev (= 1:5.18.4-3) Recommends: autogen-doc Description: automated text file generator AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. This is especially valuable if there are several blocks of such text that must be kept synchronized. . Included with AutoGen is a tool that virtually eliminates the hassle of processing options, keeping usage text up to date and so on. This tool allows you to specify several program attributes, innumerable options and option attributes, then it produces all the code necessary to parse and handle the command line and initialization file options. . This package contains the development tools. libopts25-dev contains the static libraries and header files. libopts25 contains the shared libraries. autogen-doc contains the PostScript and HTML documentation. Homepage: http://www.gnu.org/software/autogen/ Package: gvfs-bin Status: install ok installed Priority: optional Section: gnome Installed-Size: 493 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: gvfs Version: 1.22.2-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.0), gvfs-common (= 1.22.2-1) Suggests: gvfs Description: userspace virtual filesystem - binaries gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the support binaries. Homepage: https://wiki.gnome.org/Projects/gvfs Package: libgpg-error-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 220 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: libgpg-error Version: 1.17-3 Depends: libgpg-error0 (= 1.17-3), libc6 (>= 2.3.4) Description: library for common error values and messages in GnuPG components (development) Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. . This package contains the headers and other files needed to compile against this library. Homepage: http://www.gnupg.org/related_software/libgpg-error/ Package: libio-html-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 40 Maintainer: Debian Perl Group Architecture: all Version: 1.001-1 Depends: perl Description: open an HTML file with automatic charset detection IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard. Homepage: http://search.cpan.org/dist/IO-HTML/ Package: libqt5designercomponents5 Status: install ok installed Priority: optional Section: libs Installed-Size: 2614 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qttools-opensource-src Version: 5.3.2-3 Depends: libc6 (>= 2.14), libqt5core5a (>= 5.3.0), libqt5designer5 (>= 5.0.2), libqt5gui5 (>= 5.2.0), libqt5widgets5 (>= 5.2.0~rc1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 Designer components module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package includes components for the Qt 5 Designer module. Homepage: http://qt-project.org/ Package: qtmultimedia5-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 2235 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtmultimedia-opensource-src Version: 5.3.2-5 Description: Qt 5 multimedia documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 multimedia libraries. Homepage: https://qt-project.org/ Package: libkrb5-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 90 Maintainer: Sam Hartman Architecture: amd64 Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Replaces: krb5-multidev (<< 1.8+dfsg~alpha1-3) Depends: krb5-multidev (= 1.12.1+dfsg-19+deb8u2) Suggests: krb5-doc Conflicts: heimdal-dev Description: Headers and development libraries for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the symlinks, headers, and development libraries needed to compile and link programs that use the Kerberos libraries. Homepage: http://web.mit.edu/kerberos/ Package: python-wstools Status: install ok installed Priority: optional Section: python Installed-Size: 434 Maintainer: Cyril Bouthors Architecture: all Version: 0.4.3-2 Depends: python (>= 2.7), python (<< 2.8), python-docutils Description: WSDL parsing tools Python module A Python module with tools to parse WSDL files. Package: libgconf-2-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 560 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: gconf Version: 3.2.6-3 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.35.9), gconf2-common (= 3.2.6-3) Pre-Depends: multiarch-support Recommends: gconf-service Breaks: gconf2 (<< 3.2.3-2), libgconf2-4 (<< 3.2.3-2), libgconf2.0-cil (<< 2.24.2-3) Conflicts: libbonobo2-0 (<< 2.24) Description: GNOME configuration database system (shared libraries) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the shared libraries. Homepage: http://projects.gnome.org/gconf/ Package: libgdk-pixbuf2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 535 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gdk-pixbuf Version: 2.31.1-2+deb8u5 Replaces: libgtk2.0-0 (<< 2.21.3), libgtk2.0-bin (<< 2.21.3) Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.6), libjasper1, libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libx11-6, libgdk-pixbuf2.0-common (= 2.31.1-2+deb8u5) Pre-Depends: multiarch-support Breaks: libgtk2.0-0 (<< 2.21.3), libgtk2.0-bin (<< 2.21.3), librsvg2-2 (<< 2.26.3-2), libwmf0.2-7 (<< 0.2.8.4-7) Description: GDK Pixbuf library The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Homepage: http://www.gtk.org/ Package: libmono-system-security4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 308 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libmono-corlib4.5-cil (>= 3.2.8), libmono-security4.0-cil (>= 3.0.6), libmono-system-xml4.0-cil (>= 3.2.1), libmono-system4.0-cil (>= 3.2.8) Description: Mono System.Security library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono System.Security library for CLI 4.0. Homepage: http://www.mono-project.com/ Package: bsdutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 181 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: foreign Source: util-linux (2.25.2-6) Version: 1:2.25.2-6 Pre-Depends: libc6 (>= 2.15), libsystemd0 Recommends: bsdmainutils Description: basic utilities from 4.4BSD-Lite This package contains the bare minimum of BSD utilities needed for a Debian system: logger, renice, script, scriptreplay, and wall. The remaining standard BSD utilities are provided by bsdmainutils. Package: libkdeclarative5 Status: install ok installed Priority: optional Section: libs Installed-Size: 200 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libqt4-declarative (>= 4:4.8.0), libqt4-script (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: declarative library for plasma This library provides plasma bindings for Qt Quick . This package contains experimental software and should not be used in production environment . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libtext-unidecode-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 484 Maintainer: Debian Perl Group Architecture: all Version: 1.22-1 Depends: perl Description: Text::Unidecode -- US-ASCII transliterations of Unicode text It often happens that you have non-Roman text data in Unicode, but you can't display it -- usually because you're trying to show it to a user via an application that doesn't support Unicode, or because the fonts you need aren't accessible. You could represent the Unicode characters as "???????" or "\15BA\15A0\1610...", but that's nearly useless to the user who actually wants to read what the text says. . What Text::Unidecode provides is a function, unidecode(...) that takes Unicode data and tries to represent it in US-ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at transliteration -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example in the synopsis.) Homepage: http://search.cpan.org/dist/Text-Unidecode/ Package: libedata-book-1.2-20 Status: install ok installed Priority: optional Section: libs Installed-Size: 512 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.7), libebackend-1.2-7 (>= 3.7.90), libebook-contacts-1.2-0 (>= 3.12.5), libedataserver-1.2-18 (>= 3.12.9~), libglib2.0-0 (>= 2.36), libsqlite3-0 (>= 3.5.9) Description: Backend library for evolution address books Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution address book. Homepage: https://wiki.gnome.org/Apps/Evolution Package: whiptail Status: install ok installed Priority: important Section: utils Installed-Size: 54 Maintainer: Alastair McKinstry Architecture: amd64 Multi-Arch: foreign Source: newt (0.52.17-1) Version: 0.52.17-1+b1 Depends: libc6 (>= 2.14), libnewt0.52, libpopt0 (>= 1.14), libslang2 (>= 2.2.4) Conffiles: /etc/bash_completion.d/whiptail bcd454929e3a3107961ba3cb1a98c5f4 Description: Displays user-friendly dialog boxes from shell scripts Whiptail is a "dialog" replacement using newt instead of ncurses. It provides a method of displaying several different types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner. Homepage: https://fedorahosted.org/newt/ Package: libwayland-client0 Status: install ok installed Priority: optional Section: libs Installed-Size: 98 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: wayland Version: 1.6.0-2 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4) Pre-Depends: multiarch-support Conflicts: libwayland0 (<< 1.1.0-1) Description: wayland compositor infrastructure - client library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the client side of the Wayland protocol. Homepage: http://wayland.freedesktop.org/ Package: dash Essential: yes Status: install ok installed Priority: required Section: shells Installed-Size: 191 Maintainer: Gerrit Pape Architecture: amd64 Source: dash (0.5.7-4) Version: 0.5.7-4+b1 Depends: debianutils (>= 2.15), dpkg (>= 1.15.0) Pre-Depends: libc6 (>= 2.14) Description: POSIX-compliant shell The Debian Almquist Shell (dash) is a POSIX-compliant shell derived from ash. . Since it executes scripts faster than bash, and has fewer library dependencies (making it more robust against software or hardware failures), it is used as the default system shell on Debian systems. Homepage: http://gondor.apana.org.au/~herbert/dash/ Package: libfuse2 Status: install ok installed Priority: optional Section: libs Installed-Size: 339 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: fuse Version: 2.9.3-15+deb8u2 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Suggests: fuse Conflicts: fuse (<< 2.9.3-15+deb8u2) Description: Filesystem in Userspace (library) Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. . This package contains the shared library. Homepage: http://fuse.sourceforge.net/ Package: libasprintf0c2 Status: install ok installed Priority: standard Section: libs Installed-Size: 71 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: same Source: gettext Version: 0.19.3-2 Replaces: gettext-base (<< 0.18.1.1-6) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Breaks: gettext-base (<< 0.18.1.1-6) Description: GNU library to use fprintf and friends in C++ This package contains the libasprintf shared library which makes the C formatted output routines (fprintf et al.) usable in C++ programs, for use with the strings and the streams. Homepage: http://www.gnu.org/software/gettext/ Package: libbabl-0.1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 314 Maintainer: Matteo F. Vescovi Architecture: amd64 Multi-Arch: same Source: babl Version: 0.1.10-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Dynamic, any to any, pixel format conversion library Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl doesn't only help with existing pixel formats, but also facilitates creation of new and uncommon ones. Homepage: http://gegl.org/babl/ Package: python3-xdg Status: install ok installed Priority: optional Section: python Installed-Size: 183 Maintainer: Debian Python Modules Team Architecture: all Source: pyxdg Version: 0.25-4 Depends: python3:any (>= 3.3.2-2~) Description: Python 3 library to access freedesktop.org standards PyXDG contains implementations of freedesktop.org standards in Python: . * Base Directory Specification Version 0.6 * Menu Specification Version 1.0-draft1 * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 . This package contains the Python 3 version of the library. Homepage: http://www.freedesktop.org/wiki/Software/pyxdg Package: libclang-common-3.5-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10028 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-3.5 Version: 1:3.5-10 Depends: libllvm3.5 (= 1:3.5-10) Description: clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the clang generic headers and some libraries (profiling, etc). Homepage: http://www.llvm.org/ Package: linux-compiler-gcc-4.8-x86 Status: install ok installed Priority: optional Section: kernel Installed-Size: 351 Maintainer: Debian Kernel Team Architecture: amd64 Multi-Arch: foreign Source: linux Version: 3.16.43-2 Depends: gcc-4.8 Description: Compiler for Linux on x86 (meta-package) This package depends on gcc 4.8 of the appropriate architecture for Linux on amd64, i386 and x32. Homepage: https://www.kernel.org/ Package: coinor-libcbc3 Status: install ok installed Priority: extra Section: science Installed-Size: 2217 Maintainer: Debian Science Team Architecture: amd64 Source: coinor-cbc Version: 2.8.12-1 Depends: coinor-libcgl1, coinor-libclp1, coinor-libcoinutils3, coinor-libosi1, libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Description: Coin-or branch-and-cut mixed integer programming solver (shared libraries) Cbc (Coin-or branch and cut) is an open-source mixed integer programming solver written in C++. It can be used as a callable library or as a stand-alone executable. . This package contains the shared libraries. Homepage: https://projects.coin-or.org/Cbc Package: libqt4-help Status: install ok installed Priority: optional Section: libs Installed-Size: 795 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-network (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-sql (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 help module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtHelp module provides classes for integrating online documentation in applications. Homepage: http://qt-project.org/ Package: totem-common Status: install ok installed Priority: optional Section: video Installed-Size: 7126 Maintainer: Debian GNOME Maintainers Architecture: all Source: totem Version: 3.14.0-2 Depends: dconf-gsettings-backend | gsettings-backend Description: Data files for the Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains common data files and translations. Homepage: https://wiki.gnome.org/Apps/Videos Package: libcairo-gobject2 Status: install ok installed Priority: optional Section: libs Installed-Size: 343 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: cairo Version: 1.14.0-2.1+deb8u2 Depends: libc6 (>= 2.2.5), libcairo2 (>= 1.10.0), libglib2.0-0 (>= 2.14.0) Pre-Depends: multiarch-support Description: Cairo 2D vector graphics library (GObject library) Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the GObject library, providing wrapper GObject types for all cairo types. Homepage: http://cairographics.org/ Package: xkb-data Status: install ok installed Priority: extra Section: x11 Installed-Size: 5578 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: xkeyboard-config Version: 2.12-1 Breaks: libx11-6 (<< 2:1.4.3) Description: X Keyboard Extension (XKB) configuration data This package contains configuration data used by the X Keyboard Extension (XKB), which allows selection of keyboard layouts when using a graphical interface. . Every X11 vendor provides its own XKB data files, so keyboard layout designers have to send their layouts to several places. The xkeyboard-config project has been launched at FreeDesktop in order to provide a central repository that could be used by all vendors. Homepage: http://www.freedesktop.org/Software/XKeyboardConfig Package: libvlccore8 Status: install ok installed Priority: optional Section: libs Installed-Size: 1061 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: vlc Version: 2.2.5-1~deb8u1 Depends: libproxy-tools, vlc-data (= 2.2.5-1~deb8u1), libc6 (>= 2.15), libdbus-1-3 (>= 1.0.2), libidn11 (>= 1.13) Description: base library for VLC and its modules This package contains the shared library required by VLC modules and libvlc. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Homepage: http://www.videolan.org/vlc/ Package: qtchooser Status: install ok installed Priority: optional Section: libdevel Installed-Size: 92 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Version: 47-gd2b7997-2 Replaces: libqt4-dev-bin (<= 4:4.8.4+dfsg-1~), qdbus (<= 4:4.8.4+dfsg-1~), qt4-designer (<= 4:4.8.4+dfsg-1~), qt4-dev-tools (<= 4:4.8.4+dfsg-1~), qt4-linguist-tools (<= 4:4.8.4+dfsg-1~), qt4-qmake (<= 4:4.8.4+dfsg-1~), qt4-qmlviewer (<= 4:4.8.4+dfsg-1~), qt4-qtconfig (<= 4:4.8.4+dfsg-1~), qtcreator (<= 2.6.0) Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Breaks: libqt4-dev-bin (<= 4:4.8.4+dfsg-1~), qdbus (<= 4:4.8.4+dfsg-1~), qt4-designer (<= 4:4.8.4+dfsg-1~), qt4-dev-tools (<= 4:4.8.4+dfsg-1~), qt4-linguist-tools (<= 4:4.8.4+dfsg-1~), qt4-qmake (<= 4:4.8.4+dfsg-1~), qt4-qmlviewer (<= 4:4.8.4+dfsg-1~), qt4-qtconfig (<= 4:4.8.4+dfsg-1~), qtcreator (<= 2.6.0) Description: Wrapper to select between Qt development binary versions Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt Chooser provides a wrapper to switch between versions of Qt development binaries when multiple versions like 4 and 5 are installed or local Qt builds are to be used. . If you wish to use Qt development binaries with the default PATH and without special parameters, you need to additionally install either qt4-default or qt5-default package to provide the default configuration. Homepage: https://qt-project.org/ Package: libe-book-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 730 Maintainer: Rene Engelhard Architecture: amd64 Source: libe-book Version: 0.1.1-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), librevenge-0.0-0, libstdc++6 (>= 4.9), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: library for reading and converting various e-book formats libe-book is a library and a set of tools for reading and converting various non-HTML reflowable e-book formats. . Currently supported are: - eReader .pdb - FictionBook v. 2 (including zipped files) - PalmDoc Ebook - Plucker .pdb - QiOO (mobile format, for java-enabled cellphones) - TCR (simple compressed text format) - TealDoc - zTXT - ZVR (simple compressed text format) Homepage: http://www.freedesktop.org/wiki/Software/libe-book Package: libsasl2-modules-db Status: install ok installed Priority: standard Section: libs Installed-Size: 82 Maintainer: Debian Cyrus SASL Team Architecture: amd64 Multi-Arch: same Source: cyrus-sasl2 Version: 2.1.26.dfsg1-13+deb8u1 Replaces: libsasl2-2 (<< 2.1.26.dfsg1-2~), libsasl2-modules (<< 2.1.26.dfsg1-6~) Depends: libc6 (>= 2.14), libdb5.3 Breaks: libsasl2-2 (<< 2.1.26.dfsg1-2~) Description: Cyrus SASL - pluggable authentication modules (DB) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the DB plugin, which supports Berkeley DB lookups. Homepage: http://www.cyrusimap.org/ Package: libgbm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 4344 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Depends: libc6 (>= 2.17), libdrm-nouveau2 (>= 2.4.38), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.38), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.7), libglapi-mesa, libllvm3.5, libstdc++6 (>= 4.9), libwayland-client0 (>= 1.2.0), libwayland-server0 (>= 1.2.0), libudev1 Pre-Depends: multiarch-support Description: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Homepage: http://mesa3d.sourceforge.net/ Package: python-samba Status: install ok installed Priority: optional Section: python Installed-Size: 6889 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Provides: python2.7-samba Depends: python-ldb (>= 1.1.2~), python-tdb, python-ntdb, python-crypto, python (>= 2.7), python (<< 2.8), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.14), libldb1 (>= 0.9.21), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.16), python-talloc (>= 2.0.6), samba-libs (= 2:4.2.14+dfsg-0+deb8u6) Description: Python bindings for Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains Python bindings for most Samba libraries. Homepage: http://www.samba.org Package: liblogging-stdlog0 Status: install ok installed Priority: important Section: libs Installed-Size: 56 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: liblogging Version: 1.0.4-1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: easy to use and lightweight logging library Liblogging consists of several components with stdlog being the core component. Think of liblogging-stdlog as the next version of the syslog(3) API. It retains the simple semantics, but makes the API more sophisticated "behind the scenes" with better support for multiple threads and flexibility for different log destinations. . This package contains the shared library. Homepage: http://www.liblogging.org/ Package: python-gtk2 Status: install ok installed Priority: optional Section: python Installed-Size: 3309 Maintainer: Sebastien Bacher Architecture: amd64 Source: pygtk Version: 2.24.0-4 Depends: python (<< 2.8), python (>= 2.7), python-numpy (>= 1:1.8.0), python-numpy-abi9, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.21.4), libpangoft2-1.0-0 (>= 1.21.4), python-cairo (>= 1.0.2-1.1), python-gobject-2 (>= 2.21.3) Suggests: python-gtk2-doc Breaks: python-gtkglext1 (<< 1.1.0-7~) Description: Python bindings for the GTK+ widget set This archive contains modules that allow you to use GTK+ in Python programs. . This package is deprecated, you should migrate to using gobject-introspection (GIR) based python bindings instead (PyGObject). https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting Homepage: http://www.pygtk.org/ Package: libxcb-shm0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 47 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-shm0 (= 1.10-3+b1), libxcb1-dev Description: X C Binding, shm extension, development files This package contains the header and library files needed to build software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libxfreerdp-client1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 871 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.15), libfreerdp-cache1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-client1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-codec1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-common1.1.0 (>= 1.1.0~beta1+git20130629), libfreerdp-core1.1 (>= 1.1.0~git20140808.1.7b5cd86), libfreerdp-crypto1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-gdi1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-locale1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-primitives1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-rail1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libjpeg62-turbo (>= 1.3.1), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-crypto0.1 (>= 1.1.0~beta1+git20130629), libwinpr-dsparse0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-input0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-pool0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-rpc0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sspi0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6 (>= 2:1.2.99.901), libxcursor1 (>> 1.1.2), libxext6, libxi6 (>= 2:1.2.99.4), libxinerama1, libxkbfile1, libxrender1, libxv1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (xfreerdp-client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the xfreerdp-client shared library. Homepage: http://www.freerdp.com/ Package: libpst4 Status: install ok installed Priority: optional Section: libs Installed-Size: 226 Maintainer: Leo Costela Architecture: amd64 Multi-Arch: same Source: libpst Version: 0.6.59-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: library for reading Microsoft Outlook PST files Library for accessing data from Microsoft Outlook PST files. Homepage: http://www.five-ten-sg.com/libpst/ Package: libedata-cal-1.2-23 Status: install ok installed Priority: optional Section: libs Installed-Size: 390 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.4), libebackend-1.2-7 (>= 3.8.2), libecal-1.2-16 (>= 3.10.0), libedataserver-1.2-18 (>= 3.12.9~), libglib2.0-0 (>= 2.36), libical1a (>= 1.0) Description: Backend library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution calendar. Homepage: https://wiki.gnome.org/Apps/Evolution Package: tracker-extract Status: install ok installed Priority: optional Section: utils Installed-Size: 895 Maintainer: Michael Biebl Architecture: amd64 Source: tracker Version: 1.2.4-2 Depends: libarchive13, libc6 (>= 2.14), libcairo2 (>= 1.2.4), libflac8 (>= 1.3.0), libgif4 (>= 4.1.4), libglib2.0-0 (>= 2.38.0), libgsf-1-114 (>= 1.14.24), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgxps2 (>= 0.2.1), libjpeg62-turbo (>= 1.3.1), libmediaart-1.0-0 (>= 0.7), libmediaart-1.0-0 (<< 0.8), libpng12-0 (>= 1.2.13-4), libpoppler-glib8 (>= 0.18.0), libtiff5 (>= 4.0.3), libtotem-plparser18 (>= 3.10.0), libtracker-miner-1.0-0 (= 1.2.4-2), libtracker-sparql-1.0-0 (= 1.2.4-2), libvorbisfile3 (>= 1.1.2), libxml2 (>= 2.7.4), tracker (= 1.2.4-2) Conffiles: /etc/xdg/autostart/tracker-extract.desktop fec7f30f2ae8fee8a2401f2f6f810ee4 Description: metadata database, indexer and search tool - metadata extractors This package contains the metadata extractors. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: liblwp-protocol-https-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 6.06-2 Replaces: libwww-perl (<< 6.02) Depends: perl, ca-certificates, libio-socket-ssl-perl (>= 1.54), libnet-http-perl, libwww-perl (>= 6.05-2) Suggests: libcrypt-ssleay-perl Breaks: libwww-perl (<< 6.02) Description: HTTPS driver for LWP::UserAgent The LWP::Protocol::https module provides support for using HTTPS schemed URLs with LWP. LWP::Protocol::https is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. . If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one provided by ca-certificates. . This module used to be bundled with libwww-perl, but it was unbundled in v6.02 in order to be able to declare its dependencies properly for the CPAN tool-chain. Applications that need HTTPS support can just declare their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install. Homepage: https://metacpan.org/release/LWP-Protocol-https Package: linux-base Status: install ok installed Priority: optional Section: kernel Installed-Size: 139 Maintainer: Debian Kernel Team Architecture: all Multi-Arch: foreign Version: 3.5 Depends: libuuid-perl, debconf (>= 0.5) | debconf-2.0, util-linux (>= 2.16-1) | udev (<< 146-1) Description: Linux image base package This package contains files and support scripts for all Linux images. Package: libbluetooth3 Status: install ok installed Priority: optional Section: libs Installed-Size: 189 Maintainer: Debian Bluetooth Maintainers Architecture: amd64 Multi-Arch: same Source: bluez (5.23-2) Version: 5.23-2+b1 Replaces: libsdp2 (<= 1.5-2) Depends: libc6 (>= 2.15), libudev1 (>= 183) Pre-Depends: multiarch-support Conflicts: libsdp2 (<= 1.5-2) Description: Library to use the BlueZ Linux Bluetooth stack BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Homepage: http://www.bluez.org Package: libreoffice Status: install ok installed Priority: optional Section: metapackages Installed-Size: 156 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Version: 1:4.3.3-2+deb8u7 Depends: fonts-sil-gentium-basic, libreoffice-base, libreoffice-calc, libreoffice-core (= 1:4.3.3-2+deb8u7), libreoffice-draw, libreoffice-impress, libreoffice-math, libreoffice-report-builder-bin, libreoffice-writer, libreoffice-avmedia-backend-gstreamer | libreoffice-avmedia-backend-vlc, fonts-dejavu, libreoffice-java-common (>= 1:4.3.3~), python3-uno (>= 4.0~) | python-uno Recommends: fonts-liberation | ttf-mscorefonts-installer, libpaper-utils Suggests: cups-bsd, hunspell-dictionary, hyphen-hyphenation-patterns, iceweasel | firefox | icedove | thunderbird | iceape-browser | mozilla-browser, imagemagick | graphicsmagick-imagemagick-compat, libgl1, libreoffice-gnome | libreoffice-kde, libreoffice-grammarcheck, libreoffice-help-4.3, libreoffice-l10n-4.3, libsane, libxrender1, myspell-dictionary, mythes-thesaurus, openclipart-libreoffice, pstoedit, unixodbc, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad, gstreamer1.0-ffmpeg, default-jre | gcj-jre | openjdk-7-jre | openjdk-6-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, libreoffice-officebean Description: office productivity suite (metapackage) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This metapackage installs all components of libreoffice: * libreoffice-writer: Word processor * libreoffice-calc: Spreadsheet * libreoffice-impress: Presentation * libreoffice-draw: Drawing * libreoffice-base: Database * libreoffice-math: Equation editor . You can extend the functionality of LibreOffice by installing these packages: * hunspell-*/myspell-*: Hunspell/Myspell dictionaries for use with LibreOffice * libreoffice-l10n-*: UI interface translation * libreoffice-help-*: User help * mythes-*: Thesauri for the use with LibreOffice * hyphen-*: Hyphenation patterns for LibreOffice * libreoffice-gtk: Gtk UI Plugin, GNOME File Picker support, QuickStarter for GNOMEs notification are * libreoffice-gnome: GIO, GConf backend * libreoffice-kde: KDE UI Plugin and KDE File Picker support * unixodbc: ODBC database support * cups-bsd: Allows LibreOffice to detect your CUPS printer queues automatically * libsane: Use your sane-supported scanner with LibreOffice * libxrender1: Speed up display by using Xrender library * libgl1: OpenGL support * openclipart-libreoffice: Open Clip Art Gallery with LibreOffice index files * iceweasel | firefox | icedove | thunderbird | iceape-browser | mozilla-browser: Mozilla profile with Certificates needed for XML Security... * openjdk-6-jre | gcj-jre | java5-runtime: Java Runtime Environment for use with LibreOffice * pstoedit / imagemagick: helper tools for EPS thumbnails * gstreamer0.10-plugins-*: GStreamer plugins for use with LibreOffices media backend * libpaper-utils: papersize detection support via paperconf * bluez: Bluetooth support for Impress (slideshow remote control Homepage: http://www.libreoffice.org Package: ufraw-batch Status: install ok installed Priority: optional Section: graphics Installed-Size: 1222 Maintainer: Hubert Chathi Architecture: amd64 Source: ufraw Version: 0.20-2+deb8u1 Replaces: ufraw (<< 0.16-2) Depends: libbz2-1.0, libc6 (>= 2.15), libexiv2-13, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.35.9), libgomp1 (>= 4.9), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), liblensfun0 (>= 0.2.8), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.6), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.1.4) Suggests: ufraw Description: batch importer for raw camera images This is a command-line batch tool to import raw data from high-end digital cameras. . The Unidentified Flying Raw (UFRaw) is a utility for converting and manipulating raw images from digital cameras. It can be used as a stand-alone tool or as a Gimp plug-in, and images can be batch processed using the command-line interface. UFRaw reads most existing raw formats using Dave Coffin's raw conversion utility DCRaw, and it supports basic color management using Little CMS, allowing the user to apply color profiles. Homepage: http://ufraw.sourceforge.net/ Package: libebml4 Status: install ok installed Priority: optional Section: libs Installed-Size: 185 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libebml Version: 1.3.0-2+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Pre-Depends: multiarch-support Description: access library for the EBML format (shared library) The libebml library allows one to read and write files using EBML (the Extensible Binary Meta Language), a binary pendant to XML. Using libebml makes it easier to extend a file format without breaking support in older parsers. . This package contains the shared library needed to run applications that use libebml. Homepage: http://dl.matroska.org/downloads/libebml/ Package: virtuoso-opensource-6.1-common Status: install ok installed Priority: optional Section: database Installed-Size: 200 Maintainer: Debian Krap Maintainers Architecture: amd64 Source: virtuoso-opensource Version: 6.1.6+dfsg2-2 Depends: libc6 (>= 2.14), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Description: high-performance database - common files OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains files common to all versions of Virtuoso. Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/ Package: python3-six Status: install ok installed Priority: optional Section: python Installed-Size: 74 Maintainer: Colin Watson Architecture: all Multi-Arch: foreign Source: six Version: 1.8.0-1 Depends: python3:any (>= 3.3.2-2~) Description: Python 2 and 3 compatibility library (Python 3 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 3 module path. It is complemented by python-six. Homepage: http://pythonhosted.org/six/ Package: gdm3 Status: install ok installed Priority: optional Section: gnome Installed-Size: 5155 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-7 Replaces: gdm Provides: x-display-manager Depends: libaccountsservice0 (>= 0.6.8), libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libgdm1 (= 3.14.1-7), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libsystemd0, libwrap0 (>= 7.6-4~), libx11-6, libxau6, libxdmcp6, libxrandr2 (>= 2:1.2.99.3), dconf-gsettings-backend (>= 0.20), debconf (>= 0.5) | debconf-2.0, gir1.2-gdm3 (= 3.14.1-7), adduser, libpam-modules (>= 0.72-1), libpam-runtime (>= 0.76-13.1), libpam-systemd, gnome-session-bin (>= 3.10), gnome-settings-daemon (>= 3.2), gnome-shell (>= 3.10.1-2~), gnome-session | x-session-manager | x-window-manager | x-terminal-emulator, lsb-base (>= 3.2-14), librsvg2-common, accountsservice (>= 0.6.12), policykit-1 (>= 0.105-5~), gsettings-desktop-schemas, libglib2.0-bin (>= 2.35.0), dconf-cli (>= 0.20), ucf, x11-common (>= 1:7.6+11), x11-xserver-utils Recommends: zenity, xserver-xephyr, x11-xkb-utils, xserver-xorg, at-spi2-core, gnome-icon-theme, gnome-icon-theme-symbolic, desktop-base (>= 6) Suggests: libpam-gnome-keyring, gnome-orca Breaks: gnome-control-center (<< 3.0), gnome-orca (<< 2.30.0-2), gnome-panel (<< 3.0), gnome-screensaver (<< 2.17.7) Conflicts: gdm Conffiles: /etc/dbus-1/system.d/gdm.conf f933cfedf391dc3a45717709fa248a82 /etc/gdm3/Init/Default cf4415ad9808ef0096a8b7852ddea7ca /etc/gdm3/PostLogin/Default.sample ea12aa729c8c6c09ac7643f0dfba5726 /etc/gdm3/PostSession/Default faa25c6c7940f930d70538c673a39726 /etc/gdm3/PreSession/Default 230165e8c40035a23a4a053a98d32ea6 /etc/gdm3/Xsession dbf9042b211b1d62633fd87dac5e8fb1 /etc/gdm3/daemon.conf 17d97f334d6db21d1d174eae1b8b5e3e /etc/init.d/gdm3 9932c03664a6acd9f23afdbcf91478cb /etc/insserv.conf.d/gdm3 61c8ab53b1be0158ef1ac24492e4543a /etc/pam.d/gdm-autologin 70126016e7b25c50b3e10103558efd7a /etc/pam.d/gdm-launch-environment fbfa0ea0ed220b3fde6625d643d113e9 /etc/pam.d/gdm-password 1652dc1837660fd063f5f430c8609b7b Description: GNOME Display Manager GDM provides the equivalent of a "login:" prompt for X displays: it asks for a login and starts graphical sessions. . It supports multiple seats and switching between multiple users. . The greeter is based on the GNOME libraries and applications, and its look and design are the same as those of a GNOME session. Package: linux-kbuild-3.16 Status: install ok installed Priority: optional Section: kernel Installed-Size: 653 Maintainer: Debian Kernel Team Architecture: amd64 Multi-Arch: foreign Source: linux-tools Version: 3.16.7-ckt20-1 Depends: libc6 (>= 2.14) Description: Kbuild infrastructure for Linux 3.16 This package provides the kbuild infrastructure for the headers packages for Linux kernel version 3.16. Package: libfolks-eds25 Status: install ok installed Priority: optional Section: libs Installed-Size: 545 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: folks Version: 0.10.0-1 Depends: libc6 (>= 2.14), libebook-1.2-14 (>= 3.7.90), libebook-contacts-1.2-0 (>= 3.7.90), libedataserver-1.2-18 (>= 3.10.0), libfolks25 (= 0.10.0-1), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.38.2), evolution-data-server (>= 3.2.0) Pre-Depends: multiarch-support Recommends: folks-common (= 0.10.0-1) Description: Evolution-data-server backend for libfolks libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts. . This package contains the EDS backend for libfolks Homepage: https://wiki.gnome.org/Projects/Folks Package: libpangoxft-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 218 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.36.8-3 Replaces: libpango1.0-0 (<< 1.32.5-2) Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.22.0), libpangoft2-1.0-0 (>= 1.14.0), libx11-6, libxft2 (>> 2.1.1), libxrender1 Pre-Depends: multiarch-support Breaks: libpango1.0-0 (<< 1.32.5-2) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Package: gnupg Status: install ok installed Priority: important Section: utils Installed-Size: 4893 Maintainer: Debian GnuPG-Maintainers Architecture: amd64 Multi-Arch: foreign Version: 1.4.18-7+deb8u3 Depends: gpgv, libbz2-1.0, libc6 (>= 2.15), libreadline6 (>= 6.0), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4) Recommends: gnupg-curl, libldap-2.4-2 (>= 2.4.7) Suggests: gnupg-doc, libpcsclite1, parcimonie, xloadimage | imagemagick | eog Description: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . GnuPG 1.4 is the standalone, non-modularized series. In contrast to the version 2 series, shipped with the gnupg2 package, it comes with no support for S/MIME and some other tools useful for desktop environments, but also with less dependencies. . The gnupg package is built without libcurl. So it does not support HKPS keyservers. Install the gnupg-curl package if you want to use the keyserver helper tools built with libcurl and supporting HKPS. Homepage: http://www.gnupg.org Package: libaprutil1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 4545 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apr-util Version: 1.5.4-1 Depends: libaprutil1 (= 1.5.4-1), libldap2-dev, libexpat1-dev, libapr1-dev (>= 1.2.2-1) Description: Apache Portable Runtime Utility Library - Development Headers APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains development headers for APR util. Homepage: http://apr.apache.org/ Package: libsoup2.4-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 887 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libsoup2.4 Version: 2.48.0-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.90), libsqlite3-0 (>= 3.5.9), libxml2 (>= 2.7.4), glib-networking (>= 2.32.0) Pre-Depends: multiarch-support Description: HTTP library implementation in C -- Shared library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the shared library. Package: libopencv-features2d2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 683 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-core2.4, libopencv-flann2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-highgui2.4, libopencv-imgproc2.4 (= 2.4.9.1+dfsg-1+deb8u1), libsm6, libstdc++6 (>= 4.9), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision Feature Detection and Descriptor Extraction library This package contains the OpenCV (Open Computer Vision) Feature Detection and Descriptor Extraction runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: unzip Status: install ok installed Priority: optional Section: utils Installed-Size: 386 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Version: 6.0-16+deb8u3 Depends: libbz2-1.0, libc6 (>= 2.14) Suggests: zip Description: De-archiver for .zip files InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. . This version supports encryption. Homepage: http://www.info-zip.org/UnZip.html Package: libudisks2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 502 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: udisks2 Version: 2.1.3-5 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Description: GObject based library to access udisks2 The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This provides a convenience library for communicating with udisks2 from GObject based programs. Homepage: http://www.freedesktop.org/wiki/Software/udisks Package: libopencv-imgproc2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 2111 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-core2.4 (= 2.4.9.1+dfsg-1+deb8u1), libsm6, libstdc++6 (>= 4.1.1), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision Image Processing library This package contains the OpenCV (Open Computer Vision) Image Processing runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: linux-libc-dev Status: install ok installed Priority: optional Section: devel Installed-Size: 3403 Maintainer: Debian Kernel Team Architecture: amd64 Multi-Arch: same Source: linux Version: 3.16.43-2 Replaces: linux-kernel-headers Provides: linux-kernel-headers Conflicts: linux-kernel-headers Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers are used by the installed headers for GNU libc and other system libraries. Homepage: https://www.kernel.org/ Package: argyll-ref Status: install ok installed Priority: extra Section: graphics Installed-Size: 645 Maintainer: Jörg Frings-Fürst Architecture: all Source: argyll Version: 1.6.3-4 Replaces: argyll (<< 1.6.3-1) Pre-Depends: dpkg (>= 1.17.5) Breaks: argyll (<< 1.6.3-1) Description: Color Management System, calibrator and profiler (data files) Argyll is an experimental, open source, ICC compatible color management system. It supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays. . This package contains the data files for argyll. Homepage: http://www.argyllcms.com/ Package: perl-modules Status: install ok installed Priority: standard Section: perl Installed-Size: 15108 Maintainer: Niko Tyni Architecture: all Multi-Arch: foreign Source: perl Version: 5.20.2-3+deb8u6 Replaces: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpan-meta-perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl, libdigest-perl, libexperimental-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-spec-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libnet-perl, libnet-ping-perl, libpackage-constants-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcpan-meta-perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl, libdigest-perl, libexperimental-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-spec-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl Depends: perl-base (>= 5.20.2-3+deb8u6) Pre-Depends: dpkg (>= 1.17.17) Recommends: perl (>= 5.20.2-1), libarchive-extract-perl, libmodule-pluggable-perl, libpod-latex-perl, libterm-ui-perl, libtext-soundex-perl, libcgi-pm-perl, libmodule-build-perl, libpackage-constants-perl Suggests: libb-lint-perl, libcpanplus-dist-build-perl, libcpanplus-perl, libfile-checktree-perl, liblog-message-simple-perl, liblog-message-perl, libobject-accessor-perl Breaks: cli-common (<< 0.9+nmu1), libansicolor-perl (<< 4.02), libarchive-tar-perl (<< 1.96), libattribute-handlers-perl (<< 0.96), libautodie-perl (<< 2.23), libcgi-pm-perl (<< 3.65), libcpan-meta-perl (<< 2.140640), libcpan-meta-requirements-perl (<< 2.125), libcpan-meta-yaml-perl (<< 0.012), libdigest-perl (<< 1.17), libexperimental-perl (<< 0.007), libextutils-cbuilder-perl (<< 0.280217), libextutils-command-perl (<< 1.18), libextutils-install-perl (<< 1.67), libextutils-parsexs-perl (<< 3.240000), libfile-spec-perl (<< 3.4801), libhttp-tiny-perl (<< 0.043), libi18n-langtags-perl (<< 0.40), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27203), liblocale-codes-perl (<< 3.30), liblocale-maketext-perl (<< 1.25), liblocale-maketext-simple-perl (<< 0.21), libmath-bigint-perl (<< 1.9993), libmath-complex-perl (<< 1.59), libmodule-build-perl (<< 0.420500), libmodule-corelist-perl (<< 5.20150214), libmodule-load-conditional-perl (<< 0.62), libmodule-load-perl (<< 0.32), libmodule-metadata-perl (<< 1.000019), libnet-perl (<= 1:1.22), libnet-ping-perl (<< 2.43), libpackage-constants-perl (<< 0.04), libparams-check-perl (<< 0.38), libparent-perl (<< 0.228), libparse-cpan-meta-perl (<< 1.4414), libperl-ostype-perl (<< 1.007), libpod-escapes-perl (<< 1.06), libpod-parser-perl (<< 1.62), libpod-simple-perl (<< 3.28), libtest-harness-perl (<< 3.30), libtest-simple-perl (<< 1.001002), libthread-queue-perl (<< 3.05), libtime-local-perl (<< 1.2300), libunicode-collate-perl (<< 1.04), libversion-perl (<< 1:0.9909), libversion-requirements-perl (<< 0.101022), mono-apache-server2 (<< 3.8-2.1), mono-apache-server4 (<< 3.8-2.1), mono-fastcgi-server2 (<< 3.8-2.1), mono-fastcgi-server4 (<< 3.8-2.1), patcher (<< 0.0.20040521-6.1), pdl (<< 1:2.007-4), perl (<< 5.20.2~), podlators-perl (<< 2.3.1), polygen-data (<< 1.0.6.ds2-13.1), pristine-tar (<< 1.33), pure-ftpd-common (<< 1.0.36-3.2), rinse (<< 3.0.7), shorewall (<< 4.6.4.3-2), shorewall-core (<< 4.6.4.3-2), tvtime (<< 1.0.2-14) Conflicts: defoma (<< 0.11.12), mono-gac (<< 2.10.8.1-3) Conffiles: /etc/perl/sitecustomize.pl 5b3fc409c28ac6baf439b733046f0271 /etc/perl/Net/libnet.cfg fb2946cae573b8ed3d654a180d458733 Description: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules' directly, they should use `perl' (which depends on `perl-modules') instead. Homepage: http://dev.perl.org/perl5/ Package: libtiff5-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1030 Maintainer: Ondřej Surý Architecture: amd64 Multi-Arch: same Source: tiff Version: 4.0.3-12.3+deb8u3 Replaces: libtiff4-dev (<< 4.0.3-6~), libtiff5-alt-dev (<< 4.0.3-6~) Provides: libtiff-dev Depends: libtiff5 (= 4.0.3-12.3+deb8u3), libtiffxx5 (= 4.0.3-12.3+deb8u3), libc6-dev | libc-dev, zlib1g-dev, libjpeg-dev, libjbig-dev, liblzma-dev Conflicts: libtiff4-dev (<< 4.0.3-6~), libtiff5-alt-dev (<< 4.0.3-6~) Description: Tag Image File Format library (TIFF), development files libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the development files, static library, and header files. Homepage: http://libtiff.maptools.org Package: libtie-ixhash-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 1.23-1 Depends: perl Description: Perl module to order associative arrays Tie::IxHash implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary supplied order. The familiar perl array operations can also be performed on the IxHash. Homepage: https://metacpan.org/release/Tie-IxHash/ Package: mount Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 357 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: foreign Source: util-linux Version: 2.25.2-6 Pre-Depends: libc6 (>= 2.17), libmount1 (>= 2.25), libselinux1 (>= 2.0.15), libsmartcols1 (>= 2.25) Suggests: nfs-common (>= 1:1.1.0-13) Description: Tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands. Package: lightsoff Status: install ok installed Priority: optional Section: games Installed-Size: 6194 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1 Depends: libc6 (>= 2.4), libclutter-1.0-0 (>= 1.14.0), libclutter-gtk-1.0-0 (>= 1.5.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.9.12), dconf-gsettings-backend | gsettings-backend Recommends: yelp Description: Light puzzle game Puzzle where all lights have to be switched off. Homepage: https://wiki.gnome.org/Apps/Lightsoff Package: libgnomevfs2-common Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 5514 Maintainer: Josselin Mouette Architecture: all Multi-Arch: foreign Source: gnome-vfs Version: 1:2.24.4-6 Depends: gconf2 (>= 2.28.1-2), gnome-mime-data, shared-mime-info Conflicts: gnome-panel (<< 2.10.0), libgnomevfs2-0 (<< 2.12.2-4), libgnomevfs2-extra (<< 1:2.16.3-6) Conffiles: /etc/gnome-vfs-2.0/modules/default-modules.conf 9e000c342ab81598a412ed1d15976c45 Description: GNOME Virtual File System (common files) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains the documentation, data files and locales. Package: libhcrypto4-heimdal Status: install ok installed Priority: optional Section: libs Installed-Size: 295 Maintainer: Brian May Architecture: amd64 Multi-Arch: same Source: heimdal Version: 1.6~rc2+dfsg-9 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Description: Heimdal Kerberos - crypto library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the cryptographic library required for Heimdal. Homepage: http://www.h5l.org/ Package: iamerican Status: install ok installed Priority: optional Section: text Installed-Size: 244 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wamerican Description: American English dictionary for ispell (standard version) This package provides the standard, medium-sized American English dictionary, based on the americanmed+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wamerican word list package. . There are also -small, -large, -huge, and -insane versions of this dictionary, and there are ibritish* packages as well. . The package also suggests wamerican because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: xserver-xorg-video-neomagic Status: install ok installed Priority: optional Section: x11 Installed-Size: 84 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-neomagic (1:1.2.8-1) Version: 1:1.2.8-1+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- Neomagic display driver This package provides the driver for Neomagic MagicGraph chipsets, which are commonly found in laptops. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-neomagic driver module. Package: java-common Status: install ok installed Priority: optional Section: java Installed-Size: 292 Maintainer: Debian Java Mailing List Architecture: all Multi-Arch: foreign Version: 0.52 Suggests: default-jre, equivs Description: Base of all Java packages This package must be installed in the system if a Java environment is desired. It covers useful information for Java users in Debian GNU/Linux, including: * The Java policy document which describes the layout of Java support in Debian and how Java packages should behave. * The Debian-Java-FAQ which provides information on the status of Java support in Debian, available compilers, virtual machines, Java programs and libraries as well as on legal issues. * Information on how to create dummy packages to fulfill java2 requirements. Homepage: https://wiki.debian.org/Java/ Package: libgnomecanvas2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 302 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libgnomecanvas Version: 2.30.3-2 Depends: libart-2.0-2 (>= 2.3.19), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgail18 (>= 1.18.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglade2-0 (>= 1:2.6.4-2~), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.8.17), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libxml2 (>= 2.6.27), libgnomecanvas2-common (= 2.30.3-2) Pre-Depends: multiarch-support Description: powerful object-oriented display engine - runtime files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. Package: libfaad2 Status: install ok installed Priority: optional Section: libs Installed-Size: 325 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: faad2 Version: 2.7-8 Replaces: libfaad2-0 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Conflicts: libfaad2-0 Description: freeware Advanced Audio Decoder - runtime files FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. . This package contains the shared library. Homepage: http://www.audiocoding.com/ Package: libkate1 Status: install ok installed Priority: optional Section: libs Installed-Size: 126 Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Source: libkate Version: 0.4.1-4 Depends: libc6 (>= 2.14) Description: Codec for karaoke and text encapsulation Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . libkate provides an API for the encoding and decoding of kate files. Homepage: http://code.google.com/p/libkate/ Package: liblouis2 Status: install ok installed Priority: extra Section: libs Installed-Size: 163 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: liblouis Version: 2.5.3-3 Depends: libc6 (>= 2.14), liblouis-data Pre-Depends: multiarch-support Description: Braille translation library - shared libs Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains shared libraries. Homepage: http://code.google.com/p/liblouis/ Package: libx11-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 1561 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libx11 Version: 2:1.6.2-3 Depends: libc6 (>= 2.15), libxcb1 (>= 1.2), libx11-data Pre-Depends: multiarch-support Description: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: hoichess Status: install ok installed Priority: optional Section: games Installed-Size: 562 Maintainer: Oliver Korff Architecture: amd64 Version: 0.10.3-6.1 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Recommends: xboard (>= 4.2.7-1) | scid Description: xboard compatible chess engine to play chess with chess engine compatible with xboard, but may also be used stand-alone, via terminal. Hoichess is written in C++ for GNU/Linux systems, but should work on most other Unix like systems. It provides also a xiangqi ("Chinese chess") playing program. Package: libsasl2-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 171 Maintainer: Debian Cyrus SASL Team Architecture: amd64 Multi-Arch: same Source: cyrus-sasl2 Version: 2.1.26.dfsg1-13+deb8u1 Replaces: libsasl2 Depends: libc6 (>= 2.15), libsasl2-modules-db (>= 2.1.26.dfsg1-13+deb8u1) Pre-Depends: multiarch-support Recommends: libsasl2-modules (>= 2.1.26.dfsg1-13+deb8u1) Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3) Description: Cyrus SASL - authentication abstraction library This is the Cyrus SASL API implementation, version 2.1. . SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. See RFC 2222 for more information. . Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. Homepage: http://www.cyrusimap.org/ Package: libqt5test5 Status: install ok installed Priority: optional Section: libs Installed-Size: 246 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: Qt 5 test module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtTest module provides classes for unit testing Qt applications and libraries. Homepage: http://qt-project.org/ Package: libxdamage-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 21 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxdamage (1:1.1.4-2) Version: 1:1.1.4-2+b1 Depends: libxdamage1 (= 1:1.1.4-2+b1), libx11-dev, libxfixes-dev, x11proto-damage-dev (>= 1.1) Description: X11 damaged region extension library (development headers) libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . This package contains the development headers for the library found in libxdamage1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Package: libflac-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 697 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: flac Version: 1.3.0-3 Depends: libflac8 (= 1.3.0-3), libogg-dev Description: Free Lossless Audio Codec - C development library FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of: . * The stream format * libFLAC, which implements a reference encoder, stream decoder, and file decoder * flac, which is a command-line wrapper around libFLAC to encode and decode .flac files * Input plugins for various music players (Winamp, XMMS, and more in the works) . This package contains the development library libFLAC. Homepage: http://xiph.org/flac/ Package: libflac8 Status: install ok installed Priority: optional Section: libs Installed-Size: 248 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: flac Version: 1.3.0-3 Depends: libc6 (>= 2.14), libogg0 (>= 1.0rc3) Pre-Depends: multiarch-support Description: Free Lossless Audio Codec - runtime C library FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of: . * The stream format * libFLAC, which implements a reference encoder, stream decoder, and file decoder * flac, which is a command-line wrapper around libFLAC to encode and decode .flac files * Input plugins for various music players (Winamp, XMMS, and more in the works) . This package contains the runtime library libFLAC. Homepage: http://xiph.org/flac/ Package: libxml2-utils Status: install ok installed Priority: optional Section: text Installed-Size: 149 Maintainer: Debian XML/SGML Group Architecture: amd64 Multi-Arch: foreign Source: libxml2 Version: 2.9.1+dfsg1-5+deb8u4 Depends: libc6 (>= 2.14), libxml2 (>= 2.9.0) Description: XML utilities XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files. Homepage: http://xmlsoft.org/ Package: libmediaart-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: libmediaart Version: 0.7.0-2 Depends: libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Description: media art extraction and cache management library Libmediaart is a library tasked with managing, extracting and handling media art caches. . This package contains the shared library. Homepage: https://wiki.gnome.org/MediaArtStorageSpec Package: libev-perl Status: install ok installed Priority: extra Section: perl Installed-Size: 625 Maintainer: Debian Perl Group Architecture: amd64 Version: 4.18-1 Depends: perl (>= 5.20.0-6), perlapi-5.20.0, libc6 (>= 2.17), libcommon-sense-perl Description: Perl interface to libev, the high performance event loop EV provides a Perl interface to libev, a high performance and full-featured event loop that is loosely modelled after libevent. . It includes relative timers, absolute timers with customized rescheduling, synchronous signals, process status change events, event watchers dealing with the event loop itself, file watchers, and even limited support for fork events. . It uses a priority queue to manage timers and uses arrays as fundamental data structure. It has no artificial limitations on the number of watchers waiting for the same event. Homepage: https://metacpan.org/release/EV Package: libgnomevfs2-extra Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 481 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: gnome-vfs (1:2.24.4-6) Version: 1:2.24.4-6+b1 Depends: gconf-service, libbz2-1.0, libc6 (>= 2.14), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.31.8), libgnomevfs2-0 (>= 1:2.17.90), libgssapi-krb5-2 (>= 1.10+dfsg~), libxml2 (>= 2.7.4), libgnomevfs2-common (= 1:2.24.4-6) Conflicts: libgnomevfs2-0 (<< 1:2.16.0-1), libgnomevfs2-common (<< 2.12.2-7) Conffiles: /etc/gnome-vfs-2.0/modules/extra-modules.conf 4fffe1b6e7d94459353e54879cab92d6 Description: GNOME Virtual File System (extra modules) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains extra VFS modules for the GNOME Virtual File System. It includes: * the bzip2 module; * the ftp module; * the http module (which also includes support for WebDAV). Package: libwinpr-thread0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 240 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.4), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (thread library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-thread shared library. Homepage: http://www.freerdp.com/ Package: libreoffice-report-builder-bin Status: install ok installed Priority: optional Section: misc Installed-Size: 3525 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Depends: libreoffice-base, libreoffice-core, libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 4.1.0~alpha), ure Description: LibreOffice component for building database reports -- libraries LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some architecture-dependent support libraries (librpt*.so) for the report builder component. Homepage: http://www.libreoffice.org Package: gnome-terminal-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 7136 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-terminal Version: 3.14.1-1+deb8u1 Recommends: gnome-terminal Description: Data files for the GNOME terminal emulator GNOME Terminal is a terminal emulation application that you can use to perform the following actions: - Access a UNIX shell in the GNOME environment. - Run any application that is designed to run on VT102, VT220, and xterm terminals. . This package contains data, help files and localization settings for gnome-terminal, the GNOME terminal emulator application. Package: libdbus-glib2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 56 Maintainer: Debian CLI Libraries Team Architecture: all Source: dbus-sharp-glib Version: 0.6.0-1 Depends: cli-common (>= 0.5.1), libdbus2.0-cil (>= 0.8), libglib2.0-0 (>= 2.36.4), libmono-corlib4.5-cil (>= 1.0) Description: CLI implementation of D-Bus (GLib mainloop integration) dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). . D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides integration into the GLib mainloop and contains the dbus-sharp-glib library itself. Homepage: http://github.com/mono/dbus-sharp-glib Package: dns-root-data Status: install ok installed Priority: optional Section: misc Installed-Size: 70 Maintainer: Ondřej Surý Architecture: all Version: 2014060201+2 Description: DNS root data including root zone and DNSSEC key This package contains various root zone related data as published by IANA to be used by various DNS software as a common source of DNS root zone data, namely: . * Root Hints (root.hints) * Root Trust Anchors (root.key, root.ds) Homepage: https://data.iana.org/root-anchors/ Package: libnatpmp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Thomas Goirand Architecture: amd64 Source: libnatpmp Version: 20110808-3 Depends: libc6 (>= 2.7) Suggests: natpmp-utils, minissdpd Description: portable and fully compliant implementation of NAT-PMP NAT-PMP is the direct concurrent to the UPnP IGD specification. It is providing a way to do NAT traversal. It is part of the Bonjour protocol specifications. At the moment it is mainly supported by Apple software and hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or (Open)Solaris Router, you should have a look at MiniUPnPd which is supporting NAT-PMP in addition to UPnP since December 2007 ! . libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol NAT-PMP for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. . This package contains the shared library. Homepage: http://miniupnp.free.fr/ Package: libwps-0.3-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 993 Maintainer: Rene Engelhard Architecture: amd64 Source: libwps Version: 0.3.0-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), librevenge-0.0-0, libstdc++6 (>= 4.9) Description: Works text file format import filter library (shared library) libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains the shared library. Package: libgl1-mesa-dri Status: install ok installed Priority: optional Section: libs Installed-Size: 13461 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libgl1-mesa-dri-experimental (<< 7.11.1), xlibmesa-dri (<< 1:7.0.0) Depends: libc6 (>= 2.17), libdrm-intel1 (>= 2.4.48), libdrm-nouveau2 (>= 2.4.38), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.38), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.7), libllvm3.5, libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Recommends: libtxc-dxtn-s2tc0 | libtxc-dxtn0 Breaks: libgl1-mesa-dri-experimental (<< 7.11.1), libgl1-mesa-glx (<< 7.10.2-4), libgl1-mesa-glx-no-multiarch, xserver-xorg-core (<< 2:1.14.3-5), xserver-xorg-core-no-multiarch Conflicts: xlibmesa-dri (<< 1:7.0.0) Conffiles: /etc/drirc 4c85301b21785034745233dd43e6036e Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Homepage: http://mesa3d.sourceforge.net/ Package: apache2-bin Status: install ok installed Priority: optional Section: httpd Installed-Size: 3713 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.10-10+deb8u8 Replaces: apache2-mpm-event (<< 2.3~), apache2-mpm-itk (<< 2.3~), apache2-mpm-prefork (<< 2.3~), apache2-mpm-worker (<< 2.3~), apache2.2-bin (<< 2.3~), apache2.2-common (<< 2.3~), libapache2-mod-macro (<< 1:2.4.6-1~), libapache2-mod-proxy-html (<< 1:2.4.4-2~) Provides: apache2-api-20120211 Depends: libapr1 (>= 1.5.0), libaprutil1 (>= 1.5.0), libaprutil1-dbd-sqlite3 | libaprutil1-dbd-mysql | libaprutil1-dbd-odbc | libaprutil1-dbd-pgsql | libaprutil1-dbd-freetds, libaprutil1-ldap, libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), liblua5.1-0, libpcre3 (>= 1:8.35), libssl1.0.0 (>= 1.0.1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), perl Suggests: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom Breaks: libapache2-mod-macro (<< 1:2.4.6-1~), libapache2-mod-proxy-html (<< 1:2.4.4-2~) Conflicts: apache2.2-bin (<< 2.3~), apache2.2-common (<< 2.3~) Description: Apache HTTP Server (modules and other binary files) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains the binaries only and does not set up a working web-server instance. Install the "apache2" package to get a fully working instance. Homepage: http://httpd.apache.org/ Package: libsystemd0 Status: install ok installed Priority: optional Section: libs Installed-Size: 183 Maintainer: Debian systemd Maintainers Architecture: amd64 Multi-Arch: same Source: systemd Version: 215-17+deb8u7 Pre-Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), liblzma5 (>= 5.1.1alpha+20120614), multiarch-support Description: systemd utility library The libsystemd0 library provides interfaces to various systemd components. Homepage: http://www.freedesktop.org/wiki/Software/systemd Package: genisoimage Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 1514 Maintainer: Joerg Jaspert Architecture: amd64 Source: cdrkit Version: 9:1.1.11-3 Replaces: mkisofs (<< 9:1.0) Depends: libbz2-1.0, libc6 (>= 2.14), libmagic1 (>= 5.12), zlib1g (>= 1:1.1.4) Suggests: wodim, cdrkit-doc Conflicts: mkhybrid, mkisofs (<< 9:1.0) Description: Creates ISO-9660 CD-ROM filesystem images genisoimage is a pre-mastering program for creating ISO-9660 CD-ROM filesystem images, which can then be written to CD or DVD media using the wodim program. genisoimage includes support for making bootable "El Torito" CDs, as well as CDs with support for the Macintosh HFS filesystem. . The package also includes extra tools useful for working with ISO images: * mkzftree - create ISO-9660 image with compressed contents * dirsplit - easily separate large directory contents into disks of predefined size * geteltorito - extract an El Torito boot image from a CD image . Please install cdrkit-doc if you want most of the documentation and README files. Package: dbus-x11 Status: install ok installed Priority: optional Section: x11 Installed-Size: 102 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: foreign Source: dbus Version: 1.8.22-0+deb8u1 Depends: libc6 (>= 2.15), libx11-6, dbus Breaks: x11-common (<< 1:7.5+4) Conffiles: /etc/X11/Xsession.d/75dbus_dbus-launch 75fd37a1791965dab99121373d918516 Description: simple interprocess messaging system (X11 deps) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the dbus-launch utility which is necessary for packages using a D-Bus session bus. . See the dbus description for more information about D-Bus in general. Homepage: http://dbus.freedesktop.org/ Package: libevdocument3-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1281 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: evince Version: 3.14.1-2+deb8u1 Replaces: libevince3-3 Depends: libarchive13, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libdjvulibre21 (>= 3.5.25.4), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13), libgxps2 (>= 0.2.1), libkpathsea6, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpoppler-glib8 (>= 0.24.0), libspectre1 (>= 0.2.3), libstdc++6 (>= 4.1.1), libtiff5 (>= 4.0.3), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Breaks: libevince3-3 Description: Document (PostScript, PDF) rendering library This package contains libevdocument, which performs the rendering of the documents. . It ships with a ps, pdf, dvi, tiff, djvu, comics and xps backend. Homepage: https://wiki.gnome.org/Apps/Evince Package: acpi Status: install ok installed Priority: optional Section: utils Installed-Size: 71 Maintainer: Debian Acpi Team Architecture: amd64 Version: 1.7-1 Depends: libc6 (>= 2.7) Description: displays information on ACPI devices Attempts to replicate the functionality of the 'old' apm command on ACPI systems, including battery and thermal information. Does not support ACPI suspending, only displays information about ACPI devices. Homepage: http://sourceforge.net/projects/acpiclient Package: u-boot-tools Status: install ok installed Priority: optional Section: admin Installed-Size: 227 Maintainer: Vagrant Cascadian Architecture: amd64 Multi-Arch: foreign Source: u-boot Version: 2014.10+dfsg1-5 Replaces: u-boot (<< 2010.12-2), uboot-envtools (<< 20081215-3~), uboot-mkimage (<= 0.4build1) Depends: libc6 (>= 2.14) Breaks: u-boot (<< 2010.12-2), uboot-envtools (<< 20081215-3~), uboot-mkimage (<= 0.4build1) Description: companion tools for Das U-Boot bootloader This package includes the mkimage program, which allows generation of U-Boot images in various formats, and the fw_printenv and fw_setenv programs to read and modify U-Boot's environment. Homepage: http://www.denx.de/wiki/U-Boot/ Package: gnome-getting-started-docs Status: install ok installed Priority: optional Section: doc Installed-Size: 178724 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.14.1-1 Depends: gnome-user-guide, yelp Description: Help a new user get started in GNOME GNOME getting started docs contains a intuitive 'Getting Started' guide (with video guides), that can be viewed with Yelp. It is normally used together with gnome-initial-setup, but is also very useful as tutorial and 'users guide' for new (or not experienced) users. Homepage: https://git.gnome.org/browse/gnome-getting-started-docs/ Package: libtelepathy-logger3 Status: install ok installed Priority: optional Section: libs Installed-Size: 286 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: telepathy-logger Version: 0.8.1-1 Replaces: libtelepathy-logger2 (= 0.6.0-1) Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9), libtelepathy-glib0 (>= 0.19.2), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Breaks: libtelepathy-logger2 (= 0.6.0-1) Description: Telepathy logger service - utility library This package contains a utility library to access Telepathy log files . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: http://telepathy.freedesktop.org/wiki/ Package: libdpkg-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 2211 Origin: debian Maintainer: Dpkg Developers Bugs: debbugs://bugs.debian.org Architecture: all Multi-Arch: foreign Source: dpkg Version: 1.17.27 Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6) Depends: dpkg (>= 1.15.8), perl, libtimedate-perl Recommends: libfile-fcntllock-perl, bzip2, xz-utils Suggests: debian-keyring, gnupg | gnupg2, gpgv | gpgv2, gcc | c-compiler, binutils, patch Breaks: dpkg-dev (<< 1.15.6), patch (<< 2.7) Description: Dpkg perl modules This package provides the perl modules used by the scripts in dpkg-dev. They cover a wide range of functionality. Among them there are the following public modules: . - Dpkg: core variables - Dpkg::BuildFlags: set, modify and query compilation build flags - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS - Dpkg::BuildProfile: parse and manipulate build profiles - Dpkg::Changelog: parse Debian changelogs - Dpkg::Checksums: generate and parse checksums - Dpkg::Compression::Process: wrapper around compression tools - Dpkg::Compression::FileHandle: transparently (de)compress files - Dpkg::Conf: parse dpkg configuration files - Dpkg::Control: parse and manipulate Debian control information (.dsc, .changes, Packages/Sources entries, etc.) - Dpkg::Deps: parse and manipulate dependencies - Dpkg::Exit: push, pop and run exit handlers - Dpkg::Gettext: wrapper around Locale::gettext - Dpkg::IPC: spawn sub-processes and feed/retrieve data - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for example) - Dpkg::Interface::Storable: base object serializer - Dpkg::Path: common path handling functions - Dpkg::Source::Package: extract Debian source packages - Dpkg::Substvars: substitute variables in strings - Dpkg::Vendor: identify current distribution vendor - Dpkg::Version: parse and manipulate Debian package versions . All the packages listed in Suggests or Recommends are used by some of the modules. Homepage: https://wiki.debian.org/Teams/Dpkg Package: uuid-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 116 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.25.2-6 Replaces: e2fslibs-dev (<< 1.15) Depends: libc6-dev | libc-dev, libuuid1 (= 2.25.2-6) Description: universally unique id library - headers and static libraries libuuid generates and parses 128-bit universally unique ids (UUIDs). See RFC 4122 for more information. . This package contains the development environment for the uuid library. Package: libtinfo-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 420 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: ncurses (5.9+20140913-1) Version: 5.9+20140913-1+b1 Replaces: libncurses5-dev (<< 5.9-3) Depends: libtinfo5 (= 5.9+20140913-1+b1) Breaks: binutils-gold (<< 2.21.53.20110910) Description: developer's library for the low-level terminfo library The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the static library and symbolic link that developers using the low-level terminfo library will need. Packages should not build-depend on this package. Homepage: http://invisible-island.net/ncurses/ Package: qtquickcontrols5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 1128 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtquickcontrols-opensource-src Version: 5.3.2-2 Replaces: qtdeclarative5-doc (<< 5.3.0~) Breaks: qtdeclarative5-doc (<< 5.3.0~) Description: Qt 5 Quick Controls documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Quick Controls module. Homepage: http://qt-project.org/ Package: keyutils Status: install ok installed Priority: optional Section: admin Installed-Size: 167 Maintainer: Christian Kastner Architecture: amd64 Source: keyutils (1.5.9-5) Version: 1.5.9-5+b1 Depends: libc6 (>= 2.15), libkeyutils1 (>= 1.5.9) Conffiles: /etc/request-key.conf bf33ebef2dd99b739d06c67976d549fd Description: Linux Key Management Utilities Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. Homepage: http://people.redhat.com/~dhowells/keyutils/ Package: grub2-common Status: install ok installed Priority: optional Section: admin Installed-Size: 1075 Maintainer: GRUB Maintainers Architecture: amd64 Multi-Arch: foreign Source: grub2 Version: 2.02~beta2-22+deb8u1 Replaces: grub, grub-common (<< 1.99-1), grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-legacy, grub-linuxbios (<< 1.99-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4) Depends: grub-common (= 2.02~beta2-22+deb8u1), dpkg (>= 1.15.4) | install-info, libc6 (>= 2.3), libdevmapper1.02.1 (>= 2:1.02.36), liblzma5 (>= 5.1.1alpha+20120614) Conflicts: grub (<< 0.97-54), grub-doc (<< 0.97-32), grub-legacy, grub-legacy-doc (<< 0.97-59) Description: GRand Unified Bootloader (common files for version 2) This package contains common files shared by the distinct flavours of GRUB. The files in this package are specific to GRUB 2, and would break GRUB Legacy if installed on the same system. Homepage: http://www.gnu.org/software/grub/ Package: libpsl0 Status: install ok installed Priority: optional Section: libs Installed-Size: 510 Maintainer: Tim Rühsen Architecture: amd64 Multi-Arch: same Source: libpsl Version: 0.5.1-1 Depends: libc6 (>= 2.8), libicu52 (>= 52~m1-1~) Description: Library for Public Suffix List (shared libraries) Libpsl allows checking domains against the Public Suffix List, It can be used to avoid privacy-leaking 'super-cookies', 'super domain' certificates, for domain highlighting purposes sorting domain lists by site and more. . This package contains runtime libraries. Homepage: https://github.com/rockdaboot/libpsl Package: tcl Status: install ok installed Priority: optional Section: interpreters Installed-Size: 7 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: foreign Source: tcltk-defaults Version: 8.6.0+8 Provides: tclsh Depends: tcl8.6 (>= 8.6.0-2) Breaks: tcl8.3 (<< 8.3.5-15), tcl8.4 (<< 8.4.20-2), tcl8.5 (<< 8.5.14-3), tcl8.6 (<< 8.6.0-2) Description: Tool Command Language (default version) - shell Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. . This package is a dependency package, which depends on Debian's default Tcl version (currently 8.6). Package: whois Status: install ok installed Priority: standard Section: net Installed-Size: 209 Maintainer: Marco d'Itri Architecture: amd64 Version: 5.2.7 Depends: libc6 (>= 2.15), libidn11 (>= 1.13) Description: intelligent WHOIS client This package provides a commandline client for the WHOIS (RFC 3912) protocol, which queries online servers for information such as contact details for domains and IP address assignments. It can intelligently select the appropriate WHOIS server for most queries. . The package also contains mkpasswd, a features-rich front end to the password encryption function crypt(3). Package: libasound2-plugins Status: install ok installed Priority: optional Section: libs Installed-Size: 260 Maintainer: Debian ALSA Maintainers Architecture: amd64 Multi-Arch: same Source: alsa-plugins (1.0.28-1) Version: 1.0.28-1+b1 Depends: libasound2 (>= 1.0.27), libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11~beta1), libavresample2 (>= 6:11~beta1), libavutil54 (>= 6:11~beta1), libc6 (>= 2.15), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libpulse0 (>= 0.99.1), libsamplerate0 (>= 0.1.7), libspeexdsp1 (>= 1.2~beta3.2-1) Pre-Depends: multiarch-support Description: ALSA library additional plugins This package contains plugins for the ALSA library that are not included in the main libasound2 package. . The following plugins are included, among other: - a52: S16 to A52 stream converter - jack: play or capture via JACK - oss: run native ALSA apps on OSS drivers - pulse: play or capture via Pulse Audio - lavcrate, samplerate and speexrate: rate converters - upmix and vdownmix: convert from/to 2 and 4/6 channel streams . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Package: libgphoto2-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 3667 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: libgphoto2 (2.5.4-1.1) Version: 2.5.4-1.1+b2 Depends: libc6 (>= 2.15), libexif12 (>= 0.6.21-1~), libgd3 (>= 2.1.0~alpha~), libgphoto2-port10 (>= 2.5.2), libjpeg62-turbo (>= 1:1.3.1), libltdl7 (>= 2.4.2), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Recommends: udev (>= 201), libgphoto2-l10n (>= 2.5.4-1.1) Suggests: gphoto2 (>= 2.1.1) Breaks: gphoto2 (<= 2.1.1) Description: gphoto2 digital camera library The gphoto2 library can be used by applications to access various digital camera models, via standard protocols such as USB Mass Storage and PTP, or vendor-specific protocols. . This package contains the library. . The gphoto2 command-line frontend is shipped separately, in the gphoto2 package. Homepage: http://www.gphoto.org/proj/libgphoto2/ Package: libc6 Status: install ok installed Priority: required Section: libs Installed-Size: 10229 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: same Source: glibc Version: 2.19-18+deb8u9 Replaces: libc6-amd64 Depends: libgcc1 Suggests: glibc-doc, debconf | debconf-2.0, locales Breaks: hurd (<< 1:0.5.git20140203-1), libtirpc1 (<< 0.2.3), locales (<< 2.19), locales-all (<< 2.19), lsb-core (<= 3.2-27), nscd (<< 2.19) Conflicts: prelink (<= 0.0.20090311-1), tzdata (<< 2007k-1), tzdata-etch Conffiles: /etc/ld.so.conf.d/x86_64-linux-gnu.conf 593ad12389ab2b6f952e7ede67b8fbbf Description: GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Homepage: http://www.gnu.org/software/libc/libc.html Package: libao-common Status: install ok installed Priority: optional Section: libs Installed-Size: 48 Maintainer: Ron Lee Architecture: amd64 Source: libao Version: 1.1.0-3 Replaces: libao4 (<< 1.0.0-2) Breaks: libao4 (<< 1.0.0-2) Conflicts: libao2 Conffiles: /etc/libao.conf 6612b678709099664f611266a780ff8a Description: Cross Platform Audio Output Library (Common files) Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports: . * Null output (handy for testing without a sound device) * WAV files * AU files * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) * esd (EsounD or Enlightened Sound Daemon) * and several others. . This package contains config files and man pages for libao. Homepage: http://www.xiph.org/ao/ Package: libwinpr-heap0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (heap library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-heap shared library. Homepage: http://www.freerdp.com/ Package: libjson-xs-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 170 Maintainer: Debian Perl Group Architecture: amd64 Source: libjson-xs-perl (2.340-1) Version: 2.340-1+b2 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.14), libcommon-sense-perl Description: module for manipulating JSON-formatted data (C/XS-accelerated) JSON::XS is a module for manipulating data stored in the JavaScript Object Notation (JSON) serialization format (defined in RFC 4627), which serves as an alternative to XML. . This C/XS-accelerated JSON implementation confers significant performance gains if available. After installing this package, any code using the JSON module (see libjson-perl) will automagically benefit from this. Homepage: https://metacpan.org/release/JSON-XS/ Package: libplasma3 Status: install ok installed Priority: optional Section: libs Installed-Size: 3594 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libkcmutils4 (= 4:4.14.2-5+deb8u2), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkdewebkit5 (= 4:4.14.2-5+deb8u2), libkdnssd4 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libknewstuff3-4 (= 4:4.14.2-5+deb8u2), libphonon4 (>= 4:4.6.0really4.3.80), libqca2 (>= 2.0.2), libqt4-declarative (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqt4-opengl (>= 4:4.8.0), libqt4-script (>= 4:4.8.0), libqt4-sql (>= 4:4.8.0), libqt4-svg (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libqtwebkit4 (>= 2.1.0~2011week13), libsolid4 (= 4:4.14.2-5+deb8u2), libstdc++6 (>= 4.1.1), libthreadweaver4 (= 4:4.14.2-5+deb8u2), libx11-6 Description: Plasma Library for the KDE Platform This package contains the Plasma library. Plasma is one of the key technologies of KDE 4 (also known as the "Pillars of KDE"), and one of the most visible to users. It is the component that is "in charge" of the desktop interface; the desktop, panel (often referred simply as the task bar), and related elements. Plasma aims to change the traditional concepts of the "Desktop", incorporating semantic application elements, and bringing cooperating technologies to the user's fingertips in a way that is visually appealing while easing work flow. . It is part of the KDE Development Platform libraries module. Homepage: http://plasma.kde.org/ Package: libsox-fmt-alsa Status: install ok installed Priority: optional Section: sound Installed-Size: 94 Maintainer: Pascal Giard Architecture: amd64 Multi-Arch: same Source: sox Version: 14.4.1-5 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.4), libgomp1 (>= 4.2.1), libsox2 Description: SoX alsa format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX alsa format I/O library. . alsa: http://www.alsa-project.org Homepage: http://sox.sourceforge.net Package: telepathy-mission-control-5 Status: install ok installed Priority: optional Section: net Installed-Size: 587 Maintainer: Debian Telepathy maintainers Architecture: amd64 Version: 1:5.16.3-1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.92), libglib2.0-0 (>= 2.35.9), libmission-control-plugins0 (= 1:5.16.3-1), libnm-glib4 (>= 0.7.999), libnm-util2 (>= 0.7.0), libtelepathy-glib0 (>= 0.20), dconf-gsettings-backend | gsettings-backend Suggests: telepathy-haze Conflicts: telepathy-mission-control Description: management daemon for Telepathy real-time communication framework Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework, allowing user interfaces and other clients to share connections to real-time communication services without conflicting. It implements the AccountManager and ChannelDispatcher D-Bus APIs as described by telepathy-spec. . The account manager part stores real time communication account details, connects to the stored accounts on request, and sets the accounts' presence, nickname and avatar according to requests from Telepathy user interfaces and other components. . The channel dispatcher part responds to incoming communication channels (message streams, voice/video calls, file transfers etc.) by dispatching them to suitable user interfaces, and requests outgoing communication channels according to requests from a Telepathy UI. . This is not a compatible replacement for Mission Control 4 (in the telepathy-mission-control package), but they can be installed in parallel. Homepage: http://telepathy.freedesktop.org/wiki/ Package: wireshark-common Status: install ok installed Priority: optional Section: net Installed-Size: 448 Maintainer: Balint Reczey Architecture: amd64 Source: wireshark Version: 1.12.1+g01b65bf-4+deb8u11 Replaces: ethereal-common (<< 1.0.0-3) Depends: libc6 (>= 2.15), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.31.18), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libpcap0.8 (>= 1.0.0), libwireshark5 (>= 1.12.1+g01b65bf-4+deb8u11), libwiretap4 (>= 1.12.1+g01b65bf-4+deb8u11), libwsutil4 (>= 1.12.0~rc3), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, debconf, libcap2-bin Recommends: wireshark (>= 1.12.1+g01b65bf-4+deb8u11) | tshark (>= 1.12.1+g01b65bf-4+deb8u11) Conflicts: ethereal-common (<< 1.0.0-3) Description: network traffic analyzer - common files Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides files common to both wireshark (the GTK+ version) and tshark (the console version). Homepage: http://www.wireshark.org/ Package: libwinpr-sysinfo0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 240 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (sysinfo library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-sysinfo shared library. Homepage: http://www.freerdp.com/ Package: libmono-security4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 624 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libmono-corlib4.5-cil (>= 3.2.8), libmono-system4.0-cil (>= 3.2.8) Description: Mono Security library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono Security library for CLI 4.0. Homepage: http://www.mono-project.com/ Package: libbonoboui2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 569 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libbonoboui Version: 2.24.5-2 Replaces: libbonoboui2-common (<= 2.4.3-1) Depends: gconf-service, libart-2.0-2 (>= 2.3.19), libatk1.0-0 (>= 1.12.4), libbonobo2-0 (>= 2.32.1-3~), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglade2-0 (>= 1:2.6.4-2~), libglib2.0-0 (>= 2.24.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.24.0), libice6 (>= 1:1.0.0), liborbit-2-0 (>= 1:2.14.10), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpopt0 (>= 1.14), libsm6, libx11-6, libxml2 (>= 2.7.4), libbonoboui2-common (= 2.24.5-2) Pre-Depends: multiarch-support Description: Bonobo UI library - runtime Bonobo is a set of language and system independent CORBA interfaces for creating reusable components, controls and creating compound documents. . The Bonobo distribution includes a GTK+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents. . This package contains the runtime libraries needed to run GTK+ applications based on Bonobo. Package: netcat-traditional Status: install ok installed Priority: important Section: net Installed-Size: 157 Maintainer: Ruben Molina Architecture: amd64 Source: netcat Version: 1.10-41 Provides: netcat Depends: libc6 (>= 2.15) Description: TCP/IP swiss army knife A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. . This is the "classic" netcat, written by *Hobbit*. It lacks many features found in netcat-openbsd. Package: wpasupplicant Status: install ok installed Priority: optional Section: net Installed-Size: 2340 Maintainer: Debian wpasupplicant Maintainers Architecture: amd64 Multi-Arch: foreign Source: wpa Version: 2.3-1+deb8u4 Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.1.4), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libpcsclite1 (>= 1.0.0), libreadline6 (>= 6.0), libssl1.0.0 (>= 1.0.1), lsb-base, adduser Suggests: wpagui, libengine-pkcs11-openssl Breaks: initscripts (<< 2.88dsf-13.3) Conffiles: /etc/dbus-1/system.d/wpa_supplicant.conf b6e52e30f79834d19db8311417ee0a86 /etc/wpa_supplicant/action_wpa.sh 41b2e273d616b1c7e7b605bbe8648d8b /etc/wpa_supplicant/functions.sh 0b4f01dfefc23b7bbd22b48c8bf2a4b3 /etc/wpa_supplicant/ifupdown.sh 4c82dbf7e1d8c5ddd70e40b9665cfeee Description: client support for WPA and WPA2 (IEEE 802.11i) WPA and WPA2 are methods for securing wireless networks, the former using IEEE 802.1X, and the latter using IEEE 802.11i. This software provides key negotiation with the WPA Authenticator, and controls association with IEEE 802.11i networks. Homepage: http://w1.fi/wpa_supplicant/ Package: libcaribou-gtk3-module Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: caribou Version: 0.4.15-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.2.2-3), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), gsettings-desktop-schemas Description: Configurable on screen keyboard with scanning mode (GTK+ 3.0 module) An input assistive technology intended for switch and pointer users. . This package contains the GTK+ 3.0 module library. Homepage: https://wiki.gnome.org/Projects/Caribou Package: libprocps3 Status: install ok installed Priority: important Section: libs Installed-Size: 132 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: procps Version: 2:3.3.9-9 Replaces: procps (<< 1:3.3.2-1) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: library for accessing process information from /proc The libprocps library is a way of accessing information out of the /proc filesystem. . This package contains the shared libraries necessary to run programs compilied with libprocps. Homepage: http://gitorious.org/procps Package: libcommons-logging-java Status: install ok installed Priority: optional Section: java Installed-Size: 214 Maintainer: Debian Java Maintainers Architecture: all Version: 1.2-1 Depends: libcommons-parent-java Suggests: libavalon-framework-java, libcommons-logging-java-doc, libexcalibur-logkit-java, liblog4j1.2-java Description: common wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which system he want to use for logging. Homepage: http://commons.apache.org/logging Package: python2.7 Status: install ok installed Priority: standard Section: python Installed-Size: 360 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Version: 2.7.9-2+deb8u1 Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~) Depends: python2.7-minimal (= 2.7.9-2+deb8u1), libpython2.7-stdlib (= 2.7.9-2+deb8u1), mime-support Suggests: python2.7-doc, binutils Breaks: python-virtualenv (<< 1.7.1.2-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4) Conflicts: python-profiler (<= 2.7.1-2) Description: Interactive high-level object-oriented language (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: mlocate Status: install ok installed Priority: standard Section: utils Installed-Size: 723 Maintainer: Tollef Fog Heen Architecture: amd64 Version: 0.26-1 Depends: libc6 (>= 2.14), adduser Conflicts: findutils (<= 4.2.31-1), slocate (<= 3.1-1.1) Conffiles: /etc/updatedb.conf 120f1b50c0c23bd19beca8c908812987 /etc/cron.daily/mlocate 291e65d49accbae517e68bf8478dbc6f Description: quickly find files on the filesystem based on their name mlocate is a new implementation of locate, a tool to find files anywhere in the filesystem based on their name, using a fixed pattern or a regular expression. Unlike other tools like find(1), locate uses a previously created database to perform the search, allowing queries to execute much faster. This database is updated periodically from cron. . Several implementations of locate exist: the original implementation from GNU's findutils, slocate, and mlocate. The advantages of mlocate are: . * it indexes all the filesystem, but results of a search will only include files that the user running locate has access to. It does this by updating the database as root, but making it unreadable for normal users, who can only access it via the locate binary. slocate does this as well, but not the original locate. . * instead of re-reading all the contents of all directories each time the database is updated, mlocate keeps timestamp information in its database and can know if the contents of a directory changed without reading them again. This makes updates much faster and less demanding on the hard drive. This feature is only found in mlocate. . Installing mlocate will change the /usr/bin/locate binary to point to mlocate via the alternatives mechanism. After installation, you may wish to run /etc/cron.daily/mlocate by hand to create the database, otherwise mlocate won't work until that script is run from cron itself (since mlocate does not use the same database file as standard locate). Also, you may wish to remove the "locate" package in order not to have two different database files updated regularly on your system. Homepage: http://carolina.mff.cuni.cz/~trmac/blog/mlocate Package: libgd3 Status: install ok installed Priority: optional Section: libs Installed-Size: 455 Maintainer: GD team Architecture: amd64 Multi-Arch: same Source: libgd2 Version: 2.1.0-5+deb8u9 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libvpx1 (>= 1.0.0), libx11-6, libxpm4, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: libgd-tools Description: GD Graphics Library GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library. Homepage: http://www.libgd.org/ Package: libdirectfb-1.2-9 Status: install ok installed Priority: optional Section: libs Installed-Size: 2259 Maintainer: Debian DirectFB Team Architecture: amd64 Multi-Arch: same Source: directfb Version: 1.2.10.0-5.1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: direct frame buffer graphics - shared libraries DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. Homepage: http://www.directfb.org/ Package: libgc1c2 Status: install ok installed Priority: standard Section: libs Installed-Size: 253 Maintainer: Christoph Egger Architecture: amd64 Multi-Arch: same Source: libgc Version: 1:7.2d-6.4 Replaces: libgc1, libgc1c3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Conflicts: libgc1 Description: conservative garbage collector for C and C++ Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc or C++'s new(). . It allows you to allocate memory basically as you normally would without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be used. . This version of the collector is thread safe, has C++ support and uses the defaults for everything else. However, it does not work as a drop-in malloc(3) replacement. Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Package: gir1.2-gmenu-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 77 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-menus Version: 3.13.3-6 Depends: gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libgnome-menu-3-0 (>= 3.6.0) Conflicts: gobject-introspection-repository Description: GObject introspection data for the GNOME menu library This package contains introspection data for GNOME menu, an implementation of the desktop menu specification from freedesktop.org. . It can be used by languages supporting dynamic bindings with the GIRepository format. Package: libboost-iostreams1.55.0 Status: install ok installed Priority: important Section: libs Installed-Size: 164 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.55 Version: 1.55.0+dfsg-3 Depends: libbz2-1.0, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Homepage: http://www.boost.org/libs/iostreams/ Package: libyaml-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 194 Maintainer: Debian Perl Group Architecture: all Version: 1.13-1 Depends: perl Recommends: libyaml-libyaml-perl | libyaml-syck-perl Suggests: libyaml-shell-perl Description: YAML Ain't Markup Language YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages (including Perl, of course). YAML supports Unicode and there are implementations of the parser in many different languages, making it a rather portable serialization format. . Please note that the YAML module is currently a deprecated implementation in Pure Perl, which is probably slow on your system. The authors intend to change it to just be a front-end interface module for various YAML implementations. For now, YAML::Any is a module provided for this purpose, which simply selects the best YAML implementation available. Homepage: https://metacpan.org/release/YAML Package: gir1.2-gst-plugins-base-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 1040 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Source: gst-plugins-base1.0 Version: 1.4.4-2+deb8u1 Depends: gir1.2-glib-2.0, gir1.2-gstreamer-1.0, libgstreamer-plugins-base1.0-0 (>= 1.4.0) Description: Description: GObject introspection data for the GStreamer Plugins Base library This package contains introspection data for the GStreamer Plugins Base library. . GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html Package: ftplib3 Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Raphaël Hertzog Architecture: amd64 Multi-Arch: same Source: ftplib Version: 3.1-1-9 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Description: Library of callable ftp routines Ftplib presents a convenient C interface for the standard File Transfer Protocol (FTP). It makes it easier for programmers to use file transfer in their programs. Homepage: http://nbpfaus.net/~pfau/ftplib/ Package: libspandsp2 Status: install ok installed Priority: optional Section: libs Installed-Size: 840 Maintainer: Debian VoIP Team Architecture: amd64 Multi-Arch: same Source: spandsp (0.0.6-2) Version: 0.0.6-2+b2 Depends: libc6 (>= 2.15), libjpeg62-turbo (>= 1:1.3.1), libtiff5 (>= 4.0.3) Description: Telephony signal processing library a low-level signal processing library that modulate and demodulate signals commonly used in telephony, such as the "noise" generated by a fax modem or DTMF touchpad. . This package contains the shared library. Homepage: http://www.soft-switch.org/ Package: discover-data Status: install ok installed Priority: optional Section: libs Installed-Size: 4392 Maintainer: Debian Install System Team Architecture: all Version: 2.2013.01.11 Recommends: pciutils (>= 1:2.2.4) Conflicts: libdiscover2 (<< 2.0.4-4) Description: Data lists for Discover hardware detection system The Discover hardware detection library uses XML data files to describe software interfaces to various ATA, PCI, PMCMIA, SCSI, and USB devices. While the Discover library can retrieve data from anywhere on the net, it is often convenient to have a set of Discover XML data files on one's system; thus, this package. Package: libfbclient2 Status: install ok installed Priority: optional Section: libs Installed-Size: 899 Maintainer: Debian Firebird Group Architecture: amd64 Multi-Arch: same Source: firebird2.5 Version: 2.5.3.26778.ds4-5+deb8u1 Depends: firebird2.5-common (= 2.5.3.26778.ds4-5+deb8u1), firebird2.5-common-doc (= 2.5.3.26778.ds4-5+deb8u1), libc6 (>= 2.17) Pre-Depends: multiarch-support Description: Firebird client library Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used on production systems under a variety of names since 1981. . This package contains the client library required to connect to Firebird. It works with either "super-server" or "classic" variants, as well as with commercial InterBase servers. . It uses TCP to connect to the server and is tread-safe. . For direct (non-TCP) database access, see libfbembed2.5. Homepage: http://firebirdsql.org/ Package: apt-xapian-index Status: install ok installed Priority: optional Section: admin Installed-Size: 296 Maintainer: Enrico Zini Architecture: all Version: 0.47+deb8u1 Depends: python, python-xapian (>= 1.0.2), python-apt (>= 0.7.93.2), python-debian (>= 0.1.14), python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: app-install-data, python-xdg Conffiles: /etc/bash_completion.d/axi-cache 6422bf7b21cb4319e100625a0fcffe9f /etc/cron.weekly/apt-xapian-index c743d8e2b0d26bba2632122e2a3c07d7 Description: maintenance and search tools for a Xapian index of Debian packages This package provides update-apt-xapian-index, a tool to maintain a Xapian index of Debian package information in /var/lib/apt-xapian-index, and axi-cache, a command line search tool that uses the index. . axi-cache allows one to search packages very quickly, and it also interfaces with the shell command line completion in a smart way, providing context-sensitive keyword and tag suggestions even before the search command is actually run. . update-apt-xapian-index allows plugins to be installed in /usr/share/apt-xapian-index to index all sorts of extra information, such as Debtags tags, popcon information, package ratings and anything else that would fit. . The index generated by update-apt-xapian-index is self-documenting, as it contains an autogenerated README file with information on the index layout and all the data that can be found in it. Homepage: http://www.enricozini.org/sw/apt-xapian-index/ Package: libsdl-mixer1.2 Status: install ok installed Priority: optional Section: libs Installed-Size: 239 Maintainer: Debian SDL packages maintainers Architecture: amd64 Multi-Arch: same Source: sdl-mixer1.2 (1.2.12-11) Version: 1.2.12-11+b1 Depends: libc6 (>= 2.14), libflac8 (>= 1.3.0), libfluidsynth1, libmad0 (>= 0.15.1b-3), libmikmod3 (>= 3.3.3), libsdl1.2debian (>= 1.2.11), libvorbisfile3 (>= 1.1.2) Pre-Depends: multiarch-support Recommends: musescore-soundfont-gm | fluid-soundfont-gm | freepats Description: Mixer library for Simple DirectMedia Layer 1.2, libraries SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. . This package contains the shared library. Homepage: http://www.libsdl.org/projects/SDL_mixer/ Package: gnome-robots Status: install ok installed Priority: optional Section: games Installed-Size: 6779 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1 Replaces: gnobots2 (<< 1:3.7.2) Depends: libc6 (>= 2.7), libcairo2 (>= 1.6.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.12.0), librsvg2-2 (>= 2.36.2), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gnobots2 (<< 1:3.7.2) Description: improved old BSD robots game GNOME Robots is a game where you try and avoid a band of marauding robots which are, for no adequately explained reason, trying to kill you. It is based on the text-based robots game which can be found on a number of UNIX systems. Homepage: https://wiki.gnome.org/Apps/Robots Package: vlc Status: install ok installed Priority: optional Section: video Installed-Size: 4667 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Version: 2.2.5-1~deb8u1 Replaces: vlc-data (<< 1.1.5), vlc-nox (<< 2.2.0~pre2-2~), vlc-plugin-pulse (<< 2.2.0~pre2-2~) Provides: mp3-decoder Depends: fonts-freefont-ttf, vlc-nox (= 2.2.5-1~deb8u1), libaa1 (>= 1.4p5), libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11.8), libavutil54 (>= 6:11~beta1), libc6 (>= 2.16), libcaca0 (>= 0.99.beta17-1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libfreerdp-cache1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-client1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-codec1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-core1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-crypto1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-gdi1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-locale1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-rail1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libgles1-mesa (>= 7.8.1) | libgles1, libgles2-mesa (>= 7.8.1) | libgles2, libice6 (>= 1:1.0.0), libpulse0 (>= 0.99.4), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsdl-image1.2 (>= 1.2.10), libsdl1.2debian (>= 1.2.11), libsm6, libstdc++6 (>= 4.9), libva-drm1 (>= 1.1.0), libva-x11-1 (>= 1.0.3), libva1 (>= 1.2.0), libvlccore8 (>= 2.2.0), libvncclient0 (>= 0.9.9), libwinpr-rpc0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sspi0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6, libxcb-composite0, libxcb-keysyms1 (>= 0.4.0), libxcb-randr0 (>= 1.1), libxcb-render0, libxcb-shape0, libxcb-shm0, libxcb-xfixes0, libxcb-xv0 (>= 1.2), libxcb1 (>= 1.6), libxext6, libxinerama1, libxpm4, zlib1g (>= 1:1.1.4) Recommends: vlc-plugin-notify (= 2.2.5-1~deb8u1), vlc-plugin-samba (= 2.2.5-1~deb8u1), xdg-utils Suggests: videolan-doc Breaks: vlc-data (<< 1.1.5), vlc-nox (<< 2.2.0~pre2-2~), vlc-plugin-pulse (<< 2.2.0~pre2-2~) Description: multimedia player and streamer VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . VLC can also be used as a streaming server that duplicates the stream it reads and multicasts them through the network to other clients, or serves them through HTTP. . VLC has support for on-the-fly transcoding of audio and video formats, either for broadcasting purposes or for movie format transformations. Support for most output methods is provided by this package, but features can be added by installing additional plugins (vlc-plugin-fluidsynth, vlc-plugin-jack, vlc-plugin-notify, vlc-plugin-samba, vlc-plugin-sdl, vlc-plugin-svg, vlc-plugin-zvbi). Homepage: http://www.videolan.org/vlc/ Package: geany-common Status: install ok installed Priority: optional Section: devel Installed-Size: 7503 Maintainer: Geany Packaging Team Architecture: all Source: geany Version: 1.24.1+dfsg-1 Replaces: geany (<< 0.21-1~) Breaks: geany (<< 0.21-1~) Description: fast and lightweight IDE -- common files Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation . This package contains arch independent files. Homepage: http://www.geany.org Package: libvdpau1 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Debian NVIDIA Maintainers Architecture: amd64 Multi-Arch: same Source: libvdpau Version: 0.8-3+deb8u2 Replaces: lib32vdpau1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1), libxext6 Pre-Depends: multiarch-support Suggests: nvidia-vdpau-driver | vdpau-driver Conflicts: lib32vdpau1 Conffiles: /etc/vdpau_wrapper.cfg bc89239208609c5d031b74c99a45747d Description: Video Decode and Presentation API for Unix (libraries) VDPAU (Video Decode and Presentation API for Unix) is an open source library (libvdpau) and API designed by NVIDIA originally for its GeForce 8 series and later GPU hardware, targeted at the X Window System on Unix operating-systems (including Linux, FreeBSD, and Solaris). This VDPAU API allows video programs to offload portions of the video decoding process and video post-processing to the GPU video-hardware. . This package contains the VDPAU wrapper and trace libraries. Homepage: http://cgit.freedesktop.org/~aplattner/libvdpau Package: telepathy-rakia Status: install ok installed Priority: optional Section: net Installed-Size: 317 Maintainer: Debian Telepathy maintainers Architecture: amd64 Version: 0.8.0-3 Replaces: telepathy-sofiasip (<< 0.7.3) Provides: telepathy-connection-manager, telepathy-sofiasip Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.30.0), libsofia-sip-ua-glib3 (>= 1.12.10), libsofia-sip-ua0 (>= 1.12.11), libtelepathy-glib0 (>= 0.19.1) Breaks: telepathy-sofiasip (<< 0.7.3) Description: SIP connection manager for the Telepathy framework telepathy-rakia is a SIP connection manager for the Telepathy framework (http://telepathy.freedesktop.org) based on the SofiaSIP-stack. Homepage: http://telepathy.freedesktop.org/ Package: libgstreamer0.10-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 3988 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gstreamer0.10 Version: 0.10.36-1.5 Replaces: gobject-introspection-repository (<< 0.6.5-2) Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.41.1), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Suggests: gstreamer0.10-tools, gstreamer0.10-plugins-base Conflicts: gstreamer0.10-plugins-base (<< 0.10.25.2), libgstreamer-plugins-base0.10-0 (<< 0.10.11cvs20070110-0ubuntu5) Description: Core GStreamer libraries and elements GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the core library and elements. Homepage: http://gstreamer.freedesktop.org Package: menu Status: install ok installed Priority: optional Section: admin Installed-Size: 1786 Maintainer: Bill Allombert Architecture: amd64 Multi-Arch: foreign Version: 2.1.47 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Suggests: menu-l10n, gksu | kde-runtime | ktsuss Conffiles: /etc/menu-methods/translate_menus cd5d8b532c04f9737d6e8a4a8acf0138 /etc/menu-methods/menu.h 8009b9c0d517812b2398e59dab7e2fd6 /etc/menu-methods/lang.h f5dbcc2e7f571d001976d0511f3167a4 /etc/menu-methods/menu.config ae6ec52278a5f4abf37db7f9955069ec Description: generates programs menu for all menu-aware applications Debian menu keeps transparently the menus in the different window-managers in sync with the list of installed programs. . Debian menu relies on a list of menu entries provided by programs and a list of menu-methods provided by window-managers and other menu-aware applications. . Menu provides system-level and user-level configuration and overrides for both menu entries and menu-methods. Package: samba-common Status: install ok installed Priority: optional Section: net Installed-Size: 660 Maintainer: Debian Samba Maintainers Architecture: all Multi-Arch: foreign Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: samba (<< 3.0.20b-1), samba-doc (<< 2:4.0.5~), samba4-common (<< 4.0.0~alpha7-1) Depends: ucf, debconf (>= 0.5) | debconf-2.0 Pre-Depends: dpkg (>= 1.15.6~) Recommends: samba-common-bin Conflicts: samba-doc (<< 2:4.0.5~), samba4-common (<< 4.0.0~alpha7-1), swat Conffiles: /etc/dhcp/dhclient-enter-hooks.d/samba 732cae8c1d0d7a7f80e8597ae551ea0d /etc/pam.d/samba a69b859744494a52ecf10bb604544093 /etc/samba/gdbcommands 898c523d1c11feeac45538a65d00c838 Description: common files used by both the Samba server and client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains common files used by all parts of Samba. Homepage: http://www.samba.org Package: libtext-soundex-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: amd64 Source: libtext-soundex-perl (3.4-1) Version: 3.4-1+b2 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4) Description: implementation of the soundex algorithm Text::Soundex implements the original soundex algorithm developed by Robert Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation called "American Soundex" used for US census data, and current maintained by the National Archives and Records Administration (NARA). Homepage: https://metacpan.org/release/Text-Soundex/ Package: libbatik-java Status: install ok installed Priority: optional Section: java Installed-Size: 10294 Maintainer: Debian Java Maintainers Architecture: all Source: batik Version: 1.7+dfsg-5 Depends: java-wrappers (>= 0.1.12), libavalon-framework-java (>= 4.2.0), libbsf-java, libcommons-io-java, libcommons-logging-java, libxalan2-java, libxml-commons-external-java Recommends: fop (>= 1:0.94), rhino, default-jre Description: xml.apache.org SVG Library Batik is a toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation. . Batik provides several modules to be used in applications: * A SVG generator module, usable to export graphics into the SVG format. * A SVG processor and SVG Viewing component for integrating SVG viewing. * A module to convert SVG to various formats, such as raster images (JPEG, PNG or Tiff) and PS, PDF. . fop is necessary for PDF output of rasterizer. . rhino is necessary for using the SVG browser, squiggle. . For detailed information, go to http://xml.apache.org/batik/ Homepage: https://xmlgraphics.apache.org/batik/ Package: gir1.2-webkit-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 458 Maintainer: Debian WebKit Maintainers Architecture: amd64 Multi-Arch: same Source: webkitgtk Version: 2.4.9-1~deb8u1 Depends: gir1.2-javascriptcoregtk-3.0 (= 2.4.9-1~deb8u1), gir1.2-glib-2.0, gir1.2-gtk-3.0 (>= 3.10.0), gir1.2-soup-2.4, libgirepository-1.0-1 (>= 1.41.4-1), libjavascriptcoregtk-3.0-0 (>= 1.5.1), libwebkitgtk-3.0-0 (>= 2.4.6) Conflicts: gir1.0-webkit-3.0, gobject-introspection-repository Description: Web content engine library for GTK+ - GObject introspection data WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . This build comes from the GTK+ port of WebKit (API version 3.0). . This package contains introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://webkitgtk.org/ Package: apt-file Status: install ok installed Priority: optional Section: admin Installed-Size: 65 Maintainer: Niels Thykier Architecture: all Version: 2.5.4 Depends: perl, curl, libconfig-file-perl, libapt-pkg-perl, liblist-moreutils-perl, libregexp-assemble-perl, libfile-temp-perl Suggests: openssh-client, sudo Conffiles: /etc/apt/apt-file.conf cba24080787e02ed8cafab04863f4070 /etc/bash_completion.d/apt-file ddcb02aa2ac1ccd3f1b2f274b868e450 Description: search for files within Debian packages (command-line interface) apt-file is a command line tool for searching files contained in packages for the APT packaging system. You can search in which package a file is included or list the contents of a package without installing or fetching it. Package: libreoffice-base-core Status: install ok installed Priority: optional Section: editors Installed-Size: 3076 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-base (<< 1:3.5.3~rc2-1) Depends: libreoffice-core (= 1:4.3.3-2+deb8u7), libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), uno-libs3 (>= 4.1.0~alpha), ure Suggests: libreoffice-base Description: office productivity suite -- shared library LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains libdba, a common library of the LibreOffice suite used by Base, Writer and Calc. . If you need full Base functionality (or actual database drivers), please install libreoffice-base. Homepage: http://www.libreoffice.org Package: gir1.2-gdkpixbuf-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 35 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gdk-pixbuf Version: 2.31.1-2+deb8u5 Replaces: gir1.0-gtk-2.0 (<< 2.21.3), gir1.2-gtk-2.0 (<< 2.21.3) Depends: gir1.2-glib-2.0, libgdk-pixbuf2.0-0 (>= 2.31.1) Conflicts: gir1.0-gdkpixbuf-2.0 Description: GDK Pixbuf library - GObject-Introspection The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.gtk.org/ Package: x11-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 598 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: foreign Version: 7.7+2 Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.11), libfontenc1, libfreetype6 (>= 2.2.1), libgl1-mesa-glx | libgl1, libx11-6, libx11-xcb1, libxaw7, libxcb-shape0, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxmu6, libxmuu1, libxrandr2 (>= 2:1.2.0), libxrender1, libxt6, libxtst6, libxv1, libxxf86dga1, libxxf86vm1 Suggests: mesa-utils Conffiles: /etc/X11/app-defaults/Editres-color 5ec5d0e8c953faaa06af647650f30ce6 /etc/X11/app-defaults/Viewres-color ff9c397a80443790a97b909050f63282 /etc/X11/app-defaults/Xmessage-color ca383db9e4e9648bda0952ad6b8a2115 /etc/X11/app-defaults/Viewres 4f77da598593ff07cda9d2d147a07772 /etc/X11/app-defaults/Xfd a8b4d28d2ad895e40cfb6fb9c69eeecd /etc/X11/app-defaults/XFontSel 183bca665ae87e3943bdb4362d21973d /etc/X11/app-defaults/Editres 4ab7f8d63e234cf35a62ef7ae959edf7 /etc/X11/app-defaults/Xmessage eed84b35dde8b18e7dcfc80e75c1da67 Description: X11 utilities An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a graphics card, monitor, keyboard, and pointing device (such as a mouse). . This package provides a miscellaneous assortment of X utilities that ship with the X Window System, including: - appres, editres, listres and viewres, which query the X resource database; - luit, a filter that can be run between an arbitrary application and a UTF-8 terminal emulator; - xdpyinfo, a display information utility for X; - xdriinfo, query configuration information of DRI drivers; - xev, an X event displayer; - xfd, a tool that displays all the glyphs in a given X font; - xfontsel, a tool for browsing and selecting X fonts; - xkill, a tool for terminating misbehaving X clients; - xlsatoms, which lists interned atoms defined on an X server; - xlsclients, which lists client applications running on an X display; - xlsfonts, a server font list displayer; - xmessage, a tool to display message or dialog boxes; - xprop, a property displayer for X; - xvinfo, an Xv extension information utility for X; - xwininfo, a window information utility for X; . The editres and viewres programs use bitmap images provided by the xbitmaps package. The luit program requires locale information from the libx11-data package. Package: mono-runtime-sgen Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 3666 Maintainer: Debian Mono Group Architecture: amd64 Source: mono Version: 3.2.8+dfsg-10 Depends: libc6 (>= 2.15), mono-runtime-common (= 3.2.8+dfsg-10) Description: Mono runtime - SGen Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Virtual Machine, JIT (Just-in-Time) and AOT (Ahead-of-Time) code generator "mono-sgen". mono-sgen executes applications for the CLI (Common Language Infrastructure). Mono currently only supports the X86, PowerPC, ARM, S/390x, AMD64 and MIPS architectures. . This package uses SGen which is Mono's new simple generational garbage collector. Homepage: http://www.mono-project.com/Compacting_GC Package: libnl-genl-3-200 Status: install ok installed Priority: optional Section: libs Installed-Size: 69 Maintainer: Heiko Stuebner Architecture: amd64 Multi-Arch: same Source: libnl3 Version: 3.2.24-2 Depends: libnl-3-200 (= 3.2.24-2), libc6 (>= 2.4) Pre-Depends: multiarch-support Description: library for dealing with netlink sockets - generic netlink This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . API to the generic netlink protocol, an extended version of the netlink protocol. Homepage: http://people.suug.ch/~tgr/libnl/ Package: i3lock Status: install ok installed Priority: optional Section: x11 Installed-Size: 84 Maintainer: Michael Stapelberg Architecture: amd64 Version: 2.6-1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.6.4-5~), libev4 (>= 1:4.04), libpam0g (>= 0.99.7.1), libxcb-dpms0, libxcb-image0 (>= 0.3.9), libxcb-shm0, libxcb-util0 (>= 0.3.8), libxcb-xinerama0, libxcb-xkb1, libxcb1, libxkbcommon-x11-0 (>= 0.4.0), libxkbcommon0 (>= 0.4.0) Conffiles: /etc/pam.d/i3lock 238aea2153d10850ce93ca99607e2e08 Description: improved screen locker i3lock is a simple screen locker like slock. After starting it, you will see a white screen (you can configure the color/an image). You can return to your screen by entering your password. . i3lock forks so you can combine it with an alias to suspend to RAM. . You can specify either a background color or a PNG image which will be displayed while your screen is locked. . You can specify whether i3lock should bell upon a wrong password. . i3lock uses PAM and therefore is compatible with LDAP etc. Homepage: http://i3wm.org/i3lock/ Package: libreoffice-sdbc-hsqldb Status: install ok installed Priority: optional Section: database Installed-Size: 573 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-base (<< 1:4.2~) Depends: libreoffice-core, libreoffice-java-common (>= 1:4.3.3~), libhsqldb1.8.0-java, libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), uno-libs3 (>= 4.1.0~alpha), ure Enhances: libreoffice-base-drivers Description: HSQLDB SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The HSQLDB SDBC Driver allows one to use the HSQLDB embedded database from LibreOffice without any wrapper layer such as ODBC or JDBC. Homepage: http://www.libreoffice.org Package: imagemagick-common Status: install ok installed Priority: optional Section: graphics Installed-Size: 354 Maintainer: ImageMagick Packaging Team Architecture: all Multi-Arch: foreign Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Pre-Depends: dpkg (>= 1.15.7.2) Breaks: libmagickcore-6.q16-2 (<< 8:6.8.9.9-5+deb8u9) Conffiles: /etc/ImageMagick-6/coder.xml 184715fdf06bd9fc835dc62929e8d36f /etc/ImageMagick-6/colors.xml 27d44e4d5e96d3db5a8cf834b44b69a5 /etc/ImageMagick-6/delegates.xml 98f70abc0315b7c03a78f77e72e05a90 /etc/ImageMagick-6/log.xml 63b78f245752f5332d587e8f0917a085 /etc/ImageMagick-6/magic.xml 04b219d820811a6cb1bc7af03b52b626 /etc/ImageMagick-6/mime.xml 7691ca051247d9da165f154a1c41b411 /etc/ImageMagick-6/policy.xml dee64d20d9a65fb7bfb7115ccb602f62 /etc/ImageMagick-6/quantization-table.xml 0bc6653bd4f56e8a8f108c72c612c8b6 /etc/ImageMagick-6/thresholds.xml 04d4a80687f7073ae81c91907889db42 /etc/ImageMagick-6/type-dejavu.xml 09bd5cf793568d2a5e185d475bc45b96 /etc/ImageMagick-6/type-ghostscript.xml d7fdef0a5e8ff7446600ede4e04f6acf /etc/ImageMagick-6/type-windows.xml 21d3ea0e2b51ded4e3870d401897a9d8 /etc/ImageMagick-6/type.xml d0caa5ce47ac32e40980d1ee7bf882eb Description: image manipulation programs -- infrastructure imagemagick-common contains the filesystem infrastructure required for further installation of imagemagick in any configuration; it does not provide a full installation of binaries, libraries, and utilities required to run imagemagick. Homepage: http://www.imagemagick.org/ Package: os-prober Status: install ok installed Priority: extra Section: utils Installed-Size: 140 Maintainer: Debian Install System Team Architecture: amd64 Version: 1.65 Depends: libc6 (>= 2.4) Description: utility to detect other OSes on a set of drives This package detects other OSes available on a system and outputs the results in a generic machine-readable format. Package: libnss3 Status: install ok installed Priority: optional Section: libs Installed-Size: 3820 Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Multi-Arch: same Source: nss Version: 2:3.26-1+debu8u2 Depends: libc6 (>= 2.14), libnspr4 (>= 2:4.12), libsqlite3-0 (>= 3.5.9), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Conflicts: libnss3-1d (<< 2:3.13.4-2) Description: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Homepage: http://www.mozilla.org/projects/security/pki/nss/ Package: libffi-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 368 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: libffi (3.1-2) Version: 3.1-2+b2 Depends: libffi6 (= 3.1-2+b2), dpkg (>= 1.15.4) | install-info Conflicts: libffi4-dev Description: Foreign Function Interface library (development files) This package contains the headers and static library files necessary for building programs which use libffi. . A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Package: libgdk-pixbuf2.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 3048 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gdk-pixbuf Version: 2.31.1-2+deb8u5 Replaces: libgdk-pixbuf2.0-0 (<< 2.24.0-2) Breaks: libgdk-pixbuf2.0-0 (<< 2.24.0-2) Description: GDK Pixbuf library - data files This package contains the common files and translations for the GDK Pixbuf library. Homepage: http://www.gtk.org/ Package: xboard Status: install ok installed Priority: optional Section: games Installed-Size: 3215 Maintainer: Debian Games Team Architecture: amd64 Version: 4.8.0-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.20.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.14.4) Recommends: fairymax, xfonts-100dpi | xfonts-75dpi Suggests: x-terminal-emulator Conffiles: /etc/xboard/xboard.conf a647a0a7bc06f8df3c6596dcd11bc72a Description: X Window System Chess Board XBoard is a graphical chessboard that can serve as a user interface for chess programs, for the Internet Chess Server, or for electronic mail correspondence chess. It supports all major forms of chess, such as international chess, xiangqi and shogi. XBoard can also be used by itself as viewer for stored chess games. . XBoard uses the Helvetica font (located in the xfonts-75dpi and xfonts-100dpi packages) by default. However, other fonts can be specified via a command line option or an X resource. Homepage: http://savannah.gnu.org/projects/xboard/ Package: libchromaprint0 Status: install ok installed Priority: optional Section: libs Installed-Size: 77 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: chromaprint Version: 1.2-1 Depends: libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11), libavutil54 (>= 6:11~beta1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Suggests: libchromaprint-tools, python-acoustid Description: audio fingerprint library Chromaprint is a library for calculating audio fingerprints which are used by the Acoustid service. Its main purpose is to provide an accurate identifier for record tracks Homepage: http://wiki.acoustid.org/wiki/Chromaprint Package: xserver-xorg-video-all Status: install ok installed Priority: optional Section: x11 Installed-Size: 62 Maintainer: Debian X Strike Force Architecture: amd64 Source: xorg Version: 1:7.7+7 Replaces: xserver-xorg-driver-all Depends: xserver-xorg-video-ati, xserver-xorg-video-cirrus, xserver-xorg-video-fbdev, xserver-xorg-video-intel, xserver-xorg-video-mga, xserver-xorg-video-modesetting, xserver-xorg-video-neomagic, xserver-xorg-video-nouveau, xserver-xorg-video-openchrome, xserver-xorg-video-savage, xserver-xorg-video-siliconmotion, xserver-xorg-video-sisusb, xserver-xorg-video-tdfx, xserver-xorg-video-trident, xserver-xorg-video-vesa, xserver-xorg-video-vmware Recommends: xserver-xorg-video-qxl Conflicts: xserver-xorg-driver-all Description: X.Org X server -- output driver metapackage This package depends on the full suite of output drivers for the X.Org X server (Xorg). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Package: libxrender-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 142 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxrender (1:0.9.8-1) Version: 1:0.9.8-1+b1 Depends: libxrender1 (= 1:0.9.8-1+b1), libx11-dev (>= 2:1.0.0), x11proto-render-dev, x11proto-core-dev Description: X Rendering Extension client library (development files) The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . This package provides a static library and C header files. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libsdl1.2debian Status: install ok installed Priority: optional Section: libs Installed-Size: 508 Maintainer: Debian SDL packages maintainers Architecture: amd64 Multi-Arch: same Source: libsdl1.2 (1.2.15-10) Version: 1.2.15-10+b1 Replaces: libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-esd, libsdl1.2debian-nas, libsdl1.2debian-oss, libsdl1.2debian-pulseaudio Depends: libasound2 (>= 1.0.16), libc6 (>= 2.15), libcaca0 (>= 0.99.beta17-1), libdirectfb-1.2-9, libpulse0 (>= 0.99.1), libx11-6 (>= 2:1.4.99.1), libxext6 Pre-Depends: multiarch-support Conflicts: libsdl1.2, libsdl1.2-all, libsdl1.2-esd, libsdl1.2-nas, libsdl1.2-oss, libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-esd, libsdl1.2debian-nas, libsdl1.2debian-oss, libsdl1.2debian-pulseaudio Description: Simple DirectMedia Layer SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11, caca and DirectFB graphics drivers and OSS, ALSA, NAS and PulseAudio sound drivers. Homepage: http://www.libsdl.org/ Package: libfolks25 Status: install ok installed Priority: optional Section: libs Installed-Size: 856 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: folks Version: 0.10.0-1 Depends: libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.38.2), folks-common (= 0.10.0-1) Pre-Depends: multiarch-support Recommends: libfolks-eds25 Breaks: libfolks-eds25 (<< 0.8.0-2~), libfolks-telepathy25 (<< 0.8.0-2~) Description: library to aggregates people into metacontacts libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts. Homepage: https://wiki.gnome.org/Projects/Folks Package: task-ssh-server Status: install ok installed Priority: optional Section: tasks Installed-Size: 21 Maintainer: Debian Install System Team Architecture: all Source: tasksel Version: 3.31+deb8u1 Depends: tasksel (= 3.31+deb8u1), openssh-server Recommends: openssh-client Description: SSH server This task sets up your system to be remotely accessed through SSH connections. Package: libbonoboui2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1587 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: libbonoboui Version: 2.24.5-2 Conflicts: libbonoboui2-0 (<= 2.4.3-1) Description: Bonobo UI library - common files Bonobo is a set of language and system independent CORBA interfaces for creating reusable components, controls and creating compound documents. . The Bonobo distribution includes a GTK+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents. . This package contains the support files needed by the GTK+ part of the Bonobo library. Package: startpar Status: install ok installed Priority: required Section: admin Installed-Size: 95 Maintainer: Debian sysvinit maintainers Architecture: amd64 Version: 0.59-3 Replaces: sysvinit-utils (<< 2.88dsf-52) Depends: libc6 (>= 2.15) Suggests: insserv, sysv-rc Breaks: sysvinit-utils (<< 2.88dsf-52) Conffiles: /etc/init/startpar-bridge.conf 152b77b1904939b461edc251844d0008 Description: run processes in parallel and multiplex their output Used by the sysv-rc boot system executor to run init.d scripts in parallel while making sure the script output is not completely messed up. Homepage: http://savannah.nongnu.org/projects/sysvinit Package: libharfbuzz0b Status: install ok installed Priority: optional Section: libs Installed-Size: 738 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: amd64 Multi-Arch: same Source: harfbuzz Version: 0.9.35-2 Replaces: libharfbuzz0, libharfbuzz0a Depends: libc6 (>= 2.14), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.30.0), libgraphite2-3 (>= 1.2.2) Pre-Depends: multiarch-support Conflicts: libharfbuzz0, libharfbuzz0a Description: OpenType text shaping engine (shared library) HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the shared libraries. Homepage: http://www.freedesktop.org/wiki/Software/HarfBuzz Package: glib-networking-services Status: install ok installed Priority: optional Section: libs Installed-Size: 67 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: glib-networking Version: 2.42.0-2 Replaces: glib-networking (<< 2.30.1-2) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.41.3), libproxy1 (>= 0.4.11), glib-networking-common (= 2.42.0-2) Recommends: glib-networking Breaks: glib-networking (<< 2.30.1-2) Description: network-related giomodules for GLib - D-Bus services This package contains D-Bus services that are used by the GIO network extensions in glib-networking, for actions that need to be done in a separate process. Package: libdc1394-22 Status: install ok installed Priority: optional Section: libs Installed-Size: 279 Maintainer: Guus Sliepen Architecture: amd64 Multi-Arch: same Version: 2.2.3-1 Depends: libc6 (>= 2.14), libraw1394-11, libusb-1.0-0 (>= 2:1.0.8) Pre-Depends: multiarch-support Description: high level programming interface for IEEE1394 digital camera libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/). . This version of libdc1394 supports both the old and new (juju) FireWire stack. It automatically detects which one to use at runtime. . This package contains shared libraries. Homepage: http://damien.douxchamps.net/ieee1394/libdc1394/ Package: gdebi-core Status: install ok installed Priority: optional Section: admin Installed-Size: 726 Maintainer: Ubuntu Developers Architecture: all Source: gdebi Version: 0.9.5.5+nmu1 Depends: python3:any (>= 3.3.2-2~), python3-apt, python3-debian, file Suggests: xz-utils | xz-lzma Description: simple tool to install deb files gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. . It can also resolve build-depends of local debian/control files. . This package contains the libraries and command-line utility. Package: libsoprano4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1710 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: soprano Version: 2.9.4+dfsg-1.1 Replaces: libsoprano3 Depends: libc6 (>= 2.15), libclucene-core1 (>= 2.3.3.4), libgcc1 (>= 1:4.1.1), libqt4-dbus (>= 4:4.6.1), libqt4-network (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libstdc++6 (>= 4.1.1), soprano-daemon (= 2.9.4+dfsg-1.1) Conflicts: libsoprano3 Description: libraries for the Soprano RDF framework Soprano is a pluggable RDF storage, parsing, and serialization framework based on Qt 4. Soprano is targeted at desktop applications that need to store RDF data. Its API has been optimized for simplicity and ease of use, while its modular structure allows it to use various different RDF storage implementations as its backend. . This package contains the Soprano core libraries, D-Bus service, parser plugins, and a storage plugin for the Redland RDF Application Framework. Homepage: http://soprano.sourceforge.net Package: libkpty4 Status: install ok installed Priority: optional Section: libs Installed-Size: 178 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.15), libkdecore5 (= 4:4.14.2-5+deb8u2), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1), libutempter0 (>= 1.1.5) Description: Pseudo Terminal Library for the KDE Platform This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libdatrie1 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Theppitak Karoonboonyanan Architecture: amd64 Multi-Arch: same Source: libdatrie Version: 0.2.8-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Double-array trie library This package provides shared libraries needed to run programs that use the datrie library. It is usually automatically installed. Homepage: http://linux.thai.net/projects/libthai Package: libtiff5 Status: install ok installed Priority: optional Section: libs Installed-Size: 602 Maintainer: Ondřej Surý Architecture: amd64 Multi-Arch: same Source: tiff Version: 4.0.3-12.3+deb8u3 Depends: libc6 (>= 2.14), libjbig0 (>= 2.0), libjpeg62-turbo (>= 1.3.1), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Tag Image File Format (TIFF) library libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library. Homepage: http://libtiff.maptools.org Package: x11proto-xf86vidmode-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 80 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-xf86vidmode Version: 2.3.1-2 Breaks: libxxf86vm-dev (<< 1:1.0.99.1) Description: X11 Video Mode extension wire protocol This package provides development headers describing the wire protocol for the XFree86-VidMode extension, which provides access to detailed timings of video modes currently in use, and a means to modify them. . More information about X.Org can be found at: . This package is built from the X.org xf86vidmodeproto proto module. Package: pulseaudio-module-x11 Status: install ok installed Priority: optional Section: sound Installed-Size: 88 Maintainer: Pulseaudio maintenance team Architecture: amd64 Source: pulseaudio Version: 5.0-13 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libice6 (>= 1:1.0.0), libpulse0 (= 5.0-13), libsm6, libx11-6, libx11-xcb1, libxcb1, libxtst6, pulseaudio (= 5.0-13), pulseaudio-utils Description: X11 module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to publish itself as the default sound server to the X11 root window automatically upon startup. There is also a module to playback a sound file in place of the X11 bell beep. . The modules are called module-x11-publish and module-x11-bell. Homepage: http://www.pulseaudio.org Package: libgdm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 266 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gdm3 Version: 3.14.1-7 Replaces: gdm, gdm3 (<< 3.8.3-3~), libgdm Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libsystemd0 Pre-Depends: multiarch-support Breaks: gdm3 (<< 3.8.3-3~) Conflicts: gdm, libgdm Description: GNOME Display Manager (shared library) GDM provides the equivalent of a "login:" prompt for X displays: it asks for a login and starts graphical sessions. . It supports multiple seats and switching between multiple users. . The greeter is based on the GNOME libraries and applications, and its look and design are the same as those of a GNOME session. . This package contains the shared library required by gnome-shell. Package: wireless-regdb Status: install ok installed Priority: optional Section: net Installed-Size: 51 Maintainer: Ben Hutchings Architecture: all Multi-Arch: foreign Version: 2016.06.10-1~deb8u1 Suggests: crda Description: wireless regulatory database This package contains the wireless regulatory database used by the Central Regulatory Database Agent (CRDA) to configure wireless devices to operate within the radio spectrum allowed in the local jurisdiction. . This regulatory information is provided with no warranty either expressed or implied. Only Linux drivers which use cfg80211 framework can make use of the regulatory database and CRDA. Homepage: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb Package: gettext-base Status: install ok installed Priority: standard Section: utils Installed-Size: 965 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Source: gettext Version: 0.19.3-2 Depends: libc6 (>= 2.14), libasprintf0c2 (>= 0.18.1.1-6) Description: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Homepage: http://www.gnu.org/software/gettext/ Package: libirs-export91 Status: install ok installed Priority: optional Section: libs Installed-Size: 69 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Depends: libc6 (>= 2.14), libdns-export100, libisc-export95, libisccfg-export90 Pre-Depends: multiarch-support Description: Exported IRS Shared Library The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the exported libirs shared library. Package: vlc-plugin-pulse Status: install ok installed Priority: optional Section: video Installed-Size: 1 Maintainer: Debian Multimedia Maintainers Architecture: all Source: vlc Version: 2.2.5-1~deb8u1 Depends: vlc (>= 2.2.5-1~deb8u1), vlc-data (= 2.2.5-1~deb8u1) Description: transitional dummy package for vlc This is a transitional dummy package for vlc. The PulseAudio plugin is now included in vlc. This package can safely be removed. Homepage: http://www.videolan.org/vlc/ Package: libshine3 Status: install ok installed Priority: optional Section: libs Installed-Size: 55 Maintainer: Romain Beauxis Architecture: amd64 Multi-Arch: same Source: shine Version: 3.1.0-2.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Fixed-point MP3 encoding library - runtime files Shine can be used to encode audio data on architectures with no floating point processing unit (FPU) at a much better rate than encoding libraries implemented using floating-point arithmetic. . This package contains the files needed to run a program compiled using Shine. Homepage: https://github.com/savonet/shine Package: libxau-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 91 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxau Version: 1:1.0.8-1 Depends: libxau6 (= 1:1.0.8-1), x11proto-core-dev Description: X11 authorisation library (development headers) This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . This package contains the development headers for the library found in libxau6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Package: libfreerdp-crypto1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 292 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-crypto0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sspi0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (freerdp-crypto library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-crypto shared library. Homepage: http://www.freerdp.com/ Package: python-pycurl Status: install ok installed Priority: optional Section: python Installed-Size: 163 Maintainer: Barry Warsaw Architecture: amd64 Source: pycurl Version: 7.19.5-3 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.15), libcurl3-gnutls (>= 7.38.0), libgnutls-deb0-28 (>= 3.3.0) Suggests: libcurl4-gnutls-dev, python-pycurl-dbg, python-pycurl-doc Description: Python bindings to libcurl This module provides the Python bindings to libcurl. Please refer to the libcurl documentation available in libcurl4-gnutls-dev Debian package. . NOTE: the SSL support is provided by GnuTLS. . This package contains PyCURL for Python 2. Homepage: http://pycurl.sourceforge.net Package: libnl-route-3-200 Status: install ok installed Priority: optional Section: libs Installed-Size: 416 Maintainer: Heiko Stuebner Architecture: amd64 Multi-Arch: same Source: libnl3 Version: 3.2.24-2 Depends: libnl-3-200 (= 3.2.24-2), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: library for dealing with netlink sockets - route interface This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . API to the configuration interfaces of the NETLINK_ROUTE family. Homepage: http://people.suug.ch/~tgr/libnl/ Package: gir1.2-champlain-0.12 Status: install ok installed Priority: optional Section: introspection Installed-Size: 186 Maintainer: Sjoerd Simons Architecture: amd64 Source: libchamplain Version: 0.12.9-1 Depends: gir1.2-clutter-1.0, libchamplain-0.12-0 (>= 0.12.7) Description: C library providing ClutterActor to display maps (GObject introspection) Libchamplain is a C library providing a ClutterActor to display maps. . It supports numerous free map sources such as OpenStreetMap (default), OpenArialMap and Maps for free. . This package contains the GObject introspection file for libchamplain. Homepage: https://wiki.gnome.org/Projects/libchamplain Package: imagemagick-6.q16 Status: install ok installed Priority: optional Section: graphics Installed-Size: 599 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: foreign Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Provides: imagemagick-6.defaultquantum Depends: libc6 (>= 2.4), libmagickcore-6.q16-2 (>= 8:6.8.8.2), libmagickwand-6.q16-2 (>= 8:6.8.8.2), hicolor-icon-theme Recommends: libmagickcore-6.q16-2-extra, ghostscript, netpbm Suggests: imagemagick-doc, autotrace, cups-bsd | lpr | lprng, curl, enscript, ffmpeg, gimp, gnuplot, grads, graphviz, groff-base, hp2xx, html2ps, libwmf-bin, mplayer, povray, radiance, sane-utils, texlive-base-bin, transfig, ufraw-batch, xdg-utils Description: image manipulation programs -- quantum depth Q16 ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . This version of imagemagick is compiled for quantum depth of 16 bits. Homepage: http://www.imagemagick.org/ Package: gnome-shell Status: install ok installed Priority: optional Section: gnome Installed-Size: 6910 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.4-1~deb8u1 Depends: gir1.2-clutter-1.0 (>= 1.17), gir1.2-glib-2.0 (>= 1.39.90-4~), gir1.2-gtk-3.0 (>= 3.8), gir1.2-mutter-3.0 (>= 3.14.4), gir1.2-networkmanager-1.0, gir1.2-soup-2.4 (>= 2.40.1), gir1.2-telepathyglib-0.12, dconf-gsettings-backend | gsettings-backend, libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libclutter-1.0-0 (>= 1.15.90), libcogl-pango20 (>= 1.17.4), libcogl20 (>= 1.17.4), libcroco3 (>= 0.6.2), libdbus-glib-1-2 (>= 0.78), libecal-1.2-16 (>= 3.5.91), libedataserver-1.2-18 (>= 3.5.91), libgcr-base-3-1 (>= 3.8.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libgjs0-libmozjs-24-0, libgjs0e (>= 1.42.0), libglib2.0-0 (>= 2.39.90), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.13.2), libical1a (>= 1.0), libjson-glib-1.0-0 (>= 0.13.2), libmozjs-24-0, libmutter0e (>= 3.14.4), libnm-glib4 (>= 0.8.998), libnm-util2 (>= 0.8.998), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.94), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libsecret-1-0 (>= 0.7), libstartup-notification0 (>= 0.11), libsystemd0, libtelepathy-glib0 (>= 0.17.5), libx11-6, libxfixes3, evolution-data-server (>= 3.7.90), gir1.2-gdm3 (>= 3.5.90), gir1.2-accountsservice-1.0, gir1.2-atspi-2.0 (>= 2.9.91), gir1.2-caribou-1.0 (>= 0.4.8), gir1.2-freedesktop, gir1.2-gdesktopenums-3.0 (>= 3.12), gir1.2-gcr-3 (>= 3.7.5), gir1.2-gkbd-3.0, gir1.2-gnomebluetooth-1.0 (>= 3.12.0), gir1.2-gnomedesktop-3.0 (>= 3.12.0), gir1.2-ibus-1.0 (>= 1.5.2), gir1.2-nmgtk-1.0 (>= 0.9.8), gir1.2-pango-1.0, gir1.2-polkit-1.0, gir1.2-telepathylogger-0.2 (>= 0.8.0), gir1.2-upowerglib-1.0 (>= 0.99), gjs (>= 1.39.0), gnome-icon-theme-symbolic (>= 2.91), gnome-settings-daemon (>= 3.4.0), gnome-shell-common (= 3.14.4-1~deb8u1), gnome-themes-standard, gnome-backgrounds (>= 3.13.90), gsettings-desktop-schemas (>= 3.11), mutter (>= 3.14.4), python (>= 2.6), telepathy-mission-control-5 Recommends: gkbd-capplet, gnome-contacts, gnome-control-center, gnome-user-guide, unzip, gdm3 (>= 3.10.0.1-3~) Breaks: fglrx-driver (<< 1:11-10), gdm3 (<< 3.10.0.1-3~), gnome-control-center (<< 1:3.0), gnome-session (<< 3.0), gnome-tweak-tool (<< 3.5) Conflicts: gnome-screensaver (<< 3.6) Description: graphical shell for the GNOME desktop The GNOME Shell provides core interface functions like switching windows, launching applications or see your notifications. It takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a delightful and easy to use experience. GNOME Shell is the defining technology of the GNOME 3 user experience. Homepage: http://live.gnome.org/GnomeShell Package: libgweather-common Status: install ok installed Priority: optional Section: libs Installed-Size: 21605 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgweather Version: 3.14.1-1 Depends: dconf-gsettings-backend | gsettings-backend Conflicts: libgweather1 (<< 2.22.2-2) Description: GWeather common files libgweather is a library to access weather information from online services for numerous locations. . This package contains the weather locations. Homepage: https://wiki.gnome.org/Projects/LibGWeather Package: xfonts-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 390 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: foreign Version: 1:7.7+2 Depends: libc6 (>= 2.14), libfontenc1, libfreetype6 (>= 2.2.1), libxfont1 (>= 1:1.4.2), zlib1g (>= 1:1.1.4), x11-common, xfonts-encodings Description: X Window System font utility programs xfonts-utils provides a set of utility programs shipped with the X Window System that are needed for font management. . The programs in this package include: - bdftopcf, which converts BDF fonts to PCF fonts; - bdftruncate and ucs2any, tools to generate fonts with various encodings from ISO 10646-encoded fonts - mkfontdir, a program to generate fonts.dir files; - mkfontscale, a program to generate fonts.scale files; - fonttosfnt, a program to wrap bitmap fonts in a sfnt (TrueType) wrapper. Package: libgail-common Status: install ok installed Priority: optional Section: libs Installed-Size: 943 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtk+2.0 Version: 2.24.25-3+deb8u1 Depends: libatk1.0-0 (>= 1.32.0), libc6 (>= 2.4), libcairo2 (>= 1.6.4-6.1), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.28.3), libpangocairo-1.0-0 (>= 1.28.3), libpangoft2-1.0-0 (>= 1.28.3), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxfixes3, libgail18 (= 2.24.25-3+deb8u1) Breaks: libgnome2-0 (<< 2.32.1-2) Description: GNOME Accessibility Implementation Library -- common modules Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains core shared libraries. Homepage: http://www.gtk.org/ Package: libsolid4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1217 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: udev, libc6 (>= 2.14), libqt4-dbus (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1), libudev1 (>= 183) Recommends: udisks2, upower Suggests: media-player-info Breaks: kde-config-tablet (<< 1.2.5) Description: Solid Library for KDE Platform Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system. . This package is part of the KDE Development Platform libraries module. Homepage: http://solid.kde.org/ Package: libnm-gtk-common Status: install ok installed Priority: optional Section: libs Installed-Size: 94 Maintainer: Utopia Maintenance Team Architecture: all Multi-Arch: foreign Source: network-manager-applet Version: 0.9.10.0-2 Description: library for wireless and mobile dialogs - common files The libnm-gtk library provides Gtk+ dialogs for NetworkManager. . This package contains data files used by libnm-gtk. Homepage: http://www.gnome.org/projects/NetworkManager/ Package: libhttp-daemon-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-date-perl, libhttp-message-perl, liblwp-mediatypes-perl Breaks: libwww-perl (<< 6.00) Description: simple http server class Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. . The accept() method will return when a connection from a client is available. The returned value will be an HTTP::Daemon::ClientConn object which is another IO::Socket::INET subclass. Calling the get_request() method on this object will read data from the client and return an HTTP::Request object. The ClientConn object also provide methods to send back various responses. . This HTTP daemon does not fork(2) for you. Your application, i.e. the user of the HTTP::Daemon is responsible for forking if that is desirable. Also note that the user is responsible for generating responses that conform to the HTTP/1.1 protocol. Homepage: http://search.cpan.org/dist/HTTP-Daemon/ Package: telepathy-logger Status: install ok installed Priority: optional Section: utils Installed-Size: 89 Maintainer: Debian Telepathy maintainers Architecture: amd64 Version: 0.8.1-1 Depends: libtelepathy-logger3 (= 0.8.1-1), libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.28), libsqlite3-0 (>= 3.5.9), libtelepathy-glib0 (>= 0.19.2), libxml2 (>= 2.6.27), dconf-gsettings-backend | gsettings-backend Description: Telepathy logger service - Daemon This package contains the Telepathy Logger daemon. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: http://telepathy.freedesktop.org/wiki/ Package: dconf-cli Status: install ok installed Priority: optional Section: utils Installed-Size: 69 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: d-conf Version: 0.22.0-1 Replaces: dconf-tools (<< 0.16.0-2) Depends: libc6 (>= 2.14), libdconf1 (= 0.22.0-1), libglib2.0-0 (>= 2.39.4) Breaks: dconf-tools (<< 0.16.0-2) Conflicts: dconf Description: simple configuration storage system - utilities DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the command line tools. Note that DConf is not connected with the older Debian package named dconf. Homepage: https://wiki.gnome.org/dconf Package: python3-aptdaemon.gtk3widgets Status: install ok installed Priority: extra Section: python Installed-Size: 121 Maintainer: Julian Andres Klode Architecture: all Source: aptdaemon Version: 1.1.1-4+deb8u1 Replaces: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1) Depends: python3:any (>= 3.3.2-2~), python3-aptdaemon (= 1.1.1-4+deb8u1), python3-gi, gir1.2-gtk-3.0, gir1.2-vte-2.90, aptdaemon-data Breaks: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1) Description: Python 3 GTK+ 3 widgets to run an aptdaemon client Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python 3 GTK+ 3 widgets to implement a fully working graphical client. The widgets can be used to initiate, to monitor and to control a transaction. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Package: libprotobuf-c1 Status: install ok installed Priority: optional Section: libs Installed-Size: 46 Maintainer: Robert S. Edmonds Architecture: amd64 Source: protobuf-c Version: 1.0.2-1 Depends: libc6 (>= 2.14) Description: Protocol Buffers C shared library (protobuf-c) Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the "protobuf-c" implementation of Protocol Buffers in C. . This package contains the shared library. Homepage: https://github.com/protobuf-c/protobuf-c Package: libpipeline1 Status: install ok installed Priority: important Section: libs Installed-Size: 63 Maintainer: Colin Watson Architecture: amd64 Multi-Arch: same Source: libpipeline Version: 1.4.0-1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: pipeline manipulation library This is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. Homepage: http://libpipeline.nongnu.org/ Package: libsoup-gnome2.4-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 63 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libsoup2.4 Version: 2.48.0-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.39.90), libsoup2.4-1 (>= 2.41.90), libsqlite3-0 (>= 3.5.9), libxml2 (>= 2.6.27) Pre-Depends: multiarch-support Description: HTTP library implementation in C -- GNOME support library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the GNOME support shared library. Package: libdleyna-core-1.0-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 74 Maintainer: Emanuele Aina Architecture: amd64 Multi-Arch: same Source: dleyna-core Version: 0.4.0-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libgupnp-1.0-4 (>= 0.20.7) Pre-Depends: multiarch-support Description: Utility functions for higher level dLeyna components dleyna-core is a library of utility functions that are used by the higher level dLeyna libraries that communicate with DLNA devices, e.g., dleyna-server. In brief, it provides APIs for logging, error, settings and task management and an IPC abstraction API. . dLeyna is an umbrella project hosting a number of middleware components designed to make it easy for developers to integrate DLNA functionality into their applications. Homepage: https://01.org/dleyna/ Package: libgsf-1-114 Status: install ok installed Priority: optional Section: libs Installed-Size: 351 Maintainer: Dmitry Smirnov Architecture: amd64 Source: libgsf Version: 1.14.30-2 Depends: libgsf-1-common (>= 1.14.30-2), libbz2-1.0, libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: Structured File Library - runtime version The GNOME Structured File Library aims to provide an efficient extensible I/O abstraction for dealing with different structured file formats. Homepage: http://projects.gnome.org/libgsf/ Package: gnome-shell-extensions Status: install ok installed Priority: optional Section: gnome Installed-Size: 1417 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.14.2-1 Depends: dconf-gsettings-backend | gsettings-backend, gnome-shell (>= 3.14), gnome-shell (<< 3.15), gir1.2-atk-1.0, gir1.2-clutter-1.0, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gmenu-3.0, gir1.2-gtk-3.0, gir1.2-gtop-2.0, gir1.2-mutter-3.0, gir1.2-pango-1.0, gvfs (>= 1.16.0), gnome-session (>= 3.8) Recommends: gnome-tweak-tool (>= 3.14) Description: Extensions to extend functionality of GNOME Shell The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications, accessing documents, and organizing open windows in GNOME. Later, it will introduce a new applets eco-system and offer new solutions for other desktop features, such as notifications and contacts management. The GNOME Shell is intended to replace functions handled by the GNOME Panel and by the window manager in previous versions of GNOME. The GNOME Shell has rich visual effects enabled by new graphical technologies. . GNOME Shell is extensible using extensions. This package contains official GNOME Shell extensions. Homepage: https://wiki.gnome.org/GnomeShell/Extensions Package: libnet-dbus-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 542 Maintainer: Debian Perl Group Architecture: amd64 Source: libnet-dbus-perl (1.0.0-2) Version: 1.0.0-2+b2 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1), libxml-twig-perl Description: Perl extension for the DBus bindings Net::DBus provides a Perl API for the DBus message system. The DBus Perl interface is currently operating against the 0.32 development version of DBus, but should work with later versions too, providing the API changes have not been too drastic. . Users of this package are either typically, service providers in which case the Net::DBus::Service and Net::DBus::Object modules are of most relevance, or are client consumers, in which case Net::DBus::RemoteService and Net::DBus::RemoteObject are of most relevance. Homepage: https://metacpan.org/release/Net-DBus/ Package: libroken18-heimdal Status: install ok installed Priority: optional Section: libs Installed-Size: 168 Maintainer: Brian May Architecture: amd64 Multi-Arch: same Source: heimdal Version: 1.6~rc2+dfsg-9 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: Heimdal Kerberos - roken support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for roken support. Homepage: http://www.h5l.org/ Package: cvs Status: install ok installed Priority: optional Section: vcs Installed-Size: 4084 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: foreign Version: 2:1.12.13+real-15 Replaces: cvs-doc Provides: cvs-doc Depends: libbsd0 (>= 0.0), libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2), zlib1g (>= 1:1.1.4), adduser, dpkg (>= 1.15.4) | install-info Recommends: openssh-client Suggests: mksh (>= 40~), rcs Conflicts: cvs-doc Description: Concurrent Versions System CVS is a version control system, which allows you to keep access to old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. It handles multiple developers, multiple directories, triggers to enable/log/control various operations, and can work over a wide area network. The texinfo manual provides further information on more tasks that it can perform. . There are some tasks that are not covered by CVS. They can be done in conjunction with CVS but will tend to require some script-writing and software other than CVS. These tasks are bug-tracking, build management (that is, make and make-like tools), and automated testing. However, CVS makes these tasks easier. . This package contains a CVS binary which can act as both client and server, although there is no CVS dæmon; to access remote repositories, please use :extssh: not :pserver: any more. Homepage: http://www.nongnu.org/cvs/ Package: libhdb9-heimdal Status: install ok installed Priority: optional Section: libs Installed-Size: 239 Maintainer: Brian May Architecture: amd64 Multi-Arch: same Source: heimdal Version: 1.6~rc2+dfsg-9 Replaces: heimdal-lib (<< 0.3e-5) Provides: heimdal-hdb-api-8 Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.14), libcomerr2 (>= 1.01), libdb5.3, libkrb5-26-heimdal (>= 1.6~git20131117), libldap-2.4-2 (>= 2.4.7), libroken18-heimdal (>= 1.4.0+git20110226), libsqlite3-0 (>= 3.5.9) Pre-Depends: multiarch-support Conflicts: heimdal-libs (<< 0.3e-5) Description: Heimdal Kerberos - kadmin server library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for storing the KDC database. Homepage: http://www.h5l.org/ Package: autoconf Status: install ok installed Priority: optional Section: devel Installed-Size: 1898 Maintainer: Ben Pfaff Architecture: all Multi-Arch: foreign Version: 2.69-8 Depends: perl (>> 5.005), m4 (>= 1.4.13), debianutils (>= 1.8) Recommends: automake | automaken Suggests: autoconf-archive, gnu-standards, autoconf-doc, libtool, gettext Breaks: gettext (<< 0.10.39), pkg-config (<< 0.25-1.1) Conffiles: /etc/emacs/site-start.d/50autoconf.el 297521889d690871ec9d89c5eeff745a Description: automatic configure script builder The standard for FSF source packages. This is only useful if you write your own programs or if you extensively modify other people's programs. . For an extensive library of additional Autoconf macros, install the `autoconf-archive' package. . This version of autoconf is not compatible with scripts meant for Autoconf 2.13 or earlier. Homepage: http://www.gnu.org/software/autoconf/ Package: initramfs-tools Status: install ok installed Priority: optional Section: utils Installed-Size: 348 Maintainer: Debian kernel team Architecture: all Multi-Arch: foreign Version: 0.120+deb8u3 Provides: linux-initramfs-tool Depends: klibc-utils (>= 2.0-1~), cpio, kmod | module-init-tools, udev, klibc-utils (>= 2.0.4-1.2~) | busybox (>= 1:1.01-3) | busybox-initramfs | busybox-static Recommends: busybox (>= 1:1.01-3) | busybox-initramfs | busybox-static Suggests: bash-completion Breaks: console-setup (<< 1.72), cryptsetup (<< 2:1.6.6-4~), elilo (<< 3.12-3.1~), lilo (<< 22.8-8.2~), lvm2 (<< 2.02.111-2.1~), s390-tools (<< 1.8.3-2~), systemd-sysv (<< 186) Conflicts: linux-initramfs-tool, usplash (<< 0.5.50) Conffiles: /etc/bash_completion.d/initramfs-tools 7eeb7184772f3658e7cf446945c096b1 /etc/initramfs-tools/initramfs.conf 42161705437308c44abc6d46395889c1 /etc/initramfs-tools/update-initramfs.conf e2026d4603e7161efaccca519aeb1297 /etc/kernel/postinst.d/initramfs-tools 1d77d3e4b57c3da299aacd44b1dc207c /etc/kernel/postrm.d/initramfs-tools f57d0b03f79fd46dd1a1fa3b00206070 Description: generic modular initramfs generator This package contains tools to create a bootable initramfs for Linux kernel packages. The initramfs is a compressed cpio archive. At boot time, the kernel unpacks that archive into RAM, mounts and uses it as initial root file system. The mounting of the real root file system occurs in early user space. klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or NFS is also supported. Any boot loader with initrd support is able to load an initramfs archive. Package: pm-utils Status: install ok installed Priority: optional Section: admin Installed-Size: 218 Maintainer: Tim Dijkstra Architecture: all Version: 1.4.1-15 Depends: powermgmt-base Recommends: vbetool, procps, hdparm, ethtool, kbd | console-tools Suggests: cpufrequtils, wireless-tools, radeontool Conffiles: /etc/kernel/postinst.d/pm-utils 5b2be1c56ee085b4e54fd192a6d687aa /etc/logrotate.d/pm-utils 9eb4057eeedc809f704b9b52701548db Description: utilities and scripts for power management This package provides simple shell command line tools to suspend and hibernate your computer. Homepage: http://pm-utils.freedesktop.org/ Package: gnome-flashback Status: install ok installed Priority: optional Section: gnome Installed-Size: 268 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.10.0-3 Depends: gnome-flashback-common (= 3.10.0-3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.91), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.10.0), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libx11-6, libxext6 Recommends: dbus Description: GNOME Flashback application This package provides a helper application for the GNOME Flashback session. This application: - provides the Logout, Reboot and Shutdown dialogs; - provides the Sound tray applet; - draws desktop background; - monitors user activity. Homepage: https://wiki.gnome.org/Projects/GnomeFlashback Package: libpangocairo-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.36.8-3 Replaces: libpango1.0-0 (<< 1.32.5-2) Depends: libc6 (>= 2.4), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.32.4), libpangoft2-1.0-0 (>= 1.28.1) Pre-Depends: multiarch-support Breaks: libpango1.0-0 (<< 1.32.5-2) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Package: libclucene-contribs1 Status: install ok installed Priority: optional Section: libs Installed-Size: 444 Maintainer: Fathi Boudra Architecture: amd64 Multi-Arch: same Source: clucene-core Version: 2.3.3.4-4 Depends: libc6 (>= 2.14), libclucene-core1 (>= 2.3.3.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: language specific text analyzers (runtime) CLucene is a C++ port of the popular Apache Lucene search engine (http://lucene.apache.org/java). It is released under LGPL or the Apache License. . CLucene aims to be a high-speed alternative to Java Lucene, its API is very similar to that of the Java version. CLucene has recently been brought up to date with Lucene 1.4.3. It contains most of the same functionality as the Java version, except for Socket, Threading and the special caching modifications. . This package contains the files necessary for running applications that use the CLucene contribs library (language specific text analyzers for CLucene). Homepage: http://clucene.sourceforge.net Package: firebird2.5-server-common Status: install ok installed Priority: optional Section: database Installed-Size: 3382 Maintainer: Debian Firebird Group Architecture: amd64 Source: firebird2.5 Version: 2.5.3.26778.ds4-5+deb8u1 Replaces: firebird2.5-common (<< 2.5.2~svn+53698.ds4-1~) Depends: firebird2.5-common-doc (= 2.5.3.26778.ds4-5+deb8u1), libc6 (>= 2.17), libfbclient2 (>= 2.5.0.25784~ReleaseCandidate1.ds2), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), libstdc++6 (>= 4.1.1) Breaks: firebird2.5-common (<< 2.5.2~svn+53698.ds4-1~) Conflicts: firebird2.1-server-common Conffiles: /etc/default/firebird2.5 bea8364a8cd505415687b8820f1a8f7a /etc/firebird/2.5/aliases.conf d7f0cf42b12538ee316a5450cc094029 /etc/firebird/2.5/fbintl.conf 7704fde9825d91fffae8522af92b6392 /etc/firebird/2.5/fbtrace.conf d6b4ba99781e0eb58028c257d759be89 /etc/logrotate.d/firebird2.5 1e0154160834dda36ccc50e0e215b1ce Description: common files for firebird 2.5 servers This package contains files common to super and classic Firebird servers. . These include the security database, manual pages, support scripts as well as configuration files in /etc/firebird/2.5. . Please refer to the firebird2.5-super or firebird2.5-classic packages for more information about Firebird in general. Homepage: http://firebirdsql.org/ Package: libssh2-1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 540 Maintainer: Mikhail Gusarov Architecture: amd64 Multi-Arch: same Source: libssh2 Version: 1.4.3-4.1+deb8u1 Depends: libssh2-1 (= 1.4.3-4.1+deb8u1), libgcrypt20-dev Description: SSH2 client-side library (development headers) libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP (v1-v5) sessions; port forwarding, X11 forwarding; password, key-based and keyboard-interactive authentication. . This package contains the development files. Homepage: http://libssh2.org/ Package: libmysqlclient18 Status: install ok installed Priority: optional Section: libs Installed-Size: 3425 Maintainer: Debian MySQL Maintainers Architecture: amd64 Multi-Arch: same Source: mysql-5.5 Version: 5.5.55-0+deb8u1 Depends: mysql-common (>= 5.5.55-0+deb8u1), libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: MySQL database client library MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client library. Homepage: http://dev.mysql.com/ Package: gnome-mime-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 4388 Maintainer: Debian GNOME Maintainers Architecture: all Version: 2.18.0-1 Conffiles: /etc/gnome-vfs-mime-magic 0d63596f36fdb27f8e09116ddab72c1a Description: base MIME and Application database for GNOME. This module contains the base MIME and Application database for GNOME. It is meant to be accessed through the MIME functions in GnomeVFS. Package: libexempi3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1192 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: exempi Version: 2.2.1-2 Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: library to parse XMP metadata (Library) Exempi is a library to parse XMP metadata as defined by the specification. . XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type. Homepage: http://libopenraw.freedesktop.org/wiki/Exempi Package: libmikmod-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 856 Maintainer: Stephen Kitt Architecture: amd64 Multi-Arch: same Source: libmikmod Version: 3.3.7-1 Provides: libmikmod2-dev Depends: libc6-dev, libmikmod3 (= 3.3.7-1), libmikmod-config Conflicts: libmikmod2-dev Description: Portable sound library - development files This library is capable of playing samples as well as module files and was originally written by Jean-Paul Mikkers (MikMak) for DOS. It has subsequently been hacked by many hands and now runs on many Unix flavours. . It supports OSS, ALSA, SDL and PulseAudio outputs, and can also write to disk in raw, WAV and AIFF formats. . Supported file formats include mod, stm, s3m, mtm, xm, and it. . This package contains the symlinks, headers, and object files needed to compile and link programs which use libmikmod. Homepage: http://mikmod.sf.net/ Package: libcolamd2.8.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 67 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: suitesparse Version: 1:4.2.1-3 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: column approximate minimum degree ordering library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . COLAMD column approximate minimum degree ordering Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/ Package: udisks2 Status: install ok installed Priority: optional Section: admin Installed-Size: 2126 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: foreign Version: 2.1.3-5 Depends: libacl1 (>= 2.2.51-8), libatasmart4 (>= 0.13), libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 165), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.101), libsystemd0, libudisks2-0 (>= 2.0.91), udev, dbus, parted, libpam-systemd Recommends: policykit-1, dosfstools, ntfs-3g, eject, gdisk Suggests: xfsprogs, reiserfsprogs, exfat-utils, btrfs-tools, mdadm, cryptsetup-bin Conffiles: /etc/dbus-1/system.d/org.freedesktop.UDisks2.conf 88edadd924d165f9a31a16e1050da827 Description: D-Bus service to access and manipulate storage devices The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package also provides the udisksctl utility, which can be used to trigger these operations from the command line (if permitted by PolicyKit). . Creating or modifying file systems such as XFS, RAID, or LUKS encryption requires that the corresponding mkfs.* and admin tools are installed, such as dosfstools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS. Homepage: http://www.freedesktop.org/wiki/Software/udisks Package: libmagickwand-6.q16-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1356 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: same Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgomp1 (>= 4.9), libmagickcore-6.q16-2 (>= 8:6.8.9.9), libx11-6, imagemagick-common (= 8:6.8.9.9-5+deb8u9) Pre-Depends: multiarch-support, dpkg (>= 1.17.6) Description: image manipulation library The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. . This version of libmagickwand is compiled for quantum depth of 16 bits. Homepage: http://www.imagemagick.org/ Package: xserver-xorg-video-vmware Status: install ok installed Priority: optional Section: x11 Installed-Size: 261 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1:13.0.2-3.1 Provides: xorg-driver-video Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38), libx11-6 (>= 2:1.4.99.1), libxatracker2, libxext6, xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- VMware display driver This package provides the driver for VMware client sessions, i.e. if Linux is running inside a VMware session. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-vmware driver module. Package: ghostscript Status: install ok installed Priority: optional Section: text Installed-Size: 121 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: foreign Version: 9.06~dfsg-2+deb8u5 Provides: postscript-viewer Depends: libc6 (>= 2.4), libgs9 (= 9.06~dfsg-2+deb8u5), gsfonts, debconf | debconf-2.0 Suggests: ghostscript-x Description: interpreter for the PostScript language and for PDF GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. Homepage: http://www.ghostscript.com/ Package: libiec61883-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Marcio Roberto Teixeira Architecture: amd64 Multi-Arch: same Source: libiec61883 Version: 1.2.0-0.2 Depends: libc6 (>= 2.3.4), libraw1394-11 Pre-Depends: multiarch-support Description: an partial implementation of IEC 61883 This library is an implementation of IEC 61883, part 1 (CIP, plug registers, and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols. . The libiec61883 library provides a higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394. This includes both reception and transmission. It uses the new "rawiso" API of libraw1394, which transparently provides mmap-ed DMA for efficient data transfer. It also represents the third generation of I/O technology for Linux 1394 for these media types thereby removing the complexities of additional kernel modules, /dev nodes, and procfs. It also consolidates features for plug control registers and connection management that previously existed in experimental form in an unreleased version of libavc1394. Package: libpcre3 Status: install ok installed Priority: required Section: libs Installed-Size: 618 Maintainer: Mark Baker Architecture: amd64 Multi-Arch: same Source: pcre3 Version: 2:8.35-3.3+deb8u4 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~) Conflicts: libpcre3-dev (<= 4.3-3) Description: Perl 5 Compatible Regular Expression Library - runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the runtime libraries. Package: python-xapian Status: install ok installed Priority: optional Section: python Installed-Size: 1347 Maintainer: Olly Betts Architecture: amd64 Source: xapian-bindings Version: 1.2.19-2 Provides: python2.7-xapian Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libxapian22 (>= 1.2.19) Suggests: xapian-doc Description: Xapian search engine interface for Python This package provides Xapian Python bindings for all the packaged versions of Python. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Python bindings provide an interface to the Xapian library from the Python programming language, allowing both indexing and retrieval operations. Homepage: http://xapian.org/ Package: libksba8 Status: install ok installed Priority: optional Section: libs Installed-Size: 238 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Source: libksba Version: 1.3.2-1+deb8u1 Depends: libc6 (>= 2.14), libgpg-error0 (>= 1.14) Pre-Depends: multiarch-support Description: X.509 and CMS support library KSBA (pronounced Kasbah) is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. . KSBA provides these subsystems: ASN.1 Parser, BER Decoder, BER Encoder, Certificate Handling and CMS Handling. . This package contains the runtime library files. Homepage: http://www.gnupg.org/related_software/libksba/ Package: dnsutils Status: install ok installed Priority: standard Section: net Installed-Size: 344 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Replaces: bind, bind9 (<< 1:9.1.0-3) Depends: libbind9-90 (= 1:9.9.5.dfsg-9+deb8u11), libc6 (>= 2.4), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libdns100 (= 1:9.9.5.dfsg-9+deb8u11), libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc95 (= 1:9.9.5.dfsg-9+deb8u11), libisccfg90 (= 1:9.9.5.dfsg-9+deb8u11), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), liblwres90 (= 1:9.9.5.dfsg-9+deb8u11), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27), bind9-host | host Suggests: rblcheck Conflicts: netstd (<< 2.00) Description: Clients provided with BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers various client programs related to DNS that are derived from the BIND source tree. . - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136) Package: mono-4.0-gac Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 76 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Replaces: mono-gac (<< 2.0) Depends: libc6 (>= 2.19) | libc6.1 (>= 2.19) | libc0.1 (>= 2.19), libmono-corlib4.5-cil (>= 3.2.8), libmono-security4.0-cil (>= 3.0.6) Recommends: cli-common (>= 0.4.0) Description: Mono GAC tool (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package includes a version of the GAC (Global Assembly Cache) tool (gacutil) used by Mono to store shared CIL (Common Intermediate Language) libraries, for CLI 4.0 Homepage: http://www.mono-project.com/ Package: x11proto-kb-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 1241 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-kb Version: 1.0.6-2 Description: X11 XKB extension wire protocol This package provides development headers describing the wire protocol for the XKEYBOARD extension, used to control all manner of options related to keyboard handling and layout in particular. It does not control the addition/enabling/disabling of keyboards; this is done with the XINPUT extension. . More information about X.Org can be found at: . This package is built from the X.org kbproto proto module. Package: libthai0 Status: install ok installed Priority: optional Section: libs Installed-Size: 103 Maintainer: Theppitak Karoonboonyanan Architecture: amd64 Multi-Arch: same Source: libthai Version: 0.1.21-1 Depends: libthai-data (>= 0.1.10), libc6 (>= 2.14), libdatrie1 (>= 0.2.0) Pre-Depends: multiarch-support Enhances: libqtcore4, libqtgui4 Description: Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains the shared libraries needed to run programs that use the LibThai library. Homepage: http://linux.thai.net/projects/libthai Package: libglapi-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 252 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Homepage: http://mesa3d.sourceforge.net/ Package: synaptic Status: install ok installed Priority: optional Section: admin Installed-Size: 7672 Maintainer: Michael Vogt Architecture: amd64 Version: 0.81.2 Depends: libapt-inst1.5 (>= 0.8.16~exp12), libapt-pkg4.12 (>= 0.9.11), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libept1.4.12, libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.14.0), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 4.6), libvte-2.90-9 (>= 1:0.27.2), libx11-6, libxapian22, libxext6, zlib1g (>= 1:1.1.4), hicolor-icon-theme Recommends: gksu | kdebase-bin | policykit-1, libgtk2-perl (>= 1:1.130), rarian-compat Suggests: dwww, menu, deborphan, apt-xapian-index, tasksel, software-properties-gtk Conflicts: menu (<< 2.1.11) Description: Graphical package manager Synaptic is a graphical package management tool based on GTK+ and APT. Synaptic enables you to install, upgrade and remove software packages in a user friendly way. . Besides these basic functions the following features are provided: * Search and filter the list of available packages * Perform smart system upgrades * Fix broken package dependencies * Edit the list of used repositories (sources.list) * Download the latest changelog of a package * Configure packages through the debconf system * Browse all available documentation related to a package (dwww is required) Homepage: http://www.nongnu.org/synaptic/ Package: libqt4-sql-sqlite Status: install ok installed Priority: optional Section: libs Installed-Size: 138 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-sql (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Suggests: libqt4-dev Description: Qt 4 SQLite 3 database driver This package contains the SQLite 3 plugin for Qt 4. . Install it if you intend to use or write Qt programs that are to access an SQLite 3 DB. Homepage: http://qt-project.org/ Package: librtmp1 Status: install ok installed Priority: extra Section: libs Installed-Size: 160 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: rtmpdump Version: 2.4+20150115.gita107cef-1+deb8u1 Depends: libc6 (>= 2.14), libgmp10, libgnutls-deb0-28 (>= 3.3.0), libhogweed2, libnettle4, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: toolkit for RTMP streams (shared library) A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an RTMP URL will result in a dumped flv file, which can be played/transcoded with standard tools. . This package contains the shared libraries, header files needed by programs that want to use librtmp. Homepage: http://rtmpdump.mplayerhq.hu/ Package: libamd2.3.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 78 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: suitesparse Version: 1:4.2.1-3 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: approximate minimum degree ordering library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . AMD approximate minimum degree ordering Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/ Package: libnss3-1d Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 75 Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Multi-Arch: same Source: nss Version: 2:3.26-1+debu8u2 Depends: libnss3 (= 2:3.26-1+debu8u2) Description: Network Security Service libraries - transitional package This is a transitional package to ensure smooth transition of all packages to libnss3. Homepage: http://www.mozilla.org/projects/security/pki/nss/ Package: libpackagekit-glib2-18 Status: install ok installed Priority: optional Section: libs Installed-Size: 438 Maintainer: Matthias Klumpp Architecture: amd64 Multi-Arch: same Source: packagekit Version: 1.0.1-2 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Recommends: packagekit (= 1.0.1-2) Description: Library for accessing PackageKit using GLib PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package provides an advanced library to access PackageKit using GLib. It makes use of only async D-Bus calls and provides high level tasks which peform the "transaction dance". Homepage: http://www.packagekit.org Package: gir1.2-accountsservice-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 22 Maintainer: Alessio Treglia Architecture: amd64 Source: accountsservice (0.6.37-3) Version: 0.6.37-3+b1 Replaces: gir1.2-accountservice-1.0 (<< 0.6.12-4) Depends: gir1.2-glib-2.0, libaccountsservice0 (>= 0.6.37) Breaks: gir1.2-accountservice-1.0 (<< 0.6.12-4) Description: GObject introspection data for AccountService The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the introspection data for the AccountService library. Homepage: http://cgit.freedesktop.org/accountsservice/ Package: libgtksourceview-3.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 4889 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gtksourceview3 Version: 3.14.1-1 Description: common files for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the language specifications files for Ada, C, C++, C#, CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL, ".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po" (gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and XML. Homepage: https://wiki.gnome.org/Projects/GtkSourceView Package: xserver-xephyr Status: install ok installed Priority: optional Section: x11 Installed-Size: 4245 Maintainer: Debian X Strike Force Architecture: amd64 Source: xorg-server Version: 2:1.16.4-1 Provides: xserver Depends: xserver-common (>= 2:1.16.4-1), libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libdrm2 (>= 2.3.1), libepoxy0 (>= 1.0), libgcrypt20 (>= 1.6.1), libgl1-mesa-glx | libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 2.0.82), libx11-6, libx11-xcb1, libxau6, libxcb-glx0, libxcb-icccm4 (>= 0.4.1), libxcb-image0 (>= 0.2.1), libxcb-keysyms1 (>= 0.4.0), libxcb-shape0, libxcb-shm0, libxcb-util0 (>= 0.3.8), libxcb-xf86dri0, libxcb-xv0 (>= 1.2), libxcb1 (>= 1.6), libxdmcp6, libxfont1 (>= 1:1.4.2), libxshmfence1 Recommends: libgl1-mesa-dri (>= 7.1~rc1) Description: nested X server Xephyr is an X server that can be run inside another X server, much like Xnest. It is based on the kdrive X server, and as a result it supports newer extensions than Xnest, including render and composite. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: libdevmapper1.02.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 330 Maintainer: Debian LVM Team Architecture: amd64 Multi-Arch: same Source: lvm2 (2.02.111-2.2+deb8u1) Version: 2:1.02.90-2.2+deb8u1 Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), libudev1 (>= 183), dmsetup (>= 2:1.02.90-2.2+deb8u1) Pre-Depends: multiarch-support Breaks: lvm2 (<< 2.02.66) Conflicts: libdevmapper1.02 Description: Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains the (user-space) shared library for accessing the device-mapper; it allows usage of the device-mapper through a clean, consistent interface (as opposed to through kernel ioctls). Homepage: http://sources.redhat.com/lvm2/ Package: libqt4-sql Status: install ok installed Priority: optional Section: libs Installed-Size: 369 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Recommends: libqt4-sql-mysql | libqt4-sql-odbc | libqt4-sql-psql | libqt4-sql-sqlite | libqt4-sql-sqlite2 | libqt4-sql-ibase Suggests: libqt4-dev Description: Qt 4 SQL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtSql module helps you provide seamless database integration to your Qt applications. . If you wish to use the SQL module for development, you should install the libqt4-dev package. Homepage: http://qt-project.org/ Package: libmro-compat-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1 Depends: perl, libclass-c3-perl (>= 0.24) Recommends: libclass-c3-xs-perl Description: mro::* interface compatibility for Perls < 5.9.5 The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher. . MRO::Compat provides those interfaces for earlier versions of Perl (back to 5.6.0 anyway). Homepage: http://search.cpan.org/dist/MRO-Compat/ Package: aptitude Status: install ok installed Priority: standard Section: admin Installed-Size: 4748 Maintainer: Aptitude Development Team Architecture: amd64 Multi-Arch: foreign Source: aptitude (0.6.11-1) Version: 0.6.11-1+b1 Depends: aptitude-common (= 0.6.11-1), libapt-pkg4.12 (>= 0.9.16), libboost-iostreams1.55.0, libc6 (>= 2.14), libcwidget3, libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libsigc++-2.0-0c2a (>= 2.2.0), libsqlite3-0 (>= 3.6.5), libstdc++6 (>= 4.9), libtinfo5, libxapian22 Recommends: aptitude-doc-en | aptitude-doc, sensible-utils, libparse-debianchangelog-perl Suggests: tasksel, debtags, apt-xapian-index Conffiles: /etc/cron.daily/aptitude f934222d5eb13cb132e2751bdb023318 /etc/logrotate.d/aptitude fb66bc5dc8c13edbcb83cea15ff86959 Description: terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . aptitude is also Y2K-compliant, non-fattening, naturally cleansing, and housebroken. Homepage: http://aptitude.alioth.debian.org/ Package: python3-gi-cairo Status: install ok installed Priority: optional Section: python Installed-Size: 314 Maintainer: Josselin Mouette Architecture: amd64 Source: pygobject Version: 3.14.0-1 Depends: python3 (>= 3.4~), python3 (<< 3.5), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.38.0), python3-gi (= 3.14.0-1), python3-cairo (>= 1.10.0+dfsg-3~exp2) Description: Python 3 Cairo bindings for the GObject library GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 Cairo bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. Homepage: https://wiki.gnome.org/PyGObject Package: libspeex1 Status: install ok installed Priority: optional Section: libs Installed-Size: 137 Maintainer: Ron Lee Architecture: amd64 Multi-Arch: same Source: speex Version: 1.2~rc1.2-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: speex Conflicts: asterisk (<= 1:1.4.18.1~dfsg-1), libiaxclient1 (<= 2.0.2-1), libmediastreamer0 (<= 2.1.0-1), libopal-2.2 (<= 2.2.11~dfsg1-3), libopal-2.2-develop (<= 2.2.11~dfsg1-3), libopal-2.2-ptrace (<= 2.2.11~dfsg1-3), libopal-2.2.0 Description: The Speex codec runtime library Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the speex runtime library. Homepage: http://www.speex.org/ Package: liblog4cxx10-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 7379 Maintainer: Tobias Frost Architecture: amd64 Source: log4cxx Version: 0.10.0-4 Replaces: liblog4cxx9-dev Depends: libapr1-dev, libaprutil1-dev, liblog4cxx10 (= 0.10.0-4) Suggests: liblog4cxx10-doc (= 0.10.0-4), pkg-config Conflicts: liblog4cxx9-dev Description: Logging library for C++ (development files) Log4cxx is the C++ port of log4j, a logging framework for JAVA. Log4cxx attempts to mimic log4j usage as much as the language will allow and to be compatible with log4j configuration and output formats. . This package provides the development files. Homepage: http://logging.apache.org/log4cxx/index.html Package: xserver-xorg-video-trident Status: install ok installed Priority: optional Section: x11 Installed-Size: 210 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-trident (1:1.3.6-2) Version: 1:1.3.6-2+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- Trident display driver This package provides the driver for Trident Blade/Image/ProVidia/TGUI/9xxx video cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-trident driver module. Package: libntrack0 Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Alexander Sack Architecture: amd64 Source: ntrack Version: 016-1.3 Depends: libc6 (>= 2.14), ntrack-module-libnl-0 | ntrack-module-rtnetlink-0 | ntrack-module-0 Description: lightweight connectivity tracking library ntrack aims to be a lightweight and easy to use library for application developers that want to get events on network online status changes such as online, offline or route changes. . The primary goal is to serve desktop applications in a network manager and desktop environment independent fashion. Also its supposed to be lightweight, resource un-intensive and extensible. . ntrack currently comes with bindings for glib, GObject, qt4 and python-gobject. Homepage: http://launchpad.net/ntrack Package: apg Status: install ok installed Priority: optional Section: admin Installed-Size: 224 Maintainer: Marc Haber Architecture: amd64 Version: 2.2.3.dfsg.1-2 Depends: libc6 (>= 2.5-5) Conffiles: /etc/apg.conf 87cbe479394590cd9651d576319593b2 Description: Automated Password Generator - Standalone version APG (Automated Password Generator) is the tool set for random password generation. It generates some random words of required type and prints them to standard output. This binary package contains only the standalone version of apg. Advantages: * Built-in ANSI X9.17 RNG (Random Number Generator)(CAST/SHA1) * Built-in password quality checking system (now it has support for Bloom filter for faster access) * Two Password Generation Algorithms: 1. Pronounceable Password Generation Algorithm (according to NIST FIPS 181) 2. Random Character Password Generation Algorithm with 35 configurable modes of operation * Configurable password length parameters * Configurable amount of generated passwords * Ability to initialize RNG with user string * Support for /dev/random * Ability to crypt() generated passwords and print them as additional output. * Special parameters to use APG in script * Ability to log password generation requests for network version * Ability to control APG service access using tcpd * Ability to use password generation service from any type of box (Mac, WinXX, etc.) that connected to network * Ability to enforce remote users to use only allowed type of password generation The client/server version of apg has been deliberately omitted. . Upstream URL: http://www.adel.nursat.kz/apg/download.shtml Package: libswitch-perl Status: install ok installed Priority: standard Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 2.17-2 Depends: perl Description: switch statement for Perl Switch.pm implements a generalized case mechanism that covers many possible combinations of switch and case values. . This is an obsolete module provided for compatiblity since it is being removed from the core. For perl 5.10 and above the "given/when" builtins are much preferred. Homepage: https://metacpan.org/release/Switch Package: cpp-4.9 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 16406 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.9 Version: 4.9.2-10 Replaces: gccgo-4.9 (<< 4.9.2-10) Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libgmp10 (>= 2:5.0.1~), libisl10 (>= 0.10), libmpc3, libmpfr4 (>= 3.1.2), zlib1g (>= 1:1.1.4) Suggests: gcc-4.9-locales (>= 4.9) Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Homepage: http://gcc.gnu.org/ Package: upower Status: install ok installed Priority: optional Section: admin Installed-Size: 393 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: foreign Version: 0.99.1-3.2 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.41.1), libgudev-1.0-0 (>= 146), libimobiledevice4 (>= 0.9.7), libplist2 (>= 1.11), libupower-glib3 (>= 0.99.0), libusb-1.0-0 (>= 2:1.0.8), udev, dbus Recommends: policykit-1 Conffiles: /etc/UPower/UPower.conf a69b3d2158f0a4562c0d3c5e2c1fde10 /etc/dbus-1/system.d/org.freedesktop.UPower.conf 430f5223b0dcb2b9a1bc60463b842818 Description: abstraction for power management upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. Homepage: http://upower.freedesktop.org/ Package: gcc Status: install ok installed Priority: optional Section: devel Installed-Size: 42 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.136) Version: 4:4.9.2-2 Provides: c-compiler Depends: cpp (>= 4:4.9.2-2), gcc-4.9 (>= 4.9.2-1~) Recommends: libc6-dev | libc-dev Suggests: gcc-multilib, make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb, gcc-doc Conflicts: gcc-doc (<< 1:2.95.3) Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler. Package: libkactivities-models1 Status: install ok installed Priority: optional Section: libs Installed-Size: 138 Maintainer: Debian/Ubuntu Qt/KDE Maintainers Architecture: amd64 Source: kactivities Version: 4:4.13.3-1 Depends: libc6 (>= 2.14), libkdecore5 (>= 4:4.11), libkdeui5 (>= 4:4.11), libkio5 (>= 4:4.11), libnepomukcore4 (>= 4:4.9.3), libqt4-dbus (>= 4:4.6.1), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.5.3), libsoprano4 (>= 2.2.69), libstdc++6 (>= 4.1.1) Description: Activities models library This library provides functionality for KDE activities models. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: m4 Status: install ok installed Priority: standard Section: interpreters Installed-Size: 389 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Version: 1.4.17-4 Depends: libc6 (>= 2.17), libsigsegv2 (>= 2.9) Description: macro processing language GNU `m4' is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has builtin functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them. Homepage: http://www.gnu.org/software/m4/ Package: sgml-base Status: install ok installed Priority: optional Section: text Installed-Size: 113 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.26+nmu4 Depends: perl Pre-Depends: dpkg (>= 1.16.4) Suggests: sgml-base-doc Conflicts: sgml-data (<= 0.02), sgmltools-2 (<= 2.0.2-4) Description: SGML infrastructure and SGML catalog file support This package creates the SGML infrastructure directories and provides SGML catalog file support in compliance with the current Debian SGML Policy draft: . * infrastructure directories: - /etc/sgml - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet} - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet} . * update-catalog(8): tool for maintaining the root SGML catalog file and the package SGML catalog files in the '/etc/sgml' directory Package: hdparm Status: install ok installed Priority: optional Section: admin Installed-Size: 290 Maintainer: Stephen Gran Architecture: amd64 Version: 9.43-2 Replaces: apmd (<= 3.0.2-1.15) Depends: libc6 (>= 2.14), lsb-base Recommends: powermgmt-base Suggests: apmd Conffiles: /etc/apm/event.d/20hdparm 69c0a826b29c8f40b7ca5e56e53d7f83 /etc/default/hdparm 0db15ea4edf8e848c9962bb16b7da96f /etc/hdparm.conf cdd0ed05481f6071f9711c7d1735b98a /etc/init.d/hdparm dbd686b4218f3aa0f6805efca143b2c9 Description: tune hard disk parameters for high performance Get/set device parameters for Linux SATA/IDE drives. Primary use is for enabling irq-unmasking and IDE multiplemode. Homepage: http://sourceforge.net/projects/hdparm/ Package: libfreeradius-client2 Status: install ok installed Priority: optional Section: libs Installed-Size: 133 Maintainer: Debian VoIP Team Architecture: amd64 Source: freeradius-client Version: 1.1.6-7 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Conflicts: libradius1 Conffiles: /etc/radiusclient/servers fba7563cf2e014146c7aa120e3f2a65b /etc/radiusclient/dictionary.sip 2ab041cda673907c3c6ceb5a424e7aa4 /etc/radiusclient/dictionary.compat df857f4acd1f3e5b673e5a76c32033eb /etc/radiusclient/dictionary d76f73448f1ff26263a4052e7f25f6a5 /etc/radiusclient/dictionary.merit 88ac9472f94481602095184c5378c561 /etc/radiusclient/radiusclient.conf d3a52cba49d930c9015170797f2bac7f /etc/radiusclient/dictionary.ascend 0563b256ecee3cc74d9ea456f1b27b04 Description: Enhanced RADIUS client library FreeRADIUS-client library is an enhanced version of the libradius1 and it's successor radiusclient-ng, the RADIUS client library. FreeRADIUS-client contains vastly improved API and many additional bug fixes. The library is also more efficient than the original version. Homepage: http://freeradius.org/freeradius-client/ Package: gitk Status: install ok installed Priority: optional Section: vcs Installed-Size: 1277 Maintainer: Gerrit Pape Architecture: all Multi-Arch: foreign Source: git Version: 1:2.1.4-2.1+deb8u3 Depends: git (>> 1:2.1.4), git (<< 1:2.1.4-.), tk Suggests: git-doc Description: fast, scalable, distributed revision control system (revision tree visualizer) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the gitk program, a tcl/tk revision tree visualizer. Homepage: http://git-scm.com/ Package: libreoffice-core Status: install ok installed Priority: optional Section: editors Installed-Size: 123779 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-calc (<< 1:3.3.2-5), libreoffice-common (<= 1:4.0.0~beta2-1), uno-libs3 (<< 1:3.6.1-2), ure (<< 1:3.6.1-2) Provides: libreoffice-bundled Depends: fontconfig, fonts-opensymbol, libreoffice-common (>> 1:4.3.3), ure (>= 4.2~), libatk1.0-0 (>= 1.12.4), libboost-date-time1.55.0, libc6 (>= 2.19), libcairo2 (>= 1.2.4), libclucene-contribs1 (>= 2.3.3.4), libclucene-core1 (>= 2.3.3.4), libcmis-0.4-4 (>= 0.4.0), libcups2 (>= 1.4.0), libcurl3-gnutls (>= 7.16.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libeot0, libexpat1 (>= 2.0.1), libexttextcat-2.0-0 (>= 2.2-8), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglew1.10 (>= 1.10.0), libglib2.0-0 (>= 2.16.0), libgltf-0.0-0 (>= 0.0.2), libglu1-mesa | libglu1, libgraphite2-3 (>= 1.2.2), libgtk2.0-0 (>= 2.24.0), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 0.9.18), libhunspell-1.3-0 (>= 1.3.3), libhyphen0 (>= 2.7.1), libice6 (>= 1:1.0.0), libicu52 (>= 52~m1-1~), libjpeg62-turbo (>= 1.3.1), liblangtag1 (>= 0.4.0), liblcms2-2 (>= 2.2+git20110628), libldap-2.4-2 (>= 2.4.7), libmythes-1.2-0, libneon27-gnutls, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.13.4-2~), libodfgen-0.1-1, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), librevenge-0.0-0, libsm6, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.9), libx11-6, libxext6, libxinerama1, libxml2 (>= 2.7.4), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.25), libxt6, uno-libs3 (>= 4.3.0~alpha), zlib1g (>= 1:1.1.4), librdf0 (>= 1.0.17) Breaks: cli-uno-bridge (<< 1:3.0.0~dev300m22), hunspell-ar (<< 0.0.0+20080110-1.1), hunspell-da (<< 1:3.1.0-3), hunspell-de-at (<< 20071211-2), hunspell-de-ch (<< 20071211-2), hunspell-de-de (<< 20071211-2), hunspell-de-med (<< 20090825-1), hunspell-en-ca (<< 1:3.1.0-3), hunspell-en-us (<< 20070829-3), hunspell-fr (<< 1:3.1.0-3), hunspell-gl-es (<< 2.2a-6), hunspell-hu (<< 1:3.1.0-3), hunspell-ko (<< 0.3.3-1), hunspell-ne (<< 1:3.1.0-3), hunspell-se (<< 1.0~beta6.20081222-1.1), hunspell-sh (<< 1:3.1.0-3), hunspell-sr (<< 1:3.1.0-3), hunspell-uz (<< 0.6-3.1), hunspell-vi (<< 1:3.1.0-3), libcairo2 (= 1.4.8-1), libicu38 (= 3.8~d01-1), libreoffice-base (<< 1:4.3.3-2+deb8u7), libreoffice-calc (<< 1:4.3.3-2+deb8u7), libreoffice-common (<< 1:3.6.1~rc1), libreoffice-dev (<< 1:4.3.3-2+deb8u7), libreoffice-draw (<< 1:4.3.3-2+deb8u7), libreoffice-evolution (<< 1:4.3.3-2+deb8u7), libreoffice-gnome (<< 1:4.3.3-2+deb8u7), libreoffice-gtk (<< 1:4.3.3-2+deb8u7), libreoffice-impress (<< 1:4.3.3-2+deb8u7), libreoffice-kab (<< 1:3.4.1~), libreoffice-kde (<< 1:4.3.3-2+deb8u7), libreoffice-officebean (<< 1:4.3.3-2+deb8u7), libreoffice-presentation-minimizer (<< 1:4.2~), libreoffice-sdbc-postgresql (<< 0.8.1~), libreoffice-style-andromeda (<< 1:3.3.0-1), libreoffice-style-crystal (<< 1:3.3.0-1), libreoffice-style-galaxy (<< 1:3.3.0-1), libreoffice-style-hicontrast (<< 1:3.3.0-1), libreoffice-style-oxygen (<< 1:3.3.0-1), libreoffice-style-tango (<< 1:3.3.0-1), libreoffice-writer (<< 1:4.3.3-2+deb8u7), mozilla-libreoffice (<< 1:3.5.0~beta~), mozilla-plugin-vlc (<< 1.0), myspell-af (<< 1:3.1.0-3), myspell-ca (<< 0.6-8), myspell-cs-cz (<< 20040229-4.1), myspell-da (<< 1.6.18-1.1), myspell-de-at (<< 20071211-2), myspell-de-ch (<< 20071211-2), myspell-de-de (<< 20071211-2), myspell-de-de-oldspell (<< 1:2-25.1), myspell-el-gr (<< 0.3-1.1), myspell-en-au (<< 2.1-5), myspell-en-gb (<< 1:3.1.0-3), myspell-en-us (<< 1:3.1.0-3), myspell-en-za (<< 1:3.1.0-3), myspell-eo (<< 2.1.2000.02.25-41), myspell-es (<< 1.10-7), myspell-et (<< 1:20030606-12.1), myspell-fa (<< 0.20070816-2), myspell-fi (<< 0.7-17.2), myspell-fo (<< 0.2.36-3), myspell-fr (<< 1.4-25), myspell-fr-gut (<< 1:1.0-26.1), myspell-ga (<< 2.0-19), myspell-gd (<< 0.50-7), myspell-gv (<< 0.50-8), myspell-hr (<< 20060617-2), myspell-hu (<< 0.99.4-1.2), myspell-hy (<< 0.10.1-1.1), myspell-it (<< 1:3.1.0-3), myspell-ku (<< 0.20.0-1.1), myspell-lv (<< 0.7.3-3.1), myspell-nb (<< 2.0.10-3.1), myspell-ne (<< 1.0-4.1), myspell-nl (<< 1:1.10-3), myspell-nn (<< 2.0.10-3.1), myspell-pl (<< 20090830-1), myspell-pt-br (<< 2009.03.30-1.1), myspell-pt-pt (<< 20090309-1.1), myspell-ru (<< 0.99g5-8.1), myspell-sk (<< 0.5.5a-2.1), myspell-sv-se (<< 1.3.8-6-2.2), myspell-sw (<< 1:3.1.0-3), myspell-th (<< 1:3.1.0-3), myspell-tl (<< 0.4-0-5) Conflicts: cacao-oj6-jre, libreoffice-filter-binfilter, libreoffice-unbundled Description: office productivity suite -- arch-dependent files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-dependent core files of LibreOffice. See the libreoffice package for more information. Homepage: http://www.libreoffice.org Package: libreoffice-calc Status: install ok installed Priority: optional Section: editors Installed-Size: 23880 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Depends: libreoffice-base-core (= 1:4.3.3-2+deb8u7), libreoffice-core (= 1:4.3.3-2+deb8u7), lp-solve (>= 5.5.0.13-5+b1), coinor-libcbc3, coinor-libcoinmp1, libboost-iostreams1.55.0, libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), liblcms2-2 (>= 2.2+git20110628), libmwaw-0.3-3, libodfgen-0.1-1, liborcus-0.8-0, librevenge-0.0-0, libstdc++6 (>= 4.9), libwps-0.3-3, libxml2 (>= 2.7.4), uno-libs3 (>= 4.3.0~alpha), ure, zlib1g (>= 1:1.1.4) Suggests: ocl-icd-libopencl1 Description: office productivity suite -- spreadsheet LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the spreadsheet component for LibreOffice. Homepage: http://www.libreoffice.org Package: python3-pkg-resources Status: install ok installed Priority: optional Section: python Installed-Size: 154 Maintainer: Matthias Klose Architecture: all Source: python-setuptools Version: 5.5.1-1 Provides: python3.3-setuptools Depends: python3:any (>= 3.3), python3:any (<< 3.5) Suggests: python3-setuptools Conflicts: python-pkg-resources (= 0.6.10-2) Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Homepage: https://pypi.python.org/pypi/setuptools Package: gnome-icon-theme Status: install ok installed Priority: optional Section: gnome Installed-Size: 10715 Maintainer: Josselin Mouette Architecture: all Version: 3.12.0-1 Depends: hicolor-icon-theme, libgtk-3-bin, librsvg2-common Breaks: evolution (<< 2.30), gnome-games (<< 1:2.30.2-1), mail-notification (<< 5.4.dfsg.1-2.2), netspeed (<< 0.15.2-2), rhythmbox (<< 0.12.8) Enhances: nautilus (>= 2.2) Description: GNOME Desktop icon theme This package contains the default icon theme used by the GNOME desktop. The icons are used in the panel menu, and in nautilus and other applications, to represent the different applications, files, directories, and devices. Package: gir1.2-gck-1 Status: install ok installed Priority: optional Section: introspection Installed-Size: 50 Maintainer: Josselin Mouette Architecture: amd64 Source: gcr Version: 3.14.0-2 Depends: gir1.2-glib-2.0, libgck-1-0 (>= 3.12.0) Description: GObject introspection data for the GCK library This package contains introspection data for GCK, a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . It can be used by interpreters understanding the GIRepository format to write programs using the GCK library. Homepage: https://wiki.gnome.org/GnomeKeyring Package: xserver-xorg-input-vmmouse Status: install ok installed Priority: optional Section: x11 Installed-Size: 125 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-input-vmmouse (1:13.0.0-1) Version: 1:13.0.0-1+b3 Provides: xorg-driver-input Depends: libc6 (>= 2.7), xorg-input-abi-21, xserver-xorg-core (>= 2:1.15.99.903), xserver-xorg-input-mouse, udev Description: X.Org X server -- VMMouse input driver to use with VMWare This package provides the driver for the X11 vmmouse input device. . The VMMouse driver enables support for the special VMMouse protocol that is provided by VMware virtual machines to give absolute pointer positioning. . The vmmouse driver is capable of falling back to the standard "mouse" driver if a VMware virtual machine is not detected. This allows for dual-booting of an operating system from a virtual machine to real hardware without having to edit xorg.conf every time. . More information about X.Org can be found at: . This package is built from the X.org xf86-input-vmmouse driver module. Package: fonts-droid Status: install ok installed Priority: optional Section: fonts Installed-Size: 15003 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Source: fonts-android Version: 1:4.4.4r2-6 Replaces: ttf-droid (<< 1:4.2~r1-1~) Pre-Depends: dpkg (>= 1.15.7.2) Breaks: ttf-droid (<< 1:4.2~r1-1~) Conffiles: /etc/fonts/conf.avail/69-droid-sans-fallback.conf f55fcbb03ee96865fd3630fcf085e6c4 Description: handheld device font with extensive style and language support The Droid family of fonts consists of Droid Sans (Regular and Bold), Droid Sans Mono (Regular) and Droid Serif (Regular, Bold, Italic and BoldItalic). . Each contains extensive character set coverage including Western Europe, Eastern/Central Europe, Baltic, Cyrillic, Greek and Turkish support. The Droid Sans regular font also includes support for Arabic, Simplified and Traditional Chinese, Hebrew, Japanese, Korean and Thai. . Droid was designed by Ascender's Steve Matteson and hinted to provide optimal quality for screen text. Homepage: https://android.googlesource.com/platform/frameworks/base/ Package: libmagickcore-6.q16-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 6291 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: same Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Depends: libbz2-1.0, libc6 (>= 2.14), libfftw3-double3, libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgomp1 (>= 4.9), libjbig0 (>= 2.0), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), liblqr-1-0 (>= 0.4.0), libltdl7 (>= 2.4.2), liblzma5 (>= 5.1.1alpha+20120614), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libx11-6, libxext6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), imagemagick-common (= 8:6.8.9.9-5+deb8u9) Pre-Depends: multiarch-support, dpkg (>= 1.17.6) Recommends: ghostscript, gsfonts Suggests: libmagickcore-6.q16-2-extra Description: low-level image manipulation library -- quantum depth Q16 The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. . This version of libmagickcore is compiled for quantum depth of 16 bits. Homepage: http://www.imagemagick.org/ Package: libgeoip1 Status: install ok installed Priority: optional Section: libs Installed-Size: 261 Maintainer: Patrick Matthäi Architecture: amd64 Multi-Arch: same Source: geoip Version: 1.6.2-4 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Recommends: geoip-database Suggests: geoip-bin Description: non-DNS IP-to-country resolver library GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the shared library. Homepage: http://www.maxmind.com/ Package: librhythmbox-core8 Status: install ok installed Priority: optional Section: libs Installed-Size: 1803 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: rhythmbox Version: 3.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.3), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.6.0), libgudev-1.0-0 (>= 146), libjavascriptcoregtk-3.0-0 (>= 1.5.1), libjson-glib-1.0-0 (>= 0.12.0), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), libsoup2.4-1 (>= 2.34.0), libtdb1 (>= 1.2.7+git20101214), libtotem-plparser18 (>= 3.10.0), libwebkitgtk-3.0-0 (>= 1.3.10), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: support library for the rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). . This package contains the core support library used by rhythmbox and programs interacting with it. Homepage: https://wiki.gnome.org/Apps/Rhythmbox Package: libxvmc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 47 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxvmc (2:1.0.8-2) Version: 2:1.0.8-2+b1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6, libxv1, x11-common Pre-Depends: multiarch-support Conffiles: /etc/X11/XvMCConfig 0976f2acc0790481782bab1a5c49d471 Description: X11 Video extension library libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libpod-latex-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 129 Maintainer: Debian Perl Group Architecture: all Version: 0.61-1 Depends: perl Description: module to convert Pod data to formatted LaTeX Pod::LaTeX is a module to convert documentation in the Pod format into LaTeX. The pod2latex command uses this module for translation. . Pod::LaTeX is a derived class from Pod::Select. Homepage: https://metacpan.org/release/Pod-LaTeX/ Package: libcolorhug2 Status: install ok installed Priority: optional Section: libs Installed-Size: 237 Maintainer: Christopher James Halse Rogers Architecture: amd64 Multi-Arch: same Source: colord (1.2.1-1) Version: 1.2.1-1+b2 Depends: libc6 (>= 2.14), libcolord2 (>= 0.1.29), libglib2.0-0 (>= 2.37.3), libgusb2 (>= 0.1.3), liblcms2-2 (>= 2.2+git20110628), libusb-1.0-0 (>= 2:1.0.8) Pre-Depends: multiarch-support Description: library to access the ColorHug colourimeter -- runtime libcolorhug is a gobject-based library for using the ColorHug display colourimeter. It supports both reading values from the colourimeter and device administration, such as firmware updates. . This package contains a gobject-based convenience library for programs to interact with the ColorHug colourimeter. Homepage: http://www.freedesktop.org/software/colord/ Package: python-pkg-resources Status: install ok installed Priority: optional Section: python Installed-Size: 183 Maintainer: Matthias Klose Architecture: all Source: python-setuptools Version: 5.5.1-1 Provides: python2.7-setuptools Depends: python:any (>= 2.7), python:any (<< 2.8) Suggests: python-distribute, python-distribute-doc Conflicts: python-setuptools (<< 0.6c8-3) Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Homepage: https://pypi.python.org/pypi/setuptools Python-Version: 2.7 Package: libxatracker2 Status: install ok installed Priority: optional Section: libs Installed-Size: 2958 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Depends: libc6 (>= 2.17), libdrm-nouveau2 (>= 2.4.38), libdrm2 (>= 2.4.38), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.7), libllvm3.5, libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: X acceleration library -- runtime This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. Homepage: http://mesa3d.sourceforge.net/ Package: libisccfg90 Status: install ok installed Priority: optional Section: libs Installed-Size: 166 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libdns100, libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc95, libisccc90, libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27) Conflicts: libbind0, libbind9-41 Description: Config File Handling Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the libisccfg shared library used by BIND's daemons and clients to read and write ISC-style configuration files like named.conf and rndc.conf. Package: python3-gi Status: install ok installed Priority: optional Section: python Installed-Size: 879 Maintainer: Josselin Mouette Architecture: amd64 Source: pygobject Version: 3.14.0-1 Replaces: python3-gobject Provides: python3-gobject Depends: python3 (>= 3.4~), python3 (<< 3.5), libc6 (>= 2.14), libffi6 (>= 3.0.4), libgirepository-1.0-1 (>= 1.33.10), libglib2.0-0 (>= 2.41.1), gir1.2-glib-2.0 (>= 1.39.0) Conflicts: python3-gobject Description: Python 3 bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python 3. Homepage: https://wiki.gnome.org/PyGObject Package: libnet-dns-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 769 Maintainer: Debian Perl Group Architecture: amd64 Version: 0.81-2+deb8u1 Depends: perl (>= 5.20.2-3+deb8u5), perlapi-5.20.2, libc6 (>= 2.4), libdigest-hmac-perl, libio-socket-inet6-perl, libnet-ip-perl Breaks: fpdns (<< 20130404~), libnet-dns-sec-perl (<< 0.19-1~), spamassassin (<< 3.4.0-2~) Description: Perform DNS queries from a Perl script Net::DNS is a DNS resolver implemented in Perl supporting IPv6. It allows the programmer to perform nearly any type of DNS query from a Perl script. Homepage: http://www.net-dns.org/ Package: libyelp0 Status: install ok installed Priority: optional Section: libs Installed-Size: 375 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: yelp Version: 3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libbz2-1.0, libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13.3), libjavascriptcoregtk-3.0-0 (>= 1.5.1), liblzma5 (>= 5.1.1alpha+20120614), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libwebkitgtk-3.0-0 (>= 1.3.10), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Description: Library for the GNOME help browser Yelp is the help browser for the GNOME desktop. Yelp provides a simple graphical interface for viewing DocBook, Mallard, HTML, man, and info formatted documentation. . This library contains widgets and utilities for use by Yelp. Homepage: https://wiki.gnome.org/Apps/Yelp Package: parted Status: install ok installed Priority: optional Section: admin Installed-Size: 304 Maintainer: Parted Maintainer Team Architecture: amd64 Version: 3.2-7 Replaces: fsresize, parted1.6 Depends: libc6 (>= 2.11), libparted2 (= 3.2-7), libreadline6 (>= 6.0), libtinfo5 Suggests: parted-doc Conflicts: fsresize, parted1.6 Description: disk partition manipulator GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the binary and manual page. Further documentation is available in parted-doc. . Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS, and PC98 partitioning formats, as well as a "loop" (raw disk) type which allows use on RAID/LVM. It can detect and remove ASFS/AFFS/APFS, Btrfs, ext2/3/4, FAT16/32, HFS, JFS, linux-swap, UFS, XFS, and ZFS file systems. Parted also has the ability to create and modify file systems of some of these types, but using it to perform file system operations is now deprecated. . The nature of this software means that any bugs could cause massive data loss. While there are no such bugs known at the moment, they could exist, so please back up all important files before running it, and do so at your own risk. Homepage: http://www.gnu.org/software/parted Package: lsb-release Status: install ok installed Priority: optional Section: misc Installed-Size: 97 Maintainer: Debian LSB Team Architecture: all Multi-Arch: foreign Source: lsb Version: 4.1+Debian13+nmu1 Depends: python (>= 2.7), python (<< 2.8) Recommends: apt Suggests: lsb Description: Linux Standard Base version reporting utility The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . The lsb-release command is a simple tool to help identify the Linux distribution being used and its compliance with the Linux Standard Base. LSB conformance will not be reported unless the required metapackages are installed. . While it is intended for use by LSB packages, this command may also be useful for programmatically distinguishing between a pure Debian installation and derived distributions. Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb Package: docbook-xml Status: install ok installed Priority: optional Section: text Installed-Size: 2145 Maintainer: Debian XML/SGML Group Architecture: all Version: 4.5-7.2 Provides: docbk-xml Depends: sgml-data (>= 2.0.2), sgml-base (>= 1.26+nmu2), xml-core (>= 0.12) Suggests: docbook, docbook-dsssl, docbook-xsl, docbook-defguide Conffiles: /etc/sgml/docbook-xml.cat 09c9f5ea49819362a380990ede9d2a9c /etc/sgml/docbook-xml/4.4/dbgenent.mod 6d98c5fb728d6c773bb73a2fc36bdc16 /etc/sgml/docbook-xml/4.1.2/dbgenent.mod ff50724b83f8882fc9e8231523b01606 /etc/sgml/docbook-xml/4.5/dbgenent.mod 4d0b7b6dc2397b03aef38f30878a66ee /etc/sgml/docbook-xml/4.3/dbgenent.mod ce4a918789b89c9bd47e67ea708397e2 /etc/sgml/docbook-xml/4.0/dbgenent.ent e12c1ec4ee0669dd4fad8aa06f51d650 /etc/sgml/docbook-xml/4.2/dbgenent.mod 081cd00c46a110da400770eb9baf968b Description: standard XML documentation system for software and systems DocBook is an XML document type definition (DTD). That is, it contains the "DocBook" document structure. This is used by authors or editors writing documents in the DocBook XML format. DocBook was designed for books, articles, or reference documentation about technical matters or software. It has emerged as an open, standard DTD in the software industry, and is the documentation system of choice for many free software projects. . This package contains the XML DTD for DocBook, which describes the formal structure for documents following this format. If you wish to author DocBook documents using SGML rather than XML, use the 'docbook' package. You will need other packages in order to edit (psgml), validate (opensp, libxml2-utils) or format (docbook-xsl, docbook-dsssl) DocBook documents. . This package ships with the latest DocBook 4.5 XML DTD, as well as a selected set of legacy DTDs for use with older documents, including 4.0, 4.1.2, 4.2, 4.3 and 4.4. Homepage: http://docbook.org/schemas/4x.html Package: libgupnp-igd-1.0-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 79 Maintainer: Laurent Bigonville Architecture: amd64 Multi-Arch: same Source: gupnp-igd Version: 0.2.4-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.31.8), libgssdp-1.0-3 (>= 0.12.0), libgupnp-1.0-4 (>= 0.18.0) Pre-Depends: multiarch-support Description: library to handle UPnP IGD port mapping A GObject-based API for controling UPnP Internet Gateway Devices port mapping. Homepage: http://www.gupnp.org/ Package: libregexp-java Status: install ok installed Priority: optional Section: java Installed-Size: 104 Maintainer: Debian Java Maintainers Architecture: all Version: 1.5-3 Description: Regular expression library for Java Regexp is a 100% Pure Java Regular Expression package. Regular expressions are pattern descriptions which enable sophisticated matching of strings. In addition to being able to match a string against a pattern, you can also extract parts of the match. This is especially useful in text parsing! Homepage: http://jakarta.apache.org/regexp/ Package: libopts25-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 344 Maintainer: Andreas Metzler Architecture: amd64 Multi-Arch: same Source: autogen Version: 1:5.18.4-3 Replaces: autogen, libopts9-dev Depends: libopts25 (= 1:5.18.4-3) Conflicts: libopts9-dev Description: automated option processing library based on autogen This package contains the header files and static libraries used by autoopts. The package containing the shared libraries is libopts25. The package containing the development tools is autogen. Homepage: http://www.gnu.org/software/autogen/ Package: coreutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 14249 Maintainer: Michael Stone Architecture: amd64 Multi-Arch: foreign Version: 8.23-4 Replaces: mktemp, realpath, timeout Pre-Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.17), libselinux1 (>= 2.1.13) Conflicts: timeout Description: GNU core utilities This package contains the basic file, shell and text manipulation utilities which are expected to exist on every operating system. . Specifically, this package includes: arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false flock fmt fold groups head hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink users vdir wc who whoami yes Homepage: http://gnu.org/software/coreutils Package: linux-headers-3.16.0-4-amd64 Status: install ok installed Priority: optional Section: kernel Installed-Size: 2260 Maintainer: Debian Kernel Team Architecture: amd64 Source: linux Version: 3.16.43-2 Depends: linux-headers-3.16.0-4-common (= 3.16.43-2), linux-kbuild-3.16, linux-compiler-gcc-4.8-x86 Description: Header files for Linux 3.16.0-4-amd64 This package provides the architecture-specific kernel header files for Linux kernel 3.16.0-4-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-3.16.0-4-amd64, and can be used for building modules that load into the kernel provided by the linux-image-3.16.0-4-amd64 package. Homepage: https://www.kernel.org/ Package: liborbit2 Status: install ok installed Priority: optional Section: libs Installed-Size: 171 Maintainer: Sebastian Rittau Architecture: amd64 Multi-Arch: same Source: orbit2 Version: 1:2.14.19-0.3 Replaces: liborbit2-dev (<< 2.8.1-1) Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.16.0), libidl0, liborbit-2-0 (= 1:2.14.19-0.3) Pre-Depends: multiarch-support Conflicts: libbonobo-activation4 (<< 1:2.4.0), liblinc1 (<< 1.0.3-4), liborbit2-dev (<< 2.8.1-1) Description: high-performance CORBA implementation - extra libraries CORBA (Common Object Request Broker Architecture) is an architecture that enables program objects to communicate, sending requests and receiving replies, between different applications, regardless of their programming language, operating system or network location. . This package contains extra run-time libraries needed by some applications that communicate with each other using the ORBit2 implementation of CORBA. Package: exim4-base Status: install ok installed Priority: standard Section: mail Installed-Size: 1521 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.84.2-2+deb8u3 Replaces: exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light Depends: libc6 (>= 2.14), libdb5.3, debconf (>= 0.5) | debconf-2.0, cron | cron-daemon | anacron | fcron, exim4-config (>= 4.82) | exim4-config-2, adduser, netbase, lsb-base (>= 3.0-6) Recommends: psmisc, mailx, perl-modules Suggests: mail-reader, eximon4, exim4-doc-html | exim4-doc-info, gnutls-bin | openssl, file, spf-tools-perl, swaks Breaks: exim4-daemon-custom (<< 4.84.2), exim4-daemon-heavy (<< 4.84.2), exim4-daemon-light (<< 4.84.2) Conflicts: exim, exim-tls Conffiles: /etc/cron.daily/exim4-base 17bf6e02c3f3d3180cb74668bba28144 /etc/init.d/exim4 d6726698bf2f309ce8ed02457bb524ec /etc/logrotate.d/exim4-base cd9fc4ad67f13176c098fab4bbcd32b5 /etc/logrotate.d/exim4-paniclog 27d670010e80246c4a1dd89419589009 Description: support files for all Exim MTA (v4) packages Exim (v4) is a mail transport agent. exim4-base provides the support files needed by all exim4 daemon packages. You need an additional package containing the main executable. The available packages are: . exim4-daemon-light exim4-daemon-heavy . If you build exim4 from the source package locally, you can also build an exim4-daemon-custom package tailored to your own feature set. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: http://www.exim.org/ Package: libqt4-xmlpatterns Status: install ok installed Priority: optional Section: libs Installed-Size: 4538 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-network (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 XML patterns module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtXmlPatterns is a XQuery and XPath engine for XML and custom data models. Homepage: http://qt-project.org/ Package: file Status: install ok installed Priority: standard Section: utils Installed-Size: 76 Maintainer: Christoph Biedl Architecture: amd64 Multi-Arch: foreign Version: 1:5.22+15-2+deb8u3 Depends: libc6 (>= 2.4), libmagic1 (= 1:5.22+15-2+deb8u3), zlib1g (>= 1:1.1.4) Description: Determines file type using "magic" numbers File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. Homepage: http://www.darwinsys.com/file/ Package: librevenge-0.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 883 Maintainer: Rene Engelhard Architecture: amd64 Source: librevenge Version: 0.0.1-3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Description: Base Library for writing document interface filters librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations. Homepage: http://sourceforge.net/p/libwpd/wiki/librevenge/ Package: libdns-export100 Status: install ok installed Priority: optional Section: libs Installed-Size: 1255 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Depends: libc6 (>= 2.4), libisc-export95 Pre-Depends: multiarch-support Description: Exported DNS Shared Library The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the exported libdns shared library. Package: at Status: install ok installed Priority: standard Section: admin Installed-Size: 103 Maintainer: Ansgar Burchardt Architecture: amd64 Multi-Arch: foreign Version: 3.1.16-1 Depends: libc6 (>= 2.14), libpam0g (>= 0.99.7.1), init-system-helpers (>= 1.18~), lsb-base (>= 3.2-14), libpam-runtime (>= 1.0.1-11) Recommends: default-mta | mail-transport-agent Conffiles: /etc/init.d/atd ce2de503acc3de02f544571e89d4d717 /etc/pam.d/atd 1e199ec20b759871a30ff5540fc7950b /etc/at.deny 8cb7e7632119dc26115436938efd2522 Description: Delayed job execution and batch processing At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. . Use at to run the job at a specified time batch to run the job when system load levels permit Package: xserver-xorg-video-siliconmotion Status: install ok installed Priority: optional Section: x11 Installed-Size: 207 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-siliconmotion (1:1.7.7-2) Version: 1:1.7.7-2+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- SiliconMotion display driver This package provides the driver for the SiliconMotion Lynx and Cougar family of chipsets, commonly found in laptops. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-siliconmotion driver module. Package: python-roman Status: install ok installed Priority: optional Section: python Installed-Size: 60 Maintainer: Andrea Colangelo Architecture: all Version: 2.0.0-1 Depends: python (>= 2.7), python (<< 2.8) Description: module for generating/analyzing Roman numerals for Python 2 This module converts from and to Roman numerals. It can convert numbers from 1 to 4999 and understands the common shortcuts (IX == 9), but not illegal ones (MIM == 1999). . This package includes Python 2 modules. Homepage: http://pypi.python.org/pypi/roman/ Package: xterm Status: install ok installed Priority: optional Section: x11 Installed-Size: 1709 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: foreign Version: 312-2 Provides: x-terminal-emulator Depends: xbitmaps, libc6 (>= 2.15), libfontconfig1 (>= 2.11), libice6 (>= 1:1.0.0), libtinfo5, libutempter0 (>= 1.1.5), libx11-6, libxaw7, libxft2 (>> 2.1.1), libxmu6, libxpm4, libxt6 Recommends: x11-utils Suggests: xfonts-cyrillic Conffiles: /etc/X11/app-defaults/KOI8RXTerm e904665737663827da6ff9b9651910df /etc/X11/app-defaults/KOI8RXTerm-color d2d26270262950b81921694506281cfe /etc/X11/app-defaults/UXTerm 3ee3b2958ca3aadba1d7f1f5e419951b /etc/X11/app-defaults/UXTerm-color 446ecb44b3bec790d5c7ac8582ef6ca5 /etc/X11/app-defaults/XTerm 56c3bc0cefd8d8dbf8fb586e35b3c4a2 /etc/X11/app-defaults/XTerm-color 0ceac6d8b2f3e33be29edddb64394d96 Description: X terminal emulator xterm is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that cannot use the window system directly. This version implements ISO/ANSI colors and most of the control sequences used by DEC VT220 terminals. . This package provides four commands: xterm, which is the traditional terminal emulator; uxterm, which is a wrapper around xterm that is intelligent about locale settings (especially those which use the UTF-8 character encoding), but which requires the luit program from the x11-utils package; koi8rxterm, a wrapper similar to uxterm for locales that use the KOI8-R character set; and lxterm, a simple wrapper that chooses which of the previous commands to execute based on the user's locale settings. . A complete list of control sequences supported by the X terminal emulator is provided in /usr/share/doc/xterm. . The xterm program uses bitmap images provided by the xbitmaps package. . Those interested in using koi8rxterm will likely want to install the xfonts-cyrillic package as well. Homepage: http://invisible-island.net/xterm/xterm.html Package: texlive-font-utils Status: install ok installed Priority: optional Section: tex Installed-Size: 3918 Maintainer: Debian TeX Maintainers Architecture: all Source: texlive-extra Version: 2014.20141024-1 Replaces: texlive-binaries (<< 2013) Depends: texlive-binaries (>= 2014.20140512.33982), texlive-base (>= 2014), dpkg (>= 1.14.18), tex-common (>= 3) Recommends: ghostscript, ps2eps Suggests: psutils, t1utils Breaks: texlive-base (<< 2014) Description: TeX Live: Graphics and font utilities Programs for conversion between font formats, testing fonts, virtual fonts, .gf and .pk manipulation, mft, fontinst, etc. Manipulating OpenType, TrueType, Type 1,and for manipulation of PostScript and other image formats. . This package includes the following CTAN packages: . accfonts -- Utilities to derive new fonts from existing ones. . afm2pl -- AFM font metrics to TeX pl converter. . dosepsbin -- Deal with DOS binary EPS files. . epstopdf -- Convert EPS to 'encapsulated' PDF using Ghostscript. . fontware -- . ps2pkm -- Generate a PK font from an Adobe Type 1 font. . pstools -- Produce Encapsulated PostScript from PostScript. . dvipsconfig -- Collection of dvips PostScript headers. . fontinst -- Help with installing fonts for TeX and LaTeX. . fontools -- Tools to simplify using fonts (especially TT/OTF ones). . mf2pt1 -- Produce PostScript Type 1 fonts from Metafont source. . ttfutils -- Homepage: http://www.tug.org/texlive/ Package: qt4-qmlviewer Status: install ok installed Priority: optional Section: devel Installed-Size: 401 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-declarative (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-network (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-opengl (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Recommends: imagemagick | gifsicle Description: Qt 4 QML viewer Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 4 QML viewer (qml), which can be used for viewing QML files. Homepage: http://qt-project.org/ Package: gnome-control-center Status: install ok installed Priority: optional Section: gnome Installed-Size: 5742 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.2-3 Replaces: gnome-bluetooth (<< 3.4) Depends: libaccountsservice0 (>= 0.6.34), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libcheese-gtk23 (>= 3.4.0), libcheese7 (>= 3.0.1), libclutter-1.0-0 (>= 1.11.10), libclutter-gtk-1.0-0 (>= 0.91.8), libcolord-gtk1 (>= 0.1.24), libcolord2 (>= 0.1.31), libcups2 (>= 1.6.0), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.11), libgdk-pixbuf2.0-0 (>= 2.25.2), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.39.91), libgnome-bluetooth13 (>= 3.12.0), libgnome-desktop-3-10 (>= 3.11.90), libgoa-1.0-0b (>= 3.7.90), libgoa-backend-1.0-1 (>= 3.10.0), libgrilo-0.2-1 (>= 0.2.2), libgtk-3-0 (>= 3.13.7), libgtop2-7 (>= 2.22.3), libibus-1.0-5 (>= 1.5.2), libkrb5-3 (>= 1.8+dfsg), libmm-glib0 (>= 0.7.991), libnm-glib-vpn1 (>= 0.7.999), libnm-glib4 (>= 0.9.7.995), libnm-gtk0 (>= 0.9.7.997), libnm-util2 (>= 0.9.10.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.18.0), libpolkit-gobject-1-0 (>= 0.99), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libpwquality1 (>= 1.1.0), libsmbclient (>= 2:4.0.3+dfsg1), libsoup2.4-1 (>= 2.33.92), libupower-glib3 (>= 0.99.0), libwacom2 (>= 0.7), libx11-6, libxi6 (>= 2:1.2.99.4), libxml2 (>= 2.7.4), accountsservice, apg, colord (>= 0.1.30), desktop-file-utils, gnome-control-center-data (<< 1:3.15), gnome-control-center-data (>= 1:3.14.2-3), gnome-desktop3-data, gnome-icon-theme (>= 3.7), gnome-icon-theme-symbolic (>= 3.7), gnome-settings-daemon (>= 3.13.91), gsettings-desktop-schemas (>= 3.13.91) Recommends: cups-pk-helper, gnome-online-accounts, gnome-user-guide, gnome-user-share, gkbd-capplet, iso-codes, mesa-utils, mousetweaks, policykit-1-gnome, rygel | rygel-tracker, system-config-printer (>= 1.4), network-manager-gnome (>= 0.9.8), libnss-myhostname, cracklib-runtime, realmd Suggests: gstreamer1.0-pulseaudio, libcanberra-gtk-module, libcanberra-gtk3-module, x11-xserver-utils Breaks: gnome-bluetooth (<< 3.4), gnome-power-manager (<< 3.0), gnome-session (<< 3.0), libglib2.0-0 (<< 2.28.6-2), libgnome-bluetooth8 Description: utilities to configure the GNOME desktop This package contains configuration applets for the GNOME desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop theme and background, user interface properties, screen resolution, and other GNOME parameters. . It also contains a front end to these applets, which can also be accessed with the GNOME panel or the Nautilus file manager. Package: libfftw3-double3 Status: install ok installed Priority: optional Section: libs Installed-Size: 2157 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: fftw3 Version: 3.3.4-2 Replaces: libfftw3-3 (<< 3.3.3-1) Depends: libc6 (>= 2.14), libgomp1 (>= 4.9) Pre-Depends: multiarch-support Suggests: libfftw3-bin, libfftw3-dev Breaks: libfftw3-3 (<< 3.3.3-1) Description: Library for computing Fast Fourier Transforms - Double precision The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library for double precision transforms. . To get the static library and the header files, you need to install libfftw3-dev. For documentation, see libfftw3-doc. Homepage: http://fftw.org Package: libcdparanoia0 Status: install ok installed Priority: optional Section: libs Installed-Size: 109 Maintainer: Optical Media Tools Team Architecture: amd64 Multi-Arch: same Source: cdparanoia Version: 3.10.2+debian-11 Depends: libc6 (>= 2.3) Pre-Depends: multiarch-support Description: audio extraction tool for sampling CDs (library) An audio extraction tool for sampling CDs. Unlike similar programs such as cdda2wav, cdparanoia goes to great lengths to try to extract the audio information without any artifacts such as jitter. . This package contains the library of cdparanoia, so that its routines can be used by other programs. Homepage: http://www.xiph.org/paranoia/ Package: libxvidcore4 Status: install ok installed Priority: optional Section: libs Installed-Size: 929 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: xvidcore Version: 2:1.3.3-1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: Open source MPEG-4 video codec (library) Xvid (formerly XviD) is an open source MPEG-4 video codec, implementing MPEG-4 Simple Profile, Advanced Simple Profile, and Advanced Video Coding standards. It is written in C with assembler optimizations for quality and speed (including MMX, SSE, and 3Dnow! code for i386 and AltiVec for PowerPC), and is especially optimized towards offline, multi-pass compression for storage and archival purposes. . This package contains the shared library. Homepage: http://www.xvid.org/ Package: libmono-sharpzip4.84-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 305 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libmono-corlib4.5-cil (>= 3.2.8), libmono-system4.0-cil (>= 3.2.8) Description: Mono SharpZipLib library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono SharpZipLib library version 4.84, for CLI 4.0. Homepage: http://www.mono-project.com/ Package: libbind9-90 Status: install ok installed Priority: standard Section: libs Installed-Size: 85 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libdns100, libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc95, libisccfg90, libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27) Conflicts: libbind0, libbind9-41 Description: BIND9 Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the libbind9 shared library used by BIND's daemons and clients. Package: libqmi-proxy Status: install ok installed Priority: optional Section: net Installed-Size: 47 Maintainer: Marius B. Kotsbak Architecture: amd64 Multi-Arch: foreign Source: libqmi Version: 1.10.2-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.32), libqmi-glib1 (= 1.10.2-2) Description: Proxy to communicate with QMI ports This package contains the binary qmi-proxy used by libqmi to allow multiple clients to use the same QMI port simultaneously. Homepage: http://www.freedesktop.org/wiki/Software/libqmi Package: gir1.2-coglpango-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 37 Maintainer: Rico Tzschichholz Architecture: amd64 Source: cogl Version: 1.18.2-3 Depends: gir1.2-cogl-1.0 (= 1.18.2-3), gir1.2-pango-1.0, libcogl-pango20 (>= 1.17.4), libcogl20 (>= 1.17.4) Description: GObject introspection data for the CoglPango 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings for libcogl-pango. Package: gawk Status: install ok installed Priority: optional Section: interpreters Installed-Size: 1852 Maintainer: Arthur Loiret Architecture: amd64 Multi-Arch: foreign Version: 1:4.1.1+dfsg-1 Provides: awk Pre-Depends: libc6 (>= 2.15), libgmp10, libmpfr4 (>= 3.1.2), libreadline6 (>= 6.0), libsigsegv2 (>= 2.9) Suggests: gawk-doc Description: GNU awk, a pattern scanning and processing language `awk', a program that you can use to select particular records in a file and perform operations upon them. . Gawk is the GNU Project's implementation of the AWK programming language. It conforms to the definition of the language in the POSIX 1003.2 Command Language And Utilities Standard. This version in turn is based on the description in The AWK Programming Language, by Aho, Kernighan, and Weinberger, with the additional features defined in the System V Release 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk extensions, and some GNU-specific extensions. Homepage: http://www.gnu.org/software/gawk/ Package: fakeroot Status: install ok installed Priority: optional Section: utils Installed-Size: 252 Maintainer: Clint Adams Architecture: amd64 Multi-Arch: foreign Version: 1.20.2-1 Depends: libc6 (>= 2.14), libfakeroot (>= 1.20.2-1) Description: tool for simulating superuser privileges fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. . This package contains fakeroot command and the daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes. Package: libgsl0ldbl Status: install ok installed Priority: optional Section: libs Installed-Size: 2569 Maintainer: Dirk Eddelbuettel Architecture: amd64 Source: gsl Version: 1.16+dfsg-2 Replaces: gsl, libgsl0 (<= 1.9-4) Depends: libc6 (>= 2.14) Suggests: gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html Conflicts: gsl, libgsl0 Description: GNU Scientific Library (GSL) -- library package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . GSL includes data types and routines for complex numbers, vectors, matrices, basic linear algebra subroutines (BLAS), eigensystems, simulated annealing, minimization, root finding, pseudo-random numbers, least-squares fitting, fast Fourier transforms (FFT), differential equations, quadrature, Monte Carlo integration, special functions, physical constants, and much more. . This package provides the shared libraries required to run programs compiled with GNU GSL. To compile your own programs you also need to install libgsl0-dev. Homepage: http://www.gnu.org/software/gsl Package: usbutils Status: install ok installed Priority: optional Section: utils Installed-Size: 640 Maintainer: Aurelien Jarno Architecture: amd64 Multi-Arch: foreign Version: 1:007-2 Depends: libc6 (>= 2.14), libusb-1.0-0 (>= 2:1.0.8), zlib1g (>= 1:1.1.4) Suggests: wget (>= 1.8.1-6) | lynx-cur Description: Linux USB utilities This package contains the lsusb utility for inspecting the devices connected to the USB bus. It shows a graphical representation of the devices that are currently plugged in, showing the topology of the USB bus. It also displays information on each individual device on the bus. . More information can be found at the Linux USB web site http://www.linux-usb.org/ . Package: gnuplot-data Status: install ok installed Priority: optional Section: doc Installed-Size: 383 Maintainer: Debian Science Team Architecture: all Source: gnuplot Version: 4.6.6-2 Replaces: gnuplot (<< 4.6.5-9) Depends: aglfn, gnuplot-tex Breaks: gnuplot (<< 4.6.5-9), gnuplot-nox (<< 4.6.5-5), gnuplot-qt (<< 4.6.5-5), gnuplot-x11 (<< 4.6.5-5) Description: Command-line driven interactive plotting program. Data-files Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package contains data-files which are used by -nox, -x11 and -qt. Homepage: http://gnuplot.sourceforge.net/ Package: iproute2 Status: install ok installed Priority: important Section: net Installed-Size: 1093 Maintainer: Debian iproute2 Maintainers Architecture: amd64 Multi-Arch: foreign Version: 3.16.0-2 Replaces: iproute Provides: arpd Depends: libc6 (>= 2.14), libdb5.3, libselinux1 (>= 2.0.15) Recommends: libatm1 (>= 2.4.1-17~), libxtables10 Suggests: iproute2-doc Conflicts: arpd, iproute (<< 20130000-1) Conffiles: /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463 /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457 /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934 /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61 Description: networking and traffic control tools The iproute2 suite is a collection of utilities for networking and traffic control. . These tools communicate with the Linux kernel via the (rt)netlink interface, providing advanced features not available through the legacy net-tools commands 'ifconfig' and 'route'. Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Package: tcpd Status: install ok installed Priority: optional Section: net Installed-Size: 79 Maintainer: Marco d'Itri Architecture: amd64 Multi-Arch: foreign Source: tcp-wrappers Version: 7.6.q-25 Replaces: libwrap0 (<< 7.6-8) Depends: libc6 (>= 2.4), libwrap0 (>= 7.6-4~) Description: Wietse Venema's TCP wrapper utilities Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Package: qt4-designer Status: install ok installed Priority: optional Section: devel Installed-Size: 2073 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-designer (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-network (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Recommends: libqt4-dev Description: graphical designer for Qt 4 applications Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Designer is a tool for designing and building graphical user interfaces (GUIs) from Qt components. Homepage: http://qt-project.org/ Package: liblircclient0 Status: install ok installed Priority: optional Section: libs Installed-Size: 47 Maintainer: lirc Maintainer Team Architecture: amd64 Source: lirc Version: 0.9.0~pre1-1.2 Depends: libc6 (>= 2.14) Suggests: lirc Description: infra-red remote control support - client library LIRC stands for 'Linux Infra-red Remote Control'. . This package provides a library with functions to support remote controls via LIRC in programs such as xawtv. Homepage: http://lirc.org Package: libgtk-3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 8374 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtk+3.0 Version: 3.14.5-1+deb8u1 Provides: gtk3-binver-3.0.0 Depends: libgtk-3-common (>= 3.14.5-1+deb8u1), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.12.0), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libcolord2 (>= 0.1.29), libcups2 (>= 1.6.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.41.2), libjson-glib-1.0-0 (>= 0.12.0), libpango-1.0-0 (>= 1.36.7), libpangocairo-1.0-0 (>= 1.36.7), libpangoft2-1.0-0 (>= 1.36.7), librest-0.7-0 (>= 0.7), libsoup2.4-1 (>= 2.4.0), libwayland-client0 (>= 1.5.91), libwayland-cursor0 (>= 1.5.91), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1, libxkbcommon0 (>= 0.2.0), libxml2 (>= 2.6.27), libxrandr2 (>= 2:1.2.99.3), shared-mime-info Pre-Depends: multiarch-support Recommends: hicolor-icon-theme, libgtk-3-bin Suggests: librsvg2-common, gvfs Breaks: gnome-themes-standard (<< 3.6), libvte-2.90-9 (<< 1:0.32), libwebkitgtk-3.0-0 (<< 1.8.0), murrine-themes (<= 0.98.2) Description: GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Homepage: http://www.gtk.org/ Package: libmtp-runtime Status: install ok installed Priority: optional Section: libs Installed-Size: 53 Maintainer: Alessio Treglia Architecture: amd64 Source: libmtp (1.1.8-1) Version: 1.1.8-1+b1 Replaces: libmtp8 (= 1.0.6-3) Depends: libmtp-common, libmtp9 (= 1.1.8-1+b1), libc6 (>= 2.4) Breaks: libmtp8 (= 1.0.6-3) Enhances: libmtp9 Description: Media Transfer Protocol (MTP) runtime tools libmtp is a library for communicating with MTP aware devices in POSIX compliant operating systems. It implements MTP Basic, the subset proposed for standardization. . The Media Transfer Protocol (commonly referred to as MTP) is a devised set of custom extensions to support the transfer of music files on USB digital audio players and movie files on USB portable media players. . This package provides mtp-probe, a program to probe newly connected device interfaces from userspace to determine if they are MTP devices, used for udev rules. Homepage: http://libmtp.sourceforge.net/ Package: libbsd0 Status: install ok installed Priority: optional Section: libs Installed-Size: 121 Maintainer: Guillem Jover Architecture: amd64 Multi-Arch: same Source: libbsd Version: 0.7.0-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: utility functions from BSD systems - shared library This library provides some C functions such as strlcpy() that are commonly available on BSD systems but not on others like GNU systems. . For a detailed list of the provided functions, please see the libbsd-dev package description. Homepage: http://libbsd.freedesktop.org/ Package: fairymax Status: install ok installed Priority: extra Section: games Installed-Size: 224 Maintainer: Debian Games Team Architecture: amd64 Version: 4.8v-1 Depends: libc6 (>= 2.7) Description: xboard compatible chess and chess-variant engine Fairymax is a program that plays chess and chess variants. It uses the xboard/winboard chess-engine protocol to communicate. Apart from 'regular' chess (also known as the Mad-Queen variant), it can play Capablanca chess, gothic chess, knightmate, cylinder chess, berolina chess, superchess and courier chess. Homepage: http://home.hccnet.nl/h.g.muller/CVfairy.html Package: libsrtp0 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Jonas Smedegaard Architecture: amd64 Source: srtp Version: 1.4.5~20130609~dfsg-1.1+deb8u1 Depends: libc6 (>= 2.14) Suggests: srtp-utils Description: Secure RTP (SRTP) and UST Reference Implementations - shared library SRTP is a security profile for RTP that adds confidentiality, message authentication, and replay protection to that protocol. It is specified in RFC 3711. . LibSRTP provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel. . This package contains the shared libraries. Homepage: https://github.com/cisco/libsrtp Package: libqt5printsupport5 Status: install ok installed Priority: optional Section: libs Installed-Size: 616 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libcups2 (>= 1.4.0), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libqt5gui5 (= 5.3.2+dfsg-4+deb8u2), libqt5widgets5 (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 print support module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtPrintSupport module provides classes to make printing easier and portable. Homepage: http://qt-project.org/ Package: texlive-binaries Status: install ok installed Priority: optional Section: tex Installed-Size: 33344 Maintainer: Debian TeX Maintainers Architecture: amd64 Source: texlive-bin Version: 2014.20140926.35254-6 Replaces: jmpost, luatex (<< 2014), mendexk, ptex-bin, texlive-base (<< 2010), texlive-metapost (<< 2010) Provides: jmpost, luatex, makejvf, mendexk, texlive-base-bin Depends: libptexenc1 (>= 2014.20140926.35254-6), libptexenc1 (<< 2014.20140926.35254-6.1~), libkpathsea6 (>= 2014.20140926.35254-6), libkpathsea6 (<< 2014.20140926.35254-6.1~), libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgmp10, libgraphite2-3 (>= 1.2.2), libgs9 (>= 8.61.dfsg.1), libharfbuzz-icu0 (>= 0.9.18-3), libharfbuzz0b (>= 0.9.18-3), libice6 (>= 1:1.0.0), libicu52 (>= 52~m1-1~), libmpfr4 (>= 3.1.2), libpaper1, libpixman-1-0 (>= 0.30.0), libpoppler46 (>= 0.26.5), libpotrace0, libsm6, libstdc++6 (>= 4.9), libsynctex1, libx11-6 (>= 2:1.2.99.901), libxaw7, libxext6, libxi6 (>= 2:1.2.99.4), libxmu6, libxpm4, libxt6, libzzip-0-13 (>= 0.13.56), zlib1g (>= 1:1.1.4), tex-common (>= 5.02), perl, dpkg (>= 1.15.4) | install-info Recommends: texlive-base, python, ruby, wish Breaks: jtex-bin, luatex (<< 2014), multex-bin, tex-common (<< 5), texlive-base (<< 2014) Conflicts: jmpost, makejvf, mendexk Description: Binaries for TeX Live This package contains all the binaries of TeX Live packages. . Note that this package alone has hardly any functionality. Rather, choose the texlive-* packages you want to use, e.g. texlive-latex-recommended or context Homepage: http://www.tug.org/texlive/ Package: liblivemedia23 Status: install ok installed Priority: optional Section: libs Installed-Size: 1060 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: liblivemedia Version: 2014.01.13-1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: multimedia RTSP streaming library The live555.com streaming media code is a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries can be used to build applications to stream, receive and process MPEG, H.263+ or JPEG video, several audio codecs, and can easily be extended to support additional codecs. They can also be used to build basic RTSP (Real Time Streaming Protocol) or SIP (Session Initiation Protocol) clients and servers. . This package contains the liveMedia library which defines a class hierarchy - rooted in the "Medium" class - for a variety of streaming media types and codecs. Homepage: http://www.live555.com/liveMedia/ Package: simple-scan Status: install ok installed Priority: optional Section: gnome Installed-Size: 1740 Maintainer: Jörg Frings-Fürst Architecture: amd64 Version: 3.14.0-1 Depends: dbus-x11 (>= 1.6), gnome-icon-theme-symbolic | adwaita-icon-theme, xdg-utils, dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.6.0), libcolord2 (>= 0.1.29), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.0), libgtk-3-0 (>= 3.9.10), libgudev-1.0-0 (>= 146), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsane (>= 1.0.11-3), zlib1g (>= 1:1.1.4) Description: Simple Scanning Utility Simple Scan is an easy-to-use application, designed to let users connect their scanner and quickly have the image/document in an appropriate format. . Simple Scan is basically a frontend for SANE - which is the same backend as XSANE uses. This means that all existing scanners will work and the interface is well tested. Homepage: https://launchpad.net/simple-scan Package: fonts-liberation Status: install ok installed Priority: optional Section: fonts Installed-Size: 2127 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Version: 1.07.4-1 Replaces: ttf-liberation (<< 1.07.0-2) Breaks: ttf-liberation (<< 1.07.0-2) Description: Fonts with the same metrics as Times, Arial and Courier A set of serif, sans-serif and monospaced fonts from Red Hat with exactly the same metrics as the (non-free) Microsoft Times, Arial and Courier fonts, which implies those fonts can serve as a drop-in replacement. The font family is named Liberation. Homepage: https://fedorahosted.org/liberation-fonts/ Package: libclang1-3.5 Status: install ok installed Priority: optional Section: devel Installed-Size: 12499 Maintainer: LLVM Packaging Team Architecture: amd64 Multi-Arch: same Source: llvm-toolchain-3.5 Version: 1:3.5-10 Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.5, libstdc++6 (>= 4.9), libtinfo5, zlib1g (>= 1:1.1.4), libstdc++-4.9-dev, libgcc-4.9-dev, libobjc-4.9-dev Pre-Depends: multiarch-support Description: C interface to the clang library Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. . This package contains the clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Homepage: http://www.llvm.org/ Package: libgnome-2-0 Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 603 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: libgnome Version: 2.32.1-5 Replaces: libgnome2-0 (<< 2.32.1-5) Depends: gconf-service, libbonobo2-0 (>= 2.32.1-3~), libc6 (>= 2.14), libcanberra0 (>= 0.2), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.35.9), libgnomevfs2-0 (>= 1:2.17.90), liborbit-2-0 (>= 1:2.14.10), libpopt0 (>= 1.14), libgnome2-common (= 2.32.1-5) Pre-Depends: multiarch-support Breaks: libgnome2-0 (<< 2.32.1-5) Description: The GNOME library - runtime files This package contains the shared library for the base GNOME library functions. Package: gnome-tweak-tool Status: install ok installed Priority: optional Section: gnome Installed-Size: 1178 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.14.2-2 Depends: python (>= 2.7), python (<< 2.8), gsettings-desktop-schemas (>= 3.6), gnome-shell-common (>= 3.4), mutter-common, python-gi (>= 3.2.1), gir1.2-gtk-3.0 (>= 3.12), gir1.2-gnomedesktop-3.0, gir1.2-soup-2.4, gir1.2-notify-0.7 Description: tool to adjust advanced configuration settings for GNOME GNOME Tweak Tool allows the adjustment of several advanced GNOME options that can't be configured in gnome-control-center. This includes things like: * fonts used in user interface elements and titlebar * font hinting and aliasing * alternative user interface themes * changes in window management behaviour * behaviour on laptop lid close * file manager desktop icons * icons in menus and buttons Homepage: https://wiki.gnome.org/GnomeTweakTool Package: e2fsprogs Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 2781 Maintainer: Theodore Y. Ts'o Architecture: amd64 Multi-Arch: foreign Source: e2fsprogs (1.42.12-2) Version: 1.42.12-2+b1 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) Pre-Depends: e2fslibs (= 1.42.12-2+b1), libblkid1 (>= 2.17.2), libc6 (>= 2.14), libcomerr2 (>= 1.42~WIP-2011-10-05-1), libss2 (>= 1.34-1), libuuid1 (>= 2.16), util-linux (>= 2.15~rc1-1) Suggests: gpart, parted, e2fsck-static Conflicts: dump (<< 0.4b4-4), initscripts (<< 2.85-4), quota (<< 1.55-8.1), sysvinit (<< 2.85-4) Conffiles: /etc/mke2fs.conf e2cdbf0620e93949af5857eb4739f949 Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device. Homepage: http://e2fsprogs.sourceforge.net Package: libpng12-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 267 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libpng Version: 1.2.50-2+deb8u3 Replaces: libpng12-dev (<= 1.2.8rel-7) Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Conflicts: libpng12-dev (<= 1.2.8rel-7), mzscheme (<= 1:209-5), pngcrush (<= 1.5.10-2), pngmeta (<= 1.11-3), povray-3.5 (<= 3.5.0c-10), qemacs (<= 0.3.1-5) Description: PNG library - runtime libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the runtime library files needed to run software using libpng. Homepage: http://libpng.org/pub/png/libpng.html Package: tar Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 2261 Maintainer: Bdale Garbee Architecture: amd64 Multi-Arch: foreign Version: 1.27.1-2+deb8u1 Replaces: cpio (<< 2.4.2-39) Pre-Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.17), libselinux1 (>= 1.32) Suggests: bzip2, ncompress, xz-utils, tar-scripts Breaks: dpkg-dev (<< 1.14.26) Conflicts: cpio (<= 2.4.2-38) Conffiles: /etc/rmt 3c58b7cd13da1085eff0acc6a00f43c7 Description: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. Package: liblog-message-simple-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.10-2 Depends: perl, liblog-message-perl Description: simplified interface to Log::Message Log::Message::Simple provides standardized logging facilities using the Log::Message module. Homepage: https://metacpan.org/release/Log-Message-Simple Package: libkrb5support0 Status: install ok installed Priority: standard Section: libs Installed-Size: 137 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libc6 (>= 2.14), libkeyutils1 (>= 1.4) Pre-Depends: multiarch-support Breaks: libgssapi-krb5-2 (<< 1.12.1+dfsg-8), libk5crypto3 (<< 1.12.1+dfsg-8), libkadm5clnt-mit9 (<< 1.12.1+dfsg-8), libkadm5srv-mit9 (<< 1.12.1+dfsg-8), libkdb5-7 (<< 1.12.1+dfsg-8) Conflicts: libkrb53 Description: MIT Kerberos runtime libraries - Support library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an internal runtime support library used by other Kerberos libraries. Homepage: http://web.mit.edu/kerberos/ Package: xserver-xorg-core Status: install ok installed Priority: optional Section: x11 Installed-Size: 5634 Maintainer: Debian X Strike Force Architecture: amd64 Source: xorg-server Version: 2:1.16.4-1 Provides: xorg-input-abi-21, xorg-video-abi-18 Depends: xserver-common (>= 2:1.16.4-1), keyboard-configuration, udev (>= 149), libegl1-mesa | libegl1, libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libdrm2 (>= 2.3.1), libepoxy0 (>= 1.0), libgbm1 (>= 8.1~0), libgcrypt20 (>= 1.6.1), libgl1-mesa-glx | libgl1, libpciaccess0 (>= 0.12.902), libpixman-1-0 (>= 0.30.0), libselinux1 (>= 2.0.82), libudev1 (>= 183), libxau6, libxdmcp6, libxfont1 (>= 1:1.4.2), libxshmfence1 Recommends: libgl1-mesa-dri (>= 7.10.2-4) Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable Breaks: libgl1-mesa-dri (<< 7.10.2-4), libgl1-mesa-dri-experimental (<< 7.10.2-4), xserver-xorg-input, xserver-xorg-input-2, xserver-xorg-input-2.1, xserver-xorg-input-4, xserver-xorg-input-7, xserver-xorg-input-joystick (<= 1:1.5.0-3), xserver-xorg-input-synaptics (<= 1.2.2-1), xserver-xorg-input-tslib (<= 0.0.6-3), xserver-xorg-input-vmmouse (<= 1:12.6.5-4), xserver-xorg-input-wacom (<= 0.10.5+20100415-1), xserver-xorg-video, xserver-xorg-video-1.0, xserver-xorg-video-1.9, xserver-xorg-video-2, xserver-xorg-video-4, xserver-xorg-video-5, xserver-xorg-video-6, xserver-xorg-video-cyrix (<= 1:1.1.0-8), xserver-xorg-video-i810 (<< 2:2.4), xserver-xorg-video-imstt (<= 1:1.1.0-7), xserver-xorg-video-nsc (<= 1:2.8.3-4), xserver-xorg-video-sunbw2 (<= 1:1.1.0-5), xserver-xorg-video-v4l (<< 1:0.2.0), xserver-xorg-video-vga (<= 1:4.1.0-8) Conflicts: xserver-xorg-input-evtouch Description: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: libqt5opengl5-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 162 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libqt5opengl5 (= 5.3.2+dfsg-4+deb8u2), qtbase5-dev (= 5.3.2+dfsg-4+deb8u2) Description: Qt 5 OpenGL library development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development files needed to build Qt 5 applications using QtOpenGL library. Homepage: http://qt-project.org/ Package: gnustep-common Status: install ok installed Priority: optional Section: gnustep Installed-Size: 216 Maintainer: Debian GNUstep maintainers Architecture: amd64 Source: gnustep-make Version: 2.6.6-3 Replaces: gnustep-make (<< 2.6.6-2) Provides: gnustep-fslayout-fhs Breaks: gnustep-make (<< 2.6.6-2) Conffiles: /etc/GNUstep/GNUstep.conf 9ba35f0cbadd8e193f78bcb43c606b20 Description: Common files for the core GNUstep environment This package contains the main GNUstep configuration file, common files, scripts and directory layout needed to run any GNUstep software. Homepage: http://gnustep.org Package: xdg-user-dirs-gtk Status: install ok installed Priority: optional Section: utils Installed-Size: 782 Maintainer: Sebastian Dröge Architecture: amd64 Version: 0.10-1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.35.9), libgtk-3-0 (>= 3.0.0), xdg-user-dirs Conffiles: /etc/xdg/autostart/user-dirs-update-gtk.desktop 0b5d0ee623d82bfaa13a0e82eb1e544f Description: tool to manage well known user directories (Gtk extension) xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. . This extension sets the Gtk bookmark file and tracks changes of the locale to notify the user on login about changed directory names. Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs Package: libhx509-5-heimdal Status: install ok installed Priority: optional Section: libs Installed-Size: 387 Maintainer: Brian May Architecture: amd64 Multi-Arch: same Source: heimdal Version: 1.6~rc2+dfsg-9 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.34), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20131117), libroken18-heimdal (>= 1.4.0+git20110226), libwind0-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Description: Heimdal Kerberos - X509 support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Homepage: http://www.h5l.org/ Package: libfreerdp-plugins-standard Status: install ok installed Priority: optional Section: x11 Installed-Size: 589 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Depends: libasound2 (>= 1.0.16), libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11.2), libavutil54 (>= 6:11~beta1), libc6 (>= 2.15), libcups2 (>= 1.4.0), libfreerdp-common1.1.0 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libglib2.0-0 (>= 2.41.1), libgstreamer-plugins-base0.10-0 (>= 0.10.22), libgstreamer0.10-0 (>= 0.10.24), libpcsclite1 (>= 1.5.0), libpulse0 (>= 0.99.1), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6, libxext6, libxml2 (>= 2.6.27), libxrandr2 (>= 2:1.2.99.3), zlib1g (>= 1:1.1.4) Description: RDP client for Windows Terminal Services (plugins) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the plugins available to the Channel Manager extending the RDP core functionality, such as sounds, clipboard synchronisation, disk/printer redirection, etc. Homepage: http://www.freerdp.com/ Package: laptop-detect Status: install ok installed Priority: optional Section: utils Installed-Size: 56 Maintainer: Otavio Salvador Architecture: amd64 Version: 0.13.7 Depends: dmidecode (>> 2.8-2) Description: attempt to detect a laptop laptop-detect attempts to determine whether it is being run on a laptop or a desktop and appraises its caller of this. Package: libbz2-1.0 Status: install ok installed Priority: important Section: libs Installed-Size: 114 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: bzip2 (1.0.6-7) Version: 1.0.6-7+b3 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: high-quality block-sorting file compressor library - runtime This package contains libbzip2 which is used by the bzip2 compressor. . bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Homepage: http://www.bzip.org/ Package: libopenexr6 Status: install ok installed Priority: optional Section: libs Installed-Size: 755 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: openexr Version: 1.6.1-8 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libilmbase6 (>= 1.0.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: runtime files for the OpenEXR image library OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. . OpenEXR's features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the "half" 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. . This package contains the following shared library: * IlmImf - a library that reads and writes OpenEXR images. Homepage: http://www.openexr.com Package: libxkbcommon-x11-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 91 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxkbcommon Version: 0.4.3-2 Depends: libxkbcommon0 (= 0.4.3-2), libc6 (>= 2.17), libxcb-xkb1, libxcb1 (>= 1.6) Pre-Depends: multiarch-support Description: library to create keymaps with the XKB X11 protocol This package provides an add-on library called xkbcommon-x11, to support creating keymaps with the XKB X11 protocol, by querying the X server directly. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon Homepage: http://www.xkbcommon.org/ Package: gstreamer1.0-plugins-bad Status: install ok installed Priority: extra Section: libs Installed-Size: 6505 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-bad1.0 Version: 1.4.4-2.1+deb8u2 Replaces: gstreamer1.0-plugins-base (<< 0.11.94), gstreamer1.0-plugins-good (<< 1.1.2) Provides: gstreamer1.0-audiosink, gstreamer1.0-audiosource, gstreamer1.0-videosink, gstreamer1.0-videosource, gstreamer1.0-visualization Depends: libass5 (>= 0.10.2), libbz2-1.0, libc6 (>= 2.15), libcairo2 (>= 1.2.4), libchromaprint0 (>= 0.2), libcurl3-gnutls (>= 7.16.2), libdca0, libdvdnav4 (>= 4.1.3), libdvdread4 (>= 4.1.3), libfaad2 (>= 2.7), libflite1 (>= 1.4-release-9~), libfluidsynth1, libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.37.3), libglu1-mesa | libglu1, libgme0 (>= 0.5.5), libgsm1 (>= 1.0.13), libgstreamer-plugins-bad1.0-0 (= 1.4.4-2.1+deb8u2), libgstreamer-plugins-base1.0-0 (>= 1.4.0), libgstreamer1.0-0 (>= 1.4.0), libgudev-1.0-0 (>= 146), libilmbase6 (>= 1.0.1), libjpeg62-turbo (>= 1.3.1), libkate1 (>= 0.4.1), libmimic0, libmjpegutils-2.1-0, libmms0 (>= 0.4), libmodplug1, libmpeg2encpp-2.1-0, libmpg123-0 (>= 1.6.2), libmplex2-2.1-0, libnettle4, libofa0 (>= 0.9.3), libopenal1 (>= 1.14), libopencv-calib3d2.4, libopencv-contrib2.4, libopencv-core2.4, libopencv-highgui2.4, libopencv-imgproc2.4, libopencv-legacy2.4, libopencv-objdetect2.4, libopencv-video2.4, libopenexr6 (>= 1.6.1), libopenjpeg5 (>= 1.3+dfsg), libopus0 (>= 1.1), liborc-0.4-0 (>= 1:0.4.20), libpng12-0 (>= 1.2.13-4), librsvg2-2 (>= 2.36), librtmp1 (>= 2.3), libsbc1, libschroedinger-1.0-0 (>= 1.0.9), libsndfile1 (>= 1.0.20), libsoundtouch0 (>= 1.8.0), libspandsp2 (>= 0.0.6~pre18), libsrtp0, libstdc++6 (>= 4.9), libusb-1.0-0 (>= 2:1.0.8), libvo-aacenc0, libvo-amrwbenc0, libwayland-client0 (>= 1.3.92), libwebp5, libwildmidi1 (>= 0.2.3), libx11-6, libxml2 (>= 2.7.4), libzbar0 (>= 0.10), gstreamer1.0-plugins-base Pre-Depends: multiarch-support Suggests: frei0r-plugins Breaks: gstreamer1.0-plugins-base (<< 0.11.94), gstreamer1.0-plugins-good (<< 1.1.2) Description: GStreamer plugins from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html Gstreamer-Decoders: application/dash+xml; application/mxf; application/vnd.ms-sstr+xml; application/x-hls; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)X-GST-OPUS-DRAFT-SPITTKA-00; application/x-yuv4mpeg, y4mversion=(int)2; audio/midi; audio/mpeg, mpegversion=(int){ 1 }, layer=(int)[ 1, 3 ], parsed=(boolean)true; audio/mpeg, mpegversion=(int)4, stream-format=(string){ raw, adts }; audio/mpeg, mpegversion=(int)2; audio/ms-gsm; audio/ogg; audio/riff-midi; audio/x-adpcm, layout=(string){ microsoft, dvi }; audio/x-aiff; audio/x-au; audio/x-ay; audio/x-dts; audio/x-flac; audio/x-gbs; audio/x-gsm; audio/x-gym; audio/x-hes; audio/x-ircam; audio/x-it; audio/x-kss; audio/x-midi-event; audio/x-mod; audio/x-nist; audio/x-nsf; audio/x-opus; audio/x-paris; audio/x-private1-dts; audio/x-raw; audio/x-rf64; audio/x-s3m; audio/x-sap; audio/x-sbc, parsed=(boolean)true; audio/x-sds; audio/x-siren, dct-length=(int)320; audio/x-spc; audio/x-stm; audio/x-svx; audio/x-vgm; audio/x-voc; audio/x-w64; audio/x-wav; audio/x-xi; audio/x-xm; image/jp2; image/png; image/svg; image/svg+xml; image/webp; image/x-exr; image/x-j2c, colorspace=(string){ sRGB, sYUV, GRAY }; image/x-jpc, colorspace=(string){ sRGB, sYUV, GRAY }; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; subtitle/x-kate; video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean){ true, false }; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpegts, systemstream=(boolean)true; video/x-cdxa; video/x-dirac; video/x-divx, divxversion=(int)[ 4, 5 ]; video/x-h263, variant=(string)itu; video/x-h264; video/x-h265; video/x-ivf; video/x-vmnc, version=(int)1 Gstreamer-Elements: accurip, adpcmdec, adpcmenc, aiffmux, aiffparse, asfmux, asfparse, assrender, audiochannelmix, audiomixer, audioparse, audiosegmentclip, autoconvert, autovideoconvert, bayer2rgb, bpmdetect, bulge, burn, bz2dec, bz2enc, camerabin, checksumsink, chopmydata, chromahold, chromaprint, chromium, circle, coloreffects, combdetect, compare, compositor, curlfilesink, curlftpsink, curlhttpsink, curlsmtpsink, cvdilate, cvequalizehist, cverode, cvlaplace, cvsmooth, cvsobel, dashdemux, dataurisrc, debugspy, decklinksink, decklinksrc, diffuse, dilate, diracparse, disparity, dodge, dtmfdetect, dtsdec, dvbbasebin, dvbsrc, dvbsuboverlay, dvdspu, edgedetect, exclusion, faad, faceblur, facedetect, fbdevsink, festival, fieldanalysis, fisheye, flitetestsrc, fluiddec, fpsdisplaysink, freeverb, gaussianblur, gdpdepay, gdppay, glbumper, glcolorscale, gldeinterlace, gldifferencematte, gleffects, glfilterapp, glfilterblur, glfiltercube, glfilterglass, glfilterlaplacian, glfilterreflectedscreen, glfiltersobel, glimagesink, glmosaic, gloverlay, glshader, gltestsrc, glvideomixer, gmedec, grabcut, gsmdec, gsmenc, h263parse, h264parse, h265parse, handdetect, hlsdemux, hlssink, id3mux, interaudiosink, interaudiosrc, interlace, intersubsink, intersubsrc, intervideosink, intervideosrc, irtspparse, ivfparse, ivtc, jifmux, jp2kdecimator, jpegparse, kaleidoscope, katedec, kateenc, kateparse, katetag, ladspa-amp-so-amp-mono, ladspa-amp-so-amp-stereo, ladspa-delay-so-delay-5s, ladspa-filter-so-hpf, ladspa-filter-so-lpf, ladspa-sine-so-sine-faaa, ladspa-sine-so-sine-faac, ladspa-sine-so-sine-fcaa, ladspasrc-noise-so-noise-white, ladspasrc-sine-so-sine-fcac, liveadder, marble, midiparse, mimdec, mimenc, mirror, mmssrc, modplug, motioncells, mpeg2enc, mpeg4videoparse, mpegpsdemux, mpegpsmux, mpegtsmux, mpegvideoparse, mpg123audiodec, mplex, mssdemux, mxfdemux, ofa, openalsink, openalsrc, opencvtextoverlay, openexrdec, openjpegdec, openjpegenc, opusdec, opusenc, opusparse, pcapparse, perspective, pinch, pitch, pngparse, pnmdec, pnmenc, pyramidsegment, removesilence, retinex, rfbsrc, rgb2bayer, rotate, rsndvdbin, rsvgdec, rsvgoverlay, rtmpsink, rtmpsrc, rtpasfpay, rtpopusdepay, rtpopuspay, sbcdec, sbcenc, scenechange, schrodec, schroenc, sdpdemux, segmentation, sfdec, shmsink, shmsrc, simplevideomark, simplevideomarkdetect, sirendec, sirenenc, skindetect, smooth, solarize, spacescope, spanplc, spectrascope, speed, sphere, square, srtenc, srtpdec, srtpenc, stereo, stretch, synaescope, templatematch, tsdemux, tsparse, tunnel, twirl, uvch264mjpgdemux, uvch264src, vc1parse, videoanalyse, videodiff, videoparse, videosegmentclip, viewfinderbin, vmncdec, voaacenc, voamrwbenc, watchdog, waterripple, wavescope, waylandsink, webpdec, webvttenc, wildmidi, wrappercamerabinsrc, y4mdec, yadif, zbar, zebrastripe Gstreamer-Encoders: application/x-bzip; application/x-gdp; application/x-kate; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)X-GST-OPUS-DRAFT-SPITTKA-00; application/x-rtp, media=(string){ audio, video, application }, encoding-name=(string)X-ASF-PF; application/x-subtitle; audio/AMR-WB; audio/mpeg, mpegversion=(int)4, stream-format=(string){ adts, raw }, base-profile=(string)lc; audio/x-adpcm, layout=(string){ dvi }; audio/x-aiff; audio/x-gsm; audio/x-opus; audio/x-sbc, channel-mode=(string){ mono, dual, stereo, joint }, blocks=(int){ 4, 8, 12, 16 }, subbands=(int){ 4, 8 }, allocation-method=(string){ snr, loudness }, bitpool=(int)[ 2, 64 ]; audio/x-siren, dct-length=(int)320; image/jp2; image/x-j2c, num-components=(int)[ 1, 4 ], colorspace=(string){ sRGB, sYUV, GRAY }; image/x-jpc, num-components=(int)[ 1, 4 ], colorspace=(string){ sRGB, sYUV, GRAY }; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; subtitle/x-kate; text/vtt; video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }; video/mpeg, systemstream=(boolean)true; video/mpegts, systemstream=(boolean)true, packetsize=(int){ 188, 192 }; video/x-dirac; video/x-mimic; video/x-mp4-part; video/x-ms-asf, parsed=(boolean)true; video/x-qt-part Gstreamer-Uri-Sinks: rtmfp, rtmp, rtmpe, rtmps, rtmpt, rtmpte, rtmpts Gstreamer-Uri-Sources: data, dvb, dvd, mms, mmsh, mmst, mmsu, rtmfp, rtmp, rtmpe, rtmps, rtmpt, rtmpte, rtmpts Gstreamer-Version: 1.4 Package: gimp-data Status: install ok installed Priority: optional Section: graphics Installed-Size: 43319 Maintainer: Ari Pollak Architecture: all Source: gimp Version: 2.8.14-1+deb8u1 Replaces: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Recommends: gimp Conflicts: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Conffiles: /etc/gimp/2.0/controllerrc 53353a2358ff2fd8735414b9407a0ac3 /etc/gimp/2.0/gimprc 40f8d4ff08a0eff561fec0b7dedffef4 /etc/gimp/2.0/gtkrc 4d241099d15df6dd4fa6823cf55033c7 /etc/gimp/2.0/menurc cd67b4a92ab87ff9e63c4510fa071671 /etc/gimp/2.0/sessionrc 53dfcbd69046955720820aeb47d53ae9 /etc/gimp/2.0/templaterc 2dfb95b1edfd4f778a2417142b4c07e0 /etc/gimp/2.0/unitrc adaa5a0103c57f244c9beeda8110a1e7 Description: Data files for GIMP This package contains architecture-independent supporting data files for use with GIMP. Homepage: http://www.gimp.org/ Package: libnspr4 Status: install ok installed Priority: optional Section: libs Installed-Size: 317 Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Multi-Arch: same Source: nspr Version: 2:4.12-1+debu8u1 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Conflicts: libnspr4-0d (<< 2:4.9-2~) Description: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Homepage: http://www.mozilla.org/projects/nspr/ Package: libebackend-1.2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 681 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.4), libdb5.3, libedataserver-1.2-18 (>= 3.12.9~), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.37.3), libsoup2.4-1 (>= 2.42), libsqlite3-0 (>= 3.6.0) Description: Utility library for evolution data servers This package is a utility library for evolution-data-servers providing backend functions to access data. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: https://wiki.gnome.org/Apps/Evolution Package: ucf Status: install ok installed Priority: standard Section: utils Installed-Size: 229 Maintainer: Manoj Srivastava Architecture: all Multi-Arch: foreign Version: 3.0030 Depends: debconf (>= 1.5.19), coreutils (>= 5.91) Conffiles: /etc/ucf.conf 5565b8b26108c49ba575ba452cd69b3e Description: Update Configuration File(s): preserve user changes to config files Debian policy mandates that user changes to configuration files must be preserved during package upgrades. The easy way to achieve this behavior is to make the configuration file a 'conffile', in which case dpkg handles the file specially during upgrades, prompting the user as needed. . This is appropriate only if it is possible to distribute a default version that will work for most installations, although some system administrators may choose to modify it. This implies that the default version will be part of the package distribution, and must not be modified by the maintainer scripts during installation (or at any other time). . This script attempts to provide conffile-like handling for files that may not be labelled conffiles, and are not shipped in a Debian package, but handled by the postinst instead. This script allows one to maintain files in /etc, preserving user changes and in general offering the same facilities while upgrading that dpkg normally provides for 'conffiles'. . Additionally, this script provides facilities for transitioning a file that had not been provided with conffile-like protection to come under this schema, and attempts to minimize questions asked at installation time. Indeed, the transitioning facility is better than the one offered by dpkg while transitioning a file from a non-conffile to conffile status. Package: xfonts-encodings Status: install ok installed Priority: optional Section: fonts Installed-Size: 668 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Version: 1:1.0.4-2 Replaces: xfonts-base (<< 1:1.0.0) Depends: x11-common Description: Encodings for X.Org fonts This package contains the encodings that map to specific characters. Package: coinor-libclp1 Status: install ok installed Priority: extra Section: science Installed-Size: 2093 Maintainer: Debian Science Team Architecture: amd64 Source: clp Version: 1.15.10-1 Depends: coinor-libcoinutils3, coinor-libosi1, libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Description: Coin-or linear programming solver (shared libraries) Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available. It is designed to find solutions of constrained linear mathematical optimization problems. . This package contains the Clp callable libraries, including the OSI Clp interface. Homepage: https://projects.coin-or.org/Clp Package: libgphoto2-l10n Status: install ok installed Priority: optional Section: localization Installed-Size: 2277 Maintainer: Debian PhotoTools Maintainers Architecture: all Multi-Arch: foreign Source: libgphoto2 Version: 2.5.4-1.1 Replaces: libgphoto2-2 (<= 2.4.10.1-4) Breaks: libgphoto2-2 (<= 2.4.10.1-4) Description: gphoto2 digital camera library - localized messages The gphoto2 library can be used by applications to access various digital camera models, via standard protocols such as USB Mass Storage and PTP, or vendor-specific protocols. . This package contains the localized messages for the library. Homepage: http://www.gphoto.org/proj/libgphoto2/ Package: hamster-applet Status: install ok installed Priority: optional Section: gnome Installed-Size: 2883 Maintainer: Debian GNOME Maintainers Architecture: all Version: 2.91.3+git20120514.b9fec3e1-1 Depends: gconf2 (>= 2.28.1-2), python2.7 | python2.6, python (>= 2.6.6-7~), python (<< 2.8), python-cairo, python-gtk2 (>= 2.12.0), python-gconf, python-dbus, python-gobject-2 (>= 2.14.0), python-wnck, python-gnome2, python-xdg Recommends: python-notify, gnome-icon-theme Suggests: python-evolution Description: time tracking applet for GNOME Project Hamster helps you to keep track of how much time you spend on various activities during the day. Whenever you move from one task to another, you change your current activity in the GNOME applet. . It can present graphical statistics of how long you have spent on each task, and may be useful for project management or keeping employee timesheets. Homepage: http://live.gnome.org/ProjectHamster Package: libgirepository-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gobject-introspection Version: 1.42.0-2.2 Replaces: libgirepository1.0-1 Provides: libgirepository1.0-1 Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libglib2.0-0 (>= 2.39.0) Conflicts: libgirepository1.0-1 Description: Library for handling GObject introspection data (runtime library) GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains a C library for handling the introspection data. Homepage: https://wiki.gnome.org/GObjectIntrospection Package: mono-runtime Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 57 Maintainer: Debian Mono Group Architecture: amd64 Source: mono Version: 3.2.8+dfsg-10 Depends: libc6 (>= 2.2.5), mono-runtime-sgen (= 3.2.8+dfsg-10) Description: Mono runtime - default version Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Virtual Machine, JIT (Just-in-Time) and AOT (Ahead-of-Time) code generator "mono-sgen". mono-sgen executes applications for the CLI (Common Language Infrastructure). Mono currently only supports the X86, PowerPC, ARM, S/390x, AMD64 and MIPS architectures. . This package installs this architecture's default runtime version. Homepage: http://www.mono-project.com/ Package: libcapi20-3 Status: install ok installed Priority: extra Section: libs Installed-Size: 131 Maintainer: Rolf Leggewie Architecture: amd64 Multi-Arch: same Version: 1:3.27-1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Suggests: isdnutils-doc Description: ISDN utilities - CAPI support libraries Handle requests from CAPI-driven applications such as fax systems via active and passive ISDN cards. Homepage: http://www.isdn4linux.de Package: qtdeclarative5-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2981 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtdeclarative-opensource-src Version: 5.3.2-4 Depends: libqt5qml5 (= 5.3.2-4), libqt5quick5 (= 5.3.2-4), libqt5quickparticles5 (= 5.3.2-4), libqt5quicktest5 (= 5.3.2-4), libqt5quickwidgets5 (= 5.3.2-4), qtbase5-dev Description: Qt 5 declarative development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the header development files for building some Qt 5 applications using Qt 5 declarative headers. Homepage: http://qt-project.org/ Package: libglib2.0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 9579 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: glib2.0 (2.42.1-1) Version: 2.42.1-1+b1 Depends: libc6 (>= 2.4), libglib2.0-0 (= 2.42.1-1+b1), python:any (>= 2.6.6-7~), libglib2.0-bin (= 2.42.1-1+b1), libpcre3-dev (>= 1:8.31), pkg-config (>= 0.16.0), zlib1g-dev Suggests: libglib2.0-doc Description: Development files for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed to compile programs against libglib2.0-0, as only it includes the header files and static libraries (optionally) needed for compiling. Homepage: http://www.gtk.org/ Package: librsvg2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 175 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: librsvg Version: 2.40.5-1+deb8u2 Depends: libc6 (>= 2.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), librsvg2-2 (= 2.40.5-1+deb8u2) Breaks: libgdk-pixbuf2.0-0 (<< 2.23.5-2), libgtk2.0-0 (<< 2.24.5-4) Description: SAX-based renderer library for SVG files (extra runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package includes the gdk-pixbuf loader allowing to load SVG images transparently inside GTK+ applications. Homepage: https://wiki.gnome.org/Projects/LibRsvg Package: libkmod2 Status: install ok installed Priority: important Section: libs Installed-Size: 134 Maintainer: Marco d'Itri Architecture: amd64 Multi-Arch: same Source: kmod Version: 18-3 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Description: libkmod shared library This library provides an API for insertion, removal, configuration and listing of kernel modules. Package: libio-socket-ssl-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 462 Maintainer: Debian Perl Group Architecture: all Version: 2.002-2+deb8u2 Depends: libnet-ssleay-perl (>= 1.59), netbase, perl Recommends: libnet-libidn-perl | libnet-idn-encode-perl | liburi-perl, perl (>= 5.15.6) | libsocket-perl (>= 1.950) | libsocket6-perl, perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.20) | libio-socket-inet6-perl Suggests: ca-certificates Description: Perl module implementing object oriented interface to SSL sockets This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl. . IO::Socket::SSL uses IPv6 if libio-socket-ip-perl (>= 0.20) or libio-socket-inet6-perl is installed. Homepage: https://metacpan.org/release/IO-Socket-SSL Package: gnome-music Status: install ok installed Priority: extra Section: gnome Installed-Size: 1943 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13.2), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend, python3, python3:any (>= 3.3.2-2~), gir1.2-glib-2.0 (>= 1.35.9), gir1.2-gtk-3.0 (>= 3.8), gir1.2-gstreamer-1.0, gir1.2-gst-plugins-base-1.0, gir1.2-grilo-0.2 (>= 0.2.6), gir1.2-mediaart-1.0, gir1.2-notify-0.7, gir1.2-totem-plparser-1.0, gir1.2-tracker-1.0, gnome-settings-daemon, grilo-plugins-0.2, python3-dbus, python3-gi, python3-gi-cairo, tracker Description: Music is the new GNOME music playing application Music is the new GNOME music playing application aiming at being a simple and elegant replacement for using Files to show the Music directory. Objectives includes listening to local and online/cloud collections, listen to music on attached devices, listen to music shared by friends, listen to audiobooks, a player for DLNA media servers, share music, upload music and select favorites. Homepage: https://wiki.gnome.org/Apps/Music Package: libgphoto2-port10 Status: install ok installed Priority: optional Section: libs Installed-Size: 445 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: libgphoto2 (2.5.4-1.1) Version: 2.5.4-1.1+b2 Depends: libc6 (>= 2.15), libltdl7 (>= 2.4.2), libusb-1.0-0 (>= 2:1.0.8) Pre-Depends: multiarch-support Suggests: gphoto2 (>> 2.1.0), gtkam Breaks: gphoto2 (<= 2.1.1) Description: gphoto2 digital camera port library The gphoto2 library can be used by applications to access various digital camera models, via standard protocols such as USB Mass Storage and PTP, or vendor-specific protocols. . This package contains the runtime code for port access. Homepage: http://www.gphoto.org/proj/libgphoto2/ Package: libpulse0 Status: install ok installed Priority: optional Section: libs Installed-Size: 888 Maintainer: Pulseaudio maintenance team Architecture: amd64 Multi-Arch: same Source: pulseaudio Version: 5.0-13 Depends: libasyncns0 (>= 0.3), libc6 (>= 2.15), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.1.1), libice6 (>= 1:1.0.0), libjson-c2 (>= 0.10), libsm6, libsndfile1 (>= 1.0.20), libsystemd0, libwrap0 (>= 7.6-4~), libx11-6, libx11-xcb1, libxcb1, libxtst6 Pre-Depends: multiarch-support Suggests: pulseaudio Breaks: pavucontrol (<< 0.9.8) Conffiles: /etc/pulse/client.conf bdea965cdb68b445c04a1fa62193c096 Description: PulseAudio client libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. Homepage: http://www.pulseaudio.org Package: winbind Status: install ok installed Priority: optional Section: net Installed-Size: 1640 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: samba-doc (<< 2:4.0.5~), winbind4 Depends: samba (= 2:4.2.14+dfsg-0+deb8u6), libbsd0 (>= 0.3.0), libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.21), libwbclient0 (= 2:4.2.14+dfsg-0+deb8u6), samba-libs (= 2:4.2.14+dfsg-0+deb8u6) Pre-Depends: multiarch-support Suggests: libnss-winbind, libpam-winbind Conflicts: samba-doc (<< 2:4.0.5~) Enhances: libkrb5-26-heimdal Conffiles: /etc/default/winbind 93fbd7892b370d906bb0c8f3af9ad3d1 /etc/init.d/winbind 1cb764ec543fe10e78fd707ce237ac37 /etc/init/winbind.conf 956d080e4d309c38451d932386edf82c /etc/logrotate.d/winbind 774078afe30a13679c7eb7d7e8291603 Description: service to resolve user and group information from Windows NT servers Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package provides winbindd, a daemon which integrates authentication and directory service (user/group lookup) mechanisms from a Windows domain on a Linux system. . Winbind based user/group lookups via /etc/nsswitch.conf can be enabled via the libnss-winbind package. Winbind based Windows domain authentication can be enabled via the libpam-winbind package. Homepage: http://www.samba.org Package: libxmuu1 Status: install ok installed Priority: optional Section: libs Installed-Size: 66 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxmu Version: 2:1.1.2-1 Depends: libc6 (>= 2.2.5), libx11-6 Pre-Depends: multiarch-support Description: X11 miscellaneous micro-utility library libXmuu provides a set of miscellaneous utility convenience functions for X libraries to use. It is a lighter version of libXmu that does not depend on libXt or libXext; for more information on libXmu, see libxmu6. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: gnome-logs Status: install ok installed Priority: optional Section: gnome Installed-Size: 1305 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.2-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.13.4), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsystemd0, gsettings-desktop-schemas Description: viewer for the systemd journal. The GNOME Logs application is an application to view system logs (from the systemd journal) for the GNOME Desktop environment. Homepage: https://wiki.gnome.org/Apps/Logs Package: python-numpy Status: install ok installed Priority: optional Section: python Installed-Size: 8351 Maintainer: Debian Python Modules Team Architecture: amd64 Version: 1:1.8.2-2 Provides: python-f2py, python-numpy-abi9, python-numpy-api9, python-numpy-dev, python2.7-numpy Depends: python (>= 2.7), python (<< 2.8), python2.7:any, libblas3 | libblas.so.3, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.3), liblapack3 | liblapack.so.3, libquadmath0 (>= 4.6) Suggests: gcc (>= 4:4.6.1-5), gfortran, python-dev, python-nose (>= 0.10.1), python-numpy-dbg, python-numpy-doc Description: Numerical Python adds a fast array facility to the Python language Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. . Numpy replaces the python-numeric and python-numarray modules which are now deprecated and shouldn't be used except to support older software. Homepage: http://www.numpy.org/ Package: mono-gac Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 62 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Provides: global-assembly-cache-tool Depends: mono-4.0-gac (= 3.2.8+dfsg-10) Description: Mono GAC tool Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package pulls in the default GAC (Global Assembly Cache) tool (gacutil) used by Mono to store shared CIL (Common Intermediate Language) libraries. Homepage: http://www.mono-project.com/ Package: openjdk-7-jre-headless Status: install ok installed Priority: optional Section: java Installed-Size: 54832 Maintainer: OpenJDK Team Architecture: amd64 Multi-Arch: same Source: openjdk-7 Version: 7u131-2.6.9-2~deb8u1 Replaces: openjdk-7-jre-lib (<< 7u45-2.4.3-1) Provides: java-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless Depends: ca-certificates-java, tzdata-java, java-common (>= 0.28), libcups2, liblcms2-2 (>= 2.2+git20110628), libjpeg62-turbo (>= 1.3.1), libnss3 (>= 2:3.17.1), initscripts, libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.26.0), libkrb5-3 (>= 1.6.dfsg.2), libpcsclite1 (>= 1.3.0), libpulse0 (>= 0.99.1), libsctp1 (>= 1.0.10+dfsg), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: icedtea-7-jre-jamvm (= 7u131-2.6.9-2~deb8u1), libnss-mdns, sun-java6-fonts, fonts-dejavu-extra, fonts-ipafont-gothic, fonts-ipafont-mincho, ttf-wqy-microhei | ttf-wqy-zenhei, ttf-indic-fonts, fonts-indic Breaks: icedtea-netx (<< 1.4-2) Conflicts: icedtea-netx (<< 1.1.1-2~) Conffiles: /etc/java-7-openjdk/accessibility.properties cb5ef274bab0096317e5053916bd8bb8 /etc/java-7-openjdk/calendars.properties 53af14d97565d1c7e1525e2e9a930f36 /etc/java-7-openjdk/content-types.properties 4dde581b76830e88bd52d508199ad9e9 /etc/java-7-openjdk/flavormap.properties 571560455e2d47bcb59077d415dd388e /etc/java-7-openjdk/fontconfig.properties 4ca5a16d883e19fc7f530d975b56a9e5 /etc/java-7-openjdk/images/cursors/cursors.properties 5d9b1cc5dea82c2324d112fe1dad9c11 /etc/java-7-openjdk/jvm-amd64.cfg 068a7155e60d642a9985290ceeea491a /etc/java-7-openjdk/logging.properties 809c50033f825eff7fc70419aaf30317 /etc/java-7-openjdk/management/jmxremote.access f63bea1f4a31317f6f061d83215594df /etc/java-7-openjdk/management/jmxremote.password 7b46c291e7073c31d3ce0adae2f7554f /etc/java-7-openjdk/management/management.properties 5edb0d3275263013f0981ff0df96f87e /etc/java-7-openjdk/management/snmp.acl 71a7de7dbe2977f6ece75c904d430b62 /etc/java-7-openjdk/net.properties 2fe77cd007d99dde926a22094e333e0e /etc/java-7-openjdk/psfont.properties.ja d4c735bf5756759a1c3bc8de408629fc /etc/java-7-openjdk/psfontj2d.properties 17b15d370018acc01550175882c7da91 /etc/java-7-openjdk/security/blacklisted.certs bbebcf13680e71ec2ee562524da02660 /etc/java-7-openjdk/security/java.policy cd327f2a1aa020d8c6cc2137b91b9c78 /etc/java-7-openjdk/security/java.security ab1fc7893765eb646bd4e9df764c7ae0 /etc/java-7-openjdk/security/nss.cfg ccd8ac9d15b87311cc9054767517c14d /etc/java-7-openjdk/sound.properties 90df04d32f3e91a91d8234c74e81d9cc /etc/java-7-openjdk/swing.properties 235f7a79068085d8ef02e2b5134a294a /etc/java-7-openjdk/tz.properties 711fb698d093b25fd521371696bbe015 Description: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. . The packages are built using the IcedTea build support and patches from the IcedTea project. Built-Using: rhino (= 1.7R4-3) Homepage: http://openjdk.java.net/ Package: libisc95 Status: install ok installed Priority: standard Section: libs Installed-Size: 419 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Replaces: libbind0 Depends: libc6 (>= 2.15), libcap2 (>= 1:2.10), libxml2 (>= 2.7.4) Conflicts: libbind0, libbind9-41 Description: ISC Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the libisc shared library used by BIND's daemons and clients. Package: libxml2 Status: install ok installed Priority: standard Section: libs Installed-Size: 1766 Maintainer: Debian XML/SGML Group Architecture: amd64 Multi-Arch: same Version: 2.9.1+dfsg1-5+deb8u4 Depends: libc6 (>= 2.15), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3) Pre-Depends: multiarch-support Recommends: xml-core Description: GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides a library providing an extensive API to handle such XML data files. Homepage: http://xmlsoft.org/ Package: media-player-info Status: install ok installed Priority: optional Section: admin Installed-Size: 136 Maintainer: Martin Pitt Bugs: https://bugs.freedesktop.org/buglist.cgi?product=media-player-info Architecture: all Version: 22-2 Depends: udev Description: Media player identification files media-player-info is a repository of data files describing media player (mostly USB Mass Storage ones) capabilities. These files contain information about the directory layout to use to add music to these devices, about the supported file formats, and so on. . The music player capabilities are now described in *.mpi files (which are ini-like files), together with udev rules to identify these devices. Homepage: http://www.freedesktop.org/software/media-player-info/ Package: libutempter0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Debian Krap Maintainers Architecture: amd64 Source: libutempter Version: 1.1.5-4 Depends: libc6 (>= 2.2.5), adduser Description: A privileged helper for utmp/wtmp updates (runtime) The libutempter library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files. . The utempter is a privileged helper used by libutempter library to manipulate utmp and wtmp files. Homepage: http://freshmeat.net/projects/libutempter Package: mtd-utils Status: install ok installed Priority: extra Section: utils Installed-Size: 751 Maintainer: Riku Voipio Architecture: amd64 Version: 1:1.5.1-1 Replaces: mtd-tools Provides: mtd-tools Depends: libc6 (>= 2.14), liblzo2-2, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Description: Memory Technology Device Utilities Utilities for manipulating memory technology devices, such as flash memory, Disk-On-Chip, or ROM. Includes mkfs.jffs2, a tool to create JFFS2 (journaling flash file system) filesystems. Homepage: http://www.linux-mtd.infradead.org/ Package: libqt5help5 Status: install ok installed Priority: optional Section: libs Installed-Size: 641 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qttools-opensource-src Version: 5.3.2-3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt5clucene5 (>= 5.0.2), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5widgets5 (>= 5.2.0~rc1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 help module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtHelp module provides classes for integrating online documentation in applications. Homepage: http://qt-project.org/ Package: psutils Status: install ok installed Priority: optional Section: text Installed-Size: 193 Maintainer: Jay Berkenbilt Architecture: amd64 Multi-Arch: foreign Version: 1.17.dfsg-2 Depends: libc6 (>= 2.7), libpaper1 Recommends: ghostscript Description: PostScript document handling utilities This collection of utilities is for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing. . The following programs are included in psutils: epsffit, extractres, fixdlsrps, fixfmps, fixmacps, fixpsditps, fixpspps, fixscribeps, fixtpps, fixwfwps, fixwpps, fixwwps, getafm, includeres, psbook, psmerge, psnup, psresize, psselect, pstops, showchar . Some programs included here (psmerge) behave differently if gs is available, but all programs work without it. Homepage: http://www.tardis.ed.ac.uk/~ajcd/psutils/ Package: aptitude-common Status: install ok installed Priority: standard Section: admin Installed-Size: 9930 Maintainer: Aptitude Development Team Architecture: all Multi-Arch: foreign Source: aptitude Version: 0.6.11-1 Replaces: aptitude (<< 0.6.8-1) Recommends: aptitude Breaks: aptitude (<< 0.6.8-1) Description: architecture independent files for the aptitude package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the data files and translations used by aptitude. Homepage: http://aptitude.alioth.debian.org/ Package: libqt5opengl5 Status: install ok installed Priority: optional Section: libs Installed-Size: 460 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libqt5gui5 (= 5.3.2+dfsg-4+deb8u2), libqt5widgets5 (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 OpenGL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtOpenGL module offers classes that make it easy to use OpenGL in Qt applications. . OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D rendering and provides little or no support for GUI programming issues. Homepage: http://qt-project.org/ Package: libgupnp-av-1.0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 320 Maintainer: Ross Burton Architecture: amd64 Source: gupnp-av Version: 0.12.6-1 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libgupnp-1.0-4 (>= 0.18.0), libxml2 (>= 2.7.4) Description: Audio/Visual utility library for GUPnP An audio/visual utility library for GUPnP, providing DIDL parser/writer and search criteria parser objects. Homepage: http://www.gupnp.org Package: libblkid1 Status: install ok installed Priority: required Section: libs Installed-Size: 326 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.25.2-6 Depends: libc6 (>= 2.17), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Description: block device id library The blkid library which allows system programs like fsck and mount to quickly and easily find block devices by filesystem UUID and LABEL. This allows system administrators to avoid specifying filesystems by hard-coded device names, but via a logical naming system instead. Package: cgmanager Status: install ok installed Priority: optional Section: admin Installed-Size: 324 Maintainer: Serge Hallyn Architecture: amd64 Version: 0.33-2+deb8u2 Replaces: cgmanager-utils (<< 0.30-1) Provides: cgmanager-utils Depends: libc6 (>= 2.15), libcgmanager0 (>= 0.32), libdbus-1-3 (>= 1.2.16), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), init-system-helpers (>= 1.18~) Conflicts: cgmanager-utils (<< 0.30-1) Conffiles: /etc/init.d/cgmanager 7fe1cc959fc9bad5f0ad17fbbc694f71 /etc/init.d/cgproxy e107f190811dde89a2208e7f3fbc4ddc /etc/init/cgmanager.conf 5aaa1853374898fdaf7a80c60c8ce62d /etc/init/cgproxy.conf 6d2f480ee01e21e9e6392934c16c4689 Description: Central cgroup manager daemon cgmanager provides a central cgroup manager daemon and a per-namespace manager proxy, allowing users and programs to administrate cgroups through D-Bus requests. . This package contains the cgroup management daemon and proxy. Homepage: http://cgmanager.linuxcontainers.org/ Package: libmtp-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1238 Maintainer: Alessio Treglia Architecture: all Multi-Arch: foreign Source: libmtp Version: 1.1.8-1 Replaces: libmtp8 Breaks: libmtp8 (<= 1.0.6-6) Description: Media Transfer Protocol (MTP) common files libmtp is a library for communicating with MTP aware devices in POSIX compliant operating systems. It implements MTP Basic, the subset proposed for standardization. . The Media Transfer Protocol (commonly referred to as MTP) is a devised set of custom extensions to support the transfer of music files on USB digital audio players and movie files on USB portable media players. . This package provides the udev rules file and the FreeDesktop.org Device Information Files file (used by HAL). Homepage: http://libmtp.sourceforge.net/ Package: libmbim-proxy Status: install ok installed Priority: optional Section: net Installed-Size: 47 Maintainer: Thomas Bechtold Architecture: amd64 Multi-Arch: foreign Source: libmbim Version: 1.10.0-2.1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.32), libmbim-glib4 (= 1.10.0-2.1) Description: Proxy to communicate with MBIM ports libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. . This package contains the binary mbim-proxy used by libmbim to allow multiple clients to use the same MBIM port simultaneously. Homepage: http://www.freedesktop.org/wiki/Software/libmbim/ Package: nepomuk-core-data Status: install ok installed Priority: optional Section: libs Installed-Size: 258 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: nepomuk-core Version: 4:4.14.0-1 Replaces: kde-runtime-data (<< 4:4.8.80) Breaks: kde-runtime-data (<< 4:4.8.80) Description: Nepomuk Semantik Desktop core libraries -- shared data files The core Nepomuk system contains of the central services like file indexing, file system monitoring, query, and of course storage, as well as the corresponding client libraries. . This package contains the architecture independent files from nepomuk-core. Homepage: http://www.kde.org/ Package: gir1.2-soup-2.4 Status: install ok installed Priority: optional Section: introspection Installed-Size: 141 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libsoup2.4 Version: 2.48.0-1 Provides: gir1.2-soup-gnome-2.4 Depends: gir1.2-glib-2.0, libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.47.4) Conflicts: gir1.0-soup-2.4, gir1.0-soup-gnome-2.4 Description: GObject introspection data for the libsoup HTTP library This package contains introspection data for the libsoup HTTP library. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: libpoppler46 Status: install ok installed Priority: optional Section: libs Installed-Size: 3143 Maintainer: Loic Minier Architecture: amd64 Multi-Arch: same Source: poppler Version: 0.26.5-2+deb8u1 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjpeg5 (>= 1.3+dfsg), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.9), libtiff5 (>= 4.0.3) Pre-Depends: multiarch-support Recommends: poppler-data Description: PDF rendering library Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the shared core library. Homepage: http://poppler.freedesktop.org/ Package: libcheese-gtk23 Status: install ok installed Priority: optional Section: libs Installed-Size: 340 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: cheese Version: 3.14.1-2 Depends: libc6 (>= 2.4), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcheese7 (>= 3.4.0), libclutter-1.0-0 (>= 1.16), libclutter-gtk-1.0-0 (>= 0.91.8), libcogl20 (>= 1.17.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.13.4), libx11-6, gstreamer1.0-clutter, cheese-common (= 3.14.1-2) Pre-Depends: multiarch-support Description: tool to take pictures and videos from your webcam - widgets A webcam application that supports image and video capture. Makes it easy to take photos and videos of you, your friends, pets or whatever you want. Allows you to apply fancy visual effects, fine-control image settings and has features such as Multi-Burst mode, Countdown timer for photos. . This package contains the GTK+ shared library. Homepage: https://wiki.gnome.org/Apps/Cheese Package: gnome-mines Status: install ok installed Priority: optional Section: games Installed-Size: 7925 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-2 Replaces: gnome-accessibility-themes (<< 3.14), gnomine (<< 1:3.7.2) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.36.0), libgtk-3-0 (>= 3.12.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gnome-accessibility-themes (<< 3.14), gnomine (<< 1:3.7.2) Description: popular minesweeper puzzle game for GNOME Mines is a puzzle game where you locate mines floating in an ocean using only your brain and a little bit of luck. Homepage: https://wiki.gnome.org/Apps/Mines Package: libxfont1 Status: install ok installed Priority: optional Section: libs Installed-Size: 244 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxfont Version: 1:1.5.1-1 Depends: libbz2-1.0, libc6 (>= 2.14), libfontenc1, libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Breaks: xfs (<< 1:1.1.4) Conflicts: xprint (<< 2:1.6.0-1) Description: X11 font rasterisation library libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: sqlite3 Status: install ok installed Priority: optional Section: database Installed-Size: 140 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: foreign Version: 3.8.7.1-1+deb8u2 Depends: libc6 (>= 2.14), libreadline6 (>= 6.0), libsqlite3-0 (= 3.8.7.1-1+deb8u2), libtinfo5 Suggests: sqlite3-doc Description: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Homepage: http://www.sqlite.org/ Package: libqt5multimedia5 Status: install ok installed Priority: optional Section: libs Installed-Size: 1087 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtmultimedia-opensource-src Version: 5.3.2-5 Depends: libc6 (>= 2.14), libpulse0 (>= 0.99.1), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2 Pre-Depends: multiarch-support Description: Qt 5 Multimedia module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains a set of APIs to play and record media, and manage a collection of media content. Homepage: https://qt-project.org/ Package: gnome-terminal Status: install ok installed Priority: optional Section: gnome Installed-Size: 1128 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Version: 3.14.1-1+deb8u1 Replaces: gnome-terminal-data (<< 2.26.2-3) Provides: x-terminal-emulator Depends: gconf-service, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.9), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libdconf1 (>= 0.14.0), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.40.0), libgtk-3-0 (>= 3.10.0), libnautilus-extension1a (>= 2.91), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libuuid1 (>= 2.16), libvte-2.91-0, libx11-6, dconf-gsettings-backend | gsettings-backend, gsettings-desktop-schemas (>= 0.1.0), gnome-terminal-data (>= 3.14), gnome-terminal-data (<< 3.15) Recommends: yelp, gvfs, dbus-x11 Description: GNOME terminal emulator application GNOME Terminal is a terminal emulation application that you can use to perform the following actions: - Access a UNIX shell in the GNOME environment. - Run any application that is designed to run on VT102, VT220, and xterm terminals. . GNOME Terminal features the ability to use multiple terminals in a single window (tabs) and profiles support. Package: python3-markupsafe Status: install ok installed Priority: optional Section: python Installed-Size: 85 Maintainer: Piotr Ożarowski Architecture: amd64 Source: markupsafe (0.23-1) Version: 0.23-1+b1 Depends: python3 (>= 3.4~), python3 (<< 3.5), libc6 (>= 2.14) Description: HTML/XHTML/XML string library for Python 3 MarkupSafe is a Python library implementing a unicode subclass that is aware of HTML escaping rules. It can be used to implement automatic string escaping. . This package contains the Python 3 version. Homepage: http://pypi.python.org/pypi/MarkupSafe Package: libfreerdp-codec1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 380 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libfreerdp-primitives1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libjpeg62-turbo (>= 1.3.1), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-pool0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (codec library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-codec shared library. Homepage: http://www.freerdp.com/ Package: mousetweaks Status: install ok installed Priority: optional Section: gnome Installed-Size: 1121 Maintainer: Josselin Mouette Architecture: amd64 Version: 3.12.0-1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libx11-6, libxcursor1 (>> 1.1.2), libxfixes3, libxtst6, dconf-gsettings-backend | gsettings-backend, gsettings-desktop-schemas (>= 0.1.0) Recommends: gnome-control-center Description: mouse accessibility enhancements for the GNOME desktop This package contains a daemon and some panel applets to improve mouse usability on the GNOME desktop. These enhancements are: . * The possibility to click without a button * The ability to bring the context menu with a one-button mouse (like MacOS does) * An area to capture the mouse pointer until it is released with a pre-defined key combination. Homepage: https://wiki.gnome.org/Mousetweaks/Home Package: libwmf-bin Status: install ok installed Priority: optional Section: graphics Installed-Size: 119 Maintainer: Loïc Minier Architecture: amd64 Multi-Arch: foreign Source: libwmf Version: 0.2.8.4-10.3+deb8u2 Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libwmf0.2-7 (>= 0.2.8.4), libx11-6, zlib1g (>= 1:1.1.4) Recommends: gsfonts Description: Windows metafile conversion tools Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains several frontends to libwmf (wmf2x, wmf2gd, wmf2fig, wmf2eps, wmf2svg). Package: libgnome-keyring0 Status: install ok installed Priority: optional Section: libs Installed-Size: 191 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libgnome-keyring (3.12.0-1) Version: 3.12.0-1+b1 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.1.1), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.41.1), libgnome-keyring-common (= 3.12.0-1) Pre-Depends: multiarch-support Suggests: gnome-keyring Breaks: gnome-keyring (<< 3.0) Description: GNOME keyring services library gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. . This package contains shared libraries for GNOME. Homepage: https://wiki.gnome.org/GnomeKeyring Package: libwinpr-environment0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 240 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (environment library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-environment shared library. Homepage: http://www.freerdp.com/ Package: libsonic0 Status: install ok installed Priority: extra Section: libs Installed-Size: 54 Maintainer: Bill Cox Architecture: amd64 Multi-Arch: same Source: sonic Version: 0.1.17-1.1 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: Simple library to speed up or slow down speech This package contains just the actual library. libsonic is a very simple library for speeding up or slowing down speech. It has only basic dependencies, and is meant to work on both Linux desktop machines and embedded systems. The key new feature in Sonic versus other libraries is very high quality at speed up factors well over 2X. Homepage: http://dev.vinux-project.org/sonic Package: ibritish Status: install ok installed Priority: optional Section: text Installed-Size: 244 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wbritish Description: British English dictionary for ispell (standard version) This package provides the standard, medium-sized British English dictionary, based on the britishmed+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wbritish word list package. . There are also -small, -large, -huge, and -insane versions of this dictionary, and there are iamerican* packages as well. . The package also suggests wbritish because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: libusageenvironment1 Status: install ok installed Priority: optional Section: libs Installed-Size: 54 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: liblivemedia Version: 2014.01.13-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: multimedia RTSP streaming library (UsageEnvironment classes) The live555.com streaming media code is a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries can be used to build applications to stream, receive and process MPEG, H.263+ or JPEG video, several audio codecs, and can easily be extended to support additional codecs. They can also be used to build basic RTSP (Real Time Streaming Protocol) or SIP (Session Initiation Protocol) clients and servers. . This package contains the UsageEnvironment library. The "UsageEnvironment" and "TaskScheduler" classes are used for scheduling deferred events, for assigning handlers for asynchronous read events, and for outputting error/warning messages. Also, the "HashTable" class defines the interface to a generic hash table, used by the rest of the code. . These are all abstract base classes; they must be subclassed for use in an implementation. These subclasses can exploit the particular properties of the environment in which the program will run - e.g., its GUI and/or scripting environment. Homepage: http://www.live555.com/liveMedia/ Package: libclass-isa-perl Status: install ok installed Priority: standard Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.36-5 Description: report the search path for a class's ISA tree Class::ISA returns the list of classes that the current class inherits from, listed in the order that Perl would search for a method not implemented in the current class. The list contains no duplicates. Homepage: http://search.cpan.org/dist/Class-ISA/ Package: libcgi-fast-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 1:2.04-1 Replaces: libcgi-pm-perl (<< 4) Depends: perl, libcgi-pm-perl (>= 4), libfcgi-perl Breaks: libcgi-pm-perl (<< 4) Description: CGI subclass for work with FCGI CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work with the FCGI module, which greatly speeds up CGI scripts by turning them into persistently running server processes. Scripts that perform time-consuming initialization processes, such as loading large modules or opening persistent database connections, will see large performance improvements. Homepage: https://metacpan.org/release/CGI-Fast Package: libhtml-tree-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 516 Maintainer: Debian Perl Group Architecture: all Version: 5.03-1 Depends: perl, libhtml-parser-perl, libhtml-tagset-perl Recommends: libhtml-format-perl, libwww-perl Description: Perl module to represent and create HTML syntax trees HTML::Tree is a collection of modules that represent, create and extract information from HTML syntax trees. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. Homepage: https://metacpan.org/release/HTML-Tree/ Package: gnome-panel-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 8544 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-panel Version: 3.8.1-7 Depends: dconf-gsettings-backend | gsettings-backend Recommends: gnome-panel Description: common files for the GNOME Panel This package includes some files that are needed by the GNOME Panel (Pixmaps, .desktop files and internationalization files). Homepage: https://wiki.gnome.org/Projects/GnomePanel Package: rygel-playbin Status: install ok installed Priority: extra Section: net Installed-Size: 466 Maintainer: Debian Rygel Maintainers Architecture: amd64 Source: rygel (0.24.2-1) Version: 0.24.2-1+b1 Replaces: rygel-gst-renderer (<< 0.8.3-1~) Depends: gstreamer1.0-plugins-good, rygel (= 0.24.2-1+b1), libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.34.0), libgstreamer1.0-0 (>= 1.0.0), libgupnp-1.0-4 (>= 0.18.0), libgupnp-av-1.0-2 (>= 0.6.0), librygel-core-2.4-2, librygel-renderer-2.4-2, librygel-renderer-gst-2.4-2 Conflicts: rygel-gst-renderer (<< 0.8.3-1~) Enhances: rygel Description: GNOME UPnP/DLNA services - GStreamer Media Renderer plugin Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains the Playbin plugin which is a MediaRenderer plugin. With this installed Rygel can render (view/play) media locally from other network resources (MediaServers) through GStreamer playbin2. Homepage: https://wiki.gnome.org/action/show/Projects/Rygel Package: libterm-readkey-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: amd64 Source: libterm-readkey-perl (2.32-1) Version: 2.32-1+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.15) Description: perl module for simple terminal control Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working. Homepage: https://metacpan.org/release/TermReadKey Package: vdpau-va-driver Status: install ok installed Priority: optional Section: video Installed-Size: 102 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: vdpau-video Version: 0.7.4-3 Provides: nvidia-va-driver, s3g-va-driver, va-driver Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libvdpau1 (>= 0.2), libx11-6 Pre-Depends: multiarch-support Enhances: libva1 Description: VDPAU-based backend for VA API The VA-API (Video Acceleration API) enables hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). It provides an interface to fully expose the video decode capabilities in today's GPUs. . This package contains the VDPAU-based backend driver for use with the VA API library. Homepage: http://freedesktop.org/wiki/Software/vaapi/ Package: xserver-xorg-video-radeon Status: install ok installed Priority: optional Section: x11 Installed-Size: 780 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-ati Version: 1:7.5.0-1 Provides: xorg-driver-video Depends: libc6 (>= 2.17), libdrm-radeon1 (>= 2.4.39), libpciaccess0, libudev1 (>= 183), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Suggests: firmware-linux Description: X.Org X server -- AMD/ATI Radeon display driver This package provides the 'radeon' driver for the AMD/ATI cards. The following chips should be supported: R100, RV100, RS100, RV200, RS200, RS250, R200, RV250, RV280, RS300, RS350, RS400/RS480, R300, R350, R360, RV350, RV360, RV370, RV380, RV410, R420, R423/R430, R480/R481, RV505/RV515/RV516/RV550, R520, RV530/RV560, RV570/R580, RS600/RS690/RS740, R600, RV610/RV630, RV620/RV635, RV670, RS780/RS880, RV710/RV730, RV740/RV770/RV790, CEDAR, REDWOOD, JUNIPER, CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, BARTS, TURKS, CAICOS, CAYMAN, ARUBA. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-ati driver module. Package: thunderbird Status: install ok installed Priority: optional Section: mail Installed-Size: 101104 Maintainer: Christoph Goehre Architecture: amd64 Source: icedove Version: 1:45.8.0-3~deb8u1 Replaces: icedove (<< 1:45.6.0-2.1~), icedove-gnome-support (<< 3.0-1~) Provides: icedove, mail-reader Depends: debianutils (>= 1.16), fontconfig, psmisc, x11-utils, libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.17), libcairo2 (>= 1.10.2-2~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libevent-2.0-5 (>= 2.0.10-stable), libffi6 (>= 3.0.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk2.0-0 (>= 2.24.0), libhunspell-1.3-0 (>= 1.3.3), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpixman-1-0 (>= 0.19.6), libstartup-notification0 (>= 0.8), libstdc++6 (>= 4.9), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrender1, libxt6, zlib1g (>= 1:1.2.0) Recommends: lightning (= 1:45.8.0-3~deb8u1), myspell-en-us | hunspell-dictionary | myspell-dictionary Suggests: apparmor, fonts-lyx, libgssapi-krb5-2 Breaks: enigmail (<< 2:1.8), hunspell-ar (<< 0.0.0+20080110-1.1), hunspell-da (<< 1:3.1.0-3), hunspell-de-at (<< 20071211-2), hunspell-de-ch (<< 20071211-2), hunspell-de-de (<< 20071211-2), hunspell-de-med (<< 20090825-1), hunspell-en-ca (<< 1:3.1.0-3), hunspell-en-us (<< 20070829-3), hunspell-fr (<< 1:3.1.0-3), hunspell-gl-es (<< 2.2a-6), hunspell-hu (<< 1:3.1.0-3), hunspell-ko (<< 0.3.3-1), hunspell-ne (<< 1:3.1.0-3), hunspell-se (<< 1.0~beta6.20081222-1.1), hunspell-sh (<< 1:3.1.0-3), hunspell-sr (<< 1:3.1.0-3), hunspell-uz (<< 0.6-3.1), hunspell-vi (<< 1:3.1.0-3), icedove (<< 1:45.6.0-2.1~), icedove-gnome-support (<< 3.0-1~), lightning (<< 1:45.8.0-3~deb8u1), myspell-af (<< 1:3.1.0-3), myspell-ca (<< 0.6-8), myspell-cs-cz (<< 20040229-4.1), myspell-da (<< 1.6.18-1.1), myspell-de-at (<< 20071211-2), myspell-de-ch (<< 20071211-2), myspell-de-de (<< 20071211-2), myspell-de-de-oldspell (<< 1:2-25.1), myspell-el-gr (<< 0.3-1.1), myspell-en-au (<< 2.1-5), myspell-en-gb (<< 1:3.1.0-3), myspell-en-us (<< 1:3.1.0-3), myspell-en-za (<< 1:3.1.0-3), myspell-eo (<< 2.1.2000.02.25-41), myspell-es (<< 1.10-7), myspell-et (<< 1:20030606-12.1), myspell-fa (<< 0.20070816-2), myspell-fi (<< 0.7-17.2), myspell-fo (<< 0.2.36-3), myspell-fr (<< 1.4-25), myspell-fr-gut (<< 1:1.0-26.1), myspell-ga (<< 2.0-19), myspell-gd (<< 0.50-7), myspell-gv (<< 0.50-8), myspell-hr (<< 20060617-2), myspell-hu (<< 0.99.4-1.2), myspell-hy (<< 0.10.1-1.1), myspell-it (<< 1:3.1.0-3), myspell-ku (<< 0.20.0-1.1), myspell-lv (<< 0.7.3-3.1), myspell-nb (<< 2.0.10-3.1), myspell-ne (<< 1.0-4.1), myspell-nl (<< 1:1.10-3), myspell-nn (<< 2.0.10-3.1), myspell-pl (<< 20090830-1), myspell-pt-br (<< 2009.03.30-1.1), myspell-pt-pt (<< 20090309-1.1), myspell-ru (<< 0.99g5-8.1), myspell-sk (<< 0.5.5a-2.1), myspell-sv-se (<< 1.3.8-6-2.2), myspell-sw (<< 1:3.1.0-3), myspell-th (<< 1:3.1.0-3), myspell-tl (<< 0.4-0-5), xul-ext-compactheader (<< 2.1.0~), xul-ext-foxyproxy-standard (<< 4.5.6-debian-2~) Conffiles: /etc/apparmor.d/usr.bin.thunderbird fbd4937c43f9807ea254cde59853ecb3 /etc/bash_completion.d/thunderbird bd6bff0d1c191f668600c8ead57f16c0 /etc/thunderbird/pref/thunderbird.js dd318edd325e4b1fe7e6f009631ad812 Description: mail/news client with RSS, chat and integrated spam filter support Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. It supports different mail accounts, no matter of the used protocol like POP(s) or IMAP(s), has an integrated learning Spam filter, and offers easy organization of mails with tagging and virtual folders. Also, more features can be added by installing extensions. . The goal of Thunderbird is to produce a cross platform standalone mail application using the XUL user interface language. Homepage: http://www.mozilla.org/thunderbird/ Xul-Appid: {3550f703-e582-4d05-9a08-453d09bdfdc6} Package: ndiff Status: install ok installed Priority: extra Section: net Installed-Size: 349 Maintainer: Hilko Bengen Architecture: all Source: nmap Version: 6.47-3+deb8u2 Replaces: zenmap (<< 6.47-3+deb8u1~) Depends: python (>= 2.7), python (<< 2.8), python-lxml Recommends: nmap Breaks: zenmap (<< 6.47-3+deb8u1~) Conflicts: nmap (<< 6.47-3+deb8u2) Description: The Network Mapper - result compare utility Ndiff is a tool to aid in the comparison of Nmap scans. It takes two Nmap XML output files and prints the differences between them. Package: libgck-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 242 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: gcr Version: 3.14.0-2 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.38.0), libp11-kit0 (>= 0.20.0) Pre-Depends: multiarch-support Breaks: gnome-keyring (<< 3.4), seahorse (<< 3.4) Description: Glib wrapper library for PKCS#11 - runtime GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the shared libraries needed to run programs built against the GCK library. Homepage: https://wiki.gnome.org/GnomeKeyring Package: libimobiledevice4 Status: install ok installed Priority: optional Section: libs Installed-Size: 143 Maintainer: gtkpod Maintainers Architecture: amd64 Multi-Arch: same Source: libimobiledevice Version: 1.1.6+dfsg-3.1 Replaces: libimobiledevice0, libimobiledevice1, libiphone0 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), libgnutls-deb0-28 (>= 3.2.10-0), libplist2 (>= 1.11), libtasn1-6 (>= 4.0-0), libusbmuxd2 (>= 1.0.9) Pre-Depends: multiarch-support Recommends: usbmuxd Suggests: libusbmuxd-tools Conflicts: libiphone0 Description: Library for communicating with the iPhone and iPod Touch libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. Homepage: http://libimobiledevice.org/ Package: python-soappy Status: install ok installed Priority: optional Section: python Installed-Size: 304 Maintainer: Debian Python Modules Team Architecture: all Version: 0.12.22-1 Depends: python:any (>= 2.7.5-5~), python-defusedxml, python-wstools, python:any (<< 2.8) Description: SOAP Support for Python This package contains the SOAPpy Python module, which implements a high- level interface to Simple Object Access Protocol (SOAP) functions from Python. It includes functionality for acting as a SOAP server, client, or proxy, and includes both building and parsing functions. It has been tested against a wide array of other SOAP clients and servers, and is a very robust and well-rounded implementation of the SOAP protocol. . SOAPpy is not actively supported by upstream anymore - please do not consider to use it in new projects! All functions were merged into ZSI, which is available in the python-zsi package, use it instead. Homepage: https://github.com/kiorky/SOAPpy.git Package: libspeechd2 Status: install ok installed Priority: optional Section: libs Installed-Size: 58 Maintainer: Debian TTS Team Architecture: amd64 Multi-Arch: same Source: speech-dispatcher Version: 0.8-7 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.28.0), libltdl7 (>= 2.4.2) Pre-Depends: multiarch-support Description: Speech Dispatcher: Shared libraries Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains a shared library needed for C programs linked with it. Homepage: http://devel.freebsoft.org/speechd Package: libkdewebkit5 Status: install ok installed Priority: optional Section: libs Installed-Size: 296 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libkparts4 (= 4:4.14.2-5+deb8u2), libqt4-network (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libqtwebkit4 (>= 2.1.0~2011week13), libstdc++6 (>= 4.1.1) Description: KDE WebKit Library This library provides KDE integration of the QtWebKit library. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libstartup-notification0 Status: install ok installed Priority: optional Section: libs Installed-Size: 52 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: startup-notification Version: 0.12-4 Depends: libc6 (>= 2.4), libx11-6, libx11-xcb1, libxcb-util0 (>= 0.3.8), libxcb1 Pre-Depends: multiarch-support Description: library for program launch feedback (shared library) startup-notification is a library which allows programs to give the user visual feedback that they are being launched; this is typically implemented using a busy cursor. This library is currently used by GNOME programs, but is part of the freedesktop.org suite of cross-desktop libraries. . This package contains the shared library. Package: gucharmap Status: install ok installed Priority: optional Section: gnome Installed-Size: 4009 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.4.0), libgucharmap-2-90-7 (= 1:3.14.1-1), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Description: Unicode character picker and font browser This program allows you to browse through all the available Unicode characters and categories for the installed fonts, and to examine their detailed properties. It is an easy way to find the character you might only know by its Unicode name or code point. Homepage: https://wiki.gnome.org/Apps/Gucharmap Package: libmhash2 Status: install ok installed Priority: optional Section: libs Installed-Size: 217 Maintainer: Chris Hanson Architecture: amd64 Multi-Arch: same Source: mhash Version: 0.9.9.9-7 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: Library for cryptographic hashing and message authentication Mhash is a library that provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. The HMAC support implements the basics for message authentication, following RFC 2104. Mhash also provides several key-generation algorithms, including those of OpenPGP (RFC 2440). . This package contains the shared library. Homepage: http://mhash.sourceforge.net/ Package: libopus0 Status: install ok installed Priority: optional Section: libs Installed-Size: 329 Maintainer: Ron Lee Architecture: amd64 Multi-Arch: same Source: opus Version: 1.1-2 Depends: libc6 (>= 2.14) Suggests: opus-tools Description: Opus codec runtime library The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec. . It is intended to suit a wide range of interactive audio applications, including Voice over IP, videoconferencing, in-game chat, and even remote live music performances. It can scale from low bit-rate narrowband speech to very high quality stereo music. The current features are: . Bit-rates from 6 kb/s 510 kb/s Sampling rates from 8 to 48 kHz Frame sizes from 2.5 ms to 60 ms Support for both constant bit-rate (CBR) and variable bit-rate (VBR) Audio bandwidth from narrowband to full-band Support for speech and music Support for mono and stereo Support for up to 255 channels (multistream frames) Dynamically adjustable bitrate, audio bandwidth, and frame size Good loss robustness and packet loss concealment (PLC) Floating point and fixed-point implementation . This package provides the Opus runtime library. Homepage: http://www.opus-codec.org Package: libfreetype6 Status: install ok installed Priority: optional Section: libs Installed-Size: 889 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: same Source: freetype Version: 2.5.2-3+deb8u2 Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: FreeType 2 font engine, shared library files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . The FreeType 2 library is their new software font engine. It has been designed to provide the following important features: * A universal and simple API to manage font files * Support for several font formats through loadable modules * High-quality anti-aliasing * High portability & performance . Supported font formats include: * TrueType files (.ttf) and collections (.ttc) * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format * Type 1 Multiple Master fonts. The FreeType 2 API also provides routines to manage design instances easily * Type 1 CID-keyed fonts * OpenType/CFF (.otf) fonts * CFF/Type 2 fonts * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with the Adobe SVG viewer plugin. * Windows FNT/FON bitmap fonts . This package contains the files needed to run programs that use the FreeType 2 library. . Home Page: http://www.freetype.org/ Authors: David Turner Robert Wilhelm Werner Lemberg Homepage: http://www.freetype.org Package: libxtst6 Status: install ok installed Priority: optional Section: libs Installed-Size: 45 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxtst (2:1.2.2-1) Version: 2:1.2.2-1+b1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6, libxi6, x11-common Pre-Depends: multiarch-support Description: X11 Testing -- Record extension library libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libfarstream-0.2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 826 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: farstream-0.2 Version: 0.2.4-1 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.35.9), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgupnp-1.0-4 (>= 0.18.0), libgupnp-igd-1.0-4 (>= 0.2.1), libnice10 (>= 0.1.0), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-nice Pre-Depends: multiarch-support Conflicts: libfarstream-0.2-0 Description: Audio/Video communications framework: core library The Farstream project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. . This package provides the core Farstream library. Homepage: http://www.freedesktop.org/software/farstream/releases/farstream/ Package: libxmu6 Status: install ok installed Priority: optional Section: libs Installed-Size: 153 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxmu Version: 2:1.1.2-1 Depends: libc6 (>= 2.14), libx11-6, libxext6, libxt6 Pre-Depends: multiarch-support Description: X11 miscellaneous utility library libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. libXmuu is a lighter-weight version that does not depend on libXt or libXext; for more information, see libxmuu1. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libtasn1-6 Status: install ok installed Priority: standard Section: libs Installed-Size: 131 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Version: 4.2-3+deb8u3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Manage ASN.1 structures (runtime) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains runtime libraries. Homepage: http://www.gnu.org/software/libtasn1/ Package: libva1 Status: install ok installed Priority: optional Section: libs Installed-Size: 123 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libva Version: 1.4.1-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Recommends: va-driver-all | va-driver Breaks: vlc-nox (<< 1.1.5-3) Description: Video Acceleration (VA) API for Linux -- runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the main libva library. Homepage: http://www.freedesktop.org/wiki/Software/vaapi Package: libwinpr-library0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 236 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.3.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winor-library shared library. Homepage: http://www.freerdp.com/ Package: python-minimal Status: install ok installed Priority: standard Section: python Installed-Size: 163 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python-defaults Version: 2.7.9-1 Replaces: python (<= 2.7.3-1~) Depends: python2.7-minimal (>= 2.7.9-1~), dpkg (>= 1.13.20) Recommends: python Breaks: idle (<< 2.6), python (<= 2.7.3-1~), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Conflicts: python-central (<< 0.5.5) Description: minimal subset of the Python language (default version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Homepage: http://www.python.org/ Package: qdbus Status: install ok installed Priority: optional Section: utils Installed-Size: 147 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Replaces: libqt4-dbus (<< 4:4.7.4-1) Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtdbus4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Breaks: libqt4-dbus (<< 4:4.7.4-1) Description: Qt 4 D-Bus tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains qdbus, a command-line tool interface to D-Bus that uses the QtDBus library. Homepage: http://qt-project.org/ Package: vinagre Status: install ok installed Priority: optional Section: gnome Installed-Size: 4161 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libavahi-common3 (>= 0.6.16), libavahi-gobject0 (>= 0.6.22), libavahi-ui-gtk3-0 (>= 0.6.30), libc6 (>= 2.15), libcairo2 (>= 1.6.0), libdbus-glib-1-2 (>= 0.78), libfreerdp-core1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-gdi1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-locale1.1 (>= 1.1.0~beta1+git20130629), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.10), libgtk-vnc-2.0-0 (>= 0.3.10), libsecret-1-0 (>= 0.7), libspice-client-glib-2.0-8 (>= 0.13), libspice-client-gtk-3.0-4 (>= 0.14), libtelepathy-glib0 (>= 0.13.16), libvte-2.91-0, libxml2 (>= 2.7.4), dconf-gsettings-backend | gsettings-backend Recommends: freerdp-x11 Description: remote desktop client for the GNOME Desktop Vinagre is a remote desktop client integrated into the GNOME Desktop. . With Vinagre you can have several connections open simultaneously, bookmark your servers thanks to the Favorites support, store the passwords in the GNOME keyring, and browse the network to look for VNC servers. . Supported protocols are VNC, SSH, and RDP. Homepage: https://wiki.gnome.org/Apps/Vinagre Package: libasound2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1187 Maintainer: Debian ALSA Maintainers Architecture: amd64 Multi-Arch: same Source: alsa-lib Version: 1.0.28-1 Depends: libc6 (>= 2.16), libasound2-data (>= 1.0.28-1) Pre-Depends: multiarch-support Suggests: libasound2-plugins (>= 1.0.24) Breaks: bluez-alsa (<= 4.94-2), libasound2-plugin-equal (<= 0.6-1), libasound2-plugins (<< 1.0.24) Description: shared library for ALSA applications This package contains the ALSA library and its standard plugins, as well as the required configuration files. . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Package: libdrm2 Status: install ok installed Priority: optional Section: libs Installed-Size: 110 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.58-2 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Package: libsmbclient Status: install ok installed Priority: optional Section: libs Installed-Size: 258 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: samba-doc (<< 2:4.0.5~) Depends: libbsd0 (>= 0.0), libc6 (>= 2.14), libtalloc2 (>= 2.0.4~git20101213), samba-libs (= 2:4.2.14+dfsg-0+deb8u6) Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Conflicts: samba-doc (<< 2:4.0.5~) Description: shared library for communication with SMB/CIFS servers This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Homepage: http://www.samba.org Package: libwebp-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 779 Maintainer: Jeff Breidenbach Architecture: amd64 Multi-Arch: same Source: libwebp (0.4.1-1.2) Version: 0.4.1-1.2+b2 Depends: libwebp5 (= 0.4.1-1.2+b2), libwebpmux1 (= 0.4.1-1.2+b2), libwebpdemux1 (= 0.4.1-1.2+b2) Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: http://webp.googlecode.com Package: gir1.2-pango-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 252 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.36.8-3 Replaces: gir1.0-gtk-2.0 (<< 2.22), gir1.0-pango-1.0, gobject-introspection-repository Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libpango-1.0-0 (>= 1.36.0), libpangocairo-1.0-0 (>= 1.22.0), libpangoft2-1.0-0 (>= 1.14.0), libpangoxft-1.0-0 (>= 1.14.0) Conflicts: gir1.0-pango-1.0 Description: Layout and rendering of internationalized text - gir bindings Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: libneon27-gnutls Status: install ok installed Priority: optional Section: libs Installed-Size: 233 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: neon27 Version: 0.30.1-1 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgnutls-deb0-28 (>= 3.3.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Description: HTTP and WebDAV client library (GnuTLS enabled) neon is an HTTP and WebDAV client library, with a C language API. . WARNING: THE NEON API IS NOT YET STABLE. . Provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. . Current features: * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.) * Low-level interface to HTTP request handling, to allow implementing new methods easily. * persistent connections * RFC2617 basic and digest authentication (including auth-int, md5-sess) * Proxy support (including basic/digest authentication) * SSL/TLS support using GnuTLS (including client certificate and thread safety support) * Generic WebDAV 207 XML response handling mechanism * XML parsing using the expat or libxml parsers * Easy generation of error messages from 207 error responses * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL. * WebDAV metadata support: set and remove properties, query any set ofi properties (PROPPATCH/PROPFIND). * autoconf macros supplied for easily embedding neon directly inside an application source tree. Homepage: http://www.webdav.org/neon/ Package: isc-dhcp-client Status: install ok installed Priority: important Section: net Installed-Size: 561 Maintainer: Debian ISC DHCP maintainers Architecture: amd64 Source: isc-dhcp Version: 4.3.1-6+deb8u2 Provides: dhcp-client Depends: libc6 (>= 2.15), libdns-export100, libirs-export91, libisc-export95, debianutils (>= 2.8.2), isc-dhcp-common (= 4.3.1-6+deb8u2), iproute2 Suggests: resolvconf, avahi-autoipd Conffiles: /etc/dhcp/dhclient-enter-hooks.d/debug 72de8917c04f1dd3003459b35adcc66d /etc/dhcp/dhclient-exit-hooks.d/debug 72de8917c04f1dd3003459b35adcc66d /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes 9f5b3bd5f605e2debf1a7a88a705c1ba /etc/dhcp/dhclient.conf ed8f55fbf1e31a2ab1ac263818c99773 Description: DHCP client for automatically obtaining an IP address This is the Internet Software Consortium's DHCP client. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common. Homepage: http://www.isc.org Package: gnome-chess Status: install ok installed Priority: optional Section: games Installed-Size: 7038 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.0-1 Replaces: glchess (<< 1:3.7.2) Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.40.0), libgtk-3-0 (>= 3.13.2), librsvg2-2 (>= 2.32.0), dconf-gsettings-backend | gsettings-backend, hoichess Recommends: yelp Suggests: bbchess, crafty, fairymax, fruit, glaurung, gnuchess, phalanx, sjeng, stockfish, toga2 Breaks: glchess (<< 1:3.7.2) Conffiles: /etc/gnome-chess/engines.conf 90e7fd5d2b81db54b4deb97cf834c488 Description: chess game with 3D graphics This is the chess game from the GNOME desktop. It allows one to play with most existing chess engines, or against a human opponent. Homepage: https://wiki.gnome.org/Chess Package: evince-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 10546 Maintainer: Debian GNOME Maintainers Architecture: all Source: evince Version: 3.14.1-2+deb8u1 Depends: dconf-gsettings-backend | gsettings-backend, gsettings-desktop-schemas Description: Document (PostScript, PDF) viewer - common files Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . This package contains shared files for evince and evince-gtk packages. Homepage: https://wiki.gnome.org/Apps/Evince Package: gcc-4.8 Status: install ok installed Priority: optional Section: devel Installed-Size: 15037 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 4.8.4-1 Provides: c-compiler Depends: cpp-4.8 (= 4.8.4-1), gcc-4.8-base (= 4.8.4-1), binutils (>= 2.24.90.20141219), libgcc-4.8-dev (>= 4.8.4-1), libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libgmp10 (>= 2:5.0.1~), libisl10 (>= 0.10), libmpc3, libmpfr4 (>= 3.1.2), zlib1g (>= 1:1.1.4) Recommends: libc6-dev (>= 2.13-5) Suggests: gcc-4.8-multilib, gcc-4.8-doc (>= 4.8), gcc-4.8-locales (>= 4.8), libgcc1-dbg (>= 1:4.8.4-1), libgomp1-dbg (>= 4.8.4-1), libitm1-dbg (>= 4.8.4-1), libatomic1-dbg (>= 4.8.4-1), libasan0-dbg (>= 4.8.4-1), libtsan0-dbg (>= 4.8.4-1), libquadmath0-dbg (>= 4.8.4-1) Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Package: uuid-runtime Status: install ok installed Priority: optional Section: libs Installed-Size: 118 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: foreign Source: util-linux Version: 2.25.2-6 Replaces: e2fsprogs (<= 1.40.3-1ubuntu1) Depends: adduser, passwd, init-system-helpers (>= 1.18~), libc6 (>= 2.4), libsystemd0 Pre-Depends: libuuid1 (>= 2.25-5~) Conffiles: /etc/init.d/uuidd d73ce836c705e13e8da163d42a9b3724 Description: runtime components for the Universally Unique ID library The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. . This package contains the uuidgen program and the uuidd daemon. . The uuidd daemon is used to generate UUIDs, especially time-based UUID’s, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads trying to grab UUID’s running on different CPU’s. It is used by libuuid as well as the uuidgen program. Package: bzip2 Status: install ok installed Priority: standard Section: utils Installed-Size: 119 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Source: bzip2 (1.0.6-7) Version: 1.0.6-7+b3 Replaces: libbz2 (<< 0.9.5d-3) Depends: libbz2-1.0 (= 1.0.6-7+b3), libc6 (>= 2.14) Suggests: bzip2-doc Description: high-quality block-sorting file compressor - utilities bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Homepage: http://www.bzip.org/ Package: libpostproc52 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Debian multimedia packages maintainers Architecture: amd64 Source: libpostproc Version: 6:0.git20120821-4 Depends: libc6 (>= 2.14) Description: FFmpeg derived postprocessing library This package contains the postprocessing library for legacy applications. . The upsream development for this library has stalled. Please consider porting existing applications to better alternatives. Homepage: http://git.videolan.org/?p=libpostproc.git;a=summary Package: libmono-system4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 3422 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libc6 (>= 2.19) | libc6.1 (>= 2.19) | libc0.1 (>= 2.19), libmono-corlib4.5-cil (>= 3.2.8), libmono-security4.0-cil (>= 3.0.6), libmono-system-configuration4.0-cil (>= 1.0), libmono-system-xml4.0-cil (>= 3.2.1), mono-runtime (>= 3.2.8), mono-runtime (<< 3.2.9) Suggests: libasound2 (>> 1.0.18), libgamin0 Description: Mono System libraries (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the BCL (Base Class Libraries) of Mono for CLI 4.0. Homepage: http://www.mono-project.com/ Package: reportbug Status: install ok installed Priority: standard Section: utils Installed-Size: 222 Maintainer: Reportbug Maintainers Architecture: all Version: 6.6.3 Depends: python, python:any (>= 2.6~), apt, python-reportbug (= 6.6.3) Suggests: postfix | exim4 | mail-transport-agent, gnupg | pgp, debconf-utils (>> 1.1.0), debsums (>= 2.0.47), file (>> 1.30), dlocate, python-urwid, python-gtk2, python-vte, python-gtkspell, xdg-utils, emacs23-bin-common | emacs24-bin-common, claws-mail (>= 3.8.0) Conffiles: /etc/reportbug.conf 17b8e0850fa74d18b96ce5856321de0d Description: reports bugs in the Debian distribution reportbug is a tool designed to make the reporting of bugs in Debian and derived distributions relatively painless. Its features include: . * Integration with mutt and mh/nmh mail readers. * Access to outstanding bug reports to make it easier to identify whether problems have already been reported. * Automatic checking for newer versions of packages. * Optional automatic verification of integrity of packages via debsums. * Support for following-up on outstanding reports. * Optional PGP/GnuPG integration. . reportbug is designed to be used on systems with an installed mail transport agent, like exim or sendmail; however, you can edit the configuration file and send reports using any available mail server. . This package also includes the "querybts" script for browsing the Debian bug tracking system. Homepage: http://alioth.debian.org/projects/reportbug/ Package: libopenal-data Status: install ok installed Priority: optional Section: libs Installed-Size: 20 Maintainer: Debian Games Team Architecture: all Multi-Arch: foreign Source: openal-soft Version: 1:1.15.1-5 Replaces: libopenal1 (<< 1:1.14-5) Breaks: libopenal1 (<< 1:1.14-5) Conffiles: /etc/openal/alsoft.conf ca4b00d956e13842267f9e0ce640b92c Description: Software implementation of the OpenAL audio API (data files) OpenAL, the Open Audio Library, is a joint effort to create an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio. OpenAL's primary audience are application developers and desktop users that rely on portable standards like OpenGL, for games and other multimedia applications. . This library is meant as a compatible update/replacement to the OpenAL Sample Implementation (the SI). The SI has been unmaintained for quite a while, and would require a lot of work to clean up. This is a fork the old Windows version to attempt an accelerated ALSA version of an OpenAL implementation. . OpenAL Soft supports mono, stereo, 4-channel, 5.1, 6.1, and 7.1 output, as opposed to the SI's 4-channel max (though it did have some provisions for 6 channel, this was not 5.1, and was seemingly a "late" addition). OpenAL Soft does not support the Vorbis and MP3 extensions, however those were considered deprecated even in the SI. It does, though, support some of the newer extensions like AL_EXT_FLOAT32 and AL_EXT_MCFORMATS for multi-channel and floating-point formats, as well as ALC_EXT_EFX for environmental audio effects, and others. . This package installs data files used by the OpenAL Soft shared library. Homepage: http://kcat.strangesoft.net/openal.html Package: libmagic1 Status: install ok installed Priority: standard Section: libs Installed-Size: 3161 Maintainer: Christoph Biedl Architecture: amd64 Multi-Arch: same Source: file Version: 1:5.22+15-2+deb8u3 Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: file Conffiles: /etc/magic 272913026300e7ae9b5e2d51f138e674 /etc/magic.mime 272913026300e7ae9b5e2d51f138e674 Description: File type determination library using "magic" numbers This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Homepage: http://www.darwinsys.com/file/ Package: libgpod-common Status: install ok installed Priority: optional Section: libs Installed-Size: 392 Maintainer: gtkpod Maintainers Architecture: amd64 Source: libgpod (0.8.3-1.1) Version: 0.8.3-1.1+b1 Replaces: libgpod0 (<< 0.3.0-4) Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.18), libgpod4-nogtk (>= 0.7.90) | libgpod4 (>= 0.7.90), libimobiledevice4 (>= 0.9.7), libplist2 (>= 1.11), libsgutils2-2 (>= 1.27), libusb-1.0-0 (>= 2:1.0.8), libxml2 (>= 2.7.4) Description: common files for libgpod libgpod is a library meant to abstract access to an iPod's content. It provides an easy to use API to retrieve the list of files and playlist stored on an iPod, to modify them and to save them back to the iPod. . This package contains - internationalization support - udev support Homepage: http://www.gtkpod.org/wiki/Libgpod Package: libjson-glib-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 264 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: json-glib Version: 1.0.2-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.6), libjson-glib-1.0-common (>= 1.0.2-1) Pre-Depends: multiarch-support Description: GLib JSON manipulation library JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. Homepage: https://wiki.gnome.org/JsonGlib Package: libgcr-3-common Status: install ok installed Priority: optional Section: libs Installed-Size: 34 Maintainer: Josselin Mouette Architecture: all Multi-Arch: foreign Source: gcr Version: 3.14.0-2 Replaces: libgcr-3-0 (<< 3.2.2-1) Breaks: libgcr-3-0 (<< 3.2.2-1) Description: Library for Crypto UI related tasks - common files GCR is a library for crypto UI and related tasks. . This package contains data files uses by the GCR library. Homepage: https://wiki.gnome.org/GnomeKeyring Package: lsb-base Status: install ok installed Priority: required Section: misc Installed-Size: 72 Maintainer: Debian LSB Team Architecture: all Multi-Arch: foreign Source: lsb Version: 4.1+Debian13+nmu1 Description: Linux Standard Base 4.1 init script functionality The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package only includes the init-functions shell library, which may be used by other packages' initialization scripts for console logging and other purposes. Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb Package: libsane-common Status: install ok installed Priority: optional Section: libs Installed-Size: 4684 Maintainer: Jörg Frings-Fürst Architecture: all Multi-Arch: foreign Source: sane-backends Version: 1.0.24-8+deb8u2 Replaces: libsane (<< 1.0.22-4~) Conffiles: /etc/sane.d/abaton.conf 51591e7ab98851effab49089323cb160 /etc/sane.d/agfafocus.conf f763f1f31d26507986aad58ca02f79f9 /etc/sane.d/apple.conf 602eda3ecedd81ef751d9241becb9142 /etc/sane.d/artec.conf 1b87eeb6069e6f5ac7b5f0cc4bf48083 /etc/sane.d/artec_eplus48u.conf 3672fe16e6b14a124ad74acd47941be9 /etc/sane.d/avision.conf 51e9f41665cca34d58ceb8bcf2ed072f /etc/sane.d/bh.conf ed8e137983ae58a7bf038180b29737bd /etc/sane.d/canon.conf 099d16dab225eaa121f1ba2f3af9f60a /etc/sane.d/canon630u.conf 5fae93df3328f1915e3d26f77a8c3b9d /etc/sane.d/canon_dr.conf f70196c80a0ac4f52c1a921dba8282d8 /etc/sane.d/canon_pp.conf 2ecfac7c883bc980aba880f424abb8ad /etc/sane.d/cardscan.conf c53b0f155e8abb0e35da6e4bd9898e41 /etc/sane.d/coolscan.conf b5a49230bc9b80a4358d966255d4697a /etc/sane.d/coolscan2.conf e9039d4f201acacca70e8964ec22ee70 /etc/sane.d/coolscan3.conf dc124184659f6acfcb2f77d4759adc8c /etc/sane.d/dc210.conf 821754802fb212acc9f48c7dd93ddaa1 /etc/sane.d/dc240.conf 821754802fb212acc9f48c7dd93ddaa1 /etc/sane.d/dc25.conf 0659d0dee2b39c585b6ebc682af0dbd9 /etc/sane.d/dell1600n_net.conf ce26ec480900a2420d14d5f2c43f07eb /etc/sane.d/dll.conf bafbe357cc8fd6ce789c039172450ec9 /etc/sane.d/dmc.conf 0731b2373c97cc98c5c42dd56e7fb05c /etc/sane.d/epjitsu.conf 54ce52e76e2c5279e4c12830a74ea5a0 /etc/sane.d/epson.conf 318ed78f38b29c99e478cbc7efc8ff14 /etc/sane.d/epson2.conf fb0befe1041db6a1b6a0813c0c8fcf1c /etc/sane.d/fujitsu.conf 87e8c8e93ece3f49e9f21c4565c8c652 /etc/sane.d/genesys.conf ea755470b4abda3f225c78642851e71e /etc/sane.d/gphoto2.conf ca55d23d02774d6eea321dcbd4099e5e /etc/sane.d/gt68xx.conf b3e646677fde5d246d5cff8c060a490c /etc/sane.d/hp.conf 5328dfe188ece714bf9fdb7e26dc9d00 /etc/sane.d/hp3900.conf 9d5532c21c759657347de8b26629cf13 /etc/sane.d/hp4200.conf 0656916d9805c3af1f81424354082501 /etc/sane.d/hp5400.conf 25848f289fb76aeb7f78e29ab323dbf8 /etc/sane.d/hpsj5s.conf 0e969889a4509e62ef352a0222d2620e /etc/sane.d/hs2p.conf a7b07bd2a66b8a562ccb64da03bd47da /etc/sane.d/ibm.conf d5eab60adbaf729bb5bf781fc4c5409d /etc/sane.d/kodak.conf 63774fc2dd277fbfc54b4a8f7ea4528d /etc/sane.d/kodakaio.conf d3d856994bf02899a396e4f4568f95b7 /etc/sane.d/leo.conf 008b9b3cad3c7073aa5331a453e68cd6 /etc/sane.d/lexmark.conf f5d92658f9dc0eb540ddc9d24fe3ffb1 /etc/sane.d/ma1509.conf 73a9fd7af5924e04054f43e2708f5059 /etc/sane.d/magicolor.conf 1e34b81727b36c9269d413cb6d20b2e6 /etc/sane.d/matsushita.conf fe9a8941cd52c7e012724122d67a98e6 /etc/sane.d/microtek.conf 940c8db7e01ccaa6f2c5be2ca020ddf1 /etc/sane.d/microtek2.conf 75cb498c51441db57932a4895f7f0d96 /etc/sane.d/mustek.conf 33284fd785df74d394b9e30a4ec8283e /etc/sane.d/mustek_pp.conf c9d10da50e4b77dcc73b97f67a81a89a /etc/sane.d/mustek_usb.conf f4080c5eacaf30b4ed871a5330960696 /etc/sane.d/nec.conf 5eed67a9759c991553fa3055af023a33 /etc/sane.d/net.conf 9e5860565491b3157e3c6e0af682b7a2 /etc/sane.d/p5.conf 27277daf6f7ed1f21de8c6a59d5b9488 /etc/sane.d/pie.conf 7bdb319bd61b19389e93ed85a1ed85d1 /etc/sane.d/pixma.conf da98f7eae73240333304d1dafe58e19a /etc/sane.d/plustek.conf f329323c5ed857873510e38233f1afcf /etc/sane.d/plustek_pp.conf 327941a5240e699e3251d74192f4f299 /etc/sane.d/qcam.conf 7a30e22cd391b7992646723df280f4fe /etc/sane.d/ricoh.conf b1891143384a7308ec17d9e6ac836201 /etc/sane.d/rts8891.conf 3446a737f83b38c3b576d5bf2e5161ec /etc/sane.d/s9036.conf 5eed67a9759c991553fa3055af023a33 /etc/sane.d/sceptre.conf 9d7e8954714b47042b849ddbd2530973 /etc/sane.d/sharp.conf d16cb589cdceb30d4523334063ddf040 /etc/sane.d/sm3840.conf 9b61359cbcc14b9be4d687b80b772bea /etc/sane.d/snapscan.conf b349efcbcec257f5fca8372f1e47e7e0 /etc/sane.d/sp15c.conf 74fd71c4ea2c8c58bbaa2cecfee56f7c /etc/sane.d/st400.conf febd1d7966858a4a0352a2fe2c1abfa0 /etc/sane.d/stv680.conf 1a5a8d37f0de964bab25b3908fa907d5 /etc/sane.d/tamarack.conf 93b1a500916dcfabd8a1c288029a5502 /etc/sane.d/teco1.conf 7976c7a3dd90fe100f30a23a29aaea89 /etc/sane.d/teco2.conf 1f873f79332e99cb0cd2b9eba938ac3b /etc/sane.d/teco3.conf 7b632784a85ec6ead7d26e8fd195dea5 /etc/sane.d/test.conf eaccee9d3fb610a691705ddf94b9ec11 /etc/sane.d/u12.conf 9ab31cd28e79474973fc02ccf1c06b99 /etc/sane.d/umax.conf 5bcadfd7842926832de6d6e29d23558d /etc/sane.d/umax1220u.conf 2d36f1f6c15bbfeaf2049d59dcfefe05 /etc/sane.d/umax_pp.conf d7cdbfd65fc59cfc71ab5f00a3697aaf /etc/sane.d/v4l.conf c68d472ee915c19d73f255623f4e0223 /etc/sane.d/xerox_mfp.conf e438fe51c20b618f14341e8910512e17 Description: API library for scanners -- documentation and support files SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes documentation for libsane, such as the man pages and list of supported scanners, and support files (i18n data). Homepage: http://www.sane-project.org Package: libgraphite2-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 207 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Multi-Arch: same Source: graphite2 Version: 1.3.6-1~deb8u1 Replaces: libgraphite2-2.0.0 Provides: libgraphite2-2.0.0 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: libgraphite2-2.0.0 (<< 1.2.0) Description: Font rendering engine for Complex Scripts -- library Graphite is a system that can be used to create and use "smart fonts" capable of displaying writing systems with various complex behaviors, such as: contextual shaping, ligatures, reordering, split glyphs, bidirectionality, stacking diacritics and complex positioning. .. This library was designed and developed by the NRSI (Non-Roman Script Initiative) within SIL International (www.sil.org) to act as a complement to other smart font rendering technologies with limited practical local extensibility. Its purpose is to help meet the needs of a very large number of "minority language" communities for local extensibility of complex script behaviors. . The behavior of the rendering engine for a given writing system is specified through extra tables added to a TrueType font. These tables are generated by compiling a GDL (Graphite Description Language) source file into a font using grcompiler. . This package contains the shared library. Package: coinor-libcoinmp1 Status: install ok installed Priority: extra Section: libs Installed-Size: 142 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: coinmp Version: 1.7.6+dfsg1-1 Depends: coinor-libcbc3, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Description: Simple C API for COIN-OR Solvers Clp and Cbc -- library The Coin-MP optimizer is an open source solver, it is part of the COIN-OR project which is an initiative to spur the development of open-source software for the operations research community. . CoinMP is a C-API library that supports most of the functionality of CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects. Homepage: https://projects.coin-or.org/CoinMP Package: rsync Status: install ok installed Priority: optional Section: net Installed-Size: 732 Maintainer: Paul Slootman Architecture: amd64 Multi-Arch: foreign Version: 3.1.1-3 Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.15), libpopt0 (>= 1.14), lsb-base (>= 3.2-14), base-files (>= 4.0.1) Suggests: openssh-client, openssh-server Breaks: duplicity (<< 0.6.11) Conffiles: /etc/init.d/rsync c5d89677f904551f5b192f35ad98d73c /etc/default/rsync e0d7efac23e911c65f44b08de446e837 Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Homepage: http://rsync.samba.org/ Package: gir1.2-gconf-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 365 Maintainer: Josselin Mouette Architecture: amd64 Source: gconf Version: 3.2.6-3 Depends: gconf-service, gir1.2-glib-2.0, libgconf-2-4 (>= 3.2.5) Conflicts: gir1.0-gconf-2.0 Description: GNOME configuration database system (GObject-Introspection) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains introspection data for GConf. It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://projects.gnome.org/gconf/ Package: libjbig-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 113 Maintainer: Michael van der Kolff Architecture: amd64 Multi-Arch: same Source: jbigkit Version: 2.1-3.1 Depends: libjbig0 (= 2.1-3.1) Description: JBIGkit development files JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software. . This package contains the headers for the library. . Please note: There is no statically linked library in this package, and what was previously two libraries with a single common file has been merged into one library (libjbig). Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/ Package: libqt4-dev-bin Status: install ok installed Priority: optional Section: devel Installed-Size: 6413 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Replaces: libqt4-dev (<< 4:4.8.0-2) Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-qt3support (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtdbus4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Breaks: libqt4-dev (<< 4:4.8.0-2) Description: Qt 4 development programs Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs used for building Qt 4 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, qt3to4, rcc, uic3, and uic. Homepage: http://qt-project.org/ Package: liblsan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 257 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Homepage: http://gcc.gnu.org/ Package: procps Status: install ok installed Priority: important Section: admin Installed-Size: 670 Maintainer: Craig Small Architecture: amd64 Multi-Arch: foreign Version: 2:3.3.9-9 Provides: watch Depends: libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libncursesw5 (>= 5.6+20070908), libprocps3, libtinfo5, lsb-base (>= 3.0-10), initscripts Recommends: psmisc Breaks: guymager (<= 0.5.9-1), open-vm-tools (<= 2011.12.20-562307-1), xmem (<= 1.20-27.1) Conflicts: pgrep (<< 3.3-5), w-bassman (<< 1.0-3) Conffiles: /etc/init.d/procps 021482ebab1024f5ed76e650e5191e8f /etc/sysctl.conf 76c1d8285c578d5e827c3e07b9738112 /etc/sysctl.d/README.sysctl 026e08987e39bd612ae311f2d9fc2089 Description: /proc file system utilities This package provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). . It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch. Homepage: http://gitorious.org/procps Package: gir1.2-geocodeglib-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 52 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: geocode-glib Version: 3.14.0-1 Depends: gir1.2-glib-2.0, gir1.2-json-1.0, gir1.2-soup-2.4, libgeocode-glib0 (>= 3.12.2) Description: introspection data for geocode-glib library Geocode-glib allows you to do geocoding (going from a place name, to a longitude/latitude pair) and reverse geocoding (finding a place name from coordinates) using the Nominatim service. . This library should be used in place of Geoclue's D-Bus API for geocoding and reverse geocoding. . This package contains GObjectIntrospection data for geocode-glib. Package: libavahi-ui-gtk3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 119 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.31-5 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.4), libgdbm3 (>= 1.8.3), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0) Pre-Depends: multiarch-support Description: Avahi GTK+ User interface library for GTK3 Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains a GTK+ widget for browsing services. Homepage: http://avahi.org/ Package: usb-modeswitch-data Status: install ok installed Priority: extra Section: comm Installed-Size: 165 Maintainer: Didier Raboud Architecture: all Version: 20150115-1 Replaces: usb-modeswitch (<< 1.0.7-1), usb-modeswitch-data-packed Provides: usb-modeswitch-data-packed Recommends: usb-modeswitch (>= 2.2.0), udev (>= 0.140) Breaks: usb-modeswitch (<< 2.2.0) Conflicts: usb-modeswitch-data-packed Description: mode switching data for usb-modeswitch Several new USB devices have their proprietary Windows drivers onboard, especially WAN dongles. When plugged in for the first time, they act like a flash storage and start installing the driver from there. If the driver is already installed, the storage device vanishes and a new device, such as an USB modem, shows up. This is called the "ZeroCD" feature. . On Debian, this is not needed, since the driver is included as a Linux kernel module, such as "usbserial". However, the device still shows up as "usb-storage" by default. usb-modeswitch solves that issue by sending the command which actually performs the switching of the device from "usb-storage" to "usbserial". . This package contains the commands data needed for usb-modeswitch. Homepage: http://www.draisberghof.de/usb_modeswitch/ Package: aspell-de Status: install ok installed Priority: optional Section: text Installed-Size: 363 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20131206-5 Provides: aspell-dictionary Depends: aspell, dictionaries-common (>= 1.23~) Description: German dictionary for aspell This package contains German dictionaries for the aspell spell checker. . Dictionaries included are: de_DE (de/deutsch/german), de_CH (swiss), and de_AT, all using the new German orthography from 1996 (neue Rechtschreibung). . The old (1901) spelling is provided by aspell-de-alt. Homepage: https://www.j3e.de/ispell/igerman98/ Package: libcroco3 Status: install ok installed Priority: optional Section: libs Installed-Size: 340 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libcroco (0.6.8-3) Version: 0.6.8-3+b1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Description: Cascading Style Sheet (CSS) parsing and manipulation toolkit Services provided by Libcroco * A parser module that provides o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven API which resembles SAX in the xml world. o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. . The libcroco parser implements the CSS Level 2 specification, the CSS forward compatibility rules and the CSS cascading rules. . * A CSS2 selection engine Given an xml element node (that obviously comes from an xml document) and a stylesheet cascade, the Libcroco selection engine can evaluate the css selectors of the cascade and return the style properties associated to the xml element node. . Note that the xml manipulation toolkit used by the libcroco selection engine at the moment is libxml2. . This package contains the shared libraries. Package: libpangoft2-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 274 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.36.8-3 Replaces: libpango1.0-0 (<< 1.32.5-2) Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libharfbuzz0b (>= 0.9.9), libpango-1.0-0 (>= 1.36.0) Pre-Depends: multiarch-support Breaks: libpango1.0-0 (<< 1.32.5-2) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Package: libgpgme11 Status: install ok installed Priority: optional Section: libs Installed-Size: 485 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Multi-Arch: same Source: gpgme1.0 Version: 1.5.1-6 Depends: gnupg2 (>> 2.0.4), libassuan0 (>= 2.0.1), libc6 (>= 2.15), libgpg-error0 (>= 1.10) Pre-Depends: multiarch-support Suggests: gpgsm (>> 1.9.6) Description: GPGME - GnuPG Made Easy (library) GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... . This package contains the library. Homepage: http://www.gnupg.org/gpgme.html Package: libxcb-sync1 Status: install ok installed Priority: optional Section: libs Installed-Size: 38 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.14), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, sync extension This package contains the library files needed to run software using libxcb-sync, the sync extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libsoftware-license-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 497 Maintainer: Debian Perl Group Architecture: all Version: 0.103010-3 Depends: libdata-section-perl, libsub-install-perl, libtext-template-perl, perl Description: module providing templated software licenses Software::License is a Perl module used by various tools for module building, installation, and distribution to provide a simple way of referencing popular free and open-source software licenses. Homepage: https://metacpan.org/release/Software-License Package: libsub-exporter-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 135 Maintainer: Debian Perl Group Architecture: all Version: 0.986-1 Depends: perl, libdata-optlist-perl, libsub-install-perl Description: sophisticated exporter for custom-built routines When you use a perl module, first it is "required" function used, then its import method is called. . Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows for renaming, currying/sub-generation etc. . Sub::Exporter builds a custom exporter which can then be installed into your module. It builds this method based on configuration passed to its setup_exporter method. Homepage: https://metacpan.org/release/Sub-Exporter/ Package: libgssapi-krb5-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 393 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkeyutils1 (>= 1.4), libkrb5-3 (= 1.12.1+dfsg-19+deb8u2), libkrb5support0 (>= 1.12~alpha1+dfsg) Pre-Depends: multiarch-support Suggests: krb5-doc, krb5-user Breaks: libgssglue1 (<< 0.2-2) Conffiles: /etc/gss/mech.d/README 27e753ba1dc72900d2892b8efef6e35e Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the MIT Kerberos implementation of GSS-API used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Package: libcupsfilters1 Status: install ok installed Priority: optional Section: libs Installed-Size: 221 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: cups-filters Version: 1.0.61-5+deb8u3 Depends: libc6 (>= 2.14), libcups2 (>= 1.7.0), libcupsimage2 (>= 1.4.0), libdbus-1-3 (>= 1.0.2), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3) Pre-Depends: multiarch-support Description: OpenPrinting CUPS Filters - Shared library This library contains functions commonly used by the CUPS filters in the OpenPrinting CUPS filters package, currently functions to read several different image formats and to convert bitmaps between different color spaces. Homepage: http://www.openprinting.org/ Package: linux-image-amd64 Status: install ok installed Priority: optional Section: kernel Installed-Size: 6 Maintainer: Debian Kernel Team Architecture: amd64 Source: linux-latest (63) Version: 3.16+63 Provides: linux-latest-modules-3.16.0-4-amd64 Depends: linux-image-3.16.0-4-amd64 Description: Linux for 64-bit PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. Package: libbonobo2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1061 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libbonobo Version: 2.32.1-3 Replaces: libbonobo-activation4 (<< 1:2.4), libbonobo2-common (<< 2.20.3-1) Depends: libbonobo2-common (= 2.32.1-3), libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), liborbit-2-0 (>= 1:2.14.10), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Recommends: dbus-x11 Suggests: libbonobo2-bin Conflicts: libbonobo-activation4 (<< 1:2.4), nautilus (<< 2.2.4-5) Description: Bonobo CORBA interfaces library Bonobo is a set of language and system independent CORBA interfaces for creating reusable components, controls and creating compound documents. . The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents. . This package contains the shared libraries. Package: xauth Status: install ok installed Priority: optional Section: x11 Installed-Size: 98 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1:1.0.9-1 Depends: libc6 (>= 2.14), libx11-6, libxau6, libxext6, libxmuu1 Description: X authentication utility xauth is a small utility to read and manipulate Xauthority files, which are used by servers and clients alike to control authentication and access to X sessions. Package: libxslt1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 463 Maintainer: Debian XML/SGML Group Architecture: amd64 Multi-Arch: same Source: libxslt Version: 1.1.28-2+deb8u3 Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.0), libxml2 (>= 2.9.0) Pre-Depends: multiarch-support Description: XSLT 1.0 processing library - runtime library XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains the libxslt library used by applications for XSLT transformations. Homepage: http://xmlsoft.org/xslt/ Package: libgoa-1.0-0b Status: install ok installed Priority: optional Section: libs Installed-Size: 348 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gnome-online-accounts Version: 3.14.2-1 Replaces: libgoa-1.0-0 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.38), libgoa-1.0-common (= 3.14.2-1) Pre-Depends: multiarch-support Conflicts: libgoa-1.0-0 Description: library for GNOME Online Accounts This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package contains the libraries used by GOA applications. Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts Package: libjim0.75 Status: install ok installed Priority: extra Section: libs Installed-Size: 314 Maintainer: Didier Raboud Architecture: amd64 Multi-Arch: same Source: jimtcl Version: 0.75-1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: small-footprint implementation of Tcl - shared library Jim is an opensource small-footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new features like references with garbage collection, closures, built-in Object Oriented Programming system, Functional Programming commands, first-class arrays and UTF-8 support. All this with a binary size of about 100-200kB (depending upon selected options). . This package provides the libjim shared library. Homepage: http://jim.tcl.tk/ Package: python3-defer Status: install ok installed Priority: extra Section: python Installed-Size: 77 Maintainer: Sebastian Heinlein (devel) Architecture: all Source: python-defer Version: 1.0.6-2 Depends: python3 (>= 3.2) Description: Small framework for asynchronous programming (Python 3) The defer module provides an easy way to write asynchrouns Python 3 programs. It is greatly inspired by Twisted's defer, but hasn't got any external dependencies. . Furthermore it features decorators to write asynchronous D-Bus servers and clients. . At first defer was part of aptdaemon, but moved to a separate project in August of 2010. Homepage: https://launchpad.net/python-defer Package: libdleyna-connector-dbus-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 61 Maintainer: Emanuele Aina Architecture: amd64 Multi-Arch: same Source: dleyna-connector-dbus Version: 0.2.0-1 Depends: libc6 (>= 2.2.5), libdleyna-core-1.0-3 (>= 0.4.0), libglib2.0-0 (>= 2.26.0), libgupnp-1.0-4 (>= 0.18.0) Description: DBus connector module for the dLeyna services dleyna-connector-dbus is the loadable module providing DBus connectivity to the dLeyna services. . dLeyna is an umbrella project hosting a number of middleware components designed to make it easy for developers to integrate DLNA functionality into their applications. Homepage: https://01.org/dleyna/ Package: libnotify-bin Status: install ok installed Priority: optional Section: utils Installed-Size: 33 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libnotify Version: 0.7.6-2 Depends: libc6 (>= 2.3.4), libglib2.0-0 (>= 2.26), libnotify4 (>= 0.7.3) Description: sends desktop notifications to a notification daemon (Utilities) A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . This package contains the binary which sends the notification. Package: libsofia-sip-ua0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1754 Maintainer: Ron Lee Architecture: amd64 Source: sofia-sip Version: 1.12.11+20110422.1-2 Depends: libc6 (>= 2.17), libssl1.0.0 (>= 1.0.0) Suggests: sofia-sip-doc Description: Sofia-SIP library runtime Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. . The library is implemented in ANSI C, and provides an extensive set of features for implementing SIP/SIMPLE User-Agents. Highlights include full UDP/TCP/TLS support, IPv4/6 support, SIMPLE presence and messaging support, SIP offer/answer engine and numerous mechanisms for NAT/FW traversal. . This package provides the main library runtime files. Homepage: http://sofia-sip.sourceforge.net/ Package: libcommons-parent-java Status: install ok installed Priority: optional Section: java Installed-Size: 86 Maintainer: Debian Java Maintainers Architecture: all Source: commons-parent Version: 22-2 Depends: libapache-pom-java (>= 9) Description: Maven metadata for Apache Commons project This package contains the Maven metadata shared between all components of the Apache Commons project. Homepage: http://commons.apache.org/ Package: p7zip-full Status: install ok installed Priority: optional Section: utils Installed-Size: 3738 Maintainer: Mohammed Adnène Trojette Architecture: amd64 Source: p7zip Version: 9.20.1~dfsg.1-4.1+deb8u2 Replaces: p7zip (<< 4.39-1) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: p7zip-rar Conflicts: p7zip (<< 4.39-1) Description: 7z and 7za file archivers with high compression ratio p7zip is the Unix command-line port of 7-Zip, a file archiver that archives with high compression ratios. . p7zip-full provides utilities to pack and unpack 7z archives within a shell or using a GUI (such as Ark, File Roller or Nautilus). . Installing p7zip-full allows File Roller to use the very efficient 7z compression format for packing and unpacking files and directories. Additionally, it provides the 7z and 7za commands. . List of supported formats: - Packing / unpacking: 7z, ZIP, GZIP, BZIP2, XZ and TAR - Unpacking only: APM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RAR (only if non-free p7zip-rar package is installed), RPM, SquashFS, UDF, VHD, WIM, XAR and Z. . p7zip provides 7zr, a light version of 7za, and p7zip, a gzip-like wrapper around 7zr. Homepage: http://p7zip.sourceforge.net/ Package: libaccountsservice0 Status: install ok installed Priority: optional Section: libs Installed-Size: 316 Maintainer: Alessio Treglia Architecture: amd64 Source: accountsservice (0.6.37-3) Version: 0.6.37-3+b1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libsystemd0 Breaks: accountsservice (<< 0.6.5) Description: query and manipulate user account information - shared libraries The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the shared libraries of the AccountService library. Homepage: http://cgit.freedesktop.org/accountsservice/ Package: phonon Status: install ok installed Priority: optional Section: sound Installed-Size: 56 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Version: 4:4.8.0-4 Depends: libphonon4 (>= 4:4.8.0-4), debconf (>= 0.5) | debconf-2.0, phonon-backend-vlc | phonon-backend Suggests: phonon-backend-gstreamer, phonon-backend-mplayer, phonon-backend-vlc Breaks: phonon-backend-xine (<< 4:4.6.0.0) Description: multimedia framework from KDE using Qt 4 - metapackage Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction layer for capturing, mixing, processing, and playing audio and video content. . This metapackage ensures that the system has a working Phonon configuration installed (the core library and at least one back-end). Homepage: http://phonon.kde.org/ Package: perl Status: install ok installed Priority: standard Section: perl Installed-Size: 17584 Maintainer: Niko Tyni Architecture: amd64 Multi-Arch: allowed Version: 5.20.2-3+deb8u6 Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libmodule-corelist-perl (<< 2.14-2), libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl-base (<< 5.10.1-12), perl-doc (<< 5.8.0-1), perl-modules (<< 5.8.1-1) Provides: data-dumper, libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl5 Depends: perl-base (= 5.20.2-3+deb8u6), perl-modules (>= 5.20.2-3+deb8u6), libbz2-1.0, libc6 (>= 2.14), libdb5.3, libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.2.2.3) Pre-Depends: dpkg (>= 1.17.17) Recommends: netbase, rename Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make Breaks: dh-make-perl (<< 0.73-1), ftpmirror (<< 1.96+dfsg-13), libcompress-raw-bzip2-perl (<< 2.064), libcompress-raw-zlib-perl (<< 2.065), libcompress-zlib-perl (<< 2.064), libdigest-md5-perl (<< 2.53), libdigest-sha-perl (<< 5.88), libencode-perl (<< 2.63-1+deb8u1), libhtml-template-compiled-perl (<< 0.95-1), libio-compress-base-perl (<< 2.064), libio-compress-bzip2-perl (<< 2.064), libio-compress-perl (<< 2.064), libio-compress-zlib-perl (<< 2.064), libload-perl (<< 0.20-1), libmime-base64-perl (<< 3.14), libnet-jifty-perl (<< 0.14-1), libperl-apireference-perl (<< 0.09-1), libregexp-optimizer-perl (<< 0.15-3), libsoap-lite-perl (<< 0.712-4), libstorable-perl (<< 2.49.01), libsys-syslog-perl (<< 0.33), libthreads-perl (<< 1.93), libthreads-shared-perl (<< 1.46), libtime-hires-perl (<< 1.9726), libtime-piece-perl (<< 1.27), libxml-parser-lite-tree-perl (<< 0.14-1), libyaml-perl (<< 0.73-1), mrtg (<< 2.16.3-3.1), perl-doc (<< 5.20.2-1) Conflicts: libjson-pp-perl (<< 2.27200-2) Description: Larry Wall's Practical Extraction and Report Language Perl is a highly capable, feature-rich programming language with over 20 years of development. Perl 5 runs on over 100 platforms from portables to mainframes. Perl is suitable for both rapid prototyping and large scale development projects. . Perl 5 supports many programming styles, including procedural, functional, and object-oriented. In addition to this, it is supported by an ever-growing collection of reusable modules which accelerate development. Some of these modules include Web frameworks, database integration, networking protocols, and encryption. Perl provides interfaces to C and C++ for custom extension development. Homepage: http://dev.perl.org/perl5/ Package: libass5 Status: install ok installed Priority: extra Section: libs Installed-Size: 161 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libass Version: 0.10.2-3 Depends: libc6 (>= 2.14), libenca0 (>= 1.9), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libfribidi0 (>= 0.19.2), libharfbuzz0b (>= 0.9.4) Pre-Depends: multiarch-support Description: library for SSA/ASS subtitles rendering SubStation Alpha (SSA) is a subtitle file format that allows more advanced subtitles than the conventional SRT and similar formats. . This package contains the shared library for libass. Homepage: http://code.google.com/p/libass/ Package: libpeas-1.0-0 Status: install ok installed Priority: extra Section: libs Installed-Size: 355 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libpeas Version: 1.12.1-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpython2.7 (>= 2.7), libpython3.4 (>= 3.4.2~rc1), libpeas-common Description: Application plugin library libpeas is a library that allows applications to support plugins. Homepage: https://wiki.gnome.org/Libpeas Package: libxcb-dri2-0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 87 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-dri2-0 (= 1.10-3+b1), libxcb1-dev Description: X C Binding, dri2 extension, development files This package contains the header and library files needed to build software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libsoundtouch0 Status: install ok installed Priority: optional Section: libs Installed-Size: 155 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: soundtouch Version: 1.8.0-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Sound stretching library SoundTouch is a library that can be used to change pitch and time of soundfiles independently. . This package contains the libsoundtouch0 shared library. Homepage: http://www.surina.net/soundtouch/ Package: liblouis-data Status: install ok installed Priority: extra Section: text Installed-Size: 5815 Maintainer: Debian Accessibility Team Architecture: all Multi-Arch: foreign Source: liblouis Version: 2.5.3-3 Description: Braille translation library - data Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables. . This package contains runtime data. Homepage: http://code.google.com/p/liblouis/ Package: gnuplot Status: install ok installed Priority: optional Section: math Installed-Size: 127 Maintainer: Debian Science Team Architecture: all Version: 4.6.6-2 Replaces: gnuplot-nox (<< 4.6.5-5), gnuplot-qt (<< 4.6.5-5), gnuplot-x11 (<< 4.6.5-5) Depends: gnuplot-qt (>= 4.6.5-5) | gnuplot-x11 (>= 4.6.5-5) | gnuplot-nox (>= 4.6.5-5) Suggests: feedgnuplot, gnuplot-doc, libgnuplot-iostream-dev, python-gnuplot Breaks: gnuplot-nox (<< 4.6.5-5), gnuplot-qt (<< 4.6.5-5), gnuplot-x11 (<< 4.6.5-5) Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package is for transition and to install a full-featured gnuplot supporting the X11-output. Homepage: http://gnuplot.sourceforge.net/ Package: libgpg-error0 Status: install ok installed Priority: standard Section: libs Installed-Size: 444 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Multi-Arch: same Source: libgpg-error Version: 1.17-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: library for common error values and messages in GnuPG components Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. Homepage: http://www.gnupg.org/related_software/libgpg-error/ Package: gvfs Status: install ok installed Priority: optional Section: libs Installed-Size: 604 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Version: 1.22.2-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libudev1 (>= 183), gvfs-daemons (>= 1.22.2-1), gvfs-daemons (<< 1.22.2-1.1~), gvfs-libs (= 1.22.2-1), gvfs-common (= 1.22.2-1) Suggests: gvfs-backends Breaks: brasero (<< 2.28.0-2), libgdu0 (<< 2.28.1-3), libglib2.0-0 (<< 2.30), rhythmbox (<< 0.12.6-2) Description: userspace virtual filesystem - GIO module gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the GIO module that lets applications use gvfs mounts. Homepage: https://wiki.gnome.org/Projects/gvfs Package: libknotifyconfig4 Status: install ok installed Priority: optional Section: libs Installed-Size: 209 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libphonon4 (>= 4:4.6.0really4.3.80), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: library for configuring KDE Notifications This library provides a common interface for the configuration of the KDE Notifications (KNotify) for each KDE Application (e.g. "Configuration Notification" dialog). . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: avahi-daemon Status: install ok installed Priority: optional Section: net Installed-Size: 340 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: foreign Source: avahi Version: 0.6.31-5 Depends: libavahi-common3 (>= 0.6.16), libavahi-core7 (>= 0.6.24), libc6 (>= 2.14), libcap2 (>= 1:2.10), libdaemon0 (>= 0.13), libdbus-1-3 (>= 1.1.1), libexpat1 (>= 2.0.1), init-system-helpers (>= 1.18~), adduser, dbus (>= 0.60), lsb-base (>= 3.0-6), bind9-host | host Recommends: libnss-mdns Suggests: avahi-autoipd Conffiles: /etc/avahi/avahi-daemon.conf bd8d4eda789abe26c48c1f1f74d19551 /etc/avahi/hosts 186990ae1edac95a88dbef6a36a07716 /etc/dbus-1/system.d/avahi-dbus.conf 4b8ff37c10615ae704b7827a438ff534 /etc/default/avahi-daemon 292bdbb95b392a71a0c363eb58b3a119 /etc/init.d/avahi-daemon 7e648c77846d70c4ef1b49c0c4f7cfad /etc/network/if-up.d/avahi-daemon 6dbf1a91ab420a99d1205972d6401e67 /etc/resolvconf/update-libc.d/avahi-daemon 2cf53ff5a00f9d1fed653a2913de5bc7 Description: Avahi mDNS/DNS-SD daemon Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi Daemon which represents your machine on the network and allows other applications to publish and resolve mDNS/DNS-SD records. Homepage: http://avahi.org/ Package: gconf-service Status: install ok installed Priority: optional Section: libs Installed-Size: 532 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: foreign Source: gconf Version: 3.2.6-3 Replaces: gconf2-common (<< 3.2.3-2) Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgconf-2-4 (= 3.2.6-3), libglib2.0-0 (>= 2.31.0), libldap-2.4-2 (>= 2.4.7), libxml2 (>= 2.7.4), gconf2-common (= 3.2.6-3) Breaks: gconf2-common (<< 3.2.3-2) Description: GNOME configuration database system (D-Bus service) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the D-Bus enabled daemon that is used internally by the GConf library to access configuration data. Homepage: http://projects.gnome.org/gconf/ Package: qtdeclarative5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 10670 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qttools-opensource-src Version: 5.3.2-3 Description: Qt 5 declarative documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 declarative libraries. Homepage: http://qt-project.org/ Package: libvo-aacenc0 Status: install ok installed Priority: optional Section: libs Installed-Size: 150 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: vo-aacenc Version: 0.1.3-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: VisualOn AAC encoder library This library contains an encoder implementation of the Advanced Audio Coding (AAC) audio codec. The library is based on a codec implementation by VisualOn, part of the Stagefright framework from the Google Android project. Homepage: http://opencore-amr.git.sourceforge.net/ Package: mobile-broadband-provider-info Status: install ok installed Priority: optional Section: admin Installed-Size: 370 Maintainer: Bhavani Shankar Architecture: all Version: 20140317-1 Description: database of mobile broadband service providers This package contains a database of provider-specific settings of mobile broadband providers in different countries. Its functioning through Network Manager makes it easy for users to choose their mobile broadband service provider. Homepage: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders Package: gnome-contacts Status: install ok installed Priority: optional Section: gnome Installed-Size: 2147 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.10.0), libcheese-gtk23 (>= 3.4.0), libcheese7 (>= 3.0.1), libedataserver-1.2-18 (>= 3.5.91), libfolks-eds25 (>= 0.7.3), libfolks-telepathy25 (>= 0.6.0), libfolks25 (>= 0.9.5), libgdk-pixbuf2.0-0 (>= 2.25.2), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.37.3), libgnome-desktop-3-10 (>= 3.11.90), libgoa-1.0-0b (>= 3.5.90), libgtk-3-0 (>= 3.12), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libtelepathy-glib0 (>= 0.17.6), libwayland-server0 (>= 1.0.2), dconf-gsettings-backend | gsettings-backend Description: Contacts manager for GNOME GNOME Contacts is a standalone application to view and manage contacts provided by all available contacts sources (Evolution, Empathy, etc). Package: eog Status: install ok installed Priority: optional Section: gnome Installed-Size: 10395 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libatk1.0-0 (>= 1.32.0-2~), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libexempi3 (>= 2.2.0), libexif12 (>= 0.6.21-1~), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.3), libglib2.0-0 (>= 2.38.0), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.14.0), libjpeg62-turbo (>= 1:1.3.1), liblcms2-2 (>= 2.2+git20110628), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), librsvg2-2 (>= 2.36.2), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), dconf-gsettings-backend | gsettings-backend, gir1.2-gtk-3.0, gnome-icon-theme (>= 2.19.1), shared-mime-info (>= 0.20), gsettings-desktop-schemas (>= 2.91.92), gir1.2-peas-1.0 Recommends: librsvg2-common, yelp Breaks: eog-plugins (<< 2.91) Description: Eye of GNOME graphics viewer program eog or the Eye of GNOME is a simple graphics viewer for the GNOME desktop which uses the gdk-pixbuf library. It can deal with large images, and zoom and scroll with constant memory usage. Its goals are simplicity and standards compliance. Homepage: https://wiki.gnome.org/Apps/EyeOfGnome Package: x11-xfs-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 99 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: foreign Version: 7.7+1 Replaces: fslsfonts, fstobdf, showfont, xbase-clients (<= 1:7.2.ds2-3), xfsinfo, xutils (<= 1:7.1.ds.3-1) Depends: libc6 (>= 2.3), libfs6, libx11-6 Conflicts: fslsfonts, fstobdf, showfont, xfsinfo Description: X font server utilities x11-xfs-utils provides a set of utility programs useful on a system that uses an X font server. . The programs in this package include: - fslsfonts, a tool that lists fonts served by an X font server; - fstobdf, a tool which retrieves a font in BDF format from an X font server; - showfont, a font dumper for use with an X font server; - xfsinfo, an X font server information utility. Package: xserver-xorg Status: install ok installed Priority: optional Section: x11 Installed-Size: 361 Maintainer: Debian X Strike Force Architecture: amd64 Source: xorg Version: 1:7.7+7 Provides: xserver Depends: xserver-xorg-core (>= 2:1.15.0.901), xserver-xorg-video-all | xorg-driver-video, xserver-xorg-input-all | xorg-driver-input, xserver-xorg-input-evdev, libc6 (>= 2.7), xkb-data (>= 1.4), x11-xkb-utils Recommends: libgl1-mesa-dri Description: X.Org X server This package depends on the full suite of the server and drivers for the X.Org X server. It does not provide the actual server itself. Package: libogg0 Status: install ok installed Priority: optional Section: libs Installed-Size: 76 Maintainer: Ron Lee Architecture: amd64 Multi-Arch: same Source: libogg Version: 1.3.2-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Ogg bitstream library Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams. Homepage: http://xiph.org/ogg/ Package: gnome-shell-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 4649 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-shell Version: 3.14.4-1~deb8u1 Replaces: gnome-shell (<< 3.2.1-6) Depends: dconf-gsettings-backend | gsettings-backend Breaks: gnome-shell (<< 3.2.1-6), gnome-tweak-tool (<< 3.3) Description: common files for the GNOME graphical shell This package contains translations and data files for the GNOME shell. Homepage: http://live.gnome.org/GnomeShell Package: libwildmidi1 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Bret Curtis Architecture: amd64 Multi-Arch: same Source: wildmidi Version: 0.3.7-1 Replaces: libwildmidi0 Depends: libwildmidi-config, libc6 (>= 2.14) Pre-Depends: multiarch-support Description: software MIDI player library MIDI streaming library designed to process a MIDI file using sound patches and stream the results as stereo audio data through a buffer which an external program can then process further. Homepage: http://www.mindwerks.net/projects/wildmidi/ Package: libgssdp-1.0-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 76 Maintainer: Ross Burton Architecture: amd64 Source: gssdp Version: 0.14.10-1 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libsoup2.4-1 (>= 2.26.1) Description: GObject-based library for SSDP A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently. Homepage: http://www.gupnp.org Package: libgnome-desktop-3-10 Status: install ok installed Priority: optional Section: libs Installed-Size: 471 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop3 Version: 3.14.1-1 Replaces: libgnome-desktop-3-2 (<< 3.5.2), libgnome-desktop-3-4 (<< 3.7.90) Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.3.6), libx11-6, gsettings-desktop-schemas (>= 3.5.91), gnome-desktop3-data (>= 3.14.1-1) Recommends: hwdata (>= 0.227-1) Description: Utility library for loading .desktop files - runtime files This library is used by GNOME to load the .desktop files. Package: gstreamer0.10-nice Status: install ok installed Priority: optional Section: net Installed-Size: 57 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: libnice Version: 0.1.7-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libgstreamer0.10-0 (>= 0.10.35.2-2), libnice10 (>= 0.1.0), libxml2 (>= 2.6.27) Breaks: libgstfarsight0.10-0 (<< 0.0.23) Description: ICE library (GStreamer 0.10 plugin) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer 0.10. . This package provides a GStreamer 0.10 plugin for nice. Homepage: http://nice.freedesktop.org/ Package: libgstreamer-plugins-bad1.0-0 Status: install ok installed Priority: extra Section: libs Installed-Size: 2040 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-bad1.0 Version: 1.4.4-2.1+deb8u2 Depends: libc6 (>= 2.14), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.37.3), libglu1-mesa | libglu1, libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.4.0), liborc-0.4-0 (>= 1:0.4.20), libwayland-client0 (>= 1.3.92), libwayland-cursor0 (>= 1.0.2), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libx11-6 Pre-Depends: multiarch-support Description: GStreamer development files for libraries from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. . This package contains shared GStreamer libraries from the "bad" set. The API is not guaranteed to be stable. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html Package: tomboy Status: install ok installed Priority: optional Section: gnome Installed-Size: 10078 Maintainer: Debian CLI Applications Team Architecture: amd64 Version: 1.14.1-3 Depends: mono-runtime (>= 2.10.1), libc6 (>= 2.17) | libc6.1 (>= 2.17) | libc0.1 (>= 2.17), libdbus-glib2.0-cil (>= 0.6), libdbus2.0-cil (>= 0.8), libgconf2.0-cil (>= 2.24.0), libglib2.0-0 (>= 2.36.4), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-0 (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libgtkspell0, libmono-addins-gui0.2-cil (>= 1.0), libmono-addins0.2-cil (>= 1.0), libmono-cairo4.0-cil (>= 3.0.6), libmono-corlib4.5-cil (>= 1.0), libmono-posix4.0-cil (>= 3.0.6), libmono-system-core4.0-cil (>= 3.0.6), libmono-system-xml4.0-cil (>= 3.0.6), libmono-system4.0-cil (>= 3.0.6), libproxy1 (>= 0.4.11), gconf2 (>= 2.28.1-2), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libice6 (>= 1:1.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libsm6, libx11-6 Suggests: evolution, tasque Description: desktop note taking program using Wiki style links Tomboy is a desktop note-taking application which is simple and easy to use. It lets you organise your notes intelligently by allowing you to easily link ideas together with Wiki style interconnects. Homepage: http://www.gnome.org/projects/tomboy/ Package: libxcb-render0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 203 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-render0 (= 1.10-3+b1), libxcb1-dev Description: X C Binding, render extension, development files This package contains the header and library files needed to build software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libqt5sql5-sqlite Status: install ok installed Priority: optional Section: libs Installed-Size: 117 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libqt5sql5 (= 5.3.2+dfsg-4+deb8u2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 SQLite 3 database driver This package contains the SQLite 3 plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access an SQLite 3 DB. Homepage: http://qt-project.org/ Package: libsys-hostname-long-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 67 Maintainer: Debian Perl Group Architecture: all Version: 1.4-3 Depends: perl Description: Figure out the long (fully-qualified) hostname This module determines the host full name on multiple operating systems (MacOS, Windows, Unix-like systems; more later.) . The Sys::Hostname class is the best and standard way to get the basic hostname, but that may not be fully qualified. This module tries to determine the host's fully qualified name. Homepage: https://metacpan.org/release/Sys-Hostname-Long Package: libxerces2-java Status: install ok installed Priority: optional Section: java Installed-Size: 1562 Maintainer: Debian Java Maintainers Architecture: all Version: 2.11.0-7 Depends: libxml-commons-resolver1.1-java, libxml-commons-external-java (>= 1.4.01-2) Suggests: libxerces2-java-doc, libxerces2-java-gcj Description: Validating XML parser for Java with DOM level 3 support The Xerces2 Java parser is the reference implementation of XNI, the Xerces Native Interface, and also a fully conforming XML Schema processor. . Xerces2-J supports the following standards and APIs: * eXtensible Markup Language (XML) 1.0 Second Edition Recommendation * Namespaces in XML Recommendation * Document Object Model (DOM) Level 2 Core, Events, and Traversal and Range Recommendations * Simple API for XML (SAX) 2.0.1 Core and Extension * Java APIs for XML Processing (JAXP) 1.2.01 * XML Schema 1.0 Structures and Datatypes Recommendations * Experimental implementation of the Document Object Model (DOM) Level 3 Core and Load/Save Working Drafts * Provides a partial implementation of the XML Inclusions (XInclude) W3C Candidate Recommendation . Xerces is now able to parse documents written according to the XML 1.1 Candidate Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It also handles namespaces according to the XML Namespaces 1.1 Candidate Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save API's are in use. Homepage: http://xerces.apache.org/xerces2-j/ Package: libmikmod3 Status: install ok installed Priority: optional Section: libs Installed-Size: 292 Maintainer: Stephen Kitt Architecture: amd64 Multi-Arch: same Source: libmikmod Version: 3.3.7-1 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libopenal1 (>= 1.14), libpulse0 (>= 0.99.1), libsdl1.2debian (>= 1.2.11) Pre-Depends: multiarch-support Description: Portable sound library This library is capable of playing samples as well as module files and was originally written by Jean-Paul Mikkers (MikMak) for DOS. It has subsequently been hacked by many hands and now runs on many Unix flavours. . It supports OSS, ALSA, SDL and PulseAudio outputs, and can also write to disk in raw, WAV and AIFF formats. . Supported file formats include mod, stm, s3m, mtm, xm, and it. Homepage: http://mikmod.sf.net/ Package: pstoedit Status: install ok installed Priority: optional Section: graphics Installed-Size: 639 Maintainer: Roland Stigge Architecture: amd64 Source: pstoedit (3.62-2) Version: 3.62-2+b1 Depends: libc6 (>= 2.2.5), libpstoedit0c2a, libstdc++6 (>= 4.1.1), ghostscript Suggests: xfig | ivtools-bin | tgif | transfig Description: PostScript and PDF files to editable vector graphics converter pstoedit converts Postscript and PDF files to various editable vector graphic formats including tgif, xfig, PDF graphics, gnuplot format, idraw, MetaPost, GNU Metafile, PIC, Kontour and flattened PostScript. Homepage: http://www.pstoedit.net/ Package: file-roller Status: install ok installed Priority: optional Section: gnome Installed-Size: 7556 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Replaces: gnome-icon-theme (<< 2.14) Depends: bzip2, nautilus-data (>= 3.0), p7zip-full, dconf-gsettings-backend | gsettings-backend, libarchive13, libc6 (>= 2.14), libcairo2 (>= 1.4.10), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13.2), libjson-glib-1.0-0 (>= 0.12.0), libmagic1 (>= 5.12), libnautilus-extension1a (>= 2.91), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0) Recommends: gnome-icon-theme (>= 2.18), gnome-icon-theme-symbolic, gvfs, unar, yelp Suggests: arj, lha, lzip, lzma, lzop, ncompress, rpm2cpio, rzip, sharutils, unace, unalz, unzip, xz-utils, zip, zoo Description: archive manager for GNOME File-roller is an archive manager for the GNOME environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . File-roller supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Archiver archives (.ar) * Comic book archives (.cbz) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . File-roller can extract following formats: * Cabinet archives (.cab) * Debian binary packages (.deb) * Xar archives (.xar) . File-roller doesn't perform archive operations by itself, but relies on standard tools for this. Homepage: http://fileroller.sourceforge.net/ Package: libpython-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 54 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python-defaults Version: 2.7.9-1 Depends: libpython2.7-stdlib (>= 2.7.9-1~) Description: interactive high-level object-oriented language (default python version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python version (currently v2.7). Homepage: http://www.python.org/ Package: libwildmidi-config Status: install ok installed Priority: optional Section: misc Installed-Size: 75 Maintainer: Bret Curtis Architecture: all Multi-Arch: foreign Source: wildmidi Version: 0.3.7-1 Replaces: libwildmidi1 (<< 0.2.3.4-2~) Recommends: freepats Breaks: libwildmidi1 (<< 0.2.3.4-2~) Conffiles: /etc/wildmidi/wildmidi.cfg cd3ca7c045e489ae6321ecd25de8023a Description: software MIDI player configuration MIDI streaming library designed to process a MIDI file using sound patches and stream the results as stereo audio data through a buffer which an external program can then process further. . This package contains the configuration files and relevant documentation Homepage: http://www.mindwerks.net/projects/wildmidi/ Package: liboauth0 Status: install ok installed Priority: optional Section: libs Installed-Size: 75 Maintainer: Bilal Akhtar Architecture: amd64 Multi-Arch: same Source: liboauth Version: 1.0.1-1 Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~1.9b1) Pre-Depends: multiarch-support Description: C library for implementing OAuth 1.0 liboauth is a collection of C functions implementing the OAuth Core 1.0 standard API. . This package contains the shared libraries. Homepage: http://liboauth.sourceforge.net/ Package: gstreamer1.0-nice Status: install ok installed Priority: optional Section: net Installed-Size: 57 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: libnice Version: 0.1.7-1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.31.8), libgstreamer1.0-0 (>= 1.0.0), libnice10 (>= 0.1.0) Description: ICE library (GStreamer plugin) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer1.0. . This package provides a GStreamer 1.0 plugin for nice. Homepage: http://nice.freedesktop.org/ Package: libmono-i18n-west4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 186 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libmono-corlib4.5-cil (>= 3.2.8), libmono-i18n4.0-cil (>= 3.0.6) Description: Mono I18N.West library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the I18N.West library for CLI 4.0, containing Central and Western European code pages such as ISO 8859-3 (Latin 3), ISO 8859-15 (Latin 9) and others. Homepage: http://www.mono-project.com/ Package: libcholmod2.1.2 Status: install ok installed Priority: optional Section: libs Installed-Size: 888 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: suitesparse Version: 1:4.2.1-3 Depends: libamd2.3.1, libblas3 | libblas.so.3, libc6 (>= 2.7), libcamd2.3.1, libccolamd2.8.0, libcolamd2.8.0, liblapack3 | liblapack.so.3 Pre-Depends: multiarch-support Description: sparse Cholesky factorization library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . CHOLMOD sparse Cholesky factorization Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/ Package: libsmi2ldbl Status: install ok installed Priority: optional Section: libs Installed-Size: 425 Maintainer: Vincent Bernat Architecture: amd64 Multi-Arch: same Source: libsmi (0.4.8+dfsg2-10) Version: 0.4.8+dfsg2-10+b2 Replaces: libsmi0, libsmi1, libsmi2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: snmp-mibs-downloader Conflicts: libsmi0, libsmi1, libsmi2 Conffiles: /etc/smi.conf 18186ca65c92ba40cfe8ed4089496c42 Description: library to access SMI MIB information The purpose of libsmi is to * give network management applications a concise programmer-friendly interface to access MIB module information, * separate the knowledge on SMI from the main parts of management applications, * allow to add new kinds of MIB repositories without the need to adapt applications that make use of libsmi. . In this context, MIB is "Management Information Base" and SMI stands for "Structure and identification of Management Information". See RFC1902 and others for details. . This package contains the main libsmi library. Homepage: http://www.ibr.cs.tu-bs.de/projects/libsmi/ Package: libvte-2.90-common Status: install ok installed Priority: optional Section: libs Installed-Size: 618 Maintainer: Debian GNOME Maintainers Architecture: all Source: vte3 Version: 1:0.36.3-1 Replaces: libvte-common (<< 1:0.28.2-2) Breaks: libvte-common (<< 1:0.28.2-2), libvte9 (<< 1:0.28) Conffiles: /etc/profile.d/vte.sh 20526b68b8c04a42e93fbf0e32882e73 Description: Terminal emulator widget for GTK+ 3.0 - common files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains internationalization files for the VTE library and common files for the GTK+ 3.x version. Package: libjline-java Status: install ok installed Priority: optional Section: java Installed-Size: 124 Maintainer: Debian Java Maintainers Architecture: all Source: jline Version: 1.0-2 Suggests: libjline-java-doc Description: Java library for handling console input JLine is a 100% pure Java library for reading and editing console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells will find most of the command editing features of JLine to be familiar. Homepage: http://jline.sourceforge.net/ Package: libtevent0 Status: install ok installed Priority: optional Section: libs Installed-Size: 107 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: tevent Version: 0.9.28-0+deb8u1 Depends: libc6 (>= 2.15), libtalloc2 (>= 2.1.0) Pre-Depends: multiarch-support Description: talloc-based event loop library - shared library tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the shared library file. Homepage: http://tevent.samba.org/ Package: libburn4 Status: install ok installed Priority: optional Section: libs Installed-Size: 304 Maintainer: Debian Libburnia packagers Architecture: amd64 Source: libburn Version: 1.3.2-1.1 Depends: libc6 (>= 2.14) Description: library to provide CD/DVD writing functions libburn is a library for reading, mastering and writing optical discs. Supported media are: CD-R, CD-RW, DVD-RAM, DVD+RW, DVD+R, DVD+R/DL, DVD-RW, DVD-R, DVD-R/DL, BD-R, BD-RE. Homepage: http://libburnia-project.org Package: python-gobject-2 Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 844 Maintainer: Josselin Mouette Architecture: amd64 Source: pygobject-2 (2.28.6-12) Version: 2.28.6-12+b1 Replaces: python-gobject (<< 2.90) Provides: python2.7-gobject, python2.7-gobject-2 Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libffi6 (>= 3.0.4), libglib2.0-0 (>= 2.26.0) Suggests: python-gobject-2-dbg Breaks: python-gobject (<< 2.90) Description: deprecated static Python bindings for the GObject library GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the static Python bindings for gobject, glib, and gio. These are deprecated by dynamic gobject-introspection bindings (which are provided with the python-gobject package), and should not be used in newly written code. These static bindings just exist to provide backwards compatibility for GNOME 2 based software. Package: libfile-fcntllock-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 168 Maintainer: Debian Perl Group Architecture: amd64 Source: libfile-fcntllock-perl (0.22-1) Version: 0.22-1+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4) Description: Perl module for file locking with fcntl(2) File::FcntlLock is a Perl module to do file locking in an object oriented fashion using the fcntl(2) system call. This allows locks on parts of a file as well as on the whole file and overcomes some known problems with flock(2), on which Perl's flock() function is based. . Furthermore due to its design it supports reliable locking over NFS. Homepage: https://metacpan.org/release/File-FcntlLock Package: libmatroska6 Status: install ok installed Priority: optional Section: libs Installed-Size: 693 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libmatroska Version: 1.4.1-2+deb8u1 Depends: libc6 (>= 2.14), libebml4, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: extensible open standard audio/video container format (shared library) Matroska is aiming to become the standard of Multimedia Container Formats one day. It is based on EBML (Extensible Binary Meta Language), a kind of binary version of XML. This way the significant advantages in terms of future format extensibility are gained without breaking file support in old parsers. . This package contains the shared library needed to run applications that use libmatroska. Homepage: http://www.matroska.org/ Package: libkdecore5 Status: install ok installed Priority: optional Section: libs Installed-Size: 3429 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libbz2-1.0, libc6 (>= 2.15), libdlrestrictions1 (>= 0.14), libfam0, libgcc1 (>= 1:4.1.1), liblzma5 (>= 5.1.1alpha+20120614), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Description: KDE Platform Core Library All KDE Applications use this library to provide basic functionality such as the configuration system, IPC, internationalization and locale support, site-independent access to the filesystem and a large number of other (but no less important) things. The classes in this library does not require linkage to QtGui or any other library that requires a graphical interface. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libsndfile1 Status: install ok installed Priority: optional Section: libs Installed-Size: 518 Maintainer: Erik de Castro Lopo Architecture: amd64 Multi-Arch: same Source: libsndfile Version: 1.0.25-9.1+deb8u1 Depends: libc6 (>= 2.14), libflac8 (>= 1.3.0), libvorbisenc2 (>= 1.1.2) Pre-Depends: multiarch-support Description: Library for reading/writing audio files libsndfile is a library of C routines for reading and writing files containing sampled audio data. . Various versions of WAV (integer, floating point, GSM, and compressed formats); Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files; Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS (.PAF); Apple's Core Audio Format (CAF) and others. Homepage: http://www.mega-nerd.com/libsndfile/ Package: gnome-screenshot Status: install ok installed Priority: optional Section: gnome Installed-Size: 1522 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-1+deb8u1 Replaces: gnome-utils (<< 2.30.0-2) Depends: libc6 (>= 2.7), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.23.0), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.10.0), libx11-6, libxext6, dconf-gsettings-backend | gsettings-backend Breaks: gnome-utils (<< 2.30.0-2) Description: screenshot application for GNOME This tool takes a picture of the desktop or of a window and saves it into a file. Homepage: https://wiki.gnome.org/GnomeUtils Package: gnupg2 Status: install ok installed Priority: optional Section: utils Installed-Size: 5709 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Multi-Arch: foreign Version: 2.0.26-6+deb8u1 Depends: dpkg (>= 1.15.4) | install-info, gnupg-agent (= 2.0.26-6+deb8u1), libassuan0 (>= 2.0.1), libbz2-1.0, libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2), libgcrypt20 (>= 1.6.1), libgpg-error0 (>= 1.14), libksba8 (>= 1.2.0), libreadline6 (>= 6.0), zlib1g (>= 1:1.1.4) Recommends: libldap-2.4-2 (>= 2.4.7) Suggests: gnupg-doc, parcimonie, xloadimage Conflicts: gpg-idea (<= 2.2) Description: GNU privacy guard - a free PGP replacement (new v2.x) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . GnuPG 2.x is the new modularized version of GnuPG supporting OpenPGP and S/MIME. Homepage: http://www.gnupg.org/ Package: liboop4 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Magnus Holmgren Architecture: amd64 Source: liboop Version: 1.0-11 Replaces: liboop3 Provides: liboop Depends: libc6 (>= 2.15) Description: Event loop management library Liboop is a low-level event loop management library for POSIX-based operating systems. It supports the development of modular, multiplexed applications which may respond to events from several sources. It replaces the "select() loop" and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as a basis for almost any application. Homepage: http://www.lysator.liu.se/liboop/ Package: libcupsimage2 Status: install ok installed Priority: optional Section: libs Installed-Size: 164 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: cups Version: 1.7.5-11+deb8u1 Depends: libc6 (>= 2.14), libcups2 (= 1.7.5-11+deb8u1), libcupsfilters1 (>= 1.0~b1) Pre-Depends: multiarch-support Description: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. Homepage: http://www.cups.org Package: libopencv-video2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 355 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-core2.4, libopencv-imgproc2.4 (= 2.4.9.1+dfsg-1+deb8u1), libsm6, libstdc++6 (>= 4.1.1), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision Video analysis library This package contains the OpenCV (Open Computer Vision) Video analysis runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: libxcb-cursor0 Status: install ok installed Priority: extra Section: libs Installed-Size: 63 Maintainer: Michael Stapelberg Architecture: amd64 Multi-Arch: same Source: xcb-util-cursor Version: 0.1.1-3 Depends: libc6 (>= 2.8), libxcb-image0 (>= 0.3.9), libxcb-render-util0 (>= 0.3.8), libxcb-render0, libxcb-shm0, libxcb1 Pre-Depends: multiarch-support Description: utility libraries for X C Binding -- cursor This package contains the library files needed to run software using libxcb-cursor, providing port of Xlib's libXcursor functions. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Homepage: http://xcb.freedesktop.org/ Package: libgltf-0.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 579 Maintainer: Rene Engelhard Architecture: amd64 Source: libgltf Version: 0.0.2-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglew1.10 (>= 1.10.0), libglu1-mesa | libglu1, libstdc++6 (>= 4.9) Description: Library for rendering glTF models glTF, the GL Transmission Format, is the runtime asset format for the GL APIs: WebGL, OpenGL ES, and OpenGL. glTF bridges the gap between formats used by modeling tools and the GL APIs. . LIBGLTF provides methods to load the OpenGL scene from glTF format and render it into an existing OpenGL context. LIBGLTF also allows to change the camera position so the scene can be displayed from different points of view. Package: libalgorithm-merge-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 44 Maintainer: Debian Perl Group Architecture: all Version: 0.08-2 Depends: perl, libalgorithm-diff-perl Description: Perl module for three-way merge of textual data Algorithm::Merge provides three-way merge and diff functions, complementing the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given three sets of items, known as the original, left and right, this module can take a three-way difference or merge them. Taking a difference provides an array reference that is very similar to the behaviour of Algorithm::Diff. One can also implement custom conflict resolution using the CONFLICT callback. Homepage: http://search.cpan.org/dist/Algorithm-Merge/ Package: python-debian Status: install ok installed Priority: optional Section: devel Installed-Size: 285 Maintainer: Debian python-debian Maintainers Architecture: all Version: 0.1.27 Replaces: python-deb822 Provides: python-deb822 Depends: python-chardet, python-six (>> 1.4~), python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-apt Suggests: gpgv Conflicts: python-deb822 Description: Python modules to work with Debian-related data formats This package provides Python modules that abstract many formats of Debian related files. Currently handled are: * Debtags information (debian.debtags module) * debian/changelog (debian.changelog module) * Packages files, pdiffs (debian.debian_support module) * Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (debian.deb822 module) * Raw .deb and .ar files, with (read-only) access to contained files and meta-information Package: libatk1.0-data Status: install ok installed Priority: optional Section: misc Installed-Size: 962 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: atk1.0 Version: 2.14.0-1 Description: Common files for the ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This contains the common files which the runtime libraries need. Homepage: http://www.gtk.org/ Package: gnome-system-monitor Status: install ok installed Priority: optional Section: gnome Installed-Size: 3994 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libglibmm-2.4-1c2a (>= 2.42.0), libgtk-3-0 (>= 3.12.0), libgtkmm-3.0-1 (>= 3.14.0), libgtop2-7 (>= 2.22.3), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.35.0), libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.9), libsystemd0, libwnck-3-0 (>= 2.91.6) Recommends: gvfs Description: Process viewer and system resource monitor for GNOME This package allows you to graphically view and manipulate the running processes on your system. It also provides an overview of available resources such as CPU and memory. Package: network-manager Status: install ok installed Priority: optional Section: net Installed-Size: 7107 Maintainer: Utopia Maintenance Team Architecture: amd64 Version: 0.9.10.0-7 Depends: libc6 (>= 2.17), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.102), libgcrypt20 (>= 1.6.0), libglib2.0-0 (>= 2.37.3), libgnutls-deb0-28 (>= 3.3.0), libgudev-1.0-0 (>= 165), libmm-glib0 (>= 1.0.0), libndp0 (>= 1.2), libnewt0.52, libnl-3-200 (>= 3.2.21), libnl-genl-3-200 (>= 3.2.21), libnl-route-3-200 (>= 3.2.7), libnm-glib4 (>= 0.9.10.0), libnm-util2 (>= 0.9.10.0), libpolkit-gobject-1-0 (>= 0.101), libreadline6 (>= 6.0), libsoup2.4-1 (>= 2.39.3), libsystemd0, libteamdctl0 (>= 1.9), libuuid1 (>= 2.16), init-system-helpers (>= 1.18~), lsb-base (>= 3.2-14), wpasupplicant (>= 0.7.3-1), dbus (>= 1.1.2), udev, adduser, isc-dhcp-client (>= 4.1.1-P1-4), libpam-systemd, policykit-1 Recommends: ppp (>= 2.4.6), dnsmasq-base, iptables, modemmanager, crda, iputils-arping Suggests: avahi-autoipd, libteam-utils Breaks: network-manager-gnome (<< 0.9), network-manager-kde (<< 1:0.9), network-manager-openconnect (<< 0.9), network-manager-openvpn (<< 0.9), network-manager-pptp (<< 0.9), network-manager-vpnc (<< 0.9), plasma-widget-networkmanagement (<< 0.9~), ppp (<< 2.4.6) Conffiles: /etc/NetworkManager/NetworkManager.conf 914f22205f2ed4d4bc84f3682ecd3153 /etc/NetworkManager/dispatcher.d/01ifupdown 299819a8e64f00a1edbdfc99d05a8594 /etc/dbus-1/system.d/nm-avahi-autoipd.conf 91ab68968b0dc06c3a55b482b50b3028 /etc/dbus-1/system.d/nm-dispatcher.conf 5711a76c31a3763750fe2c331741f679 /etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf 47c52dfbd67651c5985d16d42122c45c /etc/init.d/network-manager 59b97edb8cc5f8db9882118fbf102a88 Description: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the userspace daemons and a command line interface to interact with NetworkManager. . Optional dependencies: * ppp: Required for establishing dial-up connections (e.g. via GSM). * dnsmasq-base/iptables: Required for creating Ad-hoc connections and connection sharing. * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP address configuration. * libteam-utils: Network Team driver allows multiple network interfaces to be teamed together and act like a single one. This process is called "ethernet bonding", "channel teaming" or "link aggregation". Homepage: https://wiki.gnome.org/Projects/NetworkManager Package: gstreamer0.10-pulseaudio Status: install ok installed Priority: optional Section: sound Installed-Size: 817 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-good0.10 Version: 0.10.31-3+nmu4+deb8u2 Provides: gstreamer0.10-audiosink, gstreamer0.10-audiosource Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base0.10-0 (>= 0.10.36), libgstreamer0.10-0 (>= 0.10.36), libpulse0 (>= 0.99.4) Description: GStreamer plugin for PulseAudio GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for PulseAudio, a sound server for POSIX and WIN32 systems. Gstreamer-Elements: pulseaudiosink, pulsemixer, pulsesink, pulsesrc Gstreamer-Version: 0.10 Package: xfonts-75dpi Status: install ok installed Priority: optional Section: fonts Installed-Size: 4488 Maintainer: Debian X Strike Force Architecture: all Version: 1:1.0.3 Depends: xfonts-utils (>= 1:7.5+2) Suggests: xfs | xserver Conffiles: /etc/X11/fonts/75dpi/xfonts-75dpi.alias 6bc48023f2ae7f3bfc105db7b0ee6b49 Description: 75 dpi fonts for X xfonts-75dpi provides a set of bitmapped fonts at 75 dots per inch. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. . This package contains only fonts in the ISO 10646-1 and ISO 8859-1 encodings, to conserve disk space. For other encodings, see the xfonts-75dpi-transcoded package. . This package and xfonts-100dpi provide the same set of fonts, rendered at different resolutions; only one or the other is necessary, but both may be installed. xfonts-75dpi may be more suitable for small monitors and/or small screen resolutions (under 1024x768). . This package requires the xfonts-utils package to prepare the font directories for use by an X server or X font server. Package: kdelibs5-data Status: install ok installed Priority: optional Section: libs Installed-Size: 6697 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde4libs Version: 4:4.14.2-5+deb8u2 Replaces: kdebase-runtime-data (<< 4:4.5.85), libplasma2 Depends: ca-certificates, hicolor-icon-theme, perl Breaks: kdebase-runtime-data (<< 4:4.5.85), libplasma2 Conffiles: /etc/dbus-1/system.d/org.kde.auth.conf 7cad261ac232d5b25b1866ecdbd59577 /etc/xdg/menus/kde4-applications.menu 991f079d0ffb9fd7e8fef63cd1b61ca9 Description: core shared data for all KDE Applications This package contains architecture-independent data files needed to run KDE Applications. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libgtkspell0 Status: install ok installed Priority: optional Section: libs Installed-Size: 460 Maintainer: Ari Pollak Architecture: amd64 Source: gtkspell Version: 2.0.16-1.1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libenchant1c2a (>= 1.6.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.8.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0) Description: a spell-checking addon for GTK's TextView widget GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. Package: bogofilter-bdb Status: install ok installed Priority: optional Section: mail Installed-Size: 686 Maintainer: Serafeim Zanikolas Architecture: amd64 Source: bogofilter Version: 1.2.4+dfsg1-3+deb8u1 Replaces: bogofilter (<< 0.94.14-1) Provides: bogofilter-db Depends: libc6 (>= 2.14), libdb5.3, libgsl0ldbl (>= 1.9), bogofilter-common Suggests: db5.3-util Description: fast Bayesian spam filter (Berkeley DB) This package implements a fast Bayesian spam filter along the lines suggested by Paul Graham in his article "A Plan For Spam". . This version substantially improves on Paul's proposal by doing smarter lexical analysis. In particular, hostnames and IP addresses are retained as recognition features rather than broken up. Various kinds of MTA cruft such as dates and message-IDs are discarded so as not to bloat the word lists. . This package provides the bdb database backend. Package: nano Status: install ok installed Priority: important Section: editors Installed-Size: 1667 Maintainer: Jordi Mallach Architecture: amd64 Version: 2.2.6-3 Replaces: pico Provides: editor Depends: dpkg (>= 1.15.4) | install-info, libc6 (>= 2.14), libncursesw5 (>= 5.6+20070908), libtinfo5 Suggests: spell Breaks: alpine-pico (<= 2.00+dfsg-5) Conflicts: pico Conffiles: /etc/nanorc fc57b93c907fefbccf12317d40b4a204 Description: small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . However, nano also implements many features missing in pico, including: - feature toggles; - interactive search and replace (with regular expression support); - go to line (and column) command; - auto-indentation and color syntax-highlighting; - filename tab-completion and support for multiple buffers; - full internationalization support. Homepage: http://www.nano-editor.org/ Package: i965-va-driver Status: install ok installed Priority: optional Section: video Installed-Size: 1502 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: intel-vaapi-driver Version: 1.4.1-2 Replaces: libva-intel-vaapi-driver Provides: libva-intel-vaapi-driver, va-driver Depends: libc6 (>= 2.14), libdrm-intel1 (>= 2.4.38), libdrm2 (>= 2.3.1), libva1 (>= 1.4) Pre-Depends: multiarch-support Breaks: libva-intel-vaapi-driver (<< 1.0.16-4) Enhances: libva1 Description: VAAPI driver for Intel G45 & HD Graphics family The VA-API (Video Acceleration API) enables hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface to fully expose the video decode capabilities in today's GPUs. . This package contains the video decode and encode driver backend for the Intel G45 chipsets and Intel HD Graphics for the Intel Core processor family. The supported platforms include: * Cantiga, Intel GMA 4500MHD (GM45) * Ironlake, Intel HD Graphics for 2010 Intel Core processor family * Sandy Bridge, Intel HD Graphics for 2011 Intel Core processor family * Ivy Bridge * Haswell * Broadwell Homepage: http://www.freedesktop.org/wiki/Software/vaapi Package: git-gui Status: install ok installed Priority: optional Section: vcs Installed-Size: 1928 Maintainer: Gerrit Pape Architecture: all Multi-Arch: foreign Source: git Version: 1:2.1.4-2.1+deb8u3 Depends: git (>> 1:2.1.4), git (<< 1:2.1.4-.), tk Recommends: gitk Suggests: git-doc, aspell Description: fast, scalable, distributed revision control system (GUI) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git graphical user interface. . If aspell is installed, it can check the spelling of commit messages as the user types. Homepage: http://git-scm.com/ Package: libopencv-flann2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 471 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-core2.4 (= 2.4.9.1+dfsg-1+deb8u1), libsm6, libstdc++6 (>= 4.4.0), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision Clustering and Search in Multi-Dimensional spaces library This package contains the OpenCV (Open Computer Vision) clustering and search in Multi-Dimensional spaces runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: libpython3.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 4340 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3.4 Version: 3.4.2-1 Depends: libpython3.4-stdlib (= 3.4.2-1), libc6 (>= 2.15), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Description: Shared Python runtime library (version 3.4) Python is a high-level, interactive, object-oriented language. Its 3.4 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: kdelibs5-plugins Status: install ok installed Priority: optional Section: libs Installed-Size: 4790 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Replaces: kdelibs5-data (<< 4:4.6.3-3~), kdelibs5-dev (<< 4:4.6.2) Depends: dbus-x11, katepart, kdelibs-bin (= 4:4.14.2-5+deb8u2), kdelibs5-data (= 4:4.14.2-5+deb8u2), kdoctools (= 4:4.14.2-5+deb8u2), shared-mime-info (>= 0.30), xdg-utils, perl, libacl1 (>= 2.2.51-8), libaspell15 (>= 0.60.7~20110707), libc6 (>= 2.15), libenchant1c2a (>= 1.6.0), libgcc1 (>= 1:4.1.1), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), libilmbase6 (>= 1.0.1), libjasper1, libkde3support4 (= 4:4.14.2-5+deb8u2), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkdewebkit5 (= 4:4.14.2-5+deb8u2), libkemoticons4 (= 4:4.14.2-5+deb8u2), libkfile4 (= 4:4.14.2-5+deb8u2), libkhtml5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libkjsapi4 (= 4:4.14.2-5+deb8u2), libkjsembed4 (= 4:4.14.2-5+deb8u2), libkntlm4 (= 4:4.14.2-5+deb8u2), libkparts4 (= 4:4.14.2-5+deb8u2), libkrosscore4 (= 4:4.14.2-5+deb8u2), libopenexr6 (>= 1.6.1), libphonon4 (>= 4:4.6.0really4.3.80), libpolkit-qt-1-1 (>= 0.99.0), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqt4-qt3support (>= 4:4.8.0), libqt4-script (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsolid4 (= 4:4.14.2-5+deb8u2), libstdc++6 (>= 4.4.0), libx11-6, zlib1g (>= 1:1.1.4) Recommends: kde-runtime, fonts-dejavu Breaks: kdelibs5-data (<< 4:4.6.3-3~), kdelibs5-dev (<< 4:4.6.2), kdevelop (<< 4:4.2) Description: core plugins for KDE Applications This package contains core plugins for KDE Applications used by KDE Applications and KDE Development Platform libraries at runtime. This package is needed to run most KDE Applications. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: mono-runtime-common Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 1221 Maintainer: Debian Mono Group Architecture: amd64 Source: mono Version: 3.2.8+dfsg-10 Replaces: libmono0 (<< 2.4), mono-common (<< 2.4), mono-jit (<< 2.4), mono-runtime (<< 3.2.1) Provides: cli-runtime, cli-virtual-machine Depends: libc6 (>= 2.16), zlib1g (>= 1:1.1.4), mono-gac (= 3.2.8+dfsg-10) Recommends: binfmt-support (>= 1.1.2) Suggests: xdg-utils | libgnome2-0 | konqueror Conflicts: mono-1.0-runtime (<< 2.4), mono-2.0-runtime (<< 2.4), mono-common (<< 2.4), mono-jit (<< 2.4), mono-runtime (<< 3.2.1) Conffiles: /etc/mono/2.0/Browsers/Compat.browser 0d831c1264b5b32a39fa347de368fe48 /etc/mono/2.0/DefaultWsdlHelpGenerator.aspx f7be9f1841ff92f9d4040aed832e0c79 /etc/mono/2.0/machine.config cad24142abba464dd90777c3d347ef88 /etc/mono/2.0/settings.map 55dac562878b7dd98ee8a7ad203a26e6 /etc/mono/2.0/web.config 2b6303c4f12762b71051db6e947f90a4 /etc/mono/4.0/Browsers/Compat.browser 0d831c1264b5b32a39fa347de368fe48 /etc/mono/4.0/DefaultWsdlHelpGenerator.aspx f7be9f1841ff92f9d4040aed832e0c79 /etc/mono/4.0/machine.config 24c866ce8037fcdca2287234eddff637 /etc/mono/4.0/settings.map 5ffb9c257fc9741a346353f118ecdc46 /etc/mono/4.0/web.config b127480ee9f0b8dab6a3f73ad79dd332 /etc/mono/4.5/Browsers/Compat.browser 0d831c1264b5b32a39fa347de368fe48 /etc/mono/4.5/DefaultWsdlHelpGenerator.aspx f7be9f1841ff92f9d4040aed832e0c79 /etc/mono/4.5/machine.config 24c866ce8037fcdca2287234eddff637 /etc/mono/4.5/settings.map 5ffb9c257fc9741a346353f118ecdc46 /etc/mono/4.5/web.config 08101241b15b53ef0ab908f6d388881f /etc/mono/browscap.ini 378be809df7d15aac75a175693e25fbb /etc/mono/config 9999aab5876502abbf08b4803183f20a Description: Mono runtime - common files Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains common files for the Virtual Machine, JIT (Just-in-Time) and AOT (Ahead-of-Time) code generator "mono". "mono" executes applications for the CLI (Common Language Infrastructure). Mono currently only supports the X86, PowerPC, ARM, S/390x, AMD64 and MIPS architectures. Optionally this package configures BINFMT support. Homepage: http://www.mono-project.com/ Package: libglade2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 199 Maintainer: Andreas Rottmann Architecture: amd64 Multi-Arch: same Source: libglade2 Version: 1:2.6.4-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.8.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Description: library to load .glade files at runtime This library allows one to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. . The interfaces can also be edited with GLADE. Package: libwinpr-crt0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 249 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (crt library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-crt shared library. Homepage: http://www.freerdp.com/ Package: libqt5quickparticles5 Status: install ok installed Priority: optional Section: libs Installed-Size: 680 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtdeclarative-opensource-src Version: 5.3.2-4 Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.3.0), libqt5qml5 (>= 5.3.0), libqt5quick5 (>= 5.2.0), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2, qtdeclarative-abi-5-3-2 Pre-Depends: multiarch-support Description: Qt 5 Quick particules module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick Particles support library. Homepage: http://qt-project.org/ Package: libsgutils2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 240 Maintainer: Ritesh Raj Sarraf Architecture: amd64 Source: sg3-utils Version: 1.39-1 Replaces: libsgutils2 Depends: libc6 (>= 2.14) Suggests: sg3-utils Conflicts: libsgutils2 Description: utilities for devices using the SCSI command set (shared libraries) Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file . Shared library used by the utilities in the sg3-utils package. Homepage: http://sg.danny.cz/sg/ Package: libexiv2-13 Status: install ok installed Priority: optional Section: libs Installed-Size: 2730 Maintainer: Debian KDE Extras Team Architecture: amd64 Multi-Arch: same Source: exiv2 Version: 0.24-4.1 Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: exiv2 Description: EXIF/IPTC metadata manipulation library Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats . Exiv2 library provides: * fast read and write access to the Exif, IPTC, and XMP metadata of an image * an easy to use and extensively documented API * conversions of Exif and IPTC metadata to XMP and vice versa * a smart IPTC implementation that does not affect data that programs like Photoshop store in the same image segment * Exif Makernote support: - Makernote tags can be read and written just like any other metadata - a sophisticated write algorithm avoids corrupting the Makernote * a simple interface to extract previews embedded in RAW images and Exif thumbnails * set and delete methods for Exif thumbnails Homepage: http://www.exiv2.org Package: intltool-debian Status: install ok installed Priority: optional Section: devel Installed-Size: 112 Maintainer: Nicolas FRANCOIS (Nekral) Architecture: all Version: 0.35.0+20060710.1 Depends: perl, gettext Description: Help i18n of RFC822 compliant config files Intltool is a bunch of scripts written by the GNOME project to internationalize many different file formats. This package is a slightly modified version which adds support for RFC822 compliant config files, e.g. Debconf templates files. Package: libatkmm-1.6-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 339 Maintainer: Krzysztof Klimonda Architecture: amd64 Multi-Arch: same Source: atkmm1.6 Version: 2.22.7-2.1 Replaces: libgtkmm-2.4-1c2a (<< 1:2.22.0) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.16.0), libglibmm-2.4-1c2a (>= 2.40.0), libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Breaks: libgtkmm-2.4-1c2a (<< 1:2.22.0) Description: C++ wrappers for ATK accessibility toolkit (shared libraries) Atkmm is a C++ interface for ATK, accessibility toolkit used by Gtk+ library. It provides a familiar interface for C++ programmers to add accessibility features to their applications. . This package contains shared libraries. Homepage: http://www.gtkmm.org/ Package: libmono-system-core4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 1487 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libmono-corlib4.5-cil (>= 3.2.8), libmono-posix4.0-cil (>= 3.2.3), libmono-system4.0-cil (>= 3.2.8) Description: Mono System.Core library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono System.Core library for CLI 4.0. Homepage: http://www.mono-project.com/ Package: liba52-0.7.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: a52dec Version: 0.7.4-17 Depends: libc6 (>= 2.4) Description: library for decoding ATSC A/52 streams liba52 is a free library for decoding ATSC A/52 streams. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-3. Homepage: http://liba52.sourceforge.net/ Package: gnuplot-nox Status: install ok installed Priority: optional Section: math Installed-Size: 2143 Maintainer: Debian Science Team Architecture: amd64 Source: gnuplot Version: 4.6.6-2 Replaces: gnuplot-qt, gnuplot-x11 Depends: gnuplot-data (= 4.6.6-2), libc6 (>= 2.14), libcairo2 (>= 1.6.0), libedit2 (>= 2.11-20080614), libgd3 (>= 2.1.0~alpha~), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0) Recommends: fonts-liberation, groff Suggests: gnuplot-doc Conflicts: gnuplot-qt, gnuplot-x11 Description: Command-line driven interactive plotting program. No-X package Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. The QT-output is packaged in gnuplot-qt. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package is for working without an X server. Homepage: http://gnuplot.sourceforge.net/ Package: dconf-editor Status: install ok installed Priority: optional Section: utils Installed-Size: 481 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: d-conf Version: 0.22.0-1 Replaces: dconf-tools (<< 0.16.0-2) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libdconf1 (>= 0.14.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.4.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libxml2 (>= 2.7.4), dconf-gsettings-backend | gsettings-backend Breaks: dconf-tools (<< 0.16.0-2) Description: simple configuration storage system - utilities DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains a graphical editor. Homepage: https://wiki.gnome.org/dconf Package: libxml-sax-base-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 196 Maintainer: Debian Perl Group Architecture: all Version: 1.07-1 Replaces: libxml-sax-perl (<< 0.99+dfsg-1) Depends: perl Breaks: libxml-sax-perl (<< 0.99+dfsg-1) Description: base class for SAX drivers and filters XML::SAX::Base is a base class for PerlSAX drivers and filters. The main advantages that it provides are easy dispatching of events the right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them. . This package also provides XML::SAX::Exception. Homepage: http://search.cpan.org/dist/XML-SAX-Base/ Package: libpython3.4-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 3310 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3.4 Version: 3.4.2-1 Replaces: libpython3.4-stdlib (<< 3.4.0+20140425-1) Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1) Pre-Depends: multiarch-support Recommends: libpython3.4-stdlib Conflicts: binfmt-support (<< 1.1.2) Conffiles: /etc/python3.4/sitecustomize.py d6b276695157bde06a56ba1b2bc53670 Description: Minimal subset of the Python language (version 3.4) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.4-minimal. Package: x11proto-damage-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 68 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-damage Version: 1:1.2.1-2 Depends: x11proto-fixes-dev, x11proto-core-dev Description: X11 Damage extension wire protocol This package provides development headers describing the wire protocol for the Damage extension, used to notify clients of changes made to particular areas. . More information about X.Org can be found at: . This package is built from the X.org damageproto proto module. Package: polari Status: install ok installed Priority: optional Section: gnome Installed-Size: 1225 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1), libgtk-3-0 (>= 3.0.0), libtelepathy-glib0 (>= 0.19.9), dconf-gsettings-backend | gsettings-backend, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-telepathyglib-0.12, gir1.2-telepathylogger-0.2, gir1.2-soup-2.4, telepathy-idle, telepathy-mission-control-5, telepathy-logger, gjs Description: Internet Relay Chat (IRC) client Polari is an Internet Relay Chat (IRC) client designed for GNOME 3. Homepage: https://wiki.gnome.org/Apps/Polari Package: libpwquality1 Status: install ok installed Priority: optional Section: libs Installed-Size: 59 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libpwquality Version: 1.2.3-1 Depends: libc6 (>= 2.14), libcrack2 (>= 2.8.12), libpwquality-common Pre-Depends: multiarch-support Description: library for password quality checking and generation libpwquality's purpose is to provide common functions for password quality checking and also scoring them based on their apparent randomness. The library also provides a function for generating random passwords with good pronounceability. . This package contains the shared library. Homepage: https://fedorahosted.org/libpwquality/ Package: libgettextpo0 Status: install ok installed Priority: optional Section: libs Installed-Size: 380 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: same Source: gettext Version: 0.19.3-2 Replaces: gettext (<< 0.18.1.1-6) Depends: libc6 (>= 2.14), libunistring0 Pre-Depends: multiarch-support Breaks: gettext (<< 0.18.1.1-6) Description: GNU Internationalization library This package contains the libgettextpo shared library for interfacing programmatically with GNU gettext .po files. Homepage: http://www.gnu.org/software/gettext/ Package: pkg-config Status: install ok installed Priority: optional Section: devel Installed-Size: 152 Maintainer: Tollef Fog Heen Architecture: amd64 Multi-Arch: foreign Version: 0.28-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0) Description: manage compile and link flags for libraries pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. Homepage: http://pkg-config.freedesktop.org Package: base-files Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 413 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Version: 8+deb8u8 Replaces: base, dpkg (<= 1.15.0), miscutils Provides: base Pre-Depends: awk Breaks: initscripts (<< 2.88dsf-13.3), sendfile (<< 2.1b.20080616-5.2~) Conffiles: /etc/debian_version bd8fdd7b52c83329fe154af7114cc535 /etc/dpkg/origins/debian 731423fa8ba067262f8ef37882d1e742 /etc/host.conf 4eb63731c9f5e30903ac4fc07a7fe3d6 /etc/issue a7eef95d86c3649a192350845d8cb2ae /etc/issue.net 8b9e8badfb7d547ef236e3165dd363e4 Description: Debian base system miscellaneous files This package contains the basic filesystem hierarchy of a Debian system, and several important miscellaneous files, such as /etc/debian_version, /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others, and the text of several common licenses in use on Debian systems. Package: gir1.2-mediaart-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 42 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: libmediaart Version: 0.7.0-2 Depends: gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libmediaart-1.0-0 Description: GObject introspection data for MediaArt library Libmediaart is a library tasked with managing, extracting and handling media art caches. . This package contains introspection data for libmediaart. Homepage: https://wiki.gnome.org/MediaArtStorageSpec Package: libxml-commons-resolver1.1-java Status: install ok installed Priority: optional Section: java Installed-Size: 157 Maintainer: Debian Java Maintainers Architecture: all Version: 1.2-7 Suggests: libxml-commons-resolver1.1-java-doc Conffiles: /etc/xml/resolver/CatalogManager.properties 462c158a572ad770e32029304b60fe05 Description: XML entity and URI resolver library Apache XML Commons Resolver simplifies the task of using XML catalog files to perform entity resolution. They are used by other Apache XML projects like Xerces-J and Xalan-J. Homepage: http://xml.apache.org/commons/ Package: liblqr-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 131 Maintainer: Bernd Zeimetz Architecture: amd64 Multi-Arch: same Source: liblqr Version: 0.4.2-2 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.24.0) Pre-Depends: multiarch-support Description: converts plain array images into multi-size representation The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique. . The library takes images in plain array format as input and converts them to a multi-size representation. . Following is a list of features: . * Areas in the image can be marked for preservation or discard * Once the image has been fully processed, the scaling can be done in real-time. In fact, the information can be saved and read out later without any further processing * The resizing is done with a single function which automatically performs all the necessary operations; it can also work in successive steps without wasting computational time * Possibility to tune the carving operation by letting the seams be less connected, or more rigid, or both * Can export and import the visibility map (the seams) * Other images can be attached and undergo the same carving process as the parent image * The automatic feature detection algorithm can be tuned by selecting among different energy gradient functions * Reports progress through a customizable interface * A signalling system permits to cleanly handle errors . The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf . This package contains the shared library. Homepage: http://liblqr.wikidot.com/ Package: libxft-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 229 Maintainer: Debian X Strike Force Architecture: amd64 Source: xft Version: 2.3.2-1 Provides: libxft2-dev Depends: libxft2 (= 2.3.2-1), libc6-dev | libc-dev, libfontconfig1-dev, libfreetype6-dev, libx11-dev (>= 2:1.0.0), libxrender-dev, zlib1g-dev | libz-dev Description: FreeType-based font drawing library for X (development files) Xft provides a client-side font API for X applications, making the FreeType font rasterizer available to X clients. Fontconfig is used for font specification resolution. Where available, the RENDER extension handles glyph drawing; otherwise, the core X protocol is used. . This package provides a static library and C header files. Package: libyajl2 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: John Stamp Architecture: amd64 Multi-Arch: same Source: yajl Version: 2.1.0-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Yet Another JSON Library A small, fast library for parsing JavaScript Object Notation (JSON). It supports incremental parsing from a stream and leaves data representation to higher level code. Homepage: http://lloyd.github.com/yajl/ Package: gnome-sudoku Status: install ok installed Priority: optional Section: games Installed-Size: 7102 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1+deb8u1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgcc1 (>= 1:4.1.1), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.40.0), libgtk-3-0 (>= 3.13.4), libjson-glib-1.0-0 (>= 0.13.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libqqwing2 (>= 1.3.2), libstdc++6 (>= 4.4.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Description: Sudoku puzzle game for GNOME This is an application for playing the popular sudoku logic puzzle game, in which one must fill a 9 by 9 square with the correct digits. . It features automatic puzzle generation, saving and restoring games, annotations, trackers, and much more. Homepage: https://wiki.gnome.org/Apps/Sudoku Package: libjbig2dec0 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Debian Printing Team Architecture: amd64 Source: jbig2dec Version: 0.13-4~deb8u2 Depends: libc6 (>= 2.14) Description: JBIG2 decoder library - shared libraries jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. . This package contains the shared library libjbig2dec. Homepage: http://git.ghostscript.com/?p=jbig2dec.git Package: libcaribou-gtk-module Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: caribou Version: 0.4.15-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.24.5-4), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), gsettings-desktop-schemas Description: Configurable on screen keyboard with scanning mode (GTK+ 2.0 module) An input assistive technology intended for switch and pointer users. . This package contains the GTK+ 2.0 module library. Homepage: https://wiki.gnome.org/Projects/Caribou Package: libhyphen0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: hyphen Version: 2.8.8-1 Depends: libc6 (>= 2.14) Description: ALTLinux hyphenation library - shared library ALTLinuxhyph is a modified version of libhnj which is a high quality hyphenation and justification library based on the TeX hyphenation algorithm. The TeX hyphenation patterns could be used after a preprocessing step. . It is used in OpenOffice.org . This package contains the shared library. Package: kdelibs-bin Status: install ok installed Priority: optional Section: libs Installed-Size: 846 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.15), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libkjsapi4 (= 4:4.14.2-5+deb8u2), libkjsembed4 (= 4:4.14.2-5+deb8u2), libkrosscore4 (= 4:4.14.2-5+deb8u2), libnepomuk4 (= 4:4.14.2-5+deb8u2), libnepomukutils4 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsoprano4 (>= 2.7.56), libstdc++6 (>= 4.4.0), libx11-6 Conflicts: kdelibs4c2a, kjscmd Description: core executables for KDE Applications This package contains common core executables used by all KDE Applications. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libgnustep-base1.24 Status: install ok installed Priority: optional Section: libs Installed-Size: 5995 Maintainer: Debian GNUstep maintainers Architecture: amd64 Source: gnustep-base Version: 1.24.7-1 Depends: gnustep-base-common (>= 1.24.7-1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libgnutls-deb0-28 (>= 3.3.0), libicu52 (>= 52~m1-1~), libobjc4 (>= 4.6), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), gnustep-fslayout-fhs Recommends: gnustep-base-runtime Description: GNUstep Base library The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. Homepage: http://gnustep.org Package: libdrm-intel1 Status: install ok installed Priority: optional Section: libs Installed-Size: 194 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.58-2 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.38), libpciaccess0 Pre-Depends: multiarch-support Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libqt5xmlpatterns5 Status: install ok installed Priority: optional Section: libs Installed-Size: 4225 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtxmlpatterns-opensource-src Version: 5.3.2-2 Provides: qtxmlpatterns-abi-5-2-0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt5core5a (>= 5.3.0), libqt5network5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2 Pre-Depends: multiarch-support Description: Qt 5 XML patterns module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtXmlPatterns is a XQuery and XPath engine for XML and custom data models. Homepage: http://qt-project.org/ Package: libtokyocabinet9 Status: install ok installed Priority: standard Section: libs Installed-Size: 661 Maintainer: Tobias Frost Architecture: amd64 Multi-Arch: same Source: tokyocabinet Version: 1.4.48-3 Depends: libbz2-1.0, libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Tokyo Cabinet Database Libraries [runtime] Tokyo Cabinet is an efficient database library like GDBM and NDBM. It features hash database and B+ tree database and is developed as the successor of QDBM, for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. . This is the runtime package for programs that use the Tokyo Cabinet database library. Homepage: http://fallabs.com/tokyocabinet/ Package: gnome-control-center-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 14857 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-control-center Version: 1:3.14.2-3 Replaces: capplets-data, gdm (<< 3.0), gdm3 (<< 3.0), gnome-control-center (<< 1:3.7.92-2~), gnome-media-common (<< 2.91), gnome-power-manager (<< 3.2), gnome-settings-daemon (<< 3.0) Provides: capplets-data Recommends: gnome-control-center (>= 1:3.14.2-3) Breaks: gdm (<< 3.0), gdm3 (<< 3.0), gnome-control-center (<< 1:3.7.92-2~), gnome-power-manager (<< 3.2), gnome-settings-daemon (<< 3.0) Conflicts: capplets-data Description: configuration applets for GNOME - data files This package contains data files (icons, pixmaps, locales files) needed by the configuration applets in the gnome-control-center package. Package: libyaml-0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 130 Maintainer: Anders Kaseorg Architecture: amd64 Multi-Arch: same Source: libyaml Version: 0.1.6-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Fast YAML 1.1 parser and emitter library LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. Homepage: http://pyyaml.org/wiki/LibYAML Package: libx11-xcb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libx11 Version: 2:1.6.2-3 Depends: libc6 (>= 2.2.5), libx11-6 Pre-Depends: multiarch-support Description: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libgstreamer-plugins-base0.10-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 2363 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-base0.10 Version: 0.10.36-2 Replaces: gobject-introspection-repository (<< 0.6.5-2) Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libgstreamer0.10-0 (>= 0.10.36), liborc-0.4-0 (>= 1:0.4.20), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), iso-codes Pre-Depends: multiarch-support Suggests: libvisual-0.4-plugins, gstreamer-codec-install | gnome-codec-install Conflicts: gstreamer0.10-pulseaudio (<< 0.10.16-4), totem-gstreamer (<= 2.17.92-0ubuntu1) Description: GStreamer libraries from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains libraries from the "base" set, an essential exemplary set of elements. Homepage: http://gstreamer.freedesktop.org Package: libmjpegutils-2.1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: mjpegtools Version: 1:2.1.0+debian-3 Replaces: libmjpegutils-2.0-0 (>> 1:2.1.0) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: libmjpegutils-2.0-0 (>> 1:2.1.0) Description: MJPEG capture/editing/replay and MPEG encoding toolset (library) The mjpeg programs are a set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video under Linux. . This package contains the shared mjpegutils library. Homepage: http://mjpeg.sourceforge.net/ Package: libgmp10 Status: install ok installed Priority: optional Section: libs Installed-Size: 556 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: gmp Version: 2:6.0.0+dfsg-6 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Multiprecision arithmetic library GNU MP is a programmer's library for arbitrary precision arithmetic (ie, a bignum package). It can operate on signed integer, rational, and floating point numeric types. . It has a rich set of functions, and the functions have a regular interface. Homepage: http://gmplib.org/ Package: libgtk-3-bin Status: install ok installed Priority: optional Section: misc Installed-Size: 213 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: gtk+3.0 Version: 3.14.5-1+deb8u1 Depends: libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.7.5), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.12.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.2), libgtk-3-0 (>= 3.14.5-1+deb8u1), libpango-1.0-0 (>= 1.36.7), libpangocairo-1.0-0 (>= 1.36.7), libpangoft2-1.0-0 (>= 1.36.7), libwayland-client0 (>= 1.5.91), libwayland-cursor0 (>= 1.5.91), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxinerama1, libxkbcommon0 (>= 0.2.0), libxrandr2, libgtk-3-common (>= 3.14.5-1+deb8u1) Description: programs for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Homepage: http://www.gtk.org/ Package: libwireshark5 Status: install ok installed Priority: optional Section: libs Installed-Size: 67815 Maintainer: Balint Reczey Architecture: amd64 Multi-Arch: same Source: wireshark Version: 1.12.1+g01b65bf-4+deb8u11 Replaces: wireshark-common (<< 1.4.0~rc2-1) Depends: libc-ares2 (>= 1.7.0), libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), libgeoip1, libglib2.0-0 (>= 2.24.0), libgnutls-deb0-28 (>= 3.3.0), libgpg-error0 (>= 1.14), libkrb5-3 (>= 1.6.dfsg.2), liblua5.2-0, libsmi2ldbl (>= 0.4.5+dfsg0), libwiretap4 (>= 1.12.0~rc1), libwsutil4 (>= 1.12.1+g01b65bf-4+deb8u11), zlib1g (>= 1:1.1.4), libwireshark-data (>= 1.12.1+g01b65bf-4+deb8u11) Pre-Depends: multiarch-support Suggests: wireshark-doc (>= 1.12.1+g01b65bf-4+deb8u11) Conflicts: wireshark-common (<< 1.4.0~rc2-1) Description: network packet dissection library -- shared library The libwireshark library provides the network packet dissection services developed by the Wireshark project. Homepage: http://www.wireshark.org/ Package: libcaca-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2488 Maintainer: Sam Hocevar Architecture: amd64 Source: libcaca Version: 0.99.beta19-2 Depends: libcaca0 (= 0.99.beta19-2), libslang2-dev Description: development files for libcaca libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca. Homepage: http://caca.zoy.org/wiki/libcaca Package: sensible-utils Status: install ok installed Priority: required Section: utils Installed-Size: 110 Maintainer: Anibal Monsalve Salazar Architecture: all Multi-Arch: foreign Version: 0.0.9 Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~) Description: Utilities for sensible alternative selection This package provides a number of small utilities which are used by programs to sensibly select and spawn an appropriate browser, editor, or pager. . The specific utilities included are: sensible-browser sensible-editor sensible-pager Package: libpixman-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1001 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: pixman Version: 0.32.6-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: pixel-manipulation library for X and cairo A library for manipulating pixel regions -- a set of Y-X banded rectangles, image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. Package: python-gi Status: install ok installed Priority: optional Section: python Installed-Size: 918 Maintainer: Josselin Mouette Architecture: amd64 Source: pygobject Version: 3.14.0-1 Replaces: python-gobject (<< 3.0.2-4) Provides: python2.7-gi Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libffi6 (>= 3.0.4), libgirepository-1.0-1 (>= 1.33.10), libglib2.0-0 (>= 2.41.1), gir1.2-glib-2.0 (>= 1.39.0) Suggests: python-gi-cairo Breaks: python-aptdaemon (<< 1.0), python-gobject (<< 3.0.2-4), python-nautilus (<= 1.1-1), software-center (<= 5.6.0-0ubuntu2) Description: Python 2.x bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 2.x binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python. Homepage: https://wiki.gnome.org/PyGObject Package: libsox2 Status: install ok installed Priority: optional Section: libs Installed-Size: 675 Maintainer: Pascal Giard Architecture: amd64 Multi-Arch: same Source: sox Version: 14.4.1-5 Replaces: libsox1b Depends: libc6 (>= 2.14), libgomp1 (>= 4.9), libgsm1 (>= 1.0.13), libltdl7 (>= 2.4.2), libmagic1 (>= 5.12), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: libsox-fmt-alsa | libsox-fmt-ao | libsox-fmt-oss | libsox-fmt-pulse, libsox-fmt-base Suggests: libsox-fmt-all Conflicts: libsox0, libsox0a, libsox1, libsox1a Description: SoX library of audio effects and processing SoX is the swiss army knife of sound processing. . This package contains the SoX library which enables to convert various formats of computer audio files in to other formats. It also allows you to apply various effects to sound files. . Any format support requires at least libsox-fmt-base. Sound card I/O requires libsox-fmt-alsa, libsox-fmt-ao, libsox-fmt-oss or libsox-fmt-pulse. Homepage: http://sox.sourceforge.net Package: gnome-mahjongg Status: install ok installed Priority: optional Section: games Installed-Size: 9255 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1 Replaces: mahjongg (<< 1:3.7.2) Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.13.2), librsvg2-2 (>= 2.32.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: mahjongg (<< 1:3.7.2) Description: classic Eastern tile game for GNOME This is a solitaire (one player) version of the classic Eastern tile game, Mahjongg. . You start with five levels of tiles which are stacked so some are covered up by the tiles on top. The object of Mahjongg is to remove all the tiles from the game, by finding matching pairs which look alike. Homepage: https://wiki.gnome.org/Apps/Mahjongg Package: libarchive-extract-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 0.72-1 Depends: perl (>= 5.13.6) Description: generic archive extracting module Archive::Extract is a generic archive extraction mechanism. . It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to worry how it does so, or use different interfaces for each type by using either perl modules, or commandline tools on your system. Homepage: https://metacpan.org/release/Archive-Extract/ Package: acpid Status: install ok installed Priority: optional Section: admin Installed-Size: 181 Maintainer: Debian Acpi Team Architecture: amd64 Version: 1:2.0.23-2 Depends: libc6 (>= 2.15), init-system-helpers (>= 1.18~), lsb-base (>= 3.2-14), kmod Recommends: acpi-support-base (>= 0.114-1) Conffiles: /etc/default/acpid 5b934527919a9bba89c7978d15e918b3 /etc/init.d/acpid 05d217072d397076fb17c42d27d66564 Description: Advanced Configuration and Power Interface event daemon Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. . ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. It listens on netlink interface (or on the deprecated file /proc/acpi/event), and when an event occurs, executes programs to handle the event. The programs it executes are configured through a set of configuration files, which can be dropped into place by packages or by the admin. Homepage: http://sourceforge.net/projects/acpid2/ Package: transfig Status: install ok installed Priority: optional Section: graphics Installed-Size: 1164 Maintainer: Roland Rosenfeld Architecture: amd64 Multi-Arch: foreign Version: 1:3.2.5.e-4 Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), libxpm4, x11-common, gawk Recommends: netpbm (>= 2:10.0-4), ghostscript Suggests: xfig Description: Utilities for converting XFig figure files This package contains utilities (mainly fig2dev) to handle XFig (Facility for Interactive Generation of figures) files. . It can convert them to box, cgm, epic, eepic, eepicemu, emf, eps, gif, ibmgl, jpeg, latex, map (HTML image map), mf (MetaFont), mp (MetaPost), mmp (Multi-Meta-Post), pcx, pdf, pdftex, pdftex_t, pic, pictex, png, ppm, ps, pstex, pstex_t, ptk (Perl/tk), sld (AutoCad slide format), textyl, tiff, tk (Tcl/Tk), tpic, xbm and xpm. Homepage: http://xfig.org/ Package: libisc-export95 Status: install ok installed Priority: optional Section: libs Installed-Size: 351 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: Exported ISC Shared Library The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the exported libisc shared library. Package: module-init-tools Status: install ok installed Priority: extra Section: admin Installed-Size: 31 Maintainer: Marco d'Itri Architecture: all Source: kmod Version: 18-3 Depends: libkmod2 (= 18-3), kmod Pre-Depends: dpkg (>= 1.15.7.2) Description: transitional dummy package (module-init-tools to kmod) This dummy package is provided to support the transition from module-init-tools to kmod and should be removed afterwards. Package: libmono-system-configuration4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 299 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libmono-corlib4.5-cil (>= 3.2.8), libmono-system-security4.0-cil (>= 1.0), libmono-system-xml4.0-cil (>= 3.2.1), libmono-system4.0-cil (>= 3.2.8), mono-runtime (>= 3.2.8), mono-runtime (<< 3.2.9) Description: Mono System.Configuration library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono System.Configuration library for CLI 4.0. Homepage: http://www.mono-project.com/ Package: xtrans-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 371 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: xtrans Version: 1.3.4-1 Description: X transport library (development files) xtrans includes a number of routines to make X implementations transport-independent; at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet. . xtrans is not actually a library in itself; it includes .c files which are then used in the compilation of X servers, libraries, et al. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxtrans Package: libmp3lame0 Status: install ok installed Priority: optional Section: libs Installed-Size: 556 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: lame Version: 3.99.5+repack1-7+deb8u1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: MP3 encoding library LAME (LAME Ain't an MP3 Encoder) is a research project for learning about and improving MP3 encoding technology. LAME includes an MP3 encoding library, a simple frontend application, and other tools for sound analysis, as well as convenience tools. . This package contains the shared library. Homepage: http://lame.sourceforge.net/ Package: libmodule-signature-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 108 Maintainer: Debian Perl Group Architecture: all Version: 0.73-1+deb8u2 Depends: perl Recommends: gnupg | gnupg2 Description: module to manipulate CPAN SIGNATURE files Module::Signature is a Perl module that adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. It also includes various tools to sign distributions and to verify signatures and supports using many different cryptographic hashing algorithms. Homepage: https://metacpan.org/release/Module-Signature/ Package: linux-headers-3.16.0-4-common Status: install ok installed Priority: optional Section: kernel Installed-Size: 21996 Maintainer: Debian Kernel Team Architecture: amd64 Source: linux Version: 3.16.43-2 Description: Common header files for Linux 3.16.0-4 This package provides the architecture-specific common kernel header files for Linux kernel version 3.16.0-4, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-3.16.0-4-(flavour) package, matching the flavour of the kernel you intend the build for. Homepage: https://www.kernel.org/ Package: geoclue-2.0 Status: install ok installed Priority: optional Section: utils Installed-Size: 369 Maintainer: Laurent Bigonville Architecture: amd64 Version: 2.1.10-2 Replaces: geoclue (>= 2.0) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libjson-glib-1.0-0 (>= 0.12.0), libmm-glib0 (>= 0.7.991), libsoup2.4-1 (>= 2.41.90), adduser Recommends: modemmanager, wpasupplicant Breaks: geoclue (>= 2.0) Conffiles: /etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf 1fa654181c084725c5b029460fa0bf42 /etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf 2888179693da734cdd561631c0e22592 /etc/geoclue/geoclue.conf 9ebbdc000c4f1bb7b497307ae8b8ab13 Description: geoinformation service GeoClue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware applications as simple as possible. . This package contains the D-Bus system service for GeoClue. Homepage: http://www.freedesktop.org/wiki/Software/GeoClue Package: libblas3 Status: install ok installed Priority: optional Section: libs Installed-Size: 556 Maintainer: Debian Science Team Architecture: amd64 Source: blas Version: 1.2.20110419-10 Replaces: libatlas3gf-base (<< 3.8.4-4), libblas3gf (<< 1.2.20110419-3), libopenblas-base (<< 0.1.1-3) Provides: libblas.so.3, libblas.so.3gf, libblas3gf Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.3), libquadmath0 (>= 4.6), libblas-common Breaks: libatlas3gf-base (<< 3.8.4-4), libblas3gf (<< 1.2.20110419-3), libopenblas-base (<< 0.1.1-3) Conflicts: octave3.2 Description: Basic Linear Algebra Reference implementations, shared library BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines for most of the basic vector and matrix operations. They are widely used as the basis for other high quality linear algebra software, for example lapack and linpack. This implementation is the Fortran 77 reference implementation found at netlib. . This package contains a shared version of the library. Homepage: http://www.netlib.org/blas/ Package: libopencv-contrib2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 951 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-calib3d2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-core2.4, libopencv-features2d2.4, libopencv-flann2.4, libopencv-highgui2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-imgproc2.4, libopencv-ml2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-objdetect2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-video2.4 (= 2.4.9.1+dfsg-1+deb8u1), libsm6, libstdc++6 (>= 4.9), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision contrib library This package contains the OpenCV (Open Computer Vision) contrib runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: libgl1-mesa-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 86 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libgl-dev, libgl1-mesa-dri-dev Provides: libgl-dev, libgl1-mesa-dri-dev Depends: mesa-common-dev (= 10.3.2-1+deb8u1), libgl1-mesa-glx (= 10.3.2-1+deb8u1), libdrm-dev (>= 2.4.52), libx11-dev, libx11-xcb-dev, libxcb-dri3-dev, libxcb-present-dev, libxcb-sync-dev, libxshmfence-dev, libxcb-dri2-0-dev, libxcb-glx0-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxxf86vm-dev, x11proto-dri2-dev (>= 2.6), x11proto-gl-dev (>= 1.4.14) Conflicts: libgl-dev, libgl1-mesa-dri-dev Description: free implementation of the OpenGL API -- GLX development files This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package includes headers and static libraries for compiling programs with Mesa. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Homepage: http://mesa3d.sourceforge.net/ Package: libvorbisidec1 Status: install ok installed Priority: extra Section: libs Installed-Size: 142 Maintainer: Debian QA Group Architecture: amd64 Source: libvorbisidec Version: 1.0.2+svn18153-1~deb8u1 Depends: libc6 (>= 2.14), libogg0 (>= 1.1.0) Description: Integer-only Ogg Vorbis decoder, AKA "tremor" libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"), implemented with no floating point arithmetic. This makes it particularly amenable to use on systems which lack floating point hardware. Homepage: http://wiki.xiph.org/index.php/Tremor Package: libxcb-dri3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 39 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-dri3-0 (= 1.10-3+b1), libxcb1-dev Description: X C Binding, dri3 extension, development files This package contains the header and library files needed to build software using libxcb-dri3, the dri3 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: four-in-a-row Status: install ok installed Priority: optional Section: games Installed-Size: 6631 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1 Replaces: gnect (<< 1:3.7.2) Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13.2), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gnect (<< 1:3.7.2) Description: four-in-a-row game for GNOME The object of the game is to build a line of four of your marbles while trying to stop your opponent (human or computer) building a line of his or her own. A line can be horizontal, vertical or diagonal. Homepage: https://wiki.gnome.org/Apps/Four-in-a-row Package: libwinpr-file0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 245 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (file library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-file shared library. Homepage: http://www.freerdp.com/ Package: gir1.2-clutter-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 598 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: clutter-1.0 Version: 1.20.0-1 Replaces: gir1.0-clutter-1.0, libclutter-1.0-0 (<< 1.0.8) Depends: gir1.2-atk-1.0, gir1.2-cogl-1.0, gir1.2-coglpango-1.0, gir1.2-freedesktop, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-json-1.0, libclutter-1.0-0 (>= 1.19.8) Breaks: libclutter-1.0-0 (<< 1.0.8) Conflicts: gir1.0-clutter-1.0 Description: GObject introspection data for the Clutter 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.clutter-project.org/ Package: dpkg-dev Status: install ok installed Priority: optional Section: utils Installed-Size: 1791 Origin: debian Maintainer: Dpkg Developers Bugs: debbugs://bugs.debian.org Architecture: all Multi-Arch: foreign Source: dpkg Version: 1.17.27 Replaces: manpages-it (<< 2.80-4) Depends: libdpkg-perl (= 1.17.27), bzip2, xz-utils, patch (>= 2.7), make, binutils, base-files (>= 5.0.0) Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg | gnupg2, gpgv | gpgv2, libalgorithm-merge-perl Suggests: debian-keyring Breaks: devscripts (<< 2.14.10), dpkg-cross (<< 2.0.0) Conffiles: /etc/dpkg/shlibs.default 1a2b9d0a869e2aa885ae3621c557fb95 /etc/dpkg/shlibs.override 84b1e69080569cc5c613a50887af5200 Description: Debian package development tools This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc. Homepage: https://wiki.debian.org/Teams/Dpkg Package: python-six Status: install ok installed Priority: optional Section: python Installed-Size: 74 Maintainer: Colin Watson Architecture: all Multi-Arch: foreign Source: six Version: 1.8.0-1 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Description: Python 2 and 3 compatibility library (Python 2 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 2 module path. It is complemented by python3-six. Homepage: http://pythonhosted.org/six/ Package: libgit2-21 Status: install ok installed Priority: extra Section: libs Installed-Size: 839 Maintainer: Russell Sim Architecture: amd64 Multi-Arch: same Source: libgit2 Version: 0.21.1-3 Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: low-level Git library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. Homepage: http://libgit2.github.com/ Package: gir1.2-glib-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 594 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gobject-introspection Version: 1.42.0-2.2 Depends: libgirepository-1.0-1 (>= 1.41.4-1), libglib2.0-0 (>= 2.41.4) Breaks: gnome-shell (<< 3.0.2-6), python-gobject (<< 2.90) Conflicts: gir1.0-glib-2.0, gobject-introspection-glib-2.0 Description: Introspection data for GLib, GObject, Gio and GModule GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains the introspection data for the GLib, GObject, GModule and Gio libraries. Homepage: https://wiki.gnome.org/GObjectIntrospection Package: x11proto-xext-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 898 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-xext Version: 7.3.0-1 Depends: x11proto-input-dev, x11proto-core-dev Breaks: libxext-dev (<< 2:1.0.99), libxtst-dev (<< 2:1.0.99) Description: X11 various extension wire protocol This package provides development headers describing the wire protocol for various extensions, the client-side libraries of which are provided in the Xext library. . More information about X.Org can be found at: . This package is built from the X.org xextproto proto module. Package: libxcursor1 Status: install ok installed Priority: optional Section: libs Installed-Size: 62 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcursor (1:1.1.14-1) Version: 1:1.1.14-1+b1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1 Pre-Depends: multiarch-support Description: X cursor management library Xcursor is a simple library designed to help locate and load cursors for the X Window System. Cursors can be loaded from files or memory and can exist in several sizes; the library automatically picks the best size. When using images loaded from files, Xcursor prefers to use the Render extension's CreateCursor request for rendering cursors. Where the Render extension is not supported, Xcursor maps the cursor image to a standard X cursor and uses the core X protocol CreateCursor request. Package: libvte-2.91-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1428 Maintainer: Debian GNOME Maintainers Architecture: all Source: vte2.91 Version: 0.38.1-2 Conffiles: /etc/profile.d/vte-2.91.sh 45d96f274ad04be9e1737eda4da1e79c Description: Terminal emulator widget for GTK+ 3.0 - common files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains internationalization files for the VTE library and common files for the GTK+ 3.x version. Homepage: https://wiki.gnome.org/Apps/Terminal/VTE Package: libpstoedit0c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 1141 Maintainer: Roland Stigge Architecture: amd64 Source: pstoedit (3.62-2) Version: 3.62-2+b1 Replaces: libpstoedit-dev (<= 3.32-3), libpstoedit0, libpstoedit0c2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libmagick++-6.q16-5 (>= 8:6.8.9.6), libplot2c2, libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Conflicts: libpstoedit0, libpstoedit0c2 Description: PostScript to editable vector graphics library (runtime files) pstoedit is a framework for converting Postscript and PDF files to various editable vector graphic formats. Homepage: http://www.pstoedit.net/ Package: libssh2-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 229 Maintainer: Mikhail Gusarov Architecture: amd64 Multi-Arch: same Source: libssh2 Version: 1.4.3-4.1+deb8u1 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: SSH2 client-side library libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP (v1-v5) sessions; port forwarding, X11 forwarding; password, key-based and keyboard-interactive authentication. . This package contains the runtime library. Homepage: http://libssh2.org/ Package: gnome-shell-extension-weather Status: install ok installed Priority: extra Section: gnome Installed-Size: 659 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0~20151125.gitccaa1eb-1~deb8u1 Depends: dconf-gsettings-backend | gsettings-backend, gnome-shell (>= 3.8), gnome-shell (<< 3.15), gir1.2-clutter-1.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-soup-2.4 Recommends: gnome-tweak-tool Description: weather extension for GNOME Shell gnome-shell-extension-weather is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, an easy way of selecting locations, and a settings panel through gnome-shell-extension-prefs. The weather data are fetched from Yahoo! Weather, and include forecasts for up to five days. Homepage: https://github.com/jenslody/gnome-shell-extension-openweather Package: libconfuse0 Status: install ok installed Priority: optional Section: libs Installed-Size: 53 Maintainer: Aurelien Jarno Architecture: amd64 Multi-Arch: same Source: confuse Version: 2.7-5 Depends: libc6 (>= 2.14), libconfuse-common (= 2.7-5) Pre-Depends: multiarch-support Description: Library for parsing configuration files libConfuse is a configuration file parser library written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). . It makes it very easy to add configuration file capability to a program using a simple API. Homepage: http://www.nongnu.org/confuse/ Package: transmission-common Status: install ok installed Priority: optional Section: net Installed-Size: 875 Maintainer: Leo Costela Bugs: https://trac.transmissionbt.com/ Architecture: all Source: transmission Version: 2.84-0.2 Replaces: transmission-gtk (<< 2.10-1) Breaks: transmission-gtk (<< 2.10-1) Description: lightweight BitTorrent client (common files) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the common files for the different transmission versions. Homepage: http://www.transmissionbt.com/ Package: patch Status: install ok installed Priority: standard Section: vcs Installed-Size: 191 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: foreign Version: 2.7.5-1 Depends: libc6 (>= 2.17) Suggests: ed, diffutils-doc Description: Apply a diff file to an original Patch will take a patch file containing any of the four forms of difference listing produced by the diff program and apply those differences to an original file, producing a patched version. Homepage: http://savannah.gnu.org/projects/patch/ Package: gir1.2-tracker-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 390 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: tracker Version: 1.2.4-2 Depends: gir1.2-glib-2.0, libgirepository-1.0-1 (>= 1.41.4-1), libtracker-control-1.0-0 (= 1.2.4-2), libtracker-miner-1.0-0 (= 1.2.4-2) Description: GObject introspection data for Tracker This package contains introspection data for libtracker-control, libtracker-miner and libtracker-sparql. . It can be used by packages using the GIRepository format to generate dynamic bindings . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: dkms Status: install ok installed Priority: optional Section: kernel Installed-Size: 339 Maintainer: Dynamic Kernel Modules Support Team Architecture: all Multi-Arch: foreign Version: 2.2.0.3-2 Depends: kmod | kldutils, gcc, make | build-essential | dpkg-dev, coreutils (>= 7.4), patch Recommends: fakeroot, menu | sudo, linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers, linux-image Conffiles: /etc/modprobe.d/dkms.conf 74452a1f23577a0bb30d764a895429d0 /etc/kernel/header_postinst.d/dkms fa05cd89316f042b4ed12090e5aad896 /etc/kernel/postinst.d/dkms fa05cd89316f042b4ed12090e5aad896 /etc/kernel/prerm.d/dkms 97139ec74350d65636320b76a11b1f47 /etc/dkms/framework.conf 4e72dd99504978161b561f69256c1696 /etc/dkms/template-dkms-mkdeb/debian/copyright de471e376ba2c3886424b5c4649c42d6 /etc/dkms/template-dkms-mkdeb/debian/changelog f14e36c92f14270163eb20fa883d463e /etc/dkms/template-dkms-mkdeb/debian/README.Debian 6707f5716bc3a2d65fa1b05d81ba8add /etc/dkms/template-dkms-mkdeb/debian/prerm e7c0c39003edb2255d22a775efa907e5 /etc/dkms/template-dkms-mkdeb/debian/postinst 205c51f28c7327c0d13f5891fac55d04 /etc/dkms/template-dkms-mkdeb/debian/control 932cd11859c7c153a8c458325e74497f /etc/dkms/template-dkms-mkdeb/debian/dirs ea7a90f4a1be2e0054c3d4920c29e33f /etc/dkms/template-dkms-mkdeb/debian/rules c385ec9e8f6c6745ad9b9665c38cbd84 /etc/dkms/template-dkms-mkdeb/debian/compat 84bc3da1b3e33a18e8d5e1bdd7a18d7a /etc/dkms/template-dkms-mkdeb/Makefile d97acaeba72f667d3eb69695e9018243 /etc/bash_completion.d/dkms fbb05514b62b89752809c57964679b3b Description: Dynamic Kernel Module Support Framework DKMS is a framework designed to allow individual kernel modules to be upgraded without changing the whole kernel. It is also very easy to rebuild modules as you upgrade kernels. Homepage: http://linux.dell.com/dkms Package: libcanberra-gtk-module Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libcanberra Version: 0.30-2.1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.5-4), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libx11-6 Description: translates GTK+ widgets signals to event sounds A GtkModule which will automatically hook into all kinds of events inside a GTK+ program and generate sound events from them. Homepage: http://0pointer.de/lennart/projects/libcanberra/ Package: pinta Status: install ok installed Priority: optional Section: graphics Installed-Size: 2157 Maintainer: Debian CLI Applications Team Architecture: all Version: 1.3-3 Depends: mono-runtime (>= 2.10.1), libc6 (>= 2.17) | libc6.1 (>= 2.17) | libc0.1 (>= 2.17), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins-gui0.2-cil (>= 1.0), libmono-addins0.2-cil (>= 1.0), libmono-cairo4.0-cil (>= 3.0.6), libmono-corlib4.5-cil (>= 1.0), libmono-posix4.0-cil (>= 3.0.6), libmono-sharpzip4.84-cil (>= 1.0), libmono-system-core4.0-cil (>= 3.0.6), libmono-system-xml4.0-cil (>= 3.0.6), libmono-system4.0-cil (>= 3.0.6), gnome-icon-theme Description: Simple drawing/painting program Pinta is an easy to use drawing/editing program. Its goal is to provide a simplified experience for casual users. . Features include: - Adjustments (Auto level, Black and White, Sepia, …) - Effects (Motion blur, Glow, Warp, …) - Multiple layers - Unlimited undo/redo - Drawing tools (Paintbrush, Pencil, Shapes, …) Homepage: http://pinta-project.com/ Package: libglib2.0-data Status: install ok installed Priority: optional Section: libs Installed-Size: 9045 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: glib2.0 Version: 2.42.1-1 Description: Common files for GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed for the runtime libraries to display messages in languages other than English. Homepage: http://www.gtk.org/ Package: usb-modeswitch Status: install ok installed Priority: extra Section: comm Installed-Size: 198 Maintainer: Didier Raboud Architecture: amd64 Version: 2.2.0+repack0-2 Depends: libc6 (>= 2.14), libjim0.75 (>= 0.72), libusb-1.0-0 (>= 2:1.0.8), usb-modeswitch-data (>= 20140529) Suggests: comgt, wvdial Breaks: usb-modeswitch-data (<< 20100127) Conffiles: /etc/usb_modeswitch.conf b8fcd7f4e9e0173139b36cb56469377f /etc/init/usb-modeswitch-upstart.conf 8972963f876f7717c4c0f267de97b278 Description: mode switching tool for controlling "flip flop" USB devices Several new USB devices have their proprietary Windows drivers onboard, especially WAN dongles. When plugged in for the first time, they act like a flash storage and start installing the driver from there. If the driver is already installed, the storage device vanishes and a new device, such as an USB modem, shows up. This is called the "ZeroCD" feature. . On Debian, this is not needed, since the driver is included as a Linux kernel module, such as "usbserial". However, the device still shows up as "usb-storage" by default. usb-modeswitch solves that issue by sending the command which actually performs the switching of the device from "usb-storage" to "usbserial". . This package contains the binaries and the brother scripts. Homepage: http://www.draisberghof.de/usb_modeswitch/ Package: libxalan2-java Status: install ok installed Priority: optional Section: java Installed-Size: 3456 Maintainer: Debian Java Maintainers Architecture: all Version: 2.7.1-9 Depends: libjaxp1.3-java, libxerces2-java (>= 2.8.0) Suggests: libxalan2-java-doc, libbsf-java, libxsltc-java Description: XSL Transformations (XSLT) processor in Java Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used from the command line, in an applet or a servlet, or as a module in other programs. Homepage: http://xalan.apache.org/xalan-j/ Package: p11-kit-modules Status: install ok installed Priority: extra Section: misc Installed-Size: 237 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Source: p11-kit Version: 0.20.7-1 Replaces: p11-kit (<= 0.20.2-1) Depends: libc6 (>= 2.16), libtasn1-6 (>= 4.1-0), libp11-kit0 (= 0.20.7-1) Breaks: p11-kit (<= 0.20.2-1) Description: p11-glue proxy and trust modules Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. . Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the p11-kit proxy module and the system trust policy module. Homepage: http://p11-glue.freedesktop.org/p11-kit.html Package: qt5-qmake Status: install ok installed Priority: optional Section: devel Installed-Size: 4032 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: Qt 5 qmake Makefile generator tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt 5 qmake, a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. . Qt 5 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. . This package contains also these platform specifications. Homepage: http://qt-project.org/ Package: passwd Status: install ok installed Priority: required Section: admin Installed-Size: 2137 Maintainer: Shadow package maintainers Architecture: amd64 Multi-Arch: foreign Source: shadow Version: 1:4.2-3+deb8u4 Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libsemanage1 (>= 2.0.3), libpam-modules, debianutils (>= 2.15.2) Conffiles: /etc/cron.daily/passwd db990990933b6f56322725223f13c2bc /etc/default/useradd cc9f9a7713ab62a32cd38363d958f396 /etc/pam.d/chfn 4d466e00a348ba426130664d795e8afa /etc/pam.d/chpasswd 9900720564cb4ee98b7da29e2d183cb2 /etc/pam.d/chsh a6e9b589e90009334ffd030d819290a6 /etc/pam.d/newusers 1454e29bfa9f2a10836563e76936cea5 /etc/pam.d/passwd eaf2ad85b5ccd06cceb19a3e75f40c63 Description: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Homepage: http://pkg-shadow.alioth.debian.org/ Package: krb5-multidev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 726 Maintainer: Sam Hartman Architecture: amd64 Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libkrb5-3 (= 1.12.1+dfsg-19+deb8u2), libk5crypto3 (= 1.12.1+dfsg-19+deb8u2), libgssapi-krb5-2 (= 1.12.1+dfsg-19+deb8u2), libgssrpc4 (= 1.12.1+dfsg-19+deb8u2), libkadm5srv-mit9 (= 1.12.1+dfsg-19+deb8u2), libkadm5clnt-mit9 (= 1.12.1+dfsg-19+deb8u2), comerr-dev Suggests: krb5-doc Description: Development files for MIT Kerberos without Heimdal conflict Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . Most users wishing to build applications against MIT Kerberos should install libkrb5-dev. However, that package conflicts with heimdal-dev. This package installs libraries and headers in /usr/include/mit-krb5 and /usr/lib/mit-krb5 and can be installed along side heimdal-multidev, which provides the same facilities for Heimdal. Homepage: http://web.mit.edu/kerberos/ Package: cups-pk-helper Status: install ok installed Priority: extra Section: gnome Installed-Size: 304 Maintainer: Guido Günther Architecture: amd64 Source: cups-pk-helper (0.2.5-2) Version: 0.2.5-2+b1 Depends: libc6 (>= 2.4), libcups2 (>= 1.6.0), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.99) Conffiles: /etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf f7466ca8af066dfbaa8489006e02d28c Description: PolicyKit helper to configure cups with fine-grained privileges This package provides a PolicyKit helper to configure cups with fine-grained privileges. For example, it's possible to let users enable/disable printers without requiring a password, while still requiring a password for editing printer settings. Homepage: http://www.freedesktop.org/wiki/Software/cups-pk-helper Package: libfreerdp-client1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 387 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libfreerdp-codec1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-common1.1.0 (>= 1.1.0~beta1+git20130629), libfreerdp-core1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-crypto1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-locale1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-primitives1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libjpeg62-turbo (>= 1.3.1), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-crypto0.1 (>= 1.1.0~beta1+git20130629), libwinpr-dsparse0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-input0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-pool0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-rpc0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sspi0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6, libxkbfile1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-client shared library. Homepage: http://www.freerdp.com/ Package: init-system-helpers Status: install ok installed Priority: important Section: admin Installed-Size: 97 Maintainer: pkg-systemd-maintainers Architecture: all Multi-Arch: foreign Version: 1.22 Depends: perl-base (>= 5.20.1-3) Breaks: systemd (<< 44-12) Description: helper tools for all init systems This package contains helper tools that are necessary for switching between the various init systems that Debian contains (e.g. sysvinit, upstart, systemd). An example is deb-systemd-helper, a script that enables systemd unit files without depending on a running systemd. . While this package is maintained by pkg-systemd-maintainers, it is NOT specific to systemd at all. Maintainers of other init systems are welcome to include their helpers in this package. Package: libpod-readme-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 36 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1 Depends: perl, libregexp-common-perl Description: Perl module to convert POD to README file Pod::Readme is a subclass of Pod::PlainText which provides additional POD markup for generating README files . This module allows authors to mark portions of the POD to be included only in, or to be excluded from the README file. It also allows you to include portions of another file (such as a separate ChangeLog). Homepage: http://search.cpan.org/dist/Pod-Readme/ Package: gir1.2-nmgtk-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 97 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: network-manager-applet Version: 0.9.10.0-2 Depends: gir1.2-gtk-3.0, gir1.2-networkmanager-1.0, libnm-gtk0 (>= 0.9.10.0) Description: GObject introspection data for libnm-gtk The libnm-gtk library provides Gtk+ dialogs for NetworkManager. . This package contains introspection data for libnm-gtk. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.gnome.org/projects/NetworkManager/ Package: oxygen-icon-theme Status: install ok installed Priority: optional Section: x11 Installed-Size: 30332 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: oxygen-icons Version: 4:4.14.0-1 Depends: hicolor-icon-theme Description: Oxygen icon theme Oxygen is the standard icon theme for KDE 4, but follows the freedesktop.org icon schemes, so it can be used in other desktop environments using this specification. Homepage: http://www.kde.org/ Package: openssh-server Status: install ok installed Priority: optional Section: net Installed-Size: 834 Maintainer: Debian OpenSSH Maintainers Architecture: amd64 Multi-Arch: foreign Source: openssh Version: 1:6.7p1-5+deb8u3 Replaces: ssh, ssh-krb5 Provides: ssh-server Depends: libc6 (>= 2.17), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), libkrb5-3 (>= 1.6.dfsg.2), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), openssh-client (= 1:6.7p1-5+deb8u3), libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server Recommends: xauth, ncurses-term Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere Conflicts: sftp, ssh-socks, ssh2 Conffiles: /etc/default/ssh 500e3cf069fe9a7b9936108eb9d9c035 /etc/init.d/ssh aca247a51227a8f8b37a8c2a4a703571 /etc/init/ssh.conf 9e5ed011987e63f8035fb847170dfa3f /etc/network/if-up.d/openssh-server 615af9ea3307b85023a35f4ed3c8ff96 /etc/pam.d/sshd 8b4c7a12b031424b2a9946881da59812 /etc/ufw/applications.d/openssh-server 486b78d54b93cc9fdc950c1d52ff479e Description: secure shell (SSH) server, for secure access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the sshd server. . In some countries it may be illegal to use any encryption at all without a special permit. . sshd replaces the insecure rshd program, which is obsolete for most purposes. Homepage: http://www.openssh.org/ Package: libpam-winbind Status: install ok installed Priority: optional Section: net Installed-Size: 152 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: samba (<= 2.2.3-2), samba-doc (<< 2:4.0.5~), winbind (<< 2:3.5.11~dfsg-3), winbind4 Depends: libpam-runtime (>= 1.0.1-6), libpam0g (>= 1.1.3-2~), samba-common (= 2:4.2.14+dfsg-0+deb8u6), winbind (= 2:4.2.14+dfsg-0+deb8u6), libbsd0 (>= 0.0), libc6 (>= 2.14), libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (>= 2:4.0.3+dfsg1) Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Suggests: libnss-winbind Breaks: winbind (<< 2:3.5.11~dfsg-3) Conflicts: samba-doc (<< 2:4.0.5~) Description: Windows domain authentication integration plugin Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides pam_winbind, a plugin that integrates with a local winbindd server to provide Windows domain authentication to the system. Homepage: http://www.samba.org Package: libatk-wrapper-java-jni Status: install ok installed Priority: optional Section: java Installed-Size: 139 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: java-atk-wrapper Version: 0.30.5-1 Depends: libatk1.0-0 (>= 1.18.0), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.12.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libatk-wrapper-java (>= 0.30.5-1) Pre-Depends: multiarch-support Description: ATK implementation for Java using JNI (JNI bindings) Java ATK Wrapper is an implementation of ATK which uses JNI. It converts Java Swing events into ATK events, and sends these events to ATK-Bridge. . This package contains the JNI bindings. Homepage: http://ftp.gnome.org/pub/GNOME/sources/java-atk-wrapper/ Package: libpq5 Status: install ok installed Priority: optional Section: libs Installed-Size: 619 Maintainer: Debian PostgreSQL Maintainers Architecture: amd64 Multi-Arch: same Source: postgresql-9.4 Version: 9.4.12-0+deb8u1 Depends: libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libssl1.0.0 (>= 1.0.0) Pre-Depends: multiarch-support Description: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system. Homepage: http://www.postgresql.org/ Package: libopencv-core2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 2411 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libsm6, libstdc++6 (>= 4.9), libtbb2, libx11-6, libxext6, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: computer vision core library This package contains the OpenCV (Open Computer Vision) core runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: libusb-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 111 Maintainer: Aurelien Jarno Architecture: amd64 Multi-Arch: same Source: libusb-1.0 Version: 2:1.0.19-1 Depends: libc6 (>= 2.17), libudev1 (>= 183) Pre-Depends: multiarch-support Description: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. . This package contains what you need to run programs that use this library. Homepage: http://www.linux-usb.org/ Package: libglib2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 252 Maintainer: Debian CLI Libraries Team Architecture: amd64 Source: gtk-sharp2 Version: 2.12.10-5.1 Replaces: gtk-sharp2-gapi (<< 2.10.0-1) Depends: cli-common (>= 0.5.6), libglib2.0-0 (>= 2.42.1), libmono-corlib4.5-cil (>= 3.2.8), libmono-system4.0-cil (>= 3.2.8), libc6 (>= 2.2.5) Suggests: monodoc-gtk2.0-manual Description: CLI binding for the GLib utility library 2.12 This package provides the glib-sharp assembly that allows CLI (.NET) programs to use the GLib utility library 2.12. This is mostly useful for the GTK+ and GNOME bindings. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains the glib-sharp assembly Homepage: http://www.mono-project.com/GtkSharp Package: liblwp-mediatypes-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 100 Maintainer: Debian Perl Group Architecture: all Version: 6.02-1 Replaces: libwww-perl (<< 6.00) Depends: perl Breaks: libwww-perl (<< 6.00) Description: module to guess media type for a file or a URL LWP::MediaTypes provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility it will also look for ~/.mime.types. Homepage: http://search.cpan.org/dist/LWP-MediaTypes/ Package: libqt4-declarative-gestures Status: install ok installed Priority: optional Section: libs Installed-Size: 150 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libqt4-declarative (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 gestures QML plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the gestures QML plugin for QtDeclarative. Homepage: http://qt-project.org/ Package: libfreerdp-core1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 757 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libfreerdp-codec1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-common1.1.0 (>= 1.1.0~beta1+git20130629), libfreerdp-crypto1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-locale1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-primitives1.1 (>= 1.1.0~beta1+git20130629), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libjpeg62-turbo (>= 1.3.1), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-crypto0.1 (>= 1.1.0~beta1+git20130629), libwinpr-dsparse0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-input0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-pool0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-rpc0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sspi0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), libx11-6, libxkbfile1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (core library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-core shared library. Homepage: http://www.freerdp.com/ Package: libqt5quicktest5 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtdeclarative-opensource-src Version: 5.3.2-4 Depends: libc6 (>= 2.14), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.2.0), libqt5qml5 (>= 5.2.0~beta1), libqt5quick5 (>= 5.0.2), libqt5test5 (>= 5.2.0~beta1), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2, qtdeclarative-abi-5-3-2 Pre-Depends: multiarch-support Description: Qt 5 Quick Test library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick Test library for QtDeclarative module. Homepage: http://qt-project.org/ Package: libmozjs-24-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 5820 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: mozjs24 Version: 24.2.0-2 Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libnspr4 (>= 2:4.9.2), libstdc++6 (>= 4.2.1) Description: Spidermonkey JavaScript engine SpiderMonkey is the code-name for the Mozilla's C++ implementation of JavaScript. It is intended to be embedded in other applications that provide host environments for JavaScript. Homepage: http://www.mozilla.org/js/spidermonkey/ Package: libalgorithm-diff-xs-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 25 Maintainer: Debian Perl Group Architecture: amd64 Source: libalgorithm-diff-xs-perl (0.04-3) Version: 0.04-3+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.14), libalgorithm-diff-perl Description: module to find differences between files (XS accelerated) Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's excellent but not very well-known Algorithm::LCS module, with a drop-in interface identical to Algorithm::Diff. . Note that only the LCSidx function is optimized in XS at the moment, which means only compact_diff will get significantly faster for large data sets, while diff and sdiff will run in identical speed as Algorithm::Diff. Homepage: https://metacpan.org/release/Algorithm-Diff-XS Package: hyphen-en-us Status: install ok installed Priority: optional Section: text Installed-Size: 173 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: hyphen Version: 2.8.8-1 Replaces: openoffice.org-hyphenation-en-us Provides: hyphen-hyphenation-pattern, openoffice.org-hyphenation, openoffice.org-hyphenation-en, openoffice.org-hyphenation-en-us Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Description: US English hyphenation patterns for LibreOffice/OpenOffice.org This package contains the English (USA) hyphenation patterns for LibreOffice/OpenOffice.org Package: ttf-dejavu-extra Status: install ok installed Priority: optional Section: fonts Installed-Size: 67 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-dejavu Version: 2.34-1 Depends: fonts-dejavu-extra Description: transitional dummy package This package is a dummy transitional package. It can be safely removed. Homepage: http://dejavu-fonts.org/ Package: colord-data Status: install ok installed Priority: optional Section: graphics Installed-Size: 2691 Maintainer: Christopher James Halse Rogers Architecture: all Source: colord Version: 1.2.1-1 Replaces: colord (<< 1.2.0-2) Breaks: colord (<< 1.2.0-2) Description: system service to manage device colour profiles -- data files colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a D-Bus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains data for the colord system daemon. Homepage: http://www.freedesktop.org/software/colord/ Package: xserver-xorg-video-vesa Status: install ok installed Priority: optional Section: x11 Installed-Size: 100 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-vesa (1:2.3.3-1) Version: 1:2.3.3-1+b3 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- VESA display driver This driver for the X.Org X server (see xserver-xorg for a further description) uses the standard VESA interface provided on all video cards, but runs unaccelerated. This driver is not recommended for use unless you have a problem with the normal driver for your card, because it will perform very badly. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-vesa driver module. Package: katepart Status: install ok installed Priority: optional Section: kde Installed-Size: 298 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kate Version: 4:4.14.2-2 Replaces: kate (<< 4:4.7.0), kdelibs5-data (<< 4:4.6.90), kdelibs5-plugins (<< 4:4.6.90) Depends: kate-data (>= 4:4.14.2-2), libc6 (>= 2.14), libkatepartinterfaces4 (= 4:4.14.2-2), libkdecore5 (>= 4:4.12), libkdeui5 (>= 4:4.12), libkio5 (>= 4:4.12), libkparts4 (>= 4:4.12), libktexteditor4 (>= 4:4.12), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1) Breaks: kate (<< 4:4.7.0), kdelibs5-data (<< 4:4.6.90), kdelibs5-plugins (<< 4:4.6.90) Description: embeddable text editor component KatePart is a fast and featurerich text editor component. It implements the KTextEditor interfaces, a common interface collection for text editor components in KDE. Homepage: http://kate-editor.org/ Package: libtracker-sparql-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1330 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: tracker Version: 1.2.4-2 Depends: libc6 (>= 2.14), libenca0 (>= 1.9), libexempi3 (>= 2.2.0), libexif12 (>= 0.6.21-1~), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.41.1), libicu52 (>= 52~m1-1~), libiptcdata0, libmediaart-1.0-0 (>= 0.7), libmediaart-1.0-0 (<< 0.8), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 4.1.1), libunistring0, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: metadata database, indexer and search tool - library This package contains a library to perform SPARQL queries and updates in the Tracker store. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: libxdmcp-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 67 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxdmcp (1:1.1.1-1) Version: 1:1.1.1-1+b1 Depends: libxdmcp6 (= 1:1.1.1-1+b1), x11proto-core-dev Description: X11 authorisation library (development headers) This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . This package contains the development headers for the library found in libxdmcp6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Package: finger Status: install ok installed Priority: optional Section: net Installed-Size: 31 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: bsd-finger Version: 0.17-15 Replaces: netstd Depends: libc6 (>= 2.4) Description: user information lookup program finger displays information about the system users. Package: libpolkit-backend-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 150 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: policykit-1 Version: 0.105-15~deb8u2 Depends: libc6 (>= 2.4), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (= 0.105-15~deb8u2), libsystemd0 Pre-Depends: multiarch-support Breaks: policykit-1 (<< 0.99) Description: PolicyKit backend API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for implementing authentication backends. Homepage: http://www.freedesktop.org/wiki/Software/polkit/ Package: python-pygments Status: install ok installed Priority: optional Section: python Installed-Size: 2517 Maintainer: Piotr Ożarowski Architecture: all Source: pygments Version: 2.0.1+dfsg-1.1+deb8u1 Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-chardet, python-pkg-resources Suggests: ttf-bitstream-vera Conffiles: /etc/bash_completion.d/pygmentize 71731158ed022286ef8441c00d945549 Description: syntax highlighting package written in Python Pygments aims to be a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. . Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library Homepage: http://pygments.org/ Package: libmail-sendmail-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 100 Maintainer: Debian Perl Group Architecture: all Version: 0.79.16-1 Depends: perl (>= 5.6.0-16), libsys-hostname-long-perl Description: Send email from a perl script Simple platform independent e-mail from your perl script. Only requires Perl 5, Sys::Hostname::Long, and a network connection. Homepage: http://search.cpan.org/dist/Mail-Sendmail/ Package: libqt5clucene5 Status: install ok installed Priority: optional Section: libs Installed-Size: 1115 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qttools-opensource-src Version: 5.3.2-3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt5core5a (>= 5.3.0), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: Qt 5 CLucene module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package includes the CLucene module. CLucene is a high-performance, scalable indexing and searching API. Homepage: http://qt-project.org/ Package: openssh-sftp-server Status: install ok installed Priority: optional Section: net Installed-Size: 94 Maintainer: Debian OpenSSH Maintainers Architecture: amd64 Source: openssh Version: 1:6.7p1-5+deb8u3 Replaces: openssh-server (<< 1:6.5p1-5) Depends: libc6 (>= 2.17), openssh-client (= 1:6.7p1-5+deb8u3) Recommends: openssh-server | ssh-server Breaks: openssh-server (<< 1:6.5p1-5) Enhances: openssh-server, ssh-server Description: secure shell (SSH) sftp server module, for SFTP access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the SFTP server module for the SSH server. It is needed if you want to access your SSH server with SFTP. The SFTP server module also works with other SSH daemons like dropbear. Homepage: http://www.openssh.org/ Package: libvo-amrwbenc0 Status: install ok installed Priority: optional Section: libs Installed-Size: 140 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: vo-amrwbenc Version: 0.1.3-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: VisualOn AMR-WB encoder library This library contains an encoder implementation of the Adaptive Multi Rate Wideband (AMR-WB) audio codec. The library is based on a codec implementation by VisualOn, part of the Stagefright framework from the Google Android project. . This package contains development files. Homepage: http://opencore-amr.git.sourceforge.net/ Package: libaa1 Status: install ok installed Priority: optional Section: libs Installed-Size: 171 Maintainer: Gergely Nagy Architecture: amd64 Multi-Arch: same Source: aalib Version: 1.4p5-43 Replaces: aalib1 Provides: aalib1 Depends: libc6 (>= 2.15), libgpm2 (>= 1.20.4), libncurses5 (>= 5.5-5~), libslang2 (>= 2.2.4), libtinfo5, libx11-6 Pre-Depends: multiarch-support Description: ASCII art library AAlib is a portable ASCII art graphics library. Internally, it works like a graphics display, but the output is rendered into gorgeous platform independent ASCII graphics. Homepage: http://aa-project.sourceforge.net/aalib/ Package: gnome-core Status: install ok installed Priority: optional Section: metapackages Installed-Size: 54 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: meta-gnome3 Version: 1:3.14+3 Depends: libatk-adaptor (>= 2.14), at-spi2-core (>= 2.14), adwaita-icon-theme (>= 3.14), baobab (>= 3.14), fonts-cantarell (>= 0.0.16), caribou (>= 0.4.15), caribou-antler (>= 0.4.15), libcaribou-gtk-module (>= 0.4.15), libcaribou-gtk3-module (>= 0.4.15), dconf-gsettings-backend (>= 0.22), dconf-tools (>= 0.22), empathy (>= 3.12), eog (>= 3.14), evince (>= 3.14), evolution-data-server (>= 3.12), sound-theme-freedesktop, gdm3 (>= 3.14), glib-networking (>= 2.42), gnome-backgrounds (>= 3.14), gnome-bluetooth (>= 3.14), gnome-calculator (>= 3.14), gnome-contacts (>= 3.14), gnome-control-center (>= 1:3.14), gnome-dictionary (>= 3.14), gnome-disk-utility (>= 3.12), gnome-font-viewer (>= 3.14), gnome-keyring (>= 3.14), libpam-gnome-keyring (>= 3.14), gnome-menus (>= 3.13), gnome-online-accounts (>= 3.14), gnome-online-miners (>= 3.14), gnome-packagekit (>= 3.14), gnome-screenshot (>= 3.14), gnome-session (>= 3.14), gnome-settings-daemon (>= 3.14), gnome-shell (>= 3.14), gnome-shell-extensions (>= 3.14), gnome-system-log (>= 3.9.90), gnome-system-monitor (>= 3.14), gnome-terminal (>= 3.14), gnome-themes-standard (>= 3.14), gnome-user-guide (>= 3.14), gnome-user-share (>= 3.14), gsettings-desktop-schemas (>= 3.14), gstreamer1.0-plugins-base (>= 0.10.36), gstreamer1.0-plugins-good (>= 0.10.31), gstreamer1.0-pulseaudio (>= 0.10.31), libgtk-3-common (>= 3.14), gtk2-engines (>= 2.20.2), gucharmap (>= 1:3.14), gvfs-backends (>= 1.22), gvfs-bin (>= 1.22), gvfs-fuse (>= 1.22), iceweasel (>= 30), libcanberra-pulse, gkbd-capplet (>= 3.6), metacity (>= 1:2.34), mousetweaks (>= 3.12), nautilus (>= 3.14), policykit-1-gnome (>= 0.105), pulseaudio, gnome-sushi (>= 3.12), totem (>= 3.14), tracker-gui, vino (>= 3.14), yelp (>= 3.14), zenity (>= 3.14) Recommends: network-manager-gnome, anacron Suggests: gnome Description: GNOME Desktop Environment -- essential components These are the core components of the GNOME Desktop environment, an intuitive and attractive desktop. . This metapackage depends on a basic set of programs, including a file manager, an image viewer, a web browser, a video player and other tools. . It contains the official “core” modules of the GNOME desktop. Package: gnome-user-share Status: install ok installed Priority: optional Section: gnome Installed-Size: 1221 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgnome-bluetooth13 (>= 3.12.0), libgtk-3-0 (>= 3.0.0), libnautilus-extension1a (>= 2.91), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libselinux1 (>= 1.32), libx11-6, dconf-gsettings-backend | gsettings-backend, apache2-bin (>= 2.4), libapache2-mod-dnssd (>= 0.6-3.1~), bluez-obexd, gnome-bluetooth (>= 3.9.3) Description: User level public file sharing via WebDAV or ObexFTP gnome-user-share is a small package that allows easy user-level file sharing via WebDAV or ObexFTP. The shared files are announced on the network by Avahi. Package: ncurses-base Essential: yes Status: install ok installed Priority: required Section: misc Installed-Size: 371 Maintainer: Craig Small Architecture: all Multi-Arch: foreign Source: ncurses Version: 5.9+20140913-1 Provides: ncurses-runtime Breaks: ncurses-term (<< 5.7+20100313-3) Conflicts: ncurses, ncurses-runtime Conffiles: /etc/terminfo/README 45b6df19fb5e21f55717482fa7a30171 Description: basic terminal type definitions The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains terminfo data files to support the most common types of terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220, vt52, and xterm. Homepage: http://invisible-island.net/ncurses/ Package: libgtkhtml-editor-4.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 317 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: gtkhtml4.0 Version: 4.8.5-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libenchant1c2a (>= 1.6.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.2), libgtkhtml-4.0-0 (= 4.8.5-1), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libgtkhtml-4.0-common (= 4.8.5-1) Description: HTML rendering/editing library - editor widget GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the editor widget. Homepage: http://www.gnome.org/projects/evolution/ Package: libcrystalhd3 Status: install ok installed Priority: optional Section: libs Installed-Size: 155 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: crystalhd Version: 1:0.0~git20110715.fdd2f19-11 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Suggests: firmware-crystalhd Description: Crystal HD Video Decoder (shared library) Crystal HD Solution is a product offered by Broadcom. It is used to enable flawless playback of 1080p high definition video across a wide range of systems. . This package contains the shared library. Homepage: http://www.broadcom.com/support/crystal_hd/ Package: tk Status: install ok installed Priority: optional Section: interpreters Installed-Size: 7 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: foreign Source: tcltk-defaults Version: 8.6.0+8 Provides: wish Depends: tk8.6 (>= 8.6.0-2), tcl Breaks: tk8.3 (<< 8.3.5-16), tk8.4 (<< 8.4.20-2), tk8.5 (<< 8.5.14-3), tk8.6 (<< 8.6.0-2) Description: Toolkit for Tcl and X11 (default version) - windowing shell Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. . This package is a dependency package, which depends on Debian's default Tk version (currently 8.6). Package: gstreamer0.10-plugins-good Status: install ok installed Priority: optional Section: libs Installed-Size: 5725 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-good0.10 Version: 0.10.31-3+nmu4+deb8u2 Replaces: gstreamer0.10-plugins-bad (<< 0.10.21.2), gstreamer0.10-plugins-good-doc (<< 0.10.6-2), gstreamer0.10-plugins-really-bad (<< 0.10.21.2) Provides: gstreamer0.10-audiosink, gstreamer0.10-audiosource, gstreamer0.10-videosink, gstreamer0.10-videosource, gstreamer0.10-visualization Depends: libaa1 (>= 1.4p5), libavc1394-0 (>= 0.5.3), libbz2-1.0, libc6 (>= 2.14), libcaca0 (>= 0.99.beta17-1), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdv4, libflac8 (>= 1.3.0), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base0.10-0 (>= 0.10.36), libgstreamer0.10-0 (>= 0.10.36-1.1), libgudev-1.0-0 (>= 146), libiec61883-0 (>= 1.2.0), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libjpeg62-turbo (>= 1.3.1), liborc-0.4-0 (>= 1:0.4.20), libpng12-0 (>= 1.2.13-4), libraw1394-11, libshout3, libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.26.1), libspeex1 (>= 1.2~beta3-1), libstdc++6 (>= 4.1.1), libtag1c2a (>= 1.5), libv4l-0 (>= 0.5.0), libwavpack1 (>= 4.40.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxml2 (>= 2.7.4), libxv1, zlib1g (>= 1:1.1.4), gstreamer0.10-plugins-base, gstreamer0.10-gconf Recommends: gstreamer0.10-x Conflicts: gstreamer0.10-plugins-bad (<< 0.10.21.2), gstreamer0.10-plugins-really-bad (<< 0.10.21.2) Description: GStreamer plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. Gstreamer-Decoders: application/x-3gp; application/x-apetag; application/x-icy; application/x-id3; application/x-navi-animation; application/x-rtcp; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ AMR, AMR-WB }, encoding-params=(string)1, octet-align=(string)1, crc=(string){ 0, 1 }, robust-sorting=(string)0, interleaving=(string)0; application/x-rtp, media=(string){ video, audio, application }, payload=(int)[ 96, 127 ], encoding-name=(string)MPEG4-GENERIC, streamtype=(string){ 4, 5 }, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SPEEX, encoding-params=(string)1; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SIREN, dct-length=(int)320; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)ILBC, mode=(string){ 20, 30 }; application/x-rtp, media=(string){ video, audio }, payload=(int)[ 96, 127 ], encoding-name=(string)DV, encode=(string){ SD-VCR/525-60, SD-VCR/625-50, HD-VCR/1125-60, HD-VCR/1250-50, SDL-VCR/525-60, SDL-VCR/625-50, 306M/525-60, 306M/625-50, 314M-25/525-60, 314M-25/625-50, 314M-50/525-60, 314M-50/625-50 }; application/x-rtp, payload=(int)[ 96, 127 ], media=(string){ audio, video }, encoding-name=(string){ X-QT, X-QUICKTIME }; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string){ RAW, THEORA, X-SV3V-ES, X-SORENSON-VIDEO, X-SORENSONVIDEO, X-SorensonVideo, MP4V-ES, MP2T-ES, MP1S, JPEG, JPEG2000, H264, H263, H263-2000, MPV, H263-1998 }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ VORBIS, X-QDM, QCELP, MP4A-LATM, L16, MPA-ROBUST, X-MP3-DRAFT-00, X-MP3-DRAFT-01, X-MP3-DRAFT-02, X-MP3-DRAFT-03, X-MP3-DRAFT-04, X-MP3-DRAFT-05, X-MP3-DRAFT-06, MPA, PCMU, PCMA, GSM, G729, G726, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, G723, G722, CELT, BV16, BV32, AC3 }; application/x-rtp, media=(string)other, payload=(int)[ 96, 127 ], encoding-name=(string)MP1S; application/x-rtp, media=(string)video, payload=(int)34, encoding-name=(string)H263; application/x-rtp, media=(string)audio, payload=(int)0, encoding-name=(string)PCMU; application/x-rtp, media=(string)audio, payload=(int)8, encoding-name=(string)PCMA; application/x-rtp, media=(string)application, payload=(int)[ 96, 127 ], encoding-name=(string)X-GST; application/x-rtp, media=(string)audio, payload=(int){ 12, 10, 11, 14, 3, 18, 4, 9 }; application/x-rtp, media=(string)video, payload=(int){ 33, 26, 32 }; application/x-subtitle-avi; audio/ac3; audio/mpeg, mpegversion=(int){ 1, 2, 4 }; audio/x-ac3; audio/x-alaw; audio/x-amr-nb-sh; audio/x-amr-wb-sh; audio/x-au; audio/x-dts; audio/x-eac3; audio/x-flac; audio/x-m4a; audio/x-mulaw; audio/x-speex; audio/x-wav; audio/x-wavpack, framed=(boolean){ true, false }; audio/x-wavpack-correction, framed=(boolean)false; image/bmp; image/gif; image/jpeg, sof-marker=(int){ 0, 1, 2, 5, 6, 7, 9, 10, 13, 14 }; image/png; image/svg; image/svg+xml; image/tiff; image/vnd.wap.wbmp; image/x-MS-bmp; image/x-bitmap; image/x-bmp; image/x-cmu-raster; image/x-icon; image/x-pcx; image/x-pixmap; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-sun-raster; image/x-tga; multipart/x-mixed-replace; text/x-cmml, encoded=(boolean)true; video/mj2; video/quicktime; video/webm; video/x-dv, systemstream=(boolean){ false, true }; video/x-flv; video/x-matroska; video/x-msvideo; video/x-smoke Gstreamer-Elements: 3gppmux, aacparse, aasink, ac3parse, agingtv, alawdec, alawenc, alpha, alphacolor, amrparse, apedemux, apev2mux, aspectratiocrop, asteriskh263, audioamplify, audiochebband, audiocheblimit, audiodynamic, audioecho, audiofirfilter, audioiirfilter, audioinvert, audiokaraoke, audiopanorama, audiowsincband, audiowsinclimit, auparse, autoaudiosink, autoaudiosrc, autovideosink, autovideosrc, avidemux, avimux, avisubtitle, breakmydata, cacasink, cairooverlay, cairorender, cairotextoverlay, cairotimeoverlay, capsdebug, capssetter, cmmldec, cmmlenc, cpureport, cutter, dcaparse, deinterlace, deinterleave, dicetv, dv1394src, dvdec, dvdemux, dynudpsink, edgetv, efence, equalizer-10bands, equalizer-3bands, equalizer-nbands, flacdec, flacenc, flacparse, flactag, flvdemux, flvmux, gamma, gdkpixbufdec, gdkpixbufscale, gdkpixbufsink, goom, goom2k1, gppmux, gstrtpbin, gstrtpjitterbuffer, gstrtpptdemux, gstrtpsession, gstrtpssrcdemux, hdv1394src, icydemux, id3demux, id3v2mux, imagefreeze, interleave, ismlmux, jackaudiosink, jackaudiosrc, jpegdec, jpegenc, level, matroskademux, matroskamux, matroskaparse, mj2mux, monoscope, mp4mux, mpegaudioparse, mulawdec, mulawenc, multifilesink, multifilesrc, multipartdemux, multipartmux, multiudpsink, navigationtest, navseek, optv, oss4mixer, oss4sink, oss4src, ossmixer, osssink, osssrc, pngdec, pngenc, progressreport, pushfilesrc, qtdemux, qtmoovrecover, qtmux, quarktv, radioactv, revtv, rganalysis, rglimiter, rgvolume, rippletv, rndbuffersize, rtpL16depay, rtpL16pay, rtpac3depay, rtpac3pay, rtpamrdepay, rtpamrpay, rtpbvdepay, rtpbvpay, rtpceltdepay, rtpceltpay, rtpdec, rtpdepay, rtpdvdepay, rtpdvpay, rtpg722depay, rtpg722pay, rtpg723depay, rtpg723pay, rtpg726depay, rtpg726pay, rtpg729depay, rtpg729pay, rtpgsmdepay, rtpgsmpay, rtpgstdepay, rtpgstpay, rtph263depay, rtph263pay, rtph263pdepay, rtph263ppay, rtph264depay, rtph264pay, rtpilbcdepay, rtpilbcpay, rtpj2kdepay, rtpj2kpay, rtpjpegdepay, rtpjpegpay, rtpmp1sdepay, rtpmp2tdepay, rtpmp2tpay, rtpmp4adepay, rtpmp4apay, rtpmp4gdepay, rtpmp4gpay, rtpmp4vdepay, rtpmp4vpay, rtpmpadepay, rtpmpapay, rtpmparobustdepay, rtpmpvdepay, rtpmpvpay, rtppcmadepay, rtppcmapay, rtppcmudepay, rtppcmupay, rtpqcelpdepay, rtpqdm2depay, rtpsirendepay, rtpsirenpay, rtpspeexdepay, rtpspeexpay, rtpsv3vdepay, rtptheoradepay, rtptheorapay, rtpvorbisdepay, rtpvorbispay, rtpvrawdepay, rtpvrawpay, rtpxqtdepay, rtspsrc, shagadelictv, shapewipe, shout2send, smokedec, smokeenc, smpte, smptealpha, souphttpclientsink, souphttpsrc, spectrum, speexdec, speexenc, splitfilesrc, streaktv, taginject, testsink, udpsink, udpsrc, v4l2radio, v4l2sink, v4l2src, vertigotv, videobalance, videobox, videocrop, videoflip, videomixer, videomixer2, warptv, wavenc, wavpackdec, wavpackenc, wavpackparse, wavparse, webmmux, ximagesrc, y4menc Gstreamer-Encoders: application/pdf; application/postscript; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ AMR, AMR-WB }, encoding-params=(string)1, octet-align=(string)1, crc=(string)0, robust-sorting=(string)0, interleaving=(string)0, mode-set=(int)[ 0, 7 ], mode-change-period=(int)[ 1, 2147483647 ], mode-change-neighbor=(string){ 0, 1 }, maxptime=(int)[ 20, 2147483647 ], ptime=(int)[ 20, 2147483647 ]; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string)RAW, sampling=(string){ RGB, RGBA, BGR, BGRA, YCbCr-4:4:4, YCbCr-4:2:2, YCbCr-4:2:0, YCbCr-4:1:1 }, colorimetry=(string){ BT601-5, BT709-2, SMPTE240M }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SIREN, bitrate=(string)16000, dct-length=(int)320; application/x-rtp, media=(string){ video, audio, application }, payload=(int)[ 96, 127 ], encoding-name=(string)MPEG4-GENERIC, streamtype=(string){ 4, 5 }, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SPEEX, encoding-params=(string)1; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)ILBC, mode=(string){ 20, 30 }; application/x-rtp, media=(string){ video, audio }, payload=(int)[ 96, 127 ], encoding-name=(string)DV, encode=(string){ SD-VCR/525-60, SD-VCR/625-50, HD-VCR/1125-60, HD-VCR/1250-50, SDL-VCR/525-60, SDL-VCR/625-50, 306M/525-60, 306M/625-50, 314M-25/525-60, 314M-25/625-50, 314M-50/525-60, 314M-50/625-50 }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ VORBIS, MP4A-LATM, L16, MPA, PCMA, PCMU, GSM, G729, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, G723, CELT, BV16, BV32, AC3 }; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string){ THEORA, MP4V-ES, MP2T-ES, JPEG2000, H264, H263, H263-1998, H263-2000 }; application/x-rtp, media=(string)audio, encoding-name=(string)L16, payload=(int){ 10, 11 }; application/x-rtp, media=(string)video, payload=(int)26, encoding-name=(string)JPEG; application/x-rtp, media=(string)video, payload=(int)34, encoding-name=(string)H263; application/x-rtp, media=(string)video, payload=(int)32, encoding-name=(string)MPV; application/x-rtp, media=(string)audio, payload=(int)8, encoding-name=(string)PCMA; application/x-rtp, media=(string)audio, payload=(int)0, encoding-name=(string)PCMU; application/x-rtp, media=(string)audio, payload=(int)3, encoding-name=(string)GSM; application/x-rtp, media=(string)audio, payload=(int)18, encoding-name=(string)G729; application/x-rtp, media=(string)audio, payload=(int)4, encoding-name=(string)G723; application/x-rtp, media=(string)audio, encoding-name=(string)G722, payload=(int)9; application/x-rtp, media=(string)application, payload=(int)[ 96, 127 ], encoding-name=(string)X-GST; application/x-rtp, media=(string)audio, payload=(int)14; application/x-yuv4mpeg, y4mversion=(int)2; audio/x-alaw; audio/x-flac; audio/x-mulaw; audio/x-speex; audio/x-wav; audio/x-wavpack-correction, framed=(boolean)true; image/jpeg; image/png; image/svg+xml; multipart/x-mixed-replace; text/x-cmml, encoded=(boolean)true; video/mj2; video/quicktime; video/webm; video/x-flv; video/x-matroska; video/x-msvideo; video/x-smoke Gstreamer-Uri-Sinks: udp Gstreamer-Uri-Sources: dv, hdv, http, https, pushfile, radio, rtsp, rtsp-sdp, rtsph, rtspt, rtspu, udp, v4l2 Gstreamer-Version: 0.10 Package: python3-uno Status: install ok installed Priority: optional Section: python Installed-Size: 526 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-core (= 1:4.3.0~beta1-1), python3-uno (<< 1:4.0.2~rc2), python3.3-uno Depends: libreoffice-core (= 1:4.3.3-2+deb8u7), python3 (>= 3.4~), python3 (<< 3.5), python3.4, libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libpython3.4 (>= 3.4.2~rc1), libstdc++6 (>= 4.1.1), uno-libs3 (>= 4.1.0~alpha), ure Conflicts: python-uno, python3-uno (<< 1:4.0.2~rc2), python3.3-uno Enhances: libreoffice Description: Python-UNO bridge The Python-UNO bridge allows use of the standard LibreOffice API with the Python scripting language. It additionally allows others to develop UNO components in Python, thus Python UNO components may be run within the LibreOffice process and can be called from C++ or the built in StarBasic scripting language. Homepage: http://udk.openoffice.org/python/python-bridge.html Package: krb5-locales Status: install ok installed Priority: standard Section: localization Installed-Size: 2666 Maintainer: Sam Hartman Architecture: all Multi-Arch: foreign Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Description: Internationalization support for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains internationalized messages for MIT Kerberos. Homepage: http://web.mit.edu/kerberos/ Package: libxxf86dga1 Status: install ok installed Priority: optional Section: libs Installed-Size: 41 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxxf86dga (2:1.1.4-1) Version: 2:1.1.4-1+b1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6 Pre-Depends: multiarch-support Description: X11 Direct Graphics Access extension library libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: colord Status: install ok installed Priority: optional Section: graphics Installed-Size: 991 Maintainer: Christopher James Halse Rogers Architecture: amd64 Multi-Arch: foreign Source: colord (1.2.1-1) Version: 1.2.1-1+b2 Depends: libc6 (>= 2.4), libcolord2 (>= 1.2.0), libcolorhug2 (>= 0.1.30), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146), libgusb2 (>= 0.1.3), liblcms2-2 (>= 2.2+git20110628), libpolkit-gobject-1-0 (>= 0.99), libsane (>= 1.0.11-3), libsqlite3-0 (>= 3.5.9), libsystemd0, libusb-1.0-0 (>= 2:1.0.8), dconf-gsettings-backend | gsettings-backend, adduser, acl, policykit-1 (>= 0.103), colord-data Conffiles: /etc/dbus-1/system.d/org.freedesktop.ColorManager.conf 68e9653b008987a5eef5ef1d97cd214d Description: system service to manage device colour profiles -- system daemon colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a D-Bus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains the dbus-activated colord system daemon. Homepage: http://www.freedesktop.org/software/colord/ Package: libntrack-qt4-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 49 Maintainer: Alexander Sack Architecture: amd64 Source: ntrack Version: 016-1.3 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libntrack0 (>= 010), libqtcore4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1) Description: Qt 4 API for ntrack Qt 4 monitor API to get network connectivity change updates. Homepage: http://launchpad.net/ntrack Package: libc-bin Essential: yes Status: install ok installed Priority: required Section: libs Installed-Size: 3254 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: foreign Source: glibc Version: 2.19-18+deb8u9 Replaces: libc0.1, libc0.3, libc6, libc6.1 Depends: libc6 (>> 2.19), libc6 (<< 2.20) Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10) Conffiles: /etc/bindresvport.blacklist 4c09213317e4e3dd3c71d74404e503c5 /etc/default/nss d6d5d6f621fb3ead2548076ce81e309c /etc/gai.conf 28fa76ff5a9e0566eaa1e11f1ce51f09 /etc/ld.so.conf 4317c6de8564b68d628c21efa96b37e4 /etc/ld.so.conf.d/libc.conf d4d833fd095fb7b90e1bb4a547f16de6 Description: GNU C Library: Binaries This package contains utility programs related to the GNU C Library. . * catchsegv: catch segmentation faults in programs * getconf: query system configuration variables * getent: get entries from administrative databases * iconv, iconvconfig: convert between character encodings * ldd, ldconfig: print/configure shared library dependencies * locale, localedef: show/generate locale definitions * tzselect, zdump, zic: select/dump/compile time zones Homepage: http://www.gnu.org/software/libc/libc.html Package: libqmi-glib1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1883 Maintainer: Marius B. Kotsbak Architecture: amd64 Multi-Arch: same Source: libqmi Version: 1.10.2-2 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Description: Support library to use the Qualcomm MSM Interface (QMI) protocol Libraries for adding QMI support to applications that use glib. Homepage: http://www.freedesktop.org/wiki/Software/libqmi Package: libabw-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 339 Maintainer: Rene Engelhard Architecture: amd64 Source: libabw Version: 0.1.0-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), librevenge-0.0-0, libstdc++6 (>= 4.9), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: library for reading and writing AbiWord(tm) documents Libabw is library providing ability to interpret and import AbiWord documents into various applications. Homepage: http://freedesktop.org/wiki/Software/libabw Package: libaio1 Status: install ok installed Priority: optional Section: libs Installed-Size: 14 Maintainer: Guillem Jover Architecture: amd64 Multi-Arch: same Source: libaio Version: 0.3.110-1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: Linux kernel AIO access library - shared library This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. Homepage: http://www.kernel.org/pub/linux/libs/aio/ Package: libnepomuk4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1083 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsoprano4 (>= 2.7.56), libstdc++6 (>= 4.1.1) Description: Nepomuk Meta Data Library Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements core Nepomuk functionality like handling of resources and ontologies. . This package is part of the KDE Development Platform libraries module. Homepage: http://nepomuk.kde.org/ Package: software-properties-gtk Status: install ok installed Priority: optional Section: admin Installed-Size: 307 Maintainer: Julian Andres Klode Architecture: all Source: software-properties Version: 0.92.25debian1 Depends: python3 (>= 3.2.3-3~), python3-software-properties, python3-gi, gir1.2-gtk-3.0, python3-aptdaemon.gtk3widgets, software-properties-common Description: manage the repositories that you install software from (gtk) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains a GTK+ based graphical interface. Package: libsemanage1 Status: install ok installed Priority: optional Section: libs Installed-Size: 245 Maintainer: Debian SELinux maintainers Architecture: amd64 Multi-Arch: same Source: libsemanage (2.3-1) Version: 2.3-1+b1 Depends: libsemanage-common (= 2.3-1), libaudit1 (>= 1:2.2.1), libbz2-1.0, libc6 (>= 2.14), libselinux1 (>= 2.1.12), libsepol1 (>= 2.1.4), libustr-1.0-1 (>= 1.0.4) Pre-Depends: multiarch-support Description: SELinux policy management library This package provides the shared libraries for SELinux policy management. It uses libsepol for binary policy manipulation and libselinux for interacting with the SELinux system. It also exec's helper programs for loading policy and for checking whether the file_contexts configuration is valid (load_policy and setfiles from policycoreutils) presently, although this may change at least for the bootstrapping case . Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Homepage: http://userspace.selinuxproject.org/ Package: libserf-1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 166 Maintainer: Peter Samuelson Architecture: amd64 Multi-Arch: same Source: serf Version: 1.3.8-1 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.10+dfsg~), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: high-performance asynchronous HTTP client library serf library is a C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation. Homepage: http://code.google.com/p/serf/ Package: libcaribou-common Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: caribou Version: 0.4.15-1 Description: Configurable on screen keyboard with scanning mode - common files An input assistive technology intended for switch and pointer users. . This package contains support files for libcaribou Homepage: https://wiki.gnome.org/Projects/Caribou Package: libqtcore4 Status: install ok installed Priority: optional Section: libs Installed-Size: 4938 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: qtcore4-l10n, libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.22.0), libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: libicu52, libthai0 Description: Qt 4 core module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtCore module contains core non-GUI functionality. Homepage: http://qt-project.org/ Package: liblog4cxx10 Status: install ok installed Priority: optional Section: libs Installed-Size: 1994 Maintainer: Tobias Frost Architecture: amd64 Multi-Arch: same Source: log4cxx Version: 0.10.0-4 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: Logging library for C++ Log4cxx is the C++ port of log4j, a logging framework for JAVA. Log4cxx attempts to mimic log4j usage as much as the language will allow and to be compatible with log4j configuration and output formats. Homepage: http://logging.apache.org/log4cxx/index.html Package: libfile-desktopentry-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 79 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1 Depends: perl, libfile-basedir-perl Description: Perl module to handle freedesktop .desktop files File::DesktopEntry is used to work with .desktop files. The format of these files is specified by the freedesktop "Desktop Entry" specification. For this module version 1.0 of the specification was used: . Homepage: https://metacpan.org/release/File-DesktopEntry/ Package: libqca2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1170 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qca2 Version: 2.0.3-6 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqtcore4 (>= 4:4.7.0~beta1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Recommends: ca-certificates Suggests: libqca2-plugin-cyrus-sasl, libqca2-plugin-gnupg, libqca2-plugin-ossl Description: libraries for the Qt Cryptographic Architecture The Qt Cryptographic Architecture (QCA) provides a straightforward and cross- platform API for a range of cryptographic features, including SSL/TLS, X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards. Homepage: http://delta.affinix.com/qca/ Package: libilmbase6 Status: install ok installed Priority: optional Section: libs Installed-Size: 446 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: ilmbase Version: 1.0.1-6.1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Description: several utility libraries from ILM used by OpenEXR IlmBase are a set of utility libraries released by ILM, and used in their OpenEXR implementation. Included in this package you can find: . * libHalf: a class (Half) for manipulating "half" values (16-bit floating point format) as if they were a built-in C++ data type. . * libIlmThread: a thread abstraction library on top of pthreads. . * libImath: a math library with support for matrices, 2d- and 3d-transformations, solvers for linear/quadratic/cubic equations, and more. . * libIex: an exception handling library. Homepage: http://www.openexr.com Package: libupnp6 Status: install ok installed Priority: optional Section: libs Installed-Size: 364 Maintainer: Nick Leverton Architecture: amd64 Source: libupnp Version: 1:1.6.19+git20141001-1+deb8u1 Replaces: libupnp0, libupnp2, libupnp3 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Conflicts: libupnp0, libupnp2, libupnp3, libupnp4 (<< 1.8.0~svn20090313) Description: Portable SDK for UPnP Devices, version 1.6 (shared libraries) The Portable SDK for UPnP Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification - see http://www.upnp.org/ for specifications. . The libupnp6 package contains the runtime libraries for uPnP. Homepage: http://pupnp.sourceforge.net/ Package: libmm-glib0 Status: install ok installed Priority: optional Section: libs Installed-Size: 840 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: modemmanager Version: 1.4.0-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Recommends: modemmanager (>= 1.4.0-1) Description: D-Bus service for managing modems - shared libraries ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections. Whether built-in devices, USB dongles, bluetooth-paired telephones or professional RS232/USB devices with external power supplies, ModemManager is able to prepare and configure the modems and setup connections with them. . This package contains shared libraries for applications interfacing with ModemManager. Homepage: http://www.freedesktop.org/wiki/Software/ModemManager/ Package: libck-connector0 Status: install ok installed Priority: optional Section: libs Installed-Size: 69 Maintainer: Robert Millan Architecture: amd64 Multi-Arch: same Source: consolekit Version: 0.4.6-5 Depends: libc6 (>= 2.3.4), libdbus-1-3 (>= 1.0.2) Pre-Depends: multiarch-support Description: ConsoleKit libraries ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . This package provides a convenience library which simplifies the access to ConsoleKit. Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit Package: empathy Status: install ok installed Priority: optional Section: gnome Installed-Size: 3310 Maintainer: Debian Telepathy maintainers Architecture: amd64 Version: 3.12.7-1 Replaces: libempathy-gtk-common Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libchamplain-0.12-0 (>= 0.11.0), libchamplain-gtk-0.12-0 (>= 0.11.0), libcheese-gtk23 (>= 3.4.0), libclutter-1.0-0 (>= 1.10.0), libclutter-gst-2.0-0 (>= 0.10.0), libclutter-gtk-1.0-0 (>= 1.4), libcogl-path20 (>= 1.17.4), libcogl20 (>= 1.17.4), libdbus-glib-1-2 (>= 0.88), libenchant1c2a (>= 1.6.0), libfarstream-0.2-2 (>= 0.1.91), libfolks-telepathy25 (>= 0.6.6), libfolks25 (>= 0.9.5), libgcr-base-3-1 (>= 3.8.0), libgcr-ui-3-1 (>= 3.8.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libgee-0.8-2 (>= 0.8.3), libgeocode-glib0 (>= 0.99.1), libglib2.0-0 (>= 2.37.6), libgnutls-deb0-28 (>= 3.3.0), libgoa-1.0-0b (>= 3.5.1), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.9.10), libgudev-1.0-0 (>= 146), libmission-control-plugins0 (>= 1:5.13.1~), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.18.0), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.4.0), libtelepathy-farstream3 (>= 0.6.0), libtelepathy-glib0 (>= 0.23.2), libtelepathy-logger3 (>= 0.8.0), libwayland-server0 (>= 1.0.2), libwebkitgtk-3.0-0 (>= 1.3.10), libx11-6, libxml2 (>= 2.7.4), dconf-gsettings-backend | gsettings-backend, empathy-common (= 3.12.7-1), telepathy-mission-control-5 (>= 1:5.12.0), gsettings-desktop-schemas, gnome-icon-theme (>= 2.30.0), geoclue-2.0 (>= 2.0), telepathy-logger (>= 0.2.13), dbus-x11, gstreamer1.0-pulseaudio Recommends: telepathy-gabble, telepathy-salut, telepathy-haze, gvfs-backends, sound-theme-freedesktop Suggests: vino, telepathy-idle Description: GNOME multi-protocol chat and call client Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, Windows Live (MSN), Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise and ICQ. . This package contains the Empathy IM application and account manager. Homepage: https://wiki.gnome.org/Apps/Empathy Package: libwinpr-dsparse0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 235 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.3.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (dsparse library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-dsparse shared library. Homepage: http://www.freerdp.com/ Package: libavalon-framework-java Status: install ok installed Priority: optional Section: java Installed-Size: 92 Maintainer: Debian Java Maintainers Architecture: all Source: avalon-framework Version: 4.2.0-9 Suggests: libavalon-framework-java-doc Description: Common framework for Java server applications The Avalon framework consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcement, and several lightweight convenience implementations of the generic components. Homepage: http://excalibur.apache.org/ Package: libxdg-basedir1 Status: install ok installed Priority: optional Section: libs Installed-Size: 50 Maintainer: Mark Nevill Architecture: amd64 Source: libxdg-basedir Version: 1.2.0-1 Depends: libc6 (>= 2.14) Description: Implementation of the XDG Base Directory Specifications The XDG Base Directory Specification defines where should user files be looked for by defining one or more base directories relative in with they should be located. . This library implements functions to list the directories according to the specification and provides a few higher-level functions. Homepage: http://nevill.ch/libxdg-basedir Package: libjpeg-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 77 Maintainer: Ondřej Surý Architecture: all Source: libjpeg-turbo Version: 1:1.3.1-12 Depends: libjpeg62-turbo-dev (>= 1:1.3.1-12) Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev Description: Development files for the JPEG library [dummy package] This package depends on default Debian implementation of libjpeg.so.62 JPEG library. Homepage: http://www.libjpeg-turbo.org/ Package: libqt5xml5 Status: install ok installed Priority: optional Section: libs Installed-Size: 328 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 XML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtXml module provides a stream reader and writer for XML documents, and C++ implementations of SAX and DOM. Homepage: http://qt-project.org/ Package: libsocket6-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 114 Maintainer: Debian Perl Group Architecture: amd64 Source: libsocket6-perl (0.25-1) Version: 0.25-1+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4) Description: Perl extensions for IPv6 The Socket6 module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programming. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included. Homepage: https://metacpan.org/release/Socket6 Package: libgcr-ui-3-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 505 Maintainer: Josselin Mouette Architecture: amd64 Multi-Arch: same Source: gcr Version: 3.14.0-2 Replaces: libgcr-3-1 (<< 3.8.2-2) Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgck-1-0 (>= 3.3.90), libgcr-base-3-1 (>= 3.14.0), libgcrypt20 (>= 1.6.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.11.5), libpango-1.0-0 (>= 1.18.0), libgcr-3-common Pre-Depends: multiarch-support Breaks: libgcr-3-1 (<< 3.8.2-2) Description: Library for Crypto UI related tasks GCR is a library for crypto UI and related tasks. . This package contains the GObject and GUI library for high level crypto parsing and display. Homepage: https://wiki.gnome.org/GnomeKeyring Package: libiodbc2 Status: install ok installed Priority: optional Section: libs Installed-Size: 497 Maintainer: Debian Krap Maintainers Architecture: amd64 Multi-Arch: same Version: 3.52.9-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: iodbc (= 3.52.9-2) Description: iODBC Driver Manager The iODBC (intrinsic Open Database Connectivity) driver manager is compatible with the ODBC 2.x and 3.x specification and performs all the jobs of a ODBC driver manager (i.e. driver loading, parameters and function sequence checking, driver's function invoking, etc). Any ODBC driver working with ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager and vice versa. . Applications (using ODBC function calls) linked with iODBC driver manager will be able to simultaneously access different types of data sources within one process through suitable iODBC drivers. . This package contains the library files. Look for the iodbc package, too! Homepage: http://www.iodbc.org/ Package: ntrack-module-libnl-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 39 Maintainer: Alexander Sack Architecture: amd64 Source: ntrack Version: 016-1.3 Provides: ntrack-module-0 Depends: libc6 (>= 2.4), libnl-3-200 (>= 3.2.21), libnl-route-3-200 (>= 3.2.7), libntrack0 (>= 005) Description: libnl based ntrack module ntrack module that uses the libnl backend Homepage: http://launchpad.net/ntrack Package: libfreetype6-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 3474 Maintainer: Steve Langasek Architecture: amd64 Source: freetype Version: 2.5.2-3+deb8u2 Depends: libfreetype6 (= 2.5.2-3+deb8u2), libc6-dev | libc-dev, zlib1g-dev | libz-dev, libpng-dev Description: FreeType 2 font engine, development files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . This package contains all supplementary files (static library, headers and documentation) you need to develop your own programs using the FreeType 2 library. Homepage: http://www.freetype.org Package: alsa-utils Status: install ok installed Priority: optional Section: sound Installed-Size: 2042 Maintainer: Debian ALSA Maintainers Architecture: amd64 Multi-Arch: foreign Version: 1.0.28-1 Provides: audio-mixer Depends: lsb-base (>= 3.0-9), kmod (>= 17-1~), whiptail | dialog, libasound2 (>= 1.0.27), libc6 (>= 2.15), libncursesw5 (>= 5.6+20080119), libsamplerate0 (>= 0.1.7), libtinfo5 Conffiles: /etc/init.d/alsa-utils f7d21c215b2e784d8ab51df0d1ade809 Description: Utilities for configuring and using ALSA Included tools: - alsactl: advanced controls for ALSA sound drivers - alsaloop: create loopbacks between PCM capture and playback devices - alsamixer: curses mixer - alsaucm: alsa use case manager - amixer: command line mixer - amidi: read from and write to ALSA RawMIDI ports - aplay, arecord: command line playback and recording - aplaymidi, arecordmidi: command line MIDI playback and recording - aconnect, aseqnet, aseqdump: command line MIDI sequencer control - iecset: set or dump IEC958 status bits - speaker-test: speaker test tone generator . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Package: libgl1-mesa-glx Status: install ok installed Priority: optional Section: libs Installed-Size: 702 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0) Provides: libgl1 Depends: libc6 (>= 2.14), libdrm2 (>= 2.3.1), libexpat1 (>= 2.0.1), libglapi-mesa (= 10.3.2-1+deb8u1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1, libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-sync1, libxcb1 (>= 1.9.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, libudev1 Pre-Depends: multiarch-support Recommends: libgl1-mesa-dri (>= 7.2) Breaks: fglrx-glx (<< 1:11-6-1), glx-diversions (<< 0.4), libgl1-nvidia-alternatives (<= 275.09.07-1) Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0) Description: free implementation of the OpenGL API -- GLX runtime This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Homepage: http://mesa3d.sourceforge.net/ Package: libgcrypt20-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1679 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Source: libgcrypt20 Version: 1.6.3-2+deb8u2 Provides: libgcrypt-dev Depends: libgcrypt20 (= 1.6.3-2+deb8u2), libc6-dev | libc-dev, libgpg-error-dev Suggests: libgcrypt20-doc Conflicts: libgcrypt-dev, libgcrypt11-dev (<< 1.5.4-3+really1.6.2-4) Description: LGPL Crypto library - development files libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: . Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, IDEA, Salsa, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains header files and libraries for static linking. Homepage: http://directory.fsf.org/project/libgcrypt/ Package: libreoffice-base-drivers Status: install ok installed Priority: optional Section: database Installed-Size: 2756 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-base (<< 1:4.3.0-3), libreoffice-core (<< 1:4.2~) Depends: libreoffice-core, libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 4.1.0~alpha), ure Recommends: libreoffice-sdbc-firebird, libreoffice-sdbc-hsqldb Suggests: libjtds-java, libreoffice-mysql-connector | libmyodbc | libmysql-java, libreoffice-sdbc-postgresql | odbc-postgresql | libpg-java, libsqliteodbc | tdsodbc | mdbtools Breaks: libreoffice-base (<< 1:4.3.0-3) Description: Database connectivity drivers for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database connectivity drivers used by LibreOffices database functionality: - ODBC - JDBC - dBase - Calc - Flat files - MySQL . You can extend this by installing: . * unixodbc: ODBC database support * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools: ODBC drivers for: - MySQL - PostgreSQL - SQLite - MS SQL / Sybase SQL - *.mdb (JET / MS Access) * libmysql-java | libpg-java | libjtds-java: JDBC Drivers for: - MySQL - PostgreSQL - MS SQL Server and Sybase * libreoffice-sdbc-hsqldb: embedded HSQLDB SDBC Driver * libreoffice-sdbc-firebird: Firebird SDBC Driver * libreoffice-sdbc-postgresql: PostgreSQL SDBC Driver * libreoffice-mysql-connector: "native" MySQL Connector Homepage: http://www.libreoffice.org Package: libatm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 127 Maintainer: Peter De Schrijver (p2) Architecture: amd64 Multi-Arch: same Source: linux-atm Version: 1:2.5.1-1.5 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Conflicts: atm-tools (<< 2.4.1-6) Description: shared library for ATM (Asynchronous Transfer Mode) Shared libraries needed by ATM (Asynchronous Transfer Mode) related programs Homepage: http://linux-atm.sourceforge.net/ Package: libdvbpsi9 Status: install ok installed Priority: optional Section: libs Installed-Size: 138 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libdvbpsi Version: 1.2.0-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: library for MPEG TS and DVB PSI tables decoding and generating libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables decoding and generating. . This package contains the libdvbpsi runtime library. Homepage: http://www.videolan.org/developers/libdvbpsi.html Package: patchutils Status: install ok installed Priority: optional Section: text Installed-Size: 186 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: foreign Version: 0.3.3-1 Depends: libc6 (>= 2.14), perl, patch, debianutils (>= 1.16) Description: Utilities to work with patches This package includes the following utilities: - combinediff creates a cumulative patch from two incremental patches - dehtmldiff extracts a diff from an HTML page - filterdiff extracts or excludes diffs from a diff file - fixcvsdiff fixes diff files created by CVS that "patch" mis-interprets - flipdiff exchanges the order of two patches - grepdiff shows which files are modified by a patch matching a regex - interdiff shows differences between two unified diff files - lsdiff shows which files are modified by a patch - recountdiff recomputes counts and offsets in unified context diffs - rediff and editdiff fix offsets and counts of a hand-edited diff - splitdiff separates out incremental patches - unwrapdiff demangles patches that have been word-wrapped Homepage: http://cyberelk.net/tim/patchutils/index.html Package: gir1.2-secret-1 Status: install ok installed Priority: optional Section: introspection Installed-Size: 58 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libsecret (0.18-1) Version: 0.18-1+b1 Depends: gir1.2-glib-2.0, libsecret-1-0 (>= 0.18) Description: Secret store (GObject-Introspection) This package contains introspection data for libsecret, which can be used to generate dynamic bindings. . libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains the introspection datas for the libsecret library. Homepage: https://wiki.gnome.org/Libsecret Package: sysvinit Status: install ok installed Priority: optional Section: admin Installed-Size: 122 Maintainer: Debian sysvinit maintainers Architecture: amd64 Version: 2.88dsf-59 Depends: libc6 (>= 2.15), libselinux1 (>= 1.32), libsepol1 (>= 1.14) Pre-Depends: init Description: System-V-like init utilities - transitional package This package depends on init, which is an essential package that pulls in the default init system. Starting with jessie, this will be systemd on Linux. It facilitates a smooth transition and provides a fallback SysV init binary which can be used to boot the system via the init=/lib/sysvinit/init kernel command line parameter in case the system fails to start after the switch to systemd. . If your system successfully boots with systemd or if you have chosen to stick with sysvinit-core, this package can be removed safely. Homepage: http://savannah.nongnu.org/projects/sysvinit Package: libboost-thread1.55.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 176 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.55 Version: 1.55.0+dfsg-3 Depends: libboost-system1.55.0, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Pre-Depends: multiarch-support Description: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Homepage: http://www.boost.org/libs/thread/ Package: libepoxy0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1036 Maintainer: Eric Anholt Architecture: amd64 Source: libepoxy Version: 1.2-1 Depends: libc6 (>= 2.7) Description: OpenGL function pointer management library It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader(). Homepage: https://github.com/anholt/libepoxy Package: lightning Status: install ok installed Priority: optional Section: mail Installed-Size: 5439 Maintainer: Christoph Goehre Architecture: amd64 Source: icedove Version: 1:45.8.0-3~deb8u1 Replaces: calendar-timezones, iceowl-extension (<< 1:45.6.0-2.1~) Provides: calendar-timezones, iceowl-extension Depends: thunderbird (>= 1:45.8.0-3~deb8u1), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: calendar-google-provider, fonts-lyx Breaks: calendar-timezones, iceowl-extension (<< 1:45.6.0-2.1~) Description: Calendar Extension for Thunderbird Lightning is a calendar extension for Thunderbird. It can handle events, event invitations and tasks in multiple calendars. . It supports local calendars, CalDAV and plain ics files on CardDAV and WebDAV. Homepage: http://www.mozilla.org/thunderbird/ Package: libevview3-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1001 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: evince Version: 3.14.1-2+deb8u1 Replaces: libevince3-3 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libevdocument3-4 (>= 3.13.91), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13.7), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0) Breaks: libevince3-3 Description: Document (PostScript, PDF) rendering library - Gtk+ widgets This package contains libevview, which provides GTK+ widgets for displaying documents. Homepage: https://wiki.gnome.org/Apps/Evince Package: autotools-dev Status: install ok installed Priority: optional Section: devel Installed-Size: 129 Maintainer: Henrique de Moraes Holschuh Architecture: all Multi-Arch: foreign Version: 20140911.1 Enhances: cdbs, debhelper Description: Update infrastructure for config.{guess,sub} files This package installs an up-to-date version of config.guess and config.sub, used by the automake and libtool packages. It provides the canonical copy of those files for other packages as well. . It also documents in /usr/share/doc/autotools-dev/README.Debian.gz best practices and guidelines for using autoconf, automake and friends on Debian packages. This is a must-read for any developers packaging software that uses the GNU autotools, or GNU gettext. . Additionally this package provides seamless integration into Debhelper or CDBS, allowing maintainers to easily update config.{guess,sub} files in their packages. Homepage: http://savannah.gnu.org/projects/config/ Package: librasqal3 Status: install ok installed Priority: optional Section: libs Installed-Size: 520 Maintainer: Dave Beckett Architecture: amd64 Multi-Arch: same Source: rasqal Version: 0.9.32-1 Depends: libc6 (>= 2.14), libgmp10, libmhash2, libpcre3 (>= 8.10), libraptor2-0 (>= 2.0.12), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Suggests: rasqal-utils Description: Rasqal RDF query library Rasqal is a C library providing support for querying the Resource Description Framework (RDF) including parsing query syntaxes, constructing the queries, executing them, returning result bindings and formatting results. It supports the SPARQL RDF Query Language, RDF Data Query Language (RDQL) and LAQRS experimental query language extending SPARQL. . Rasqal is designed for performance, flexibility and embedding (no memory leaks) and to track ongoing RDF query language work. Homepage: http://librdf.org/rasqal/ Package: udev Status: install ok installed Priority: important Section: admin Installed-Size: 5924 Maintainer: Debian systemd Maintainers Architecture: amd64 Multi-Arch: foreign Source: systemd Version: 215-17+deb8u7 Depends: libacl1 (>= 2.2.51-8), libblkid1 (>= 2.19.1), libc6 (>= 2.17), libkmod2 (>= 5~), libselinux1 (>= 2.0.65), libudev1 (= 215-17+deb8u7), adduser, lsb-base (>= 3.0-6), util-linux (>= 2.16), procps Pre-Depends: debconf (>= 1.4.69) | debconf-2.0 Breaks: consolekit (<< 0.4.6-1), kmod (<< 14), plymouth (<< 0.9.0-7), systemd (<< 215-1) Conffiles: /etc/init.d/udev 988e81a81706a99e7f4b83988b386b00 /etc/init.d/udev-finish fd3ce194c134bcd790681ea487b19126 /etc/init/udev-fallback-graphics.conf b8bfe7164e10cd0e53494b243c5728b1 /etc/init/udev-finish.conf 089140a32d519840674be9a274da1a42 /etc/init/udev.conf 41c0081f3a830e0902aaff76a53edf98 /etc/init/udevmonitor.conf b541dfb5aa4958e9a5336ecaec00ca15 /etc/init/udevtrigger.conf 651ff2421dde80be7ce7ccbf7fa8cf18 /etc/modprobe.d/fbdev-blacklist.conf 0b9c466830040ec52986cc3ea117bef5 /etc/udev/udev.conf ae415f84e2967eff580089fb08aa0a61 Description: /dev/ and hotplug management daemon udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot time. Homepage: http://www.freedesktop.org/wiki/Software/systemd Package: metacity-common Status: install ok installed Priority: optional Section: misc Installed-Size: 6233 Maintainer: Debian GNOME Maintainers Architecture: all Source: metacity Version: 1:3.14.3-1 Depends: dconf-gsettings-backend | gsettings-backend, sgml-base (>= 1.26+nmu2) Conffiles: /etc/sgml/metacity-common.cat 60e970c8e644a699cb8b40b12fe7fd93 Description: shared files for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared files. Homepage: https://git.gnome.org/browse/metacity Package: libglew1.10 Status: install ok installed Priority: optional Section: libs Installed-Size: 695 Maintainer: Matteo F. Vescovi Architecture: amd64 Multi-Arch: same Source: glew Version: 1.10.0-3 Depends: libc6 (>= 2.2.5), libgl1-mesa-glx | libgl1, libx11-6, libxext6, libxi6, libxmu6 Pre-Depends: multiarch-support Suggests: glew-utils Conflicts: libglew1 Description: OpenGL Extension Wrangler - runtime environment For more information about GLEW please refer to the description of the libglew-dev package. . This package contains the runtime support files. Homepage: http://glew.sourceforge.net Package: libunistring0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1133 Maintainer: Andreas Rottmann Architecture: amd64 Multi-Arch: same Source: libunistring (0.9.3-5.2) Version: 0.9.3-5.2+b1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Unicode string library for C The 'libunistring' library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 encodings), together with functions for Unicode characters (character names, classifications, properties) and functions for string processing (formatted output, width, word breaks, line breaks, normalization, case folding, regular expressions). . This package contains the shared library. Homepage: http://www.gnu.org/software/libunistring/ Package: libgrilo-0.2-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 442 Maintainer: Alberto Garcia Architecture: amd64 Multi-Arch: same Source: grilo Version: 0.2.11-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1), libsoup2.4-1 (>= 2.41.90), libtotem-plparser18 (>= 3.10.0), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Suggests: grilo-plugins-0.2 Description: Framework for discovering and browsing media - Shared libraries Grilo is a framework focused on making media discovery and browsing easy for application developers. . More precisely, Grilo provides: * A single, high-level API that abstracts the differences among various media content providers, allowing application developers to integrate content from various services and sources easily. * A collection of plugins for accessing content from various media providers. Developers can share efforts and code by writing plugins for the framework that are application agnostic. * A flexible API that allows plugin developers to write plugins of various kinds. . This package contains the shared libraries. Homepage: http://live.gnome.org/Grilo Package: libnettle4 Status: install ok installed Priority: optional Section: libs Installed-Size: 331 Maintainer: Magnus Holmgren Architecture: amd64 Multi-Arch: same Source: nettle Version: 2.7.1-5+deb8u2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: low level cryptographic library (symmetric and one-way cryptos) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. . This package contains the symmetric and one-way cryptographic algorithms. To avoid having this package depend on libgmp, the asymmetric cryptos reside in a separate library, libhogweed. Homepage: http://www.lysator.liu.se/~nisse/nettle/ Package: kcachegrind Status: install ok installed Priority: optional Section: devel Installed-Size: 1104 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Version: 4:4.14.0-1 Depends: kde-runtime (>> 4:4.10), libc6 (>= 2.14), libkdecore5 (>= 4:4.11), libkdeui5 (>= 4:4.11), libkio5 (>= 4:4.11), libqt4-dbus (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Recommends: graphviz, valgrind Suggests: kcachegrind-converters, khelpcenter4 Description: visualisation tool for the Valgrind profiler KCachegrind is a visualisation tool for the profiling data generated by calltree, a memory profiling tool for valgrind. Any executable can be profiled using calltree without being recompiled, including multi-threaded applications, shared libraries, and plugins. . For visualising the output from profiling tools other than Valgrind, several converters can be found in the kcachegrind-converters package. . This package is part of the KDE Software Development Kit module. Homepage: http://www.kde.org/ Package: liborbit-2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 657 Maintainer: Sebastian Rittau Architecture: amd64 Multi-Arch: same Source: orbit2 Version: 1:2.14.19-0.3 Replaces: liborbit2 (<< 1:2.14.19-0.3) Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.9) Pre-Depends: multiarch-support Breaks: liborbit2 (<< 1:2.14.19-0.3) Description: high-performance CORBA implementation - common libraries CORBA (Common Object Request Broker Architecture) is an architecture that enables program objects to communicate, sending requests and receiving replies, between different applications, regardless of their programming language, operating system or network location. . This package contains the run-time libraries needed by applications that communicate with each other using the ORBit2 implementation of CORBA. Package: iptables Status: install ok installed Priority: important Section: net Installed-Size: 3557 Maintainer: Laurence J. Lane Architecture: amd64 Source: iptables (1.4.21-2) Version: 1.4.21-2+b1 Depends: libc6 (>= 2.15), libnfnetlink0, libxtables10 (= 1.4.21-2+b1) Description: administration tools for packet filtering and NAT iptables is the userspace command line program used to configure the Linux packet filtering ruleset. It is targeted towards system administrators. Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too. The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 packet filter Homepage: http://www.netfilter.org/ Package: w3m Status: install ok installed Priority: standard Section: web Installed-Size: 2161 Maintainer: Tatsuya Kinoshita Architecture: amd64 Multi-Arch: foreign Version: 0.5.3-19+deb8u1 Replaces: w3m-ssl, w3mmee Provides: www-browser Depends: libc6 (>= 2.15), libgc1c2 (>= 1:7.2d), libgpm2 (>= 1.20.4), libssl1.0.0 (>= 1.0.0), libtinfo5, zlib1g (>= 1:1.1.4) Recommends: ca-certificates Suggests: w3m-img, mime-support, w3m-el, man-db, cmigemo Conflicts: w3m-ssl Conffiles: /etc/w3m/config e87f310b0ed88dc2a115d35397949cb6 /etc/w3m/mailcap fe00c489702ba1bd12a5b40d580600fa Description: WWW browsable pager with excellent tables/frames support w3m is a text-based World Wide Web browser with IPv6 support. It features excellent support for tables and frames. It can be used as a standalone file pager, too. . * You can follow links and/or view images in HTML. * Internet message preview mode, you can browse HTML mail. * You can follow links in plain text if it includes URL forms. * With w3m-img, you can view inline images. Homepage: http://sourceforge.net/projects/w3m/ Package: libldap-2.4-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 471 Maintainer: Debian OpenLDAP Maintainers Architecture: amd64 Multi-Arch: same Source: openldap Version: 2.4.40+dfsg-1+deb8u3 Replaces: libldap-2.3-0, libldap2 Depends: libc6 (>= 2.14), libgnutls-deb0-28 (>= 3.3.0), libsasl2-2 Pre-Depends: multiarch-support Conflicts: ldap-utils (<= 2.1.23-1) Conffiles: /etc/ldap/ldap.conf 0b3f4d19d88498314478273ce10b0a70 Description: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Homepage: http://www.openldap.org/ Package: iputils-tracepath Status: install ok installed Priority: optional Section: net Installed-Size: 77 Maintainer: Noah Meyerhans Architecture: amd64 Source: iputils (3:20121221-5) Version: 3:20121221-5+b2 Depends: libc6 (>= 2.15), libcap2 (>= 1:2.10) Suggests: traceroute Description: Tools to trace the network path to a remote host The tracepath utility is similar to the traceroute utility, but also attempts to discover the MTU of the path. . This package also includes tracepath6 and traceroute6 utilities, which may be used on IPv6 networks. Package: gir1.2-json-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 127 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: json-glib Version: 1.0.2-1 Replaces: gir1.0-json-glib-1.0, gir1.2-json-glib-1.0 Depends: gir1.2-glib-2.0 (>= 0.9.12), libjson-glib-1.0-0 (>= 0.16.0) Conflicts: gir1.0-json-glib-1.0, gir1.2-json-glib-1.0 Description: GLib JSON manipulation library (introspection data) JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. . This package contains introspection data. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/JsonGlib Package: gnome-backgrounds Status: install ok installed Priority: optional Section: gnome Installed-Size: 16281 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.14.1-1 Replaces: gnome-themes-standard-data (<< 3.13.90) Conflicts: gnome-themes-standard-data (<< 3.13.90) Description: Set of backgrounds packaged with the GNOME desktop This is a collection of desktop wallpapers created with GNOME users in mind. Package: libbsf-java Status: install ok installed Priority: optional Section: java Installed-Size: 130 Maintainer: Debian Java Maintainers Architecture: all Version: 1:2.4.0-5 Depends: libapache-pom-java Suggests: bsh, libxalan2-java, rhino Description: Bean Scripting Framework to support scripting languages in Java Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java, as well as an object registry that exposes Java objects to these scripting language engines. . BSF supports these scripting languages: * Python (using Jython) * JavaScript (using rhino) * XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces) * BeanShell (using bsh) via its own bsf adapter . Support for Tcl, NetRexx is not available in this Debian package since Jacl, NetRexx (non-free) are not packaged. Homepage: http://jakarta.apache.org/bsf/ Package: ant Status: install ok installed Priority: optional Section: java Installed-Size: 2177 Maintainer: Debian Java Maintainers Architecture: all Version: 1.9.4-3 Replaces: ant-doc (<= 1.6.5-1), libant1.6-java Depends: default-jre-headless | java5-runtime-headless | java6-runtime-headless | java7-runtime-headless Recommends: ant-optional Suggests: ant-doc, ant-gcj, default-jdk | java-compiler | java-sdk Breaks: ant-doc (<= 1.6.5-1) Conflicts: libant1.6-java Description: Java based build tool like make A system independent (i.e. not shell based) build tool that uses XML files as "Makefiles". This package contains the scripts and the core tasks libraries. Homepage: http://ant.apache.org Package: libice-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 218 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libice (2:1.0.9-1) Version: 2:1.0.9-1+b1 Depends: libice6 (= 2:1.0.9-1+b1), x11proto-core-dev Suggests: libice-doc Description: X11 Inter-Client Exchange library (development headers) This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . This package contains the development headers for the library found in libice6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Package: libpixman-1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1259 Maintainer: Debian X Strike Force Architecture: amd64 Source: pixman Version: 0.32.6-3 Depends: libpixman-1-0 (= 0.32.6-3) Description: pixel-manipulation library for X and cairo (development files) Development libraries, header files and documentation needed by programs that want to compile with the Cairo/X pixman library. Package: libgegl-0.2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 2399 Maintainer: Matteo F. Vescovi Architecture: amd64 Multi-Arch: same Source: gegl (0.2.0-7) Version: 0.2.0-7+b1 Depends: libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11), libavformat56 (>= 6:11~beta1), libbabl-0.1-0, libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libilmbase6 (>= 1.0.1), libjasper1, libjpeg62-turbo (>= 1:1.3.1), libopenexr6 (>= 1.6.1), libopenraw1 (>= 0.0.9), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), librsvg2-2 (>= 2.14.4), libsdl1.2debian (>= 1.2.11), libstdc++6 (>= 4.1.1), libumfpack5.6.2, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Generic Graphics Library GEGL (Generic Graphics Library) is a graph based image processing framework. . GEGLs original design was made to scratch GIMPs itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. Homepage: http://gegl.org/ Package: python3-chardet Status: install ok installed Priority: optional Section: python Installed-Size: 454 Maintainer: Piotr Ożarowski Architecture: all Source: chardet Version: 2.3.0-1 Depends: python3, python3:any (>= 3.3.2-2~), python3-pkg-resources Description: universal character encoding detector for Python3 Chardet takes a sequence of bytes in an unknown character encoding, and attempts to determine the encoding. . Supported encodings: * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese) * EUC-KR, ISO-2022-KR (Korean) * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) * ISO-8859-2, windows-1250 (Hungarian) * ISO-8859-5, windows-1251 (Bulgarian) * windows-1252 (English) * ISO-8859-7, windows-1253 (Greek) * ISO-8859-8, windows-1255 (Visual and Logical Hebrew) * TIS-620 (Thai) . This library is a port of the auto-detection code in Mozilla. . This package contains the Python 3 version of the library. Homepage: https://github.com/chardet/chardet Package: libdotconf0 Status: install ok installed Priority: optional Section: libs Installed-Size: 65 Maintainer: Shane Wegner Architecture: amd64 Multi-Arch: same Source: dotconf Version: 1.3-0.2 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Description: Configuration file parser library - runtime files dot.conf is a simple-to-use and powerful configuration-file parser library written in C. The configuration files created for dot.conf look very similar to those used by the Apache Webserver. Even Container-Directives known from httpd.conf can easily be used in the exact same manner as for Apache-Modules. It supports various types of arguments, dynamically loadable modules that create their own configuration options on-the-fly, a here-documents feature to pass very long ARG_STR data to your app, and on-the-fly inclusion of additional config files. Package: libreoffice-evolution Status: install ok installed Priority: optional Section: gnome Installed-Size: 546 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-common (<< 1:3.3.3-2~) Depends: libreoffice-base, libreoffice-common (>= 1:3.4.0~), libreoffice-core (= 1:4.3.3-2+deb8u7), libebook-1.2-14, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.19), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.10), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libstdc++6 (>= 4.9), uno-libs3 (>= 4.1.0~alpha), ure Recommends: evolution Breaks: ure (<< 1.5.1+OOo3.1.1-15) Description: office productivity suite -- Evolution addressbook support LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package allows LibreOffice to access Evolution address books. You need to install evolution separately. Homepage: http://www.libreoffice.org Package: gnome-packagekit-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 7853 Maintainer: Matthias Klumpp Architecture: all Source: gnome-packagekit Version: 3.14.0-1 Description: Data files for GNOME-PackageKit PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package contains architecture-independent files for all GNOME-PackageKit modules. Homepage: https://help.gnome.org/users/gnome-packagekit/stable/ Package: clang-3.5 Status: install ok installed Priority: optional Section: devel Installed-Size: 72174 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-3.5 Version: 1:3.5-10 Replaces: clang-3.1, clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt Provides: c++-compiler, c-compiler, objc-compiler Depends: libc6 (>= 2.15), libclang1-3.5 (= 1:3.5-10), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.5, libstdc++6 (>= 4.9), libtinfo5, zlib1g (>= 1:1.1.4), libstdc++-4.9-dev, libgcc-4.9-dev, libobjc-4.9-dev, libclang-common-3.5-dev (= 1:3.5-10), libc6-dev, binutils Recommends: llvm-3.5-dev, python Suggests: gnustep, gnustep-devel, clang-3.5-doc Breaks: clang-3.1, clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt Description: C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y. Homepage: http://www.llvm.org/ Package: libgdict-common Status: install ok installed Priority: optional Section: libs Installed-Size: 2220 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-dictionary Version: 3.14.1-1 Replaces: gnome-utils-common (<< 3.3) Breaks: gnome-utils-common (<< 3.3) Description: GNOME Dictionary base library - common files This package contains the translation files and dictionary source definitions used by the GNOME dictionary utility, and other applications providing similar functionality. Homepage: https://wiki.gnome.org/Apps/Dictionary Package: libmono-i18n4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 122 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libmono-corlib4.5-cil (>= 3.2.8), mono-runtime (>= 3.2.8), mono-runtime (<< 3.2.9) Description: Mono I18N base library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package also includes the base I18N library used by all I18N libraries. Homepage: http://www.mono-project.com/ Package: libmusicbrainz5-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 615 Maintainer: Debian Multimedia Team Architecture: amd64 Multi-Arch: same Source: libmusicbrainz5 Version: 5.1.0-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libneon27-gnutls, libstdc++6 (>= 4.9), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Description: Library to access the MusicBrainz.org database MusicBrainz is a community music metadatabase that attempts to create a comprehensive music information site. . This package contains the library to access the data from C or C++. Homepage: http://musicbrainz.org/doc/libmusicbrainz Package: libqt5gui5 Status: install ok installed Priority: optional Section: libs Installed-Size: 8154 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: fontconfig, libc6 (>= 2.14), libdrm2 (>= 2.4.17), libegl1-mesa (>= 7.8.1) | libegl1-x11, libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libgbm1 (>= 8.1~0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libharfbuzz0b (>= 0.9.11), libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmtdev1 (>= 1.0.8), libpango-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libqt5dbus5 (= 5.3.2+dfsg-4+deb8u2), libsm6, libstdc++6 (>= 4.1.1), libudev1 (>= 183), libx11-6, libx11-xcb1, libxcb-glx0, libxcb-icccm4 (>= 0.4.1), libxcb-image0 (>= 0.2.1), libxcb-keysyms1 (>= 0.4.0), libxcb-randr0 (>= 1.3), libxcb-render-util0, libxcb-render0, libxcb-shape0, libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb-xkb1, libxcb1, libxi6 (>= 2:1.2.99.4), libxkbcommon-x11-0 (>= 0.4.0), libxkbcommon0 (>= 0.4.1), libxrender1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Qt 5 GUI module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtGui module extends QtCore with GUI functionality. Homepage: http://qt-project.org/ Package: gvfs-libs Status: install ok installed Priority: optional Section: libs Installed-Size: 672 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gvfs Version: 1.22.2-1 Replaces: gvfs (<< 1.10.1-1), libgvfscommon0 Depends: libbluray1 (>= 1:0.2.2), libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libsecret-1-0 (>= 0.7), gvfs-common (= 1.22.2-1) Breaks: gvfs (<< 1.10.1-1) Conflicts: libgvfscommon0 Description: userspace virtual filesystem - private libraries gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains private libraries with common functions between the daemons and the GIO module. Homepage: https://wiki.gnome.org/Projects/gvfs Package: liburi-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 229 Maintainer: Debian Perl Group Architecture: all Version: 1.64-1 Depends: perl, libnet-perl Suggests: libwww-perl Description: module to manipulate and access URI strings URI is a collection of Perl modules that represent and manipulate Uniform Resource Identifier (URI) references as specified in RFC 2396. . URI objects can be used to access and manipulate the various components that make up these strings. There are also methods to combine URIs in various ways. . The URI class replaces the URI::URL class that used to be distributed with libwww-perl. This package also includes an emulation of the old URI::URL interface, which implements both the old and the new interface. Homepage: https://metacpan.org/release/URI Package: libproxy1 Status: install ok installed Priority: optional Section: libs Installed-Size: 155 Maintainer: Emilio Pozuelo Monfort Architecture: amd64 Multi-Arch: same Source: libproxy (0.4.11-4) Version: 0.4.11-4+b2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: automatic proxy configuration management library (shared) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the shared library. Homepage: http://code.google.com/p/libproxy/ Package: grub-common Status: install ok installed Priority: optional Section: admin Installed-Size: 14642 Maintainer: GRUB Maintainers Architecture: amd64 Multi-Arch: foreign Source: grub2 Version: 2.02~beta2-22+deb8u1 Replaces: grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-linuxbios (<< 1.96+20080831-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4) Depends: libc6 (>= 2.3), libdevmapper1.02.1 (>= 2:1.02.36), libfreetype6 (>= 2.2.1), libfuse2 (>= 2.8.4-1.4), liblzma5 (>= 5.1.1alpha+20120614), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4), gettext-base Recommends: os-prober (>= 1.33) Suggests: multiboot-doc, grub-emu, xorriso (>= 0.5.6.pl00), desktop-base (>= 4.0.6), console-setup Breaks: apport (<< 2.1.1), friendly-recovery (<< 0.2.13), lupin-support (<< 0.55) Conflicts: mdadm (<< 2.6.7-2) Conffiles: /etc/bash_completion.d/grub b269c1383a87a7da2cc309c929ba35ca /etc/grub.d/00_header b034af8c828a283c21c79b9416823128 /etc/grub.d/05_debian_theme f3230ccb0352216b90a6ac14a06e10fc /etc/grub.d/10_linux ae35c38b03a5624d3137eea2f8d28eb6 /etc/grub.d/20_linux_xen cb2ebb758a3c3499c45f91721edb7345 /etc/grub.d/30_os-prober 301de875f6f89f13426eb587e3d31cf8 /etc/grub.d/30_uefi-firmware 25eb05146f3056295bbc1ebfd013080d /etc/grub.d/40_custom babe7de352fe18de5a238569cf4b8a11 /etc/grub.d/41_custom 7bb4eb43ee7cb6d6f52df3dd2bde84e9 /etc/grub.d/README be58f42dfe74feb6eeb98c6a843c743f Description: GRand Unified Bootloader (common files) This package contains common files shared by the distinct flavours of GRUB. It is shared between GRUB Legacy and GRUB 2, although a number of files specific to GRUB 2 are here as long as they do not break GRUB Legacy. Homepage: http://www.gnu.org/software/grub/ Package: libgnome-menu-3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 173 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-menus Version: 3.13.3-6 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3) Description: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the shared library. Package: kbd Status: install ok installed Priority: optional Section: utils Installed-Size: 1537 Maintainer: Console utilities maintainers Architecture: amd64 Version: 1.15.5-2 Provides: console-utilities Depends: libc6 (>= 2.14), lsb-base (>= 3.0-10) Recommends: console-setup | console-data Conflicts: console-utilities Conffiles: /etc/init.d/kbd 7742d1e18a9cb625f9c838668fa1ab4e /etc/kbd/config 7675e7d682fcc2633d00990fc1a38c29 /etc/kbd/remap 2f1f15d62b45ab43c04b3ddbfcf591ec Description: Linux console font and keytable utilities This package allows you to set up the Linux console, change the font, resize text mode virtual consoles and remap the keyboard. . You will probably want to install a set of data files, such as the one in the “console-data” package. Package: python3-aptdaemon Status: install ok installed Priority: extra Section: python Installed-Size: 464 Maintainer: Julian Andres Klode Architecture: all Source: aptdaemon Version: 1.1.1-4+deb8u1 Depends: python3:any (>= 3.3.2-2~), gir1.2-glib-2.0, python3-apt (>= 0.8.5~ubuntu1), python3-defer (>= 1.0.6), python3-dbus, python3-gi, python3-pkg-resources, iso-codes Recommends: aptdaemon Description: Python 3 modules for the server and client of aptdaemon Aptdaemon is a transaction based package management service. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python 3 modules required to run aptdaemon and to implement a client. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Package: libslv2-9 Status: install ok installed Priority: optional Section: libs Installed-Size: 103 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: slv2 Version: 0.6.6+dfsg1-2 Depends: libc6 (>= 2.2.5), libraptor2-0 (>= 2.0.6), librdf0 (>= 1.0.15) Suggests: slv2-jack Description: library for simple use of LV2 plugins SLV2 is a library geared towards music and audio applications which makes the use of LV2 plugins as simple as possible. LV2 is a standard for plugins and matching host applications, mainly targeted at audio processing and generation. . This package contains the shared library for libslv2. Homepage: http://drobilla.net/software/slv2 Package: libtirpc1 Status: install ok installed Priority: standard Section: libs Installed-Size: 249 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libtirpc Version: 0.2.5-1+deb8u1 Depends: libc6 (>= 2.16), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2) Pre-Depends: multiarch-support Breaks: nfs-common (<< 1:1.2.8-7), nfs-kernel-server (<< 1:1.2.8-7) Conffiles: /etc/netconfig ca8db53e3af4d735335c2607d21c7195 Description: transport-independent RPC library This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. Homepage: http://sourceforge.net/projects/libtirpc Package: t1utils Status: install ok installed Priority: optional Section: text Installed-Size: 263 Maintainer: Niels Thykier Architecture: amd64 Version: 1.38-4 Depends: libc6 (>= 2.14) Description: Collection of simple Type 1 font manipulation programs The t1utils tools allow you to convert between PFA (ASCII) and PFB (binary) formats; disassemble PFA or PFB files into human-readable form; and reassemble the human-readable files into PFA or PFB format files. You can also extract font resources from a Macintosh font file (ATM/Laserwriter), or create a Macintosh Type 1 font file from a PFA or PFB font. . There are currently six programs: . t1ascii Converts PFB files to PFA format. . t1binary Converts PFA files to PFB format. . t1disasm Disassembles a Type 1 font (PFA or PFB format) into a raw, human-readable text form for subsequent hand editing, tweaking, hint fixing, etcetera... . t1asm Assembles a Type 1 font into PFA or PFB format from the human-readable form produced by t1disasm. . t1unmac Extracts POST resources from a Macintosh Type 1 font file (ATM/Laserwriter) into PFA or PFB format for use outside the Macintosh environment. The Macintosh file should be stored in MacBinary, AppleSingle, AppleDouble, or BinHex format, or as a raw resource fork. Note that t1unmac does not have to run on a Macintosh, but makes Macintosh Type 1 fonts available for use on Unix machines and PCs. . t1mac Creates a Macintosh Type 1 file from a PFA- or PFB-format Type 1 font. Writes the Macintosh file in MacBinary, AppleSingle, AppleDouble, or BinHex format, or as a raw resource fork. WARNING: This tool will not suffice to allow you to use the new font on a Macintosh, as Macintoshes cannot read raw Type 1 fonts. You will need to create a font suitcase containing bitmap fonts. If you do not already have such a suitcase for the font, T1utils will not help you create one. Homepage: http://www.lcdf.org/type/ Package: libeot0 Status: install ok installed Priority: optional Section: libs Installed-Size: 99 Maintainer: Rene Engelhard Architecture: amd64 Source: libeot Version: 0.01-3 Depends: libc6 (>= 2.14) Description: Library for parsing/converting Embedded OpenType files Libeot is a library for parsing Embedded OpenType files and converting them to other formats . This package contains the files needed to develop software using libeot. Package: exim4 Status: install ok installed Priority: standard Section: mail Installed-Size: 44 Maintainer: Exim4 Maintainers Architecture: all Version: 4.84.2-2+deb8u3 Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (>= 4.84.2-2+deb8u3), exim4-base (<< 4.84.2-2+deb8u3.1), exim4-daemon-light | exim4-daemon-heavy | exim4-daemon-custom Description: metapackage to ease Exim MTA (v4) installation Exim (v4) is a mail transport agent. exim4 is the metapackage depending on the essential components for a basic exim4 installation. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: http://www.exim.org/ Package: libuuid-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 82 Maintainer: Debian Perl Group Architecture: amd64 Source: libuuid-perl (0.05-1) Version: 0.05-1+b1 Depends: perl-base (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4), libuuid1 (>= 2.16) Conflicts: doc-base (<< 0.10.3) Description: Perl extension for using UUID interfaces as defined in e2fsprogs libuuid generates and parses 128-bit universally unique ids (UUIDs). See RFC 4122 for more information. . This is a Perl interface to libuuid. It allows generation, parsing, and unparsing of UUIDs. Homepage: https://metacpan.org/release/UUID/ Package: policykit-1-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 801 Maintainer: Utopia Maintenance Team Architecture: amd64 Version: 0.105-2 Depends: libc6 (>= 2.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.30.0), libgtk-3-0 (>= 3.0.0), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.99), policykit-1 Conffiles: /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop a92bde61a5fd59e0b0b42f0b254b0b0f Description: GNOME authentication agent for PolicyKit-1 PolicyKit-gnome provides a D-Bus session bus service that is used to bring up authentication dialogs used for obtaining privileges. Homepage: http://hal.freedesktop.org/docs/PolicyKit-gnome/ Package: libdiscid0 Status: install ok installed Priority: optional Section: libs Installed-Size: 34 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libdiscid Version: 0.6.1-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: libdiscid0-dbg (= 0.6.1-3) Description: library for creating MusicBrainz DiscIDs libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs. It reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz (http://musicbrainz.org). Additionally, it provides a submission URL for adding the DiscID to the database. Homepage: http://musicbrainz.org/doc/libdiscid Package: qtgraphicaleffects5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 15876 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtgraphicaleffects-opensource-src Version: 5.3.2-2 Description: Qt 5 graphical effects documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 graphical effects libraries. Homepage: http://qt-project.org/ Package: dstat Status: install ok installed Priority: optional Section: admin Installed-Size: 343 Maintainer: Andrew Pollock Architecture: all Version: 0.7.2-4 Depends: python:any (>= 2.6.6-7~) Conflicts: sleuthkit (<< 1.73-2) Description: versatile resource statistics tool Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes some of the limitations of these programs and adds some extra features. . Dstat allows you to view all of your network resources instantly, you can for example, compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval). . Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. . Dstat is also unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, i.e. you can see the throughput for all the block devices that make up a single filesystem or storage system. . Dstat's output, in its current form, is not suited for post-processing by other tools, it's mostly meant for humans to interpret real-time data as easy as possible. Homepage: http://dag.wieers.com/home-made/dstat/ Package: firefox-esr Status: install ok installed Priority: optional Section: web Installed-Size: 98380 Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Version: 45.9.0esr-1~deb8u1 Provides: gnome-www-browser, www-browser Depends: libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.17), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libevent-2.0-5 (>= 2.0.10-stable), libffi6 (>= 3.0.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk2.0-0 (>= 2.24.0), libhunspell-1.3-0 (>= 1.3.3), libpango-1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.8), libstdc++6 (>= 4.9), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrender1, libxt6, zlib1g (>= 1:1.2.0), fontconfig, procps, debianutils (>= 1.16), libsqlite3-0 (>= 3.7.12-1~) Recommends: gstreamer1.0-libav, gstreamer1.0-plugins-good Suggests: fonts-stix | otf-stix, fonts-lmodern, mozplugger, libgssapi-krb5-2 | libkrb53, libgnomeui-0, libcanberra0 Breaks: xul-ext-torbutton Conflicts: iceweasel (<< 45), j2re1.4, pango-graphite (<< 0.9.3) Conffiles: /etc/firefox-esr/firefox-esr.js 5ace09019aba06296dc21f574d444368 Description: Mozilla Firefox web browser - Extended Support Release (ESR) Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. Package: libexttextcat-data Status: install ok installed Priority: optional Section: text Installed-Size: 427 Maintainer: Rene Engelhard Architecture: all Source: libexttextcat Version: 3.4.4-1 Description: Language detection library - data files Libextttextcat is a library with functions that implement the classification technic described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. . This package provides the libtextcat data files. Homepage: http://software.wise-guys.nl/libtextcat/ Package: libatk1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 217 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: atk1.0 Version: 2.14.0-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1), libatk1.0-data (= 2.14.0-1) Pre-Depends: multiarch-support Description: ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This is the runtime part of ATK, needed to run applications built with it. Homepage: http://www.gtk.org/ Package: sysvinit-utils Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 147 Maintainer: Debian sysvinit maintainers Architecture: amd64 Source: sysvinit Version: 2.88dsf-59 Replaces: last, sysvinit (<= 2.86.ds1-65) Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), startpar Suggests: bootlogd, sash Breaks: upstart (<< 1.5-0ubuntu5) Conflicts: chkconfig (<< 11.0-79.1-2), last, startpar (<< 0.58-2), sysvconfig Description: System-V-like utilities This package contains the important System-V-like utilities. . Specifically, this package includes: killall5, last, lastb, mesg, pidof, service, sulogin Homepage: http://savannah.nongnu.org/projects/sysvinit Package: xz-utils Status: install ok installed Priority: standard Section: utils Installed-Size: 472 Maintainer: Jonathan Nieder Architecture: amd64 Multi-Arch: foreign Source: xz-utils (5.1.1alpha+20120614-2) Version: 5.1.1alpha+20120614-2+b3 Replaces: lzip (<< 1.8~rc2), xz-lzma Provides: lzma Depends: libc6 (>= 2.14), liblzma5 (>= 5.1.1alpha+20120614) Breaks: lzip (<< 1.8~rc2) Conflicts: lzma (<< 9.22-1), xz-lzma Description: XZ-format compression utilities XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package. . The XZ format is similar to the older LZMA format but includes some improvements for general use: . * 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder. Homepage: http://tukaani.org/xz/ Package: debian-archive-keyring Status: install ok installed Priority: important Section: misc Installed-Size: 108 Maintainer: Debian Release Team Architecture: all Multi-Arch: foreign Version: 2014.3 Depends: gpgv Recommends: gnupg Breaks: apt (<< 0.7.25.1) Conffiles: /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg 548a861c55fdf06fb9b0419c30cd33ec /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg 28ffc0824518a9d42fb40e5caad7c5ef /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg 3cf5c69a2532cc3a3cba6c5bcf02cb7b /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg 342e9f6a4bd60ac4e3f1fe74dc46e844 /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg 2e662da7572ee5fe2e921c7b1de6e564 /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg e5d3c1f7461bc12685f9b331c60beadd /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg 722258fff5af68c002429c4433bd228b Description: GnuPG archive keys of the Debian archive The Debian project digitally signs its Release files. This package contains the archive keys used for that. Package: task-english Status: install ok installed Priority: optional Section: tasks Installed-Size: 21 Maintainer: Debian Install System Team Architecture: all Source: tasksel Version: 3.31+deb8u1 Depends: tasksel (= 3.31+deb8u1), locales Recommends: util-linux-locales, ibritish, iamerican Description: General English environment This task installs packages and documentation in British and American English to help English speaking people use Debian. Package: gstreamer0.10-plugins-bad Status: install ok installed Priority: extra Section: libs Installed-Size: 8237 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-bad0.10 Version: 0.10.23-7.4+deb8u2 Replaces: gstreamer0.10-plugins-bad-multiverse (<< 0.10.5-2), gstreamer0.10-plugins-farsight, gstreamer0.10-plugins-really-bad (<< 0.10.14), gstreamer0.10-schroedinger, gstreamer0.10-xvid Provides: gstreamer0.10-audiosink, gstreamer0.10-audiosource, gstreamer0.10-plugins-farsight, gstreamer0.10-schroedinger, gstreamer0.10-videosink, gstreamer0.10-videosource, gstreamer0.10-visualization Depends: dconf-gsettings-backend | gsettings-backend, libass5 (>= 0.10.2), libbz2-1.0, libc6 (>= 2.15), libcairo2 (>= 1.2.4), libcdaudio1 (>= 0.99.12p2), libcurl3-gnutls (>= 7.16.2), libdc1394-22, libdca0, libdirac-encoder0, libdirectfb-1.2-9, libdvdnav4 (>= 4.1.3), libdvdread4 (>= 4.1.3), libfaad2 (>= 2.7), libflite1 (>= 1.4-release-9~), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.37.3), libgme0 (>= 0.5.5), libgsm1 (>= 1.0.13), libgstreamer-plugins-bad0.10-0 (= 0.10.23-7.4+deb8u2), libgstreamer-plugins-base0.10-0 (>= 0.10.36), libgstreamer0.10-0 (>= 0.10.36), libjasper1, libkate1 (>= 0.4.1), libmimic0, libmms0 (>= 0.4), libmodplug1, libmpcdec6 (>= 1:0.1~r435), libofa0 (>= 0.9.3), libopenal1 (>= 1.14), libopus0 (>= 1.1), liborc-0.4-0 (>= 1:0.4.20), libpng12-0 (>= 1.2.13-4), librsvg2-2 (>= 2.14.4), librtmp1 (>= 2.3), libschroedinger-1.0-0 (>= 1.0.9), libslv2-9 (>= 0.6.4-1~), libsndfile1 (>= 1.0.20), libsoundtouch0 (>= 1.8.0), libspandsp2 (>= 0.0.6~pre18), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libvo-aacenc0, libvo-amrwbenc0, libvpx1 (>= 1.0.0), libwildmidi1 (>= 0.2.3), libx11-6, libxml2 (>= 2.6.27), libxvidcore4 (>= 1.2.2), libzbar0 (>= 0.10), libzvbi0 (>= 0.2.33), gstreamer0.10-plugins-base Pre-Depends: multiarch-support Suggests: frei0r-plugins Conflicts: gstreamer0.10-plugins-farsight, gstreamer0.10-plugins-good (<< 0.10.15.2), gstreamer0.10-plugins-ugly (<< 0.10.13.2), gstreamer0.10-schroedinger, gstreamer0.10-xvid Description: GStreamer plugins from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html Gstreamer-Decoders: application/mxf; application/sdp; application/x-hls; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)TELEPHONE-EVENT; application/x-rtp, payload=(int)[ 96, 127 ], media=(string)video, encoding-name=(string)VP8-DRAFT-IETF-01; application/x-yuv4mpeg, y4mversion=(int)2; audio/midi; audio/mpeg, mpegversion=(int)4, stream-format=(string){ raw, adts }; audio/mpeg, mpegversion=(int)2; audio/ms-gsm; audio/riff-midi; audio/x-adpcm, layout=(string){ microsoft, dvi }; audio/x-aiff; audio/x-ay; audio/x-dts; audio/x-gbs; audio/x-gsm; audio/x-gym; audio/x-hes; audio/x-it; audio/x-kss; audio/x-mod; audio/x-musepack, streamversion=(int){ 7, 8 }; audio/x-nsf; audio/x-opus; audio/x-private1-dts; audio/x-s3m; audio/x-sap; audio/x-siren, dct-length=(int)320; audio/x-spc; audio/x-stm; audio/x-vgm; audio/x-xm; image/jp2; image/svg; image/svg+xml; image/x-j2c, fields=(int)1; image/x-jpc, fields=(int)1; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; subtitle/x-kate; video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)true; video/mpeg, mpegversion=(int){ 4, [ 1, 2 ] }, systemstream=(boolean)false; video/mpegts; video/x-cdxa; video/x-dirac; video/x-h263, variant=(string)itu; video/x-h264; video/x-ivf; video/x-mve; video/x-nuv; video/x-vcd; video/x-vmnc, version=(int)1; video/x-vp8 Gstreamer-Elements: adpcmdec, adpcmenc, aiffmux, aiffparse, apexsink, asfmux, asfparse, assrender, audioparse, audiosegmentclip, autoconvert, autovideoconvert, bayer2rgb, bpmdetect, bulge, burn, bz2dec, bz2enc, camerabin, camerabin2, cdaudio, cdxaparse, checksumsink, chopmydata, chromahold, chromium, circle, cogcolorconvert, cogcolorspace, cogdownsample, coglogoinsert, cogmse, cogscale, coloreffects, colorspace, compare, curlsink, dataurisrc, dc1394src, dccpclientsink, dccpclientsrc, dccpserversink, dccpserversrc, debugspy, decklinksink, decklinksrc, dfbvideosink, diffuse, dilate, diracenc, diracparse, dodge, dtmfdetect, dtmfsrc, dtsdec, dvbbasebin, dvbsrc, dvbsuboverlay, dvdspu, exclusion, faad, faceoverlay, fbdevsink, festival, fieldanalysis, fisheye, flitetestsrc, fpsdisplaysink, freeverb, freeze, gaussianblur, gmedec, gsettingsaudiosink, gsettingsaudiosrc, gsettingsvideosink, gsettingsvideosrc, gsmdec, gsmenc, h263parse, h264parse, hdvparse, hlsdemux, id3mux, interaudiosink, interaudiosrc, interlace, intervideosink, intervideosrc, irtspparse, ivfparse, jifmux, jp2kdec, jp2kdecimator, jp2kenc, jpegparse, kaleidoscope, katedec, kateenc, kateparse, katetag, ladspa-amp-mono, ladspa-amp-stereo, ladspa-delay-5s, ladspa-hpf, ladspa-lpf, ladspa-noise-white, ladspa-sine-faaa, ladspa-sine-faac, ladspa-sine-fcaa, ladspa-sine-fcac, legacyh264parse, legacympegvideoparse, legacyresample, linsyssdisink, linsyssdisrc, liveadder, marble, measurecollector, mimdec, mimenc, mirror, mmssrc, modplug, mpeg4videoparse, mpegpsdemux, mpegpsmux, mpegtsdemux, mpegtsmux, mpegtsparse, mpegvideoparse, musepackdec, mvedemux, mvemux, mxfdemux, mxfmux, nuvdemux, ofa, openalsink, openalsrc, opusdec, opusenc, opusparse, patchdetect, pcapparse, pinch, pitch, pnmdec, pnmenc, removesilence, rfbsrc, rgb2bayer, rotate, rsndvdbin, rsvgdec, rsvgoverlay, rtmpsink, rtmpsrc, rtpasfpay, rtpdtmfdepay, rtpdtmfmux, rtpdtmfsrc, rtpmux, rtpopusdepay, rtpopuspay, rtpvp8depay, rtpvp8pay, scaletempo, scenechange, schrodec, schroenc, sdidemux, sdimux, sdpdemux, sfsink, sfsrc, shmsink, shmsrc, sirendec, sirenenc, smooth, solarize, spacescope, spanplc, spectrascope, speed, sphere, square, srtenc, ssim, stereo, stretch, synaescope, teletextdec, tsdemux, tsparse, ttadec, ttaparse, tunnel, twirl, vcdparse, vcdsrc, videoanalyse, videodetect, videomark, videomaxrate, videoparse, videosegmentclip, viewfinderbin, vmncdec, voaacenc, voamrwbenc, vp8dec, vp8enc, waterripple, wavescope, webvttenc, wildmidi, wrappercamerabinsrc, xviddec, xvidenc, y4mdec, zbar, zebrastripe Gstreamer-Encoders: application/mxf; application/x-bzip; application/x-kate; application/x-raw-sdi, format=(fourcc){ UYVY, v210 }; application/x-rtp; application/x-subtitle; audio/AMR-WB; audio/mpeg, mpegversion=(int)4, stream-format=(string){ adts, raw }, base-profile=(string)lc; audio/x-adpcm, layout=(string){ dvi }; audio/x-aiff; audio/x-gsm; audio/x-opus; audio/x-siren, dct-length=(int)320; image/jp2; image/x-j2c, fourcc=(fourcc){ sRGB, sYUV }, fields=(int)1; image/x-jpc, fourcc=(fourcc){ sRGB, sYUV }, fields=(int)1; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; subtitle/x-kate; text/webvtt; video/mpeg, mpegversion=(int)2, systemstream=(boolean)true; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpegts, systemstream=(boolean)true, packetsize=(int){ 188, 192 }; video/x-dirac; video/x-mimic; video/x-mp4-part; video/x-ms-asf, parsed=(boolean)true; video/x-mve; video/x-qt-part; video/x-vp8; video/x-xvid Gstreamer-Uri-Sinks: rtmfp, rtmp, rtmpe, rtmps, rtmpt, rtmpte, rtmpts Gstreamer-Uri-Sources: cd, data, dvb, dvd, mms, mmsh, mmst, mmsu, rtmfp, rtmp, rtmpe, rtmps, rtmpt, rtmpte, rtmpts, vcd Gstreamer-Version: 0.10 Package: libsdl-pango-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 174 Maintainer: Debian SDL packages maintainers Architecture: amd64 Source: sdlpango Version: 0.1.2-6 Depends: libsdl-pango1 (= 0.1.2-6), libsdl1.2-dev (>= 1.2.4), libpango1.0-dev (>= 1.2.0) Description: text rendering with Pango in SDL applications (development) SDL_pango is a Simple Directmedia Layer extension for rendering text with the Pango library. Its use cases are similar to those of SDL_ttf, but it benefits from the superior Pango font selection engine for improved rendering of internationalized text. . This package contains the static library and development headers needed to build applications using SDL_pango. Homepage: http://sdlpango.sourceforge.net/ Package: libtext-iconv-perl Status: install ok installed Priority: required Section: perl Installed-Size: 92 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libtext-iconv-perl (1.7-5) Version: 1.7-5+b2 Depends: libc6 (>= 2.2.5), perl-base (>= 5.20.0-4), perlapi-5.20.0 Description: converts between character sets in Perl The iconv() family of functions from XPG4 defines an API for converting between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They are provided by libc6. . This package allows access to them from Perl via the Text::Iconv package. Homepage: http://search.cpan.org/search?module=Text::Iconv Package: gnome-color-manager Status: install ok installed Priority: optional Section: gnome Installed-Size: 4816 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libcolord-gtk1 (>= 0.1.20), libcolord2 (>= 1.0.1), libexif12 (>= 0.6.21-1~), libexiv2-13, libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.10), liblcms2-2 (>= 2.2+git20110628), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 4.6), libtiff5 (>= 4.0.3), libvte-2.91-0, libx11-6, policykit-1, colord (>= 0.1.34) Recommends: argyll Description: Color management integration for the GNOME desktop environment GNOME Color Manager is a set of graphical utilities for color management to be used in the GNOME desktop. With the help of ArgyllCMS, it can create and apply display ICC color profiles. Homepage: https://git.gnome.org/browse/gnome-color-manager Package: libclutter-gst-2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 103 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: clutter-gst-2.0 Version: 2.0.12-1 Depends: libc6 (>= 2.14), libclutter-1.0-0 (>= 1.13.0), libcogl20 (>= 1.17.4), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.0.0), libx11-6 Pre-Depends: multiarch-support Description: Open GL based interactive canvas library GStreamer elements Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. Homepage: http://www.clutter-project.org/ Package: libxext-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 307 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxext Version: 2:1.3.3-1 Depends: libxext6 (= 2:1.3.3-1), x11proto-core-dev, x11proto-xext-dev (>= 7.0.99.2), libx11-dev Suggests: libxext-doc Description: X11 miscellaneous extensions library (development headers) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the development headers for the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: pngcrush Status: install ok installed Priority: optional Section: graphics Installed-Size: 118 Maintainer: Kapil Hari Paranjape Architecture: amd64 Version: 1.7.65-0.1 Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4) Description: optimizes PNG (Portable Network Graphics) files Pngcrush is an optimizer for PNG (Portable Network Graphics) files. Its main purpose is to reduce the size of the PNG IDAT data stream by trying various compression levels and PNG filter methods. It also can be used to remove unwanted ancillary chunks, or to add certain chunks including gAMA, tRNS, and textual chunks. Homepage: http://pmt.sourceforge.net/pngcrush/ Package: telnet Status: install ok installed Priority: standard Section: net Installed-Size: 200 Maintainer: Alberto Gonzalez Iniesta Architecture: amd64 Source: netkit-telnet Version: 0.17-36 Replaces: netstd Provides: telnet-client Depends: netbase, libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1), libncurses5 (>= 5.6+20071006-3), libstdc++6 (>= 4.1.1) Description: The telnet client The telnet command is used for interactive communication with another host using the TELNET protocol. Package: evolution Status: install ok installed Priority: optional Section: gnome Installed-Size: 357 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution (3.12.9~git20141130.241663-1) Version: 3.12.9~git20141130.241663-1+b1 Replaces: evolution-common (<< 2.91) Provides: imap-client, mail-reader Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcamel-1.2-49, libclutter-gtk-1.0-0 (>= 0.91.8), libecal-1.2-16 (>= 3.5.91), libedataserver-1.2-18 (>= 3.11.90), libevolution (>= 3.12), libevolution (<< 3.13), libglib2.0-0 (>= 2.36), libgtk-3-0 (>= 3.0.0), libical1a (>= 1.0), libnotify4 (>= 0.7.0), libsoup2.4-1 (>= 2.42), libwebkitgtk-3.0-0 (>= 1.3.10), libxml2 (>= 2.7.4), evolution-common (= 3.12.9~git20141130.241663-1), evolution-data-server (>= 3.12.9~), evolution-data-server (<< 3.13), gnome-icon-theme (>= 2.30.2.1), dbus, psmisc Pre-Depends: debconf (>= 1.4.69) | debconf-2.0 Recommends: evolution-plugins, yelp, bogofilter | spamassassin Suggests: evolution-ews, evolution-plugins-experimental, gnupg, network-manager Conffiles: /etc/xdg/autostart/evolution-alarm-notify.desktop 0286eef8585e210b26dc673203748298 Description: groupware suite with mail client and organizer Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . Additional features include integration with Exchange servers, newsgroup client, LDAP support and web calendars . Evolution is a graphical application that is part of GNOME, and is distributed by Novell, Inc. . See http://projects.gnome.org/evolution/ for more information. . The following plugins belonging to the "base" set are included. - calendar-file - calendar-http - itip-formatter - default-source - addressbook-file - mark-all-read - publish-calendar - caldav - imap-features - google-account-setup - webdav-account-setup - calendar-weather - sa-junk-plugin - bogo-junk-plugin Homepage: http://projects.gnome.org/evolution/ Package: libaprutil1 Status: install ok installed Priority: optional Section: libs Installed-Size: 264 Maintainer: Debian Apache Maintainers Architecture: amd64 Multi-Arch: same Source: apr-util Version: 1.5.4-1 Depends: libapr1 (>= 1.4.8-2~), libc6 (>= 2.14), libdb5.3, libexpat1 (>= 2.0.1), libssl1.0.0 (>= 1.0.0), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Breaks: libapr1 (<< 1.4.8-2~) Description: Apache Portable Runtime Utility Library APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. Homepage: http://apr.apache.org/ Package: libkemoticons4 Status: install ok installed Priority: optional Section: libs Installed-Size: 207 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: utility classes to deal with emoticon themes This library provides utility classes to deal with emoticon themes in KDE applications. It provides classes to load emoticon themes from various sources as well as install new themes. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libxcb-xv0 Status: install ok installed Priority: optional Section: libs Installed-Size: 43 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, xv extension This package contains the library files needed to run software using libxcb-xv, the xv extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libheimbase1-heimdal Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Brian May Architecture: amd64 Multi-Arch: same Source: heimdal Version: 1.6~rc2+dfsg-9 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Heimdal Kerberos - Base library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the base library. Homepage: http://www.h5l.org/ Package: libhttp-parser2.1 Status: install ok installed Priority: extra Section: libs Installed-Size: 75 Maintainer: Praveen Arimbrathodiyil Architecture: amd64 Multi-Arch: same Source: http-parser Version: 2.1-2 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: parser for HTTP messages written in C It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). Homepage: https://github.com/joyent/http-parser Package: gnome-photos Status: install ok installed Priority: extra Section: gnome Installed-Size: 2265 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.2-1 Depends: dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 1.12.4), libbabl-0.1-0, libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.6.0), libexempi3 (>= 2.2.0), libexif12 (>= 0.6.21-1~), libgdata19 (>= 0.15.0), libgdk-pixbuf2.0-0 (>= 2.23.0), libgegl-0.2-0, libgfbgraph-0.2-0 (>= 0.2.2), libglib2.0-0 (>= 2.39.3), libgnome-desktop-3-10 (>= 3.11.90), libgoa-1.0-0b (>= 3.7.90), libgrilo-0.2-1 (>= 0.2.2), libgtk-3-0 (>= 3.13.2), libjson-glib-1.0-0 (>= 0.12.0), liblcms2-2 (>= 2.2+git20110628), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), librest-0.7-0 (>= 0.7), librsvg2-2 (>= 2.26.0), libsoup2.4-1 (>= 2.4.0), libtracker-control-1.0-0 (>= 0.17.4), libtracker-sparql-1.0-0 (>= 0.12.0), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), tracker, gnome-online-miners Recommends: dleyna-renderer Description: application to access, organize and share your photos with GNOME GNOME Photos is designed to fullfill your needs to: . View local and online/cloud collections View photos on attached devices View photos on DLNA media servers See new photos shared by friends View full screen slideshows Share photos (email, IM, ?) Upload photos Set as background Select favorites Very basic manipulation: Rotate, Crop, Enhance, Remove/Delete, Combine into an Album Allow opening full featured editor for more advanced changes Homepage: https://wiki.gnome.org/Apps/Photos Package: gnome-bluetooth Status: install ok installed Priority: optional Section: gnome Installed-Size: 3198 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-2 Replaces: nautilus-sendto (<< 2.28.4-2) Depends: bluez (>= 5.5), bluez-obexd, udev (>= 154), libpam-systemd, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.38.0), libgnome-bluetooth13 (>= 3.12.0), libgtk-3-0 (>= 3.11.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libudev1 (>= 183) Recommends: gnome-control-center, gvfs-backends Suggests: gnome-user-share Breaks: gnome-phone-manager (<< 0.67), gnome-shell (<< 3.12), nautilus-sendto (<< 3.0), network-manager-gnome (<< 0.9.0-3) Conflicts: bluez-gnome Description: GNOME Bluetooth tools This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. Homepage: https://wiki.gnome.org/GnomeBluetooth Package: libgmime-2.6-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 565 Maintainer: Mirco Bauer Architecture: amd64 Multi-Arch: same Source: gmime (2.6.20-1) Version: 2.6.20-1+b1 Depends: libassuan0 (>= 2.0.1), libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libgpg-error0 (>= 1.14), libgpgme11 (>= 1.2.0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: MIME message parser and creator library - runtime GMime provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). . This package contains the shared library of GMime. Homepage: http://spruce.sourceforge.net/gmime/ Package: va-driver-all Status: install ok installed Priority: optional Section: video Installed-Size: 13 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libva Version: 1.4.1-1 Depends: i965-va-driver, vdpau-va-driver Suggests: xvba-va-driver Description: Video Acceleration (VA) API -- driver metapackage This package depends on the full suite of drivers for the Video Acceleration API (VA API). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Homepage: http://www.freedesktop.org/wiki/Software/vaapi Package: qml-module-qtquick-window2 Status: install ok installed Priority: optional Section: libs Installed-Size: 110 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtdeclarative-opensource-src Version: 5.3.2-4 Replaces: qtdeclarative5-window-plugin (<< 5.2.1-5~) Depends: libc6 (>= 2.2.5), libqt5core5a (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtdeclarative-abi-5-3-2 Pre-Depends: multiarch-support Breaks: qtdeclarative5-window-plugin (<< 5.2.1-5~) Description: Qt 5 window 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This QML module contains types for creating top-level windows and accessing screen information. Homepage: http://qt-project.org/ Package: gnome-clocks Status: install ok installed Priority: optional Section: gnome Installed-Size: 2012 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra0 (>= 0.30), libgdk-pixbuf2.0-0 (>= 2.22.0), libgeocode-glib0 (>= 0.99.1), libglib2.0-0 (>= 2.39.90), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.13.8), libgweather-3-6 (>= 3.13.91), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend, geoclue-2.0 Description: Simple GNOME app with stopwatch, timer, and world clock support GNOME Clocks is a simple application to show the time and date in multiple locations and set alarms or timers. A stopwatch is also included. Homepage: https://wiki.gnome.org/Apps/Clocks Package: libbluray1 Status: install ok installed Priority: optional Section: libs Installed-Size: 282 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libbluray Version: 1:0.6.2-1 Depends: libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Recommends: libaacs0 Suggests: libbluray-bdj Description: Blu-ray disc playback support library (shared library) libbluray is an open-source library designed for Blu-Ray Discs playback for media players, like VLC or MPlayer. This research project is developed by an international team of developers from Doom9. libbluray integrates navigation, playlist parsing, menus, and BD-J. . NB: Most commercial Blu-Ray are restricted by AACS or BD+ technologies and this library is not enough to playback those discs. . This package provides the shared library. Homepage: http://www.videolan.org/developers/libbluray.html Package: libtracker-control-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 378 Maintainer: Michael Biebl Architecture: amd64 Multi-Arch: same Source: tracker Version: 1.2.4-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.38.0), libmediaart-1.0-0 (>= 0.7), libmediaart-1.0-0 (<< 0.8), libtracker-sparql-1.0-0 (= 1.2.4-2) Pre-Depends: multiarch-support Description: library to control/monitor tracker miners This package contains a library for managing miners, including polling status and progress, pausing, resuming and more. . Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. Homepage: https://wiki.gnome.org/Projects/Tracker Package: libapt-inst1.5 Status: install ok installed Priority: important Section: libs Installed-Size: 352 Maintainer: APT Development Team Architecture: amd64 Multi-Arch: same Source: apt Version: 1.0.9.8.4 Depends: libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Pre-Depends: multiarch-support Description: deb package format runtime library This library provides methods to query and extract information from deb packages. This includes the control data and the package file content. Package: libisl10 Status: install ok installed Priority: optional Section: libs Installed-Size: 1417 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: isl Version: 0.12.2-2 Depends: libc6 (>= 2.14), libgmp10 Pre-Depends: multiarch-support Breaks: libcloog-isl4 (<< 0.18.1) Description: manipulating sets and relations of integer points bounded by linear constraints isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction. . This package contains the runtime library. Homepage: http://freecode.com/projects/isl Package: qttools5-dev-tools Status: install ok installed Priority: optional Section: devel Installed-Size: 5453 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qttools-opensource-src Version: 5.3.2-3 Replaces: qttools5-examples (<< 5.3.0-4~) Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt5core5a (>= 5.3.0), libqt5dbus5 (>= 5.0.2), libqt5designer5 (>= 5.0.2), libqt5designercomponents5 (>= 5.0.2), libqt5gui5 (>= 5.3.0), libqt5help5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5webkit5 (>= 5.2.0), libqt5widgets5 (>= 5.2.0~rc1), libqt5xml5 (>= 5.1.0), libstdc++6 (>= 4.4.0), qtbase-abi-5-3-2, zlib1g (>= 1:1.1.4) Recommends: libqt5sql5-sqlite Breaks: qttools5-examples (<< 5.3.0-4~) Description: Qt 5 development tools Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains a set of applications to browse the documentation, translate applications, generate help files and other stuff that helps in Qt development. These tools are among others: * assistant * designer * linguist * pixeltool * qdbusviewer Homepage: http://qt-project.org/ Package: seahorse Status: install ok installed Priority: optional Section: gnome Installed-Size: 6691 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-2 Depends: dconf-gsettings-backend | gsettings-backend, libassuan0 (>= 2.0.1), libatk1.0-0 (>= 1.12.4), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgck-1-0 (>= 3.12.0), libgcr-base-3-1 (>= 3.12.0), libgcr-ui-3-1 (>= 3.11.91), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libgpg-error0 (>= 1.14), libgpgme11 (>= 1.2.0), libgtk-3-0 (>= 3.4.0), libldap-2.4-2 (>= 2.4.7), libp11-kit0 (>= 0.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsecret-1-0 (>= 0.18), libsoup2.4-1 (>= 2.33.92), gcr (>= 3.4), gnome-keyring (>= 3.4), gnupg (>= 1.4.7) Recommends: openssh-client Description: GNOME front end for GnuPG Seahorse is a front end for GnuPG - the GNU Privacy Guard program - that integrates to the GNOME desktop. It is a tool for secure communications and data storage. Data encryption and digital signature creation can easily be performed through a GUI and Key Management operations can easily be carried out through an intuitive interface. Homepage: https://wiki.gnome.org/Seahorse Package: libmagickcore-6.q16-2-extra Status: install ok installed Priority: optional Section: libs Installed-Size: 321 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: same Source: imagemagick Version: 8:6.8.9.9-5+deb8u9 Provides: libmagickcore-6.q16-1-extra, libmagickcore-extra Depends: libc6 (>= 2.4), libcairo2 (>= 1.6.0), libdjvulibre21 (>= 3.5.25.4), libglib2.0-0 (>= 2.12.0), libmagickcore-6.q16-2 (>= 8:6.8.9.9), libmagickwand-6.q16-2 (>= 8:6.8.8.2), libopenexr6 (>= 1.6.1), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.14.4), libwmf0.2-7 (>= 0.2.8.4), libxml2 (>= 2.7.4) Suggests: inkscape Enhances: libmagickcore-6.q16-2 Description: low-level image manipulation library - extra codecs (Q16) This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. . This version of libmagickcore-extra is compiled for quantum depth of 16 bits. Homepage: http://www.imagemagick.org/ Package: qttranslations5-l10n Status: install ok installed Priority: optional Section: localization Installed-Size: 8473 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qttranslations-opensource-src Version: 5.3.2-2 Description: translations for Qt 5 Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package provides translation files for Qt itself and some base apps, such as Qt Linguist, Qt Assistant and Qt Designer. Homepage: http://qt-project.org/ Package: dc Status: install ok installed Priority: standard Section: math Installed-Size: 168 Maintainer: Ryan Kavanagh Architecture: amd64 Multi-Arch: foreign Source: bc Version: 1.06.95-9 Depends: libc6 (>= 2.14) Description: GNU dc arbitrary precision reverse-polish calculator GNU dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. . A reverse-polish calculator stores numbers on a stack. Entering a number pushes it on the stack. Arithmetic operations pop arguments off the stack and push the results. Homepage: http://ftp.gnu.org/gnu/bc/ Package: ftplib-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 316 Maintainer: Raphaël Hertzog Architecture: amd64 Source: ftplib Version: 3.1-1-9 Depends: ftplib3 (= 3.1-1-9), libc6 (>= 2.2.5) Description: Library of callable ftp routines (development) Ftplib makes it easier for C programmers to use file transfer in their programs. This package is required to compile and link programs that use ftplib. It includes an example command line utility for transferring files via ftp (RFC959). Homepage: http://nbpfaus.net/~pfau/ftplib/ Package: cheese Status: install ok installed Priority: optional Section: gnome Installed-Size: 682 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-2 Depends: libc6 (>= 2.4), libcanberra-gtk3-0 (>= 0.25), libcheese-gtk23 (>= 3.4.0), libcheese7 (>= 3.5.1), libclutter-1.0-0 (>= 1.16), libclutter-gtk-1.0-0 (>= 0.91.8), libgdk-pixbuf2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.39.90), libgnome-desktop-3-10 (>= 3.11.90), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.13.7), cheese-common (= 3.14.1-2), gnome-video-effects Recommends: gvfs, gnome-icon-theme, hicolor-icon-theme, nautilus-sendto, yelp Suggests: gnome-video-effects-frei0r Description: tool to take pictures and videos from your webcam A webcam application that supports image and video capture. Makes it easy to take photos and videos of you, your friends, pets or whatever you want. Allows you to apply fancy visual effects, fine-control image settings and has features such as Multi-Burst mode, Countdown timer for photos. Homepage: https://wiki.gnome.org/Apps/Cheese Package: glib-networking Status: install ok installed Priority: optional Section: libs Installed-Size: 186 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Version: 2.42.0-2 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.41.3), libgnutls-deb0-28 (>= 3.3.8), libp11-kit0 (>= 0.11), libproxy1 (>= 0.4.11), glib-networking-services (>= 2.42.0-2), glib-networking-services (<< 2.42.0-2.1~), glib-networking-common (= 2.42.0-2), gsettings-desktop-schemas Breaks: libglib2.0-0 (<< 2.30.1-2) Description: network-related giomodules for GLib This package contains various network related extensions for the GIO library. Package: libtext-wrapi18n-perl Status: install ok installed Priority: required Section: perl Installed-Size: 28 Maintainer: Anibal Monsalve Salazar Architecture: all Version: 0.06-7 Depends: libtext-charwidth-perl Description: internationalized substitute of Text::Wrap This module is a substitution for Text::Wrap, supporting multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth characters such as east Asian characters, combining characters such as diacritical marks and Thai, and languages which don't use whitespaces between words such as Chinese and Japanese. . It provides wrap(). Homepage: http://search.cpan.org/search?module=Text::WrapI18N Package: aptdaemon Status: install ok installed Priority: extra Section: admin Installed-Size: 2198 Maintainer: Julian Andres Klode Architecture: all Version: 1.1.1-4+deb8u1 Depends: python3, python3:any (>= 3.2~), gir1.2-glib-2.0, python3-aptdaemon (= 1.1.1-4+deb8u1), python3-gi, policykit-1 Recommends: lintian Breaks: software-center (<< 1.1.21) Conffiles: /etc/apt/apt.conf.d/20dbus ea231d256caa030328bee60cc4e9b56c /etc/dbus-1/system.d/org.debian.apt.conf e0c8a5d2fbd0a727bdea215e32061e58 Description: transaction based package management service Aptdaemon allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . Currently it comes with the following main features: . - Programming language independent D-Bus interface, which allows one to write clients in several languages - Runs only if required (D-Bus activation) - Fine grained privilege management using PolicyKit, e.g. allowing all desktop user to query for updates without entering a password - Support for media changes during installation from DVD/CDROM - Support for debconf (Debian's package configuration system) - Support for attaching a terminal to the underlying dpkg call . This package contains the aptd script and all the data files required to run the daemon. Moreover it contains the aptdcon script, which is a command line client for aptdaemon. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Package: rhythmbox Status: install ok installed Priority: optional Section: gnome Installed-Size: 658 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.34.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.6.0), libgudev-1.0-0 (>= 146), libjavascriptcoregtk-3.0-0 (>= 1.5.1), libjson-glib-1.0-0 (>= 0.12.0), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), librhythmbox-core8 (= 3.1-1), libsoup2.4-1 (>= 2.34.0), libtdb1 (>= 1.1.2~git20080520), libtotem-plparser18 (>= 3.10.0), libwebkitgtk-3.0-0 (>= 1.3.10), libx11-6, libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), rhythmbox-data (= 3.1-1), dbus, gstreamer1.0-plugins-base (>= 1.0.6), gstreamer1.0-plugins-good (>= 1.0.6), gnome-icon-theme, gstreamer1.0-x, media-player-info Recommends: yelp, avahi-daemon, notification-daemon, gstreamer1.0-pulseaudio, gstreamer1.0-plugins-ugly, gvfs-backends, rhythmbox-plugins Suggests: gstreamer1.0-plugins-bad, gnome-codec-install, gnome-control-center, rhythmbox-plugin-cdrecorder Breaks: gvfs (<< 1.4.1-6) Description: music player and organizer for GNOME Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. Homepage: https://wiki.gnome.org/Apps/Rhythmbox Package: zeitgeist-core Status: install ok installed Priority: optional Section: utils Installed-Size: 460 Maintainer: Siegfried-Angel Gevatter Pujals Architecture: amd64 Source: zeitgeist Version: 0.9.14-2.2 Provides: zeitgeist-extension-fts Depends: libc6 (>= 2.4), libdee-1.0-4 (>= 1.0.2), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.9), libxapian22, libzeitgeist-2.0-0 (>= 0.9.14) Pre-Depends: dpkg (>= 1.15.7.2) Suggests: zeitgeist-datahub Description: event logging framework - engine Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations held with other people, etc.) and makes the relevant information available to other applications. . It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns. . This package contains the main daemon (in its new Vala implementation, codenamed "Bluebird"). It also includes the FTS (Full Text Search) extension. Homepage: http://zeitgeist-project.com/ Package: libsemanage-common Status: install ok installed Priority: optional Section: libs Installed-Size: 65 Maintainer: Debian SELinux maintainers Architecture: all Multi-Arch: foreign Source: libsemanage Version: 2.3-1 Replaces: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~) Breaks: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~) Conffiles: /etc/selinux/semanage.conf e69d42a4d98a93c3b8e201bdda367c55 Description: Common files for SELinux policy management libraries This package provides the common files used by the shared libraries for SELinux policy management. . Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Homepage: http://userspace.selinuxproject.org/ Package: libmythes-1.2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 16 Maintainer: Debian OpenOffice Team Architecture: amd64 Source: mythes Version: 2:1.2.4-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: simple thesaurus library MyThes is a simple thesaurus that uses a structured text data file and an index file with binary search to lookup words and phrases and return information on part of speech, meanings, and synonyms . This package contains the shared library. Package: libgxps2 Status: install ok installed Priority: optional Section: libs Installed-Size: 130 Maintainer: Savvas Radevic Architecture: amd64 Multi-Arch: same Source: libgxps (0.2.2-3) Version: 0.2.2-3+b2 Depends: libarchive13, libc6 (>= 2.14), libcairo2 (>= 1.10.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libjpeg62-turbo (>= 1:1.3.1), liblcms2-2 (>= 2.2+git20110628), libtiff5 (>= 4.0.3) Pre-Depends: multiarch-support Description: handling and rendering XPS documents (library) OpenXPS or XPS stands for XML Paper Specification. It is based on XML and it's a new electronic paper format originally developed by Microsoft and it serves as a PDF alternative. XPS files are usually created using "Microsoft XPS Document Writer" in Windows environments. It is now standardized as an open standard document format. . Quoting Wikipedia: An XPS file is in fact a Unicoded ZIP archive using the Open Packaging Conventions, containing the files which make up the document. These include an XML markup file for each page, text, embedded fonts, raster images, 2D vector graphics, as well as the digital rights management information. The contents of an XPS file can be examined simply by opening it in an application which supports ZIP files. . The OpenXPS document format specification supports features such as color gradients, transparencies, CMYK color spaces, printer calibration, multiple-ink systems and print schemas. . This package contains the library. It is being used by evince to read XPS documents. Homepage: https://wiki.gnome.org/libgxps Package: libfakeroot Status: install ok installed Priority: optional Section: utils Installed-Size: 172 Maintainer: Clint Adams Architecture: amd64 Multi-Arch: same Source: fakeroot Version: 1.20.2-1 Replaces: fakeroot (<< 1.20-2~) Depends: libc6 (>= 2.14) Breaks: fakeroot (<< 1.20-2~) Conffiles: /etc/ld.so.conf.d/fakeroot-x86_64-linux-gnu.conf f9f2331782e9078d5472c77e1d9cd869 Description: tool for simulating superuser privileges - shared libraries fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. . This package contains the LD_PRELOAD libraries. Package: pidgin-data Status: install ok installed Priority: optional Section: net Installed-Size: 28265 Maintainer: Ari Pollak Architecture: all Source: pidgin Version: 2.11.0-0+deb8u2 Replaces: pidgin-facebookchat (<< 1.69-2) Breaks: pidgin-facebookchat (<< 1.69-2) Enhances: finch, libpurple0, pidgin Conffiles: /etc/purple/prefs.xml a1f9c4ebc1d7734d00fab7dbd8bf2fa3 Description: multi-protocol instant messaging client - data files This package contains architecture-independent supporting data files required for use with pidgin, such as documentation, icons, translations, and sounds. Homepage: http://www.pidgin.im Package: libsdl1.2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2642 Maintainer: Debian SDL packages maintainers Architecture: amd64 Source: libsdl1.2 (1.2.15-10) Version: 1.2.15-10+b1 Replaces: libsdl-dev Provides: libsdl-dev Depends: libsdl1.2debian (= 1.2.15-10+b1), libasound2-dev, libcaca-dev, libdirectfb-dev (>= 0.9.22), libglu1-mesa-dev | libglu-dev, libpulse-dev, libx11-dev, libxext-dev Conflicts: libsdl-dev Description: Simple DirectMedia Layer development files SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the files needed to compile and link programs which use SDL. Homepage: http://www.libsdl.org/ Package: rtkit Status: install ok installed Priority: optional Section: admin Installed-Size: 172 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Version: 0.11-2 Depends: adduser, libc6 (>= 2.17), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.0.2) Recommends: dbus, policykit-1 Conffiles: /etc/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf b25a6fdfd2c34e01338ec6f83556a190 Description: Realtime Policy and Watchdog Daemon RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request. It is intended to be used as a secure mechanism to allow real-time scheduling to be used by normal user processes. Homepage: http://0pointer.de/public/ Package: libstreamanalyzer0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1497 Maintainer: Debian KDE Extras Team Architecture: amd64 Source: strigi (0.7.8-1.2) Version: 0.7.8-1.2+b2 Replaces: kdegraphics-strigi-plugins (<< 4:4.0.0-2), libcluceneindex0 (<< 0.5.6-1), libstreamindexer0 (<< 0.5.1-1), strigi-daemon (<< 0.3.11-1) Depends: libavcodec56 (>= 6:11~beta1) | libavcodec-extra-56 (>= 6:11~beta1), libavformat56 (>= 6:11~beta1), libavutil54 (>= 6:11~beta1), libc6 (>= 2.14), libclucene-core1 (>= 2.3.3.4), libexiv2-13, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), libstreams0 (= 0.7.8-1.2+b2), libxml2 (>= 2.7.4) Breaks: libcluceneindex0 (<< 0.5.6-1), libstreamindexer0 (<< 0.5.1-1) Description: streamanalyzer library for Strigi Desktop Search This package is part of Strigi Desktop Search; it contains a library for analyzing data read from streams. . See the 'strigi-daemon' package for more information. Homepage: http://strigi.sourceforge.net Package: libgucharmap-2-90-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 4544 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gucharmap Version: 1:3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.10.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.4.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0) Description: Unicode browser widget library (shared library) The libgucharmap library contains a Unicode browser widget; it is most prominently used by the "gucharmap" program. See the package of the same name for more information. . This package contains the shared library. Homepage: https://wiki.gnome.org/Apps/Gucharmap Package: bluez-obexd Status: install ok installed Priority: optional Section: admin Installed-Size: 491 Maintainer: Debian Bluetooth Maintainers Architecture: amd64 Source: bluez (5.23-2) Version: 5.23-2+b1 Replaces: obexd-client, obexd-server Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.35.9), libical1a (>= 1.0) Conflicts: obexd-client, obexd-server Description: bluez obex daemon This package contains a OBEX(OBject EXchange) daemon. . OBEX is communication protocol to facilitate the exchange of the binary object between the devices. . This was the software that is independent as obexd, but this has been integrated into BlueZ from BlueZ 5.0. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Homepage: http://www.bluez.org Package: libasan1 Status: install ok installed Priority: optional Section: libs Installed-Size: 713 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Homepage: http://gcc.gnu.org/ Package: guile-2.0-libs Status: install ok installed Priority: optional Section: lisp Installed-Size: 11455 Maintainer: Rob Browning Architecture: amd64 Multi-Arch: same Source: guile-2.0 Version: 2.0.11+1-9+deb8u1 Provides: guile-2.0-slib Depends: libc6 (>= 2.17), libffi6 (>= 3.0.4), libgc1c2 (>= 1:7.2d), libgmp10, libltdl7 (>= 2.4.2), libncurses5 (>= 5.5-5~), libreadline6 (>= 6.0), libtinfo5, libunistring0 Pre-Depends: multiarch-support Conflicts: guile-2.0-slib Description: Core Guile libraries Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Homepage: http://www.gnu.org/software/guile/ Package: libp11-kit0 Status: install ok installed Priority: standard Section: libs Installed-Size: 299 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Source: p11-kit Version: 0.20.7-1 Depends: libc6 (>= 2.16), libffi6 (>= 3.0.4) Pre-Depends: multiarch-support Description: Library for loading and coordinating access to PKCS#11 modules - runtime Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. . Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the shared library required for applications loading and accessing PKCS#11 modules. Homepage: http://p11-glue.freedesktop.org/p11-kit.html Package: libpango-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 510 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.36.8-3 Replaces: libpango1.0-0 (<< 1.32.5-2) Provides: pango1.0-multiarch-modver-1.8.0 Depends: fontconfig (>= 2.1.91), libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libthai0 (>= 0.1.12) Pre-Depends: multiarch-support Breaks: libpango1.0-0 (<< 1.32.5-2), plymouth (<< 0.8.3-19) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Package: libcddb2 Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Eugene V. Lyubimkin Architecture: amd64 Source: libcddb Version: 1.3.2-5 Depends: libc6 (>= 2.15) Description: library to access CDDB data - runtime files libcddb is a C library to access data about Audio CD on a CDDB server . It allows one to search the database for CD matches, get detailed information about a CD and submit new CD entries to the database. It supports both the custom CDDB protocol and the tunneling of the query over HTTP. HTTP Proxying is supported. It also features a cache system. . This package contains the runtime library required to run libcddb-enabled programs. Homepage: http://libcddb.sourceforge.net Package: python3-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 96 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.4.2-2 Replaces: python3 (<< 3.3.2-13~), python3.1 (<< 3.1-2) Depends: python3.4-minimal (>= 3.4.2-0), dpkg (>= 1.13.20) Breaks: idle3 (<< 3.1), python3 (<< 3.3.2-13~), python3-all (<< 3.1), python3-all-dbg (<< 3.1), python3-all-dev (<< 3.1), python3-dbg (<< 3.1), python3-dev (<< 3.1), python3-examples (<< 3.1) Description: minimal subset of the Python language (default python3 version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python3.4-minimal/README.Debian for a list of the modules contained in this package. Homepage: http://www.python.org/ Package: rygel Status: install ok installed Priority: extra Section: net Installed-Size: 2446 Maintainer: Debian Rygel Maintainers Architecture: amd64 Source: rygel (0.24.2-1) Version: 0.24.2-1+b1 Depends: libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.37.3), libgssdp-1.0-3 (>= 0.12.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgupnp-1.0-4 (>= 0.18.0), libgupnp-av-1.0-2 (>= 0.11.5), libgupnp-dlna-2.0-3 (>= 0.9.4), libmediaart-1.0-0 (>= 0.7), libmediaart-1.0-0 (<< 0.8), librygel-core-2.4-2, librygel-renderer-2.4-2, librygel-server-2.4-2, libsoup2.4-1 (>= 2.44.0), libsqlite3-0 (>= 3.5.9), libunistring0, libuuid1 (>= 2.16), libxml2 (>= 2.6.27) Recommends: gstreamer1.0-libav, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly Suggests: rygel-mediathek, rygel-playbin, rygel-preferences, rygel-tracker, tumbler Conffiles: /etc/rygel.conf 6e7aca1b8742a8f733e3d16a9aa63451 Description: GNOME UPnP/DLNA services Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains the core of Rygel and following plugins: * media-export: Recursively exports folders and files specified in the user configuration. This plugin supports all types of URIs that gio/gvfs and GStreamer can handle. * external: A MediaServer plugin that exports media hierarchies provided by external applications. * mpris: Export of media players that implement MPRIS2 D-Bus interface, as MediaRenderer devices. Homepage: https://wiki.gnome.org/action/show/Projects/Rygel Package: qt5-default Status: install ok installed Priority: optional Section: libs Installed-Size: 61 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: qtbase5-dev, qtchooser Suggests: qt5-qmake, qtbase5-dev-tools Conflicts: qt4-default Description: Qt 5 development defaults package Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package sets Qt 5 to be the default Qt version to be used when using development binaries like qmake. It provides a default configuration for qtchooser, but does not prevent alternative Qt installations from being used. Homepage: http://qt-project.org/ Package: libgnutls-openssl27 Status: install ok installed Priority: standard Section: libs Installed-Size: 174 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Source: gnutls28 Version: 3.3.8-6+deb8u5 Depends: libgnutls-deb0-28 (= 3.3.8-6+deb8u5), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: GNU TLS library - OpenSSL wrapper GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the runtime library of the GnuTLS OpenSSL wrapper. Homepage: http://www.gnutls.org/ Package: gnome-sushi Status: install ok installed Priority: extra Section: gnome Installed-Size: 868 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-sushi (3.12.0-2) Version: 3.12.0-2+b1 Replaces: gnome-sushi-common (<< 0.4.0-1) Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libclutter-1.0-0 (>= 1.11.4), libclutter-gst-2.0-0 (>= 0.10.0), libclutter-gtk-1.0-0 (>= 1.0.1), libevdocument3-4 (>= 3.0.2), libevview3-3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.23.0), libgirepository-1.0-1 (>= 0.9.2), libgjs0-libmozjs-24-0, libgjs0e (>= 1.42.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.5.12), libgtksourceview-3.0-1 (>= 2.91.4), libmusicbrainz5-1, libpango-1.0-0 (>= 1.14.0), libx11-6, dconf-gsettings-backend | gsettings-backend, gir1.2-clutter-1.0, gir1.2-evince-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-gst-plugins-base-1.0, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, nautilus (>= 3.2), gir1.2-clutter-gst-2.0, gir1.2-gtkclutter-1.0, gir1.2-webkit-3.0, gstreamer1.0-plugins-good Suggests: gstreamer1.0-libav Breaks: gnome-sushi-common (<< 0.4.0-1) Description: sushi is a quick previewer for nautilus Sushi is a GtkClutter and Javascript-based quick previewer for Nautilus, the GNOME desktop file manager. Sushi is a DBus-activated service. It is capable of previewing documents, PDFs, sound and video files (using GStreamer), some text files, and possibly others in the future. . To activate the preview, left-click the file and hit space. The preview can be closed by hitting space again, or escape. Homepage: http://git.gnome.org/browse/sushi Package: libopencv-core-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 5242 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libopencv-core2.4 (= 2.4.9.1+dfsg-1+deb8u1), zlib1g-dev Description: development files for libopencv-core This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) core. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: libnautilus-extension1a Status: install ok installed Priority: optional Section: libs Installed-Size: 131 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: nautilus Version: 3.14.1-2 Replaces: libnautilus-extension1 Depends: libatk1.0-0 (>= 1.32.0), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libselinux1 (>= 1.32) Breaks: nautilus (<< 3.0) Conflicts: libnautilus-extension1 Description: libraries for nautilus components - runtime version Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package contains a few runtime libraries needed by nautilus' extensions. Homepage: http://www.gnome.org/projects/nautilus/ Package: nautilus-sendto Status: install ok installed Priority: optional Section: gnome Installed-Size: 266 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.8.2-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.28.0), nautilus (>= 2.91) Description: integrates Evolution and Pidgin into the Nautilus file manager The Nautilus Send To plugin provides the Nautilus file manager with a context menu component for quickly sending files to accounts in an Evolution email address book, contacts on a Pidgin or Gajim instant messaging list, through Icedove, or through Claws Mail. . Nautilus Send To also provides the option of compressing the files (tar.bz2, tar.gz, or zip) before sending. Package: libusb-1.0-0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 248 Maintainer: Aurelien Jarno Architecture: amd64 Multi-Arch: same Source: libusb-1.0 Version: 2:1.0.19-1 Depends: libusb-1.0-0 (= 2:1.0.19-1) Recommends: libusb-1.0-doc Description: userspace USB programming library development files Library for programming USB applications without the knowledge of Linux kernel internals. . This package contains what you need for compiling sources that use this library in your own code. Homepage: http://www.linux-usb.org/ Package: x11proto-gl-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 156 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-gl Version: 1.4.17-1 Replaces: xlibmesa-gl-dev Description: X11 OpenGL extension wire protocol This package provides development headers describing the wire protocol for OpenGL-related extensions, used to enable the rendering of applications using OpenGL. . More information about X.Org can be found at: . This package is built from the X.org glproto proto module. Package: gdisk Status: install ok installed Priority: extra Section: admin Installed-Size: 790 Maintainer: Guillaume Delacour Architecture: amd64 Version: 0.8.10-2 Replaces: gdisk-noicu (<< 0.8.10-1~) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libpopt0 (>= 1.14), libstdc++6 (>= 4.9), libtinfo5, libuuid1 (>= 2.16) Recommends: groff-base Breaks: gdisk-noicu (<< 0.8.10-1~) Description: GPT fdisk text-mode partitioning tool GPT fdisk (aka gdisk) is a text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks, rather than on the more common (through 2009) Master Boot Record (MBR) partition tables. . Please note that gdisk is still in beta version. Homepage: http://sourceforge.net/projects/gptfdisk/ Package: libwayland-egl1-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libegl1-mesa-drivers (<< 10.1.0-2), libwayland-egl1 Provides: libwayland-egl1 Depends: libc6 (>= 2.2.5), libegl1-mesa (= 10.3.2-1+deb8u1) Pre-Depends: multiarch-support Recommends: libegl1-mesa-drivers Breaks: libegl1-mesa-drivers (<< 10.1.0-2) Conflicts: libwayland-egl1 Description: implementation of the Wayland EGL platform -- runtime This package contains the mesa implementation of the Wayland EGL platform Homepage: http://mesa3d.sourceforge.net/ Package: ntfs-3g Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 1590 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 1:2014.2.15AR.2-1+deb8u3 Provides: libntfs-3g852 Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.1), libgnutls-deb0-28 (>= 3.3.0), libgpg-error0 (>= 1.14) Pre-Depends: multiarch-support, fuse Description: read/write NTFS driver for FUSE NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. Homepage: http://www.tuxera.com/community/ntfs-3g-advanced/ Package: libdebconfclient0 Status: install ok installed Priority: optional Section: libs Installed-Size: 53 Maintainer: Debian Install System Team Architecture: amd64 Multi-Arch: same Source: cdebconf Version: 0.192 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: Debian Configuration Management System (C-implementation library) Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. This is a reimplementation of the original debconf version in C. . This is the libraries needed by libdebconfclient-dev and cdebconf. Package: libgnutls-deb0-28 Status: install ok installed Priority: standard Section: libs Installed-Size: 1811 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Source: gnutls28 Version: 3.3.8-6+deb8u5 Replaces: gnutls0, gnutls0.4, gnutls3 Depends: libc6 (>= 2.17), libgmp10 (>= 2:6), libhogweed2 (>= 2.7), libnettle4 (>= 2.7), libp11-kit0 (>= 0.20.7), libtasn1-6 (>= 4.1-0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: gnutls-bin Conflicts: gnutls0, gnutls0.4 Description: GNU TLS library - main runtime library GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the main runtime library. Homepage: http://www.gnutls.org/ Package: libselinux1 Status: install ok installed Priority: required Section: libs Installed-Size: 213 Maintainer: Debian SELinux maintainers Architecture: amd64 Multi-Arch: same Source: libselinux Version: 2.3-2 Depends: libc6 (>= 2.14), libpcre3 (>= 8.10) Pre-Depends: multiarch-support Description: SELinux runtime shared libraries This package provides the shared libraries for Security-enhanced Linux that provides interfaces (e.g. library functions for the SELinux kernel APIs like getcon(), other support functions like getseuserbyname()) to SELinux-aware applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. . libselinux1 provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. Required for any applications that use the SELinux API. libselinux may use the shared libsepol to manipulate the binary policy if necessary (e.g. to downgrade the policy format to an older version supported by the kernel) when loading policy. Homepage: http://userspace.selinuxproject.org/ Package: librygel-renderer-2.4-2 Status: install ok installed Priority: extra Section: libs Installed-Size: 580 Maintainer: Debian Rygel Maintainers Architecture: amd64 Source: rygel (0.24.2-1) Version: 0.24.2-1+b1 Depends: libc6 (>= 2.7), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.34.0), libgupnp-1.0-4 (>= 0.18.0), libgupnp-av-1.0-2 (>= 0.11.5), librygel-core-2.4-2, libsoup2.4-1 (>= 2.44.0) Description: GNOME UPnP/DLNA services - renderer library Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains a library used by applications implementing UPnP renderer functionality by using rygel renderer plug-ins. Homepage: https://wiki.gnome.org/action/show/Projects/Rygel Package: libgtkhtml-4.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1917 Maintainer: Debian Evolution Maintainers Architecture: all Source: gtkhtml4.0 Version: 4.8.5-1 Depends: gnome-icon-theme (>= 2.22.0) Description: HTML rendering/editing library - common data GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the translations and the editor widget data. Homepage: http://www.gnome.org/projects/evolution/ Package: gnome-keyring Status: install ok installed Priority: optional Section: gnome Installed-Size: 4334 Maintainer: Josselin Mouette Architecture: amd64 Source: gnome-keyring (3.14.0-1) Version: 3.14.0-1+b1 Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.15), libcap-ng0, libdbus-1-3 (>= 1.1.1), libgck-1-0 (>= 3.3.90), libgcr-base-3-1 (>= 3.8.0), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.38.0), gcr (>= 3.4), dbus-x11, p11-kit (>= 0.16), libcap2-bin Recommends: libpam-gnome-keyring Breaks: libgnome-keyring0 (<< 3.0), seahorse-plugins (<< 3.0) Conffiles: /etc/xdg/autostart/gnome-keyring-gpg.desktop 26298f5f58df70e67dea75c3d11fbea5 /etc/xdg/autostart/gnome-keyring-ssh.desktop 56919410c62a0126340264121e722a42 /etc/xdg/autostart/gnome-keyring-secrets.desktop 79ac91aef25521b4f7c304c2ad941967 /etc/xdg/autostart/gnome-keyring-pkcs11.desktop 5d13ae3d2e0bd86b82b7ec559aa1d056 Description: GNOME keyring services (daemon and tools) gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. Homepage: https://wiki.gnome.org/GnomeKeyring Package: tcl8.6 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 126 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: foreign Version: 8.6.2+dfsg-2 Depends: libc6 (>= 2.2.5), libtcl8.6 (>= 8.6.0), zlib1g (>= 1:1.1.4) Suggests: tcl-tclreadline Conflicts: tcl74 (<= 7.4p3-2) Description: Tcl (the Tool Command Language) v8.6 - shell Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains the Tcl shell which you need to run Tcl scripts. This version includes thread support. Homepage: http://www.tcl.tk/ Package: systemd Status: install ok installed Priority: important Section: admin Installed-Size: 11421 Maintainer: Debian systemd Maintainers Architecture: amd64 Version: 215-17+deb8u7 Depends: libacl1 (>= 2.2.51-8), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.19.1), libcap2 (>= 1:2.10), libcryptsetup4 (>= 2:1.4.3), libkmod2 (>= 5~), libpam0g (>= 0.99.7.1), libselinux1 (>= 2.1.9), libsystemd0 (= 215-17+deb8u7), util-linux (>= 2.19.1-2), mount (>= 2.21), initscripts (>= 2.88dsf-53.2), sysv-rc, udev (>= 208-8), acl, adduser, libcap2-bin Pre-Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.1), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 1.32) Recommends: libpam-systemd, dbus Suggests: systemd-ui Breaks: lsb-base (<< 4.1+Debian4), lvm2 (<< 2.02.104-1), systemd-shim (<< 8-2) Conflicts: klogd Conffiles: /etc/dbus-1/system.d/org.freedesktop.hostname1.conf f55c94d000b5d62b5f06d38852977dd1 /etc/dbus-1/system.d/org.freedesktop.locale1.conf 5893ab03e7e96aa3759baceb4dd04190 /etc/dbus-1/system.d/org.freedesktop.login1.conf 96bf488f3da8f0ca813cc78e71eeb605 /etc/dbus-1/system.d/org.freedesktop.machine1.conf d658acaf7192de735ab798c58ab149ae /etc/dbus-1/system.d/org.freedesktop.systemd1.conf 46533268285a0df22b1f1667ddc05642 /etc/dbus-1/system.d/org.freedesktop.timedate1.conf 682369fbf3de26b21e775732c89a2bbe /etc/pam.d/systemd-user aebb8b8a2c698614b00961f327a683ef /etc/systemd/bootchart.conf 838a83315ad2f9d4c4b7f20b7475ba28 /etc/systemd/journald.conf 51f19202dcc5aff6d2c3448dbf92f354 /etc/systemd/logind.conf 747ae2312b6922546190bf806d8d12be /etc/systemd/resolved.conf 81a9c57d4eb587decc49040595674c5a /etc/systemd/system.conf 3d0e13a72d72acb55409a831b72a15e6 /etc/systemd/timesyncd.conf 605e4f25097b8ea22f2f5cb3fde3f13c /etc/systemd/user.conf 9eaad8fbb7bb6230d4b28abb76b4e81c Description: system and service manager systemd is a replacement for sysvinit. It is dependency-based and able to read the LSB init script headers in addition to parsing rcN.d links as hints. . It also provides process supervision using cgroups and the ability to not only depend on other init script being started, but also availability of a given mount point or dbus service. . Installing the systemd package will not switch your init system unless you boot with init=/bin/systemd or install systemd-sysv in addition. Homepage: http://www.freedesktop.org/wiki/Software/systemd Package: libltdl7 Status: install ok installed Priority: optional Section: libs Installed-Size: 69 Maintainer: Kurt Roeckx Architecture: amd64 Multi-Arch: same Source: libtool (2.4.2-1.11) Version: 2.4.2-1.11+b1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: System independent dlopen wrapper for GNU libtool This package contains the run-time libltdl library. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Homepage: http://www.gnu.org/software/libtool/ Package: libknewstuff3-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 645 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libattica0.4 (>= 0.4.2), libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Recommends: gnupg, kdelibs5-data (= 4:4.14.2-5+deb8u2) Description: "Get Hot New Stuff" v3 Library for the KDE Platform The KNewStuff3 ("Get Hot New Stuff" v3) library adds data sharing capabilities to the KDE Applications. It uses libattica to access Open Collaboration Services providers. In addition the static XML from GHNS is supported. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: gnome-disk-utility Status: install ok installed Priority: optional Section: admin Installed-Size: 5451 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: gnome-disk-utility (3.12.1-1) Version: 3.12.1-1+b1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.15), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libdvdread4 (>= 4.1.3), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.12), liblzma5 (>= 5.1.1alpha+20120614), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpwquality1 (>= 1.1.0), libsecret-1-0 (>= 0.7), libsystemd0, libudisks2-0 (>= 2.1.1), libx11-6, dconf-gsettings-backend | gsettings-backend, udisks2 (>= 2.1.1) Description: manage and configure disk drives and media GNOME Disks is a tool to manage disk drives and media: . * Format and partition drives. * Mount and unmount partitions. * Query S.M.A.R.T. attributes. . It utilizes udisks. Homepage: http://git.gnome.org/cgit/gnome-disk-utility/ Package: libpwquality-common Status: install ok installed Priority: optional Section: libs Installed-Size: 47 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: libpwquality Version: 1.2.3-1 Replaces: libpwquality1 (<< 1.2.1-1) Breaks: libpwquality1 (<< 1.2.1-1) Conffiles: /etc/security/pwquality.conf ed05f4f0bdd01c1b70acd769929e8e70 Description: library for password quality checking and generation (data files) libpwquality's purpose is to provide common functions for password quality checking and also scoring them based on their apparent randomness. The library also provides a function for generating random passwords with good pronounceability. . This package contains the configuration file and man page for libpwquality. Homepage: https://fedorahosted.org/libpwquality/ Package: libhtml-parser-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 207 Maintainer: Debian Perl Group Architecture: amd64 Source: libhtml-parser-perl (3.71-1) Version: 3.71-1+b3 Depends: perl (>= 5.20.1-1), perlapi-5.20.1, libc6 (>= 2.4), liburi-perl, libhtml-tagset-perl Suggests: libdata-dump-perl Enhances: libwww-perl Description: collection of modules that parse HTML text documents HTML::Parser is a collection of modules useful for handling HTML documents. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. . Objects of the HTML::Parser class will recognize markup and separate it from content data. As different kinds of markup are recognized, the corresponding event handler is invoked. The document to be parsed may also be supplied in arbitrary chunks, making on-the-fly parsing of network documents possible. Homepage: https://metacpan.org/release/HTML-Parser/ Package: libxml-parser-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 605 Maintainer: Debian Perl Group Architecture: amd64 Version: 2.41-3 Depends: perl (>= 5.20.0-6), perlapi-5.20.0, libc6 (>= 2.14), libexpat1 (>= 2.0.1), liburi-perl, libwww-perl Description: Perl module for parsing XML files The XML::Parser module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. . The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed. . When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object. Homepage: http://www.libexpat.org/ Package: libgif4 Status: install ok installed Priority: optional Section: libs Installed-Size: 62 Maintainer: Thibaut Gridel Architecture: amd64 Multi-Arch: same Source: giflib Version: 4.1.6-11+deb8u1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: library for GIF images (library) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains the library. Homepage: http://giflib.sourceforge.net/ Package: libpython2.7 Status: install ok installed Priority: optional Section: libs Installed-Size: 3612 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python2.7 Version: 2.7.9-2+deb8u1 Replaces: python2.7 (<< 2.6) Depends: libpython2.7-stdlib (= 2.7.9-2+deb8u1), libc6 (>= 2.15), zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Description: Shared Python runtime library (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: dpkg Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 6643 Origin: debian Maintainer: Dpkg Developers Bugs: debbugs://bugs.debian.org Architecture: amd64 Multi-Arch: foreign Version: 1.17.27 Replaces: manpages-it (<< 2.80-4) Pre-Depends: libbz2-1.0, libc6 (>= 2.14), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 2.3), zlib1g (>= 1:1.1.4), tar (>= 1.23) Suggests: apt Breaks: apt (<< 0.7.7~), apt-cudf (<< 3.3~beta1-3~), aptitude (<< 0.4.7-1~), auctex (<< 11.87-3+deb8u1~), ccache (<< 3.1.10-1~), cups (<< 1.7.5-10~), debian-security-support (<< 2014.10.26~), distcc (<< 3.1-6.1~), doc-base (<< 0.10.5~), dpkg-dev (<< 1.15.8), fontconfig (<< 2.11.0-6.2~), fusionforge-plugin-mediawiki (<< 5.3.2+20141104-3~), gap-core (<< 4r7p5-2~), gitweb (<< 1:2.1.4-2.1~), grace (<< 1:5.1.24-3~), gxine (<< 0.5.908-3.1~), hoogle (<< 4.2.33-4~), icecc (<< 1.0.1-2~), install-info (<< 5.1.dfsg.1-3~), libapache2-mod-php5 (<< 5.6.4+dfsg-3~), libapache2-mod-php5filter (<< 5.6.4+dfsg-3~), libdpkg-perl (<< 1.15.8), libjs-protoaculous (<< 5~), man-db (<< 2.6.3-6~), mcollective (<< 2.6.0+dfsg-2.1~), php5-fpm (<< 5.6.4+dfsg-3~), pypy (<< 2.4.0+dfsg-3~), readahead-fedora (<< 2:1.5.6-5.2~), wordpress (<< 4.1+dfsg-1~), xfonts-traditional (<< 1.7~), xine-ui (<< 0.99.9-1.2~) Conflicts: ada-mode (<< 3.6-3+rm), ada-reference-manual (<< 20021112web-4~), asn1-mode (<< 2.7-7~), bogosort (<< 0.4.2-3~), cl-yacc (<< 0.3-3~), cpp-4.1-doc (<< 4.1.2.nf2-4~), cpp-4.2-doc (<< 4.2.4.nf1-4~), gcc-4.1-doc (<< 4.1.2.nf2-4~), gcc-4.2-doc (<< 4.2.4.nf1-4~), gcj-4.1-doc (<< 4.1.2.nf2-4~), gcj-4.2-doc (<< 4.2.4.nf1-4~), gfortran-4.1-doc (<< 4.1.2.nf2-4~), gfortran-4.2-doc (<< 4.2.4.nf1-4~), ggz-docs (<< 0.0.14.1-2~), glame (<< 2.0.1-6~), gnat-4.1-doc (<< 4.1.2.nf2-4~), gnat-4.2-doc (<< 4.2.4.nf1-4~), gtalk (<< 0.99.10-16~), libalogg-dev (<< 1.3.7-2~), libgtk1.2-doc (<< 1.2.10-19~), libnettle-dev (<< 2~), liborbit-dev (<< 0.5.17-12~), libreadline5-dev (<< 5.2-8~), librep-doc (<< 0.90~), mmucl (<< 1.5.2-3~), nxml-mode (<< 20041004-9~), octave2.1-info (<< 1:2.1.73-19+rm), octave3.0-info (<< 1:3.0.5-7+rm), octave3.2-info (<< 3.2.4-12+rm), polgen-doc (<< 1.3-3+rm), r6rs-doc (<< 1.0-2~), serveez-doc (<< 0.1.5-3~), slat (<< 2.0-6~), texlive-base-bin-doc (<< 2007.dfsg.2-9~), ttcn-el (<< 0.6.9-2~), ulog-acctd (<< 0.4.3-3~), xconq-doc (<< 7.4.1-5~), zenirc (<< 2.112.dfsg-1~) Conffiles: /etc/alternatives/README 69c4ba7f08363e998e0f2e244a04f881 /etc/cron.daily/dpkg b8065b6bfc248caba501c3f5bb508e66 /etc/dpkg/dpkg.cfg f4413ffb515f8f753624ae3bb365b81b /etc/logrotate.d/dpkg 782ea5ae536f67ff51dc8c3e2eeb4cf9 Description: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. . For Debian package development tools, install dpkg-dev. Homepage: https://wiki.debian.org/Teams/Dpkg Package: libgcc-4.9-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10148 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Replaces: gccgo-4.9 (<< 4.9.2-10) Depends: gcc-4.9-base (= 4.9.2-10), libgcc1 (>= 1:4.9.2-10), libgomp1 (>= 4.9.2-10), libitm1 (>= 4.9.2-10), libatomic1 (>= 4.9.2-10), libasan1 (>= 4.9.2-10), liblsan0 (>= 4.9.2-10), libtsan0 (>= 4.9.2-10), libubsan0 (>= 4.9.2-10), libcilkrts5 (>= 4.9.2-10), libquadmath0 (>= 4.9.2-10) Recommends: libc6-dev (>= 2.13-5) Description: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Homepage: http://gcc.gnu.org/ Package: libtelepathy-farstream3 Status: install ok installed Priority: optional Section: libs Installed-Size: 295 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: telepathy-farstream Version: 0.6.2-1 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfarstream-0.2-2 (>= 0.1.91), libglib2.0-0 (>= 2.31.8), libgstreamer1.0-0 (>= 1.0.0), libtelepathy-glib0 (>= 0.19.0) Pre-Depends: multiarch-support Description: Glue library between telepathy and farstream Telepathy-farstream is a helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farstream. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farstream is a framework for media streaming in audio/video conferences. . This package contains the core telepathy-farstream library. Homepage: http://telepathy.freedesktop.org/ Package: xserver-xorg-video-cirrus Status: install ok installed Priority: optional Section: x11 Installed-Size: 94 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-cirrus (1:1.5.2-2) Version: 1:1.5.2-2+b1 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Recommends: xserver-xorg-video-modesetting Description: X.Org X server -- Cirrus display driver This package provides the driver for the Cirrus Logic family of video cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-cirrus driver module. Package: libmono-cairo4.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 166 Maintainer: Debian Mono Group Architecture: all Source: mono Version: 3.2.8+dfsg-10 Depends: libcairo2 (>= 1.8.0-2), libmono-corlib4.5-cil (>= 3.2.8) Description: Mono Cairo library (for CLI 4.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono Cairo library for CLI 4.0. Homepage: http://www.mono-project.com/ Package: libgusb2 Status: install ok installed Priority: extra Section: libs Installed-Size: 78 Maintainer: Michal Čihař Architecture: amd64 Multi-Arch: same Source: libgusb Version: 0.1.6-5 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.31.8), libgudev-1.0-0 (>= 146), libusb-1.0-0 (>= 2:1.0.8) Pre-Depends: multiarch-support Description: GLib wrapper around libusb1 GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. . This package contains the GUsb shared library. Homepage: http://www.hughski.com/downloads.html Package: aspell-en Status: install ok installed Priority: optional Section: text Installed-Size: 330 Maintainer: Brian Nelson Architecture: all Multi-Arch: foreign Version: 7.1-0-1.1 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Description: English dictionary for GNU Aspell This package contains all the required files to add support for English language to the GNU Aspell spell checker. . American, British and Canadian spellings are included. Homepage: http://aspell.net/ Package: libmtp9 Status: install ok installed Priority: optional Section: libs Installed-Size: 472 Maintainer: Alessio Treglia Architecture: amd64 Multi-Arch: same Source: libmtp (1.1.8-1) Version: 1.1.8-1+b1 Depends: libmtp-common, libc6 (>= 2.14), libgcrypt20 (>= 1.6.0), libusb-1.0-0 (>= 2:1.0.8) Pre-Depends: dpkg (>= 1.15.7.2), multiarch-support Recommends: libmtp-runtime, udev Description: Media Transfer Protocol (MTP) library libmtp is a library for communicating with MTP aware devices in POSIX compliant operating systems. It implements MTP Basic, the subset proposed for standardization. . The Media Transfer Protocol (commonly referred to as MTP) is a devised set of custom extensions to support the transfer of music files on USB digital audio players and movie files on USB portable media players. Homepage: http://libmtp.sourceforge.net/ Package: automake Status: install ok installed Priority: optional Section: devel Installed-Size: 1699 Maintainer: Eric Dorland Architecture: all Multi-Arch: foreign Source: automake-1.14 Version: 1:1.14.1-4+deb8u1 Provides: automake-1.14, automaken Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1) Conflicts: automake (<< 1:1.4-p5-1), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4) Description: Tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.14 fails to work in a number of situations that Automake 1.4, 1.6, 1.7, 1.8, 1.9, 1.10 and 1.11 did, so previous versions are available as separate packages. Homepage: http://www.gnu.org/software/automake/ Package: libmtdev1 Status: install ok installed Priority: optional Section: libs Installed-Size: 79 Maintainer: Nobuhiro Iwamatsu Architecture: amd64 Multi-Arch: same Source: mtdev Version: 1.1.5-1 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: Multitouch Protocol Translation Library - shared library libmtdev is a library for translating evdev multitouch events using the legacy protocol to the new multitouch slots protocol. This is necessary for kernel drivers that have not been updated to use the newer protocol. Homepage: http://bitmath.org/code/mtdev/ Package: libqt5sql5 Status: install ok installed Priority: optional Section: libs Installed-Size: 348 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Recommends: libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc | libqt5sql5-psql | libqt5sql5-ibase Description: Qt 5 SQL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtSql module helps you provide seamless database integration to your Qt applications. Homepage: http://qt-project.org/ Package: python-lxml Status: install ok installed Priority: optional Section: python Installed-Size: 2773 Maintainer: Matthias Klose Architecture: amd64 Source: lxml Version: 3.4.0-1 Provides: python2.7-lxml Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.26), zlib1g (>= 1:1.1.4) Suggests: python-lxml-dbg Description: pythonic binding for the libxml2 and libxslt libraries lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. Its aim: . * Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management! . lxml aims to provide a Pythonic API by following as much as possible the ElementTree API, trying to avoid inventing too many new APIs, or the user's having to learn new things -- XML is complicated enough. Homepage: http://lxml.de/ Package: libxcb-shape0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 54 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-shape0 (= 1.10-3+b1), libxcb1-dev Description: X C Binding, shape extension, development files This package contains the header and library files needed to build software using libxcb-shape, the shape extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libthreadweaver4 Status: install ok installed Priority: optional Section: libs Installed-Size: 247 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: ThreadWeaver Library for the KDE Platform ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. You simply divide the workload into jobs, state the dependencies between the jobs and ThreadWeaver will work out the most efficient way of dividing the work between threads within a set of resource limits. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libipc-run-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 281 Maintainer: Debian Perl Group Architecture: all Version: 0.92-1 Depends: perl, libio-pty-perl Description: Perl module for running processes IPC::Run allows you to run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. . Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided. Homepage: http://search.cpan.org/dist/IPC-Run/ Package: python3.4 Status: install ok installed Priority: optional Section: python Installed-Size: 336 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Version: 3.4.2-1 Depends: python3.4-minimal (= 3.4.2-1), libpython3.4-stdlib (= 3.4.2-1), mime-support Suggests: python3.4-venv, python3.4-doc, binutils Description: Interactive high-level object-oriented language (version 3.4) Python is a high-level, interactive, object-oriented language. Its 3.4 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: libapache-pom-java Status: install ok installed Priority: optional Section: java Installed-Size: 60 Maintainer: Debian Java Maintainers Architecture: all Source: apache-pom Version: 10-2 Description: Maven metadata for all Apache Software projects This package contains the Maven metadata shared between all Apache Software Foundation's projects. Homepage: http://maven.apache.org/pom/asf/ Package: libcdr-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 907 Maintainer: Rene Engelhard Architecture: amd64 Source: libcdr Version: 0.1.0-3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), liblcms2-2 (>= 2.2+git20110628), librevenge-0.0-0, libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Description: library for reading and converting Corel DRAW files libcdr is a library and a set of tools for reading and converting binary files produced by Corel DRAW. . libcdr currently supports just CDR files from V7 to X3 and the following features: . - pages and page sizes - shapes, lines, Bezier curves, bitmaps - flat color fills, both RGB, CMYK, HLS and HSB - different kinds of strokes including dashed strokes . Above that libcdr provides a public API for rendering preview of pages for applications that have no notion of pages themselves. Homepage: http://freedesktop.org/wiki/Software/libcdr Package: libwnck-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1635 Maintainer: Josselin Mouette Architecture: all Source: libwnck Version: 2.30.7-2 Replaces: libwnck-1 (<= 0.10-1) Conflicts: libwnck-1 (<= 0.10-1) Description: Window Navigator Construction Kit - common files A library to use for writing pagers and task lists. . This package contains internationalization files. Package: gedit-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 12695 Maintainer: Debian GNOME Maintainers Architecture: all Source: gedit Version: 3.14.0-3 Depends: dconf-gsettings-backend | gsettings-backend Recommends: gedit Description: official text editor of the GNOME desktop environment (support files) gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. . This package contains gedit's architecture-independent support files. Homepage: https://wiki.gnome.org/Apps/Gedit Package: docutils-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 4068 Maintainer: Debian Python Modules Team Architecture: all Source: python-docutils Version: 0.12+dfsg-1 Replaces: python-docutils (<< 0.7-3~) Conflicts: python-docutils (<< 0.7-3~) Description: text processing system for reStructuredText - documentation reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes documentation in HTML and (gzipped) reST formats. Homepage: http://docutils.sourceforge.net/ Package: libreoffice-style-tango Status: install ok installed Priority: optional Section: editors Installed-Size: 2604 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: libreoffice Version: 1:4.3.3-2+deb8u7 Replaces: libreoffice-common (<< 1:3.3.0~rc4-2) Provides: libreoffice-style Suggests: tango-icon-theme Enhances: libreoffice-core Description: office productivity suite -- Tango symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "tango" symbol style, default style for GTK+/Gnome. Homepage: http://www.libreoffice.org Package: libclutter-gtk-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: clutter-gtk Version: 1.6.0-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libclutter-1.0-0 (>= 1.18), libcogl-pango20 (>= 1.17.4), libcogl-path20 (>= 1.17.4), libcogl20 (>= 1.17.4), libdrm2 (>= 2.3.1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 7.11~1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.10), libjson-glib-1.0-0 (>= 0.12.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libwayland-client0 (>= 1.3.92), libwayland-cursor0 (>= 1.0.2), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.0.2), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxkbcommon0 (>= 0.2.0), libxrandr2 Pre-Depends: multiarch-support Description: Open GL based interactive canvas library GTK+ widget Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. Homepage: http://www.clutter-project.org/ Package: libatk-bridge2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 232 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: at-spi2-atk Version: 2.14.0-2 Depends: libatk1.0-0 (>= 2.11.90), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.41.1) Pre-Depends: multiarch-support Description: AT-SPI 2 toolkit bridge - shared library This package contains the ATK bridge shared library. Homepage: https://wiki.gnome.org/Accessibility Package: cryptsetup-bin Status: install ok installed Priority: optional Section: admin Installed-Size: 823 Maintainer: Debian Cryptsetup Team Architecture: amd64 Source: cryptsetup Version: 2:1.6.6-5 Replaces: cryptsetup (<< 2:1.4.3-1~) Depends: libc6 (>= 2.15), libcryptsetup4 (>= 2:1.6), libpopt0 (>= 1.14) Breaks: cryptsetup (<< 2:1.4.3-1~) Description: disk encryption support - command line tools Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . This package provides cryptsetup, cryptsetup-reencrypt and luksformat. Homepage: http://code.google.com/p/cryptsetup/ Package: libvorbisidec-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 315 Maintainer: Debian QA Group Architecture: amd64 Source: libvorbisidec Version: 1.0.2+svn18153-1~deb8u1 Depends: libvorbisidec1 (= 1.0.2+svn18153-1~deb8u1), libogg-dev Description: Integer-only Ogg Vorbis decoder, AKA "tremor" (Development Files) libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"), implemented with no floating point arithmetic. This makes it particularly amenable to use on systems which lack floating point hardware. . This package contains the development files. Homepage: http://wiki.xiph.org/index.php/Tremor Package: ftp Status: install ok installed Priority: standard Section: net Installed-Size: 145 Maintainer: Alberto Gonzalez Iniesta Architecture: amd64 Source: netkit-ftp Version: 0.17-31 Replaces: netstd Depends: libc6 (>= 2.15), libreadline6 (>= 6.0), netbase Description: classical file transfer client This is the user interface to the ARPANET standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. Package: libsofia-sip-ua-glib3 Status: install ok installed Priority: optional Section: libs Installed-Size: 63 Maintainer: Ron Lee Architecture: amd64 Source: sofia-sip Version: 1.12.11+20110422.1-2 Depends: libsofia-sip-ua0 (= 1.12.11+20110422.1-2), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.31.8) Suggests: sofia-sip-doc Description: Sofia-SIP library glib/gobject interfaces runtime Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. . This package provides glib/object interfaces to the Sofia-SIP library. Homepage: http://sofia-sip.sourceforge.net/ Package: firmware-linux-free Status: install ok installed Priority: optional Section: kernel Installed-Size: 88 Maintainer: Debian Kernel Team Architecture: all Multi-Arch: foreign Source: firmware-free Version: 3.3 Suggests: initramfs-tools Description: Binary firmware for various drivers in the Linux kernel This package contains firmware which was previously included in the Linux kernel and which is compliant with the Debian Free Software Guidelines. . Most firmware previously included in the Linux kernel is non-free and has been moved to the firmware-linux-nonfree package. . Contents: * AV7110 DVB card firmware (av7110/bootcode.bin) * Atheros AR9170 free firmware for use with carl9170 (carl9170-1.fw) * 3Com Megahertz 3CCFEM556 CIS fix (cis/3CCFEM556.cis) * 3Com Megahertz 3CXEM556 CIS fix (cis/3CXEM556.cis) * Advantech COMpad-32/85 CIS fix (cis/COMpad2.cis) * Advantech COMpad-32/85B-4 CIS fix (cis/COMpad4.cis) * NSC DP83903 PCMCIA Ethernet card CIS fix (cis/DP83903.cis) * Allied Telesis LA-PCM CIS fix (cis/LA-PCM.cis) * MultiTech PCMCIA 56K DataFax CIS fix (cis/MT5634ZLX.cis) * NDC PCMCIA Ethernet card CIS fix (cis/NE2K.cis) * EN2218-LAN/MODEM CIS fix (cis/PCMLM28.cis) * PreMax PE-200 CIS fix (cis/PE-200.cis) * LanPro EP-4000A CIS fix (cis/PE520.cis) * RS-COM 2P CIS fix (cis/RS-COM-2P.cis) * Sierra Aircard 555 CIS fix (cis/SW_555_SER.cis) * Sierra Wireless AC710/AC750 CIS fix (cis/SW_7xx_SER.cis) * Sierra Wireless AC850/AC860 CIS fix (cis/SW_8xx_SER.cis) * Tamarack PCMCIA Ethernet card CIS fix (cis/tamarack.cis) * Atari Falcon DSP56001 firmware (dsp56k/bootstrap.bin) * Intel C600 SAS/SATA controller default parameters, version 1.3 (isci/isci_firmware.bin) * Keyspan USA-19 firmware (keyspan_pda/keyspan_pda.fw) * Xircom PGSDB9/Entrega PortGear firmware (keyspan_pda/xircom_pgs.fw) * USB-DUX firmware (usbdux_firmware.bin) * USB-DUXfast firmware (usbduxfast_firmware.bin) * USB-DUXsigma firmware (usbduxsigma_firmware.bin) Homepage: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git Package: openssl Status: install ok installed Priority: optional Section: utils Installed-Size: 1093 Maintainer: Debian OpenSSL Team Architecture: amd64 Version: 1.0.1t-1+deb8u6 Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.1k-3+deb8u3) Suggests: ca-certificates Conffiles: /etc/ssl/openssl.cnf 7df26c55291b33344dc15e3935dabaf3 Description: Secure Sockets Layer toolkit - cryptographic utility This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains the general-purpose command line binary /usr/bin/openssl, useful for cryptographic operations such as: * creating RSA, DH, and DSA key parameters; * creating X.509 certificates, CSRs, and CRLs; * calculating message digests; * encrypting and decrypting with ciphers; * testing SSL/TLS clients and servers; * handling S/MIME signed or encrypted mail. Package: tofrodos Status: install ok installed Priority: optional Section: utils Installed-Size: 35 Maintainer: Markus Koschany Architecture: amd64 Version: 1.7.13+ds-1 Depends: libc6 (>= 2.3.4) Description: Converts DOS <-> Unix text files, alias tofromdos DOS text files traditionally have CR/LF (carriage return/line feed) pairs as their new line delimiters while Unix text files traditionally have LFs (line feeds) to terminate each line. . Tofrodos comprises one program, "fromdos" alias "todos", which converts text files to and from these formats. Use "fromdos" to convert DOS text files to the Unix format, and "todos" to convert Unix text files to the DOS format. Homepage: http://www.thefreecountry.com/tofrodos/index.shtml Package: libupower-glib3 Status: install ok installed Priority: optional Section: libs Installed-Size: 195 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: upower Version: 0.99.1-3.2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Recommends: upower (>> 0.99) Description: abstraction for power management - shared library upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains the shared library to be used by applications. Homepage: http://upower.freedesktop.org/ Package: wget Status: install ok installed Priority: important Section: web Installed-Size: 1725 Maintainer: Noël Köthe Architecture: amd64 Multi-Arch: foreign Version: 1.16-1+deb8u2 Depends: libc6 (>= 2.17), libgnutls-deb0-28 (>= 3.3.0), libidn11 (>= 1.13), libnettle4, libpsl0 (>= 0.4.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Conflicts: wget-ssl Conffiles: /etc/wgetrc 618c05b4106ad20141dcf6deada2e87f Description: retrieves files from the web Wget is a network utility to retrieve files from the web using HTTP(S) and FTP, the two most widely used internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites -- you can use Wget to make mirrors of archives and home pages or to travel the web like a WWW robot. . Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both HTTP and FTP) that support it. Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has. . Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls. Homepage: http://www.gnu.org/software/wget/ Package: libedataserver-1.2-18 Status: install ok installed Priority: optional Section: libs Installed-Size: 961 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.14), libcamel-1.2-49, libgcc1 (>= 1:4.1.1), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.37.3), libicu52 (>= 52~m1-1~), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.42), libstdc++6 (>= 4.1.1), libxml2 (>= 2.7.4), evolution-data-server-common (>= 3.12) Description: Utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a utility library for evolution-data-server. Homepage: https://wiki.gnome.org/Apps/Evolution Package: desktop-base Status: install ok installed Priority: optional Section: x11 Installed-Size: 13218 Maintainer: Gustavo Franco Architecture: all Version: 8.0.2 Depends: librsvg2-common Pre-Depends: dpkg (>= 1.15.7.2~) Suggests: gnome | kde-standard | xfce4 | wmaker Conffiles: /etc/default/kdm.d/10_desktop-base 081931c3e17619cd4d98f968aaae725a Description: common files for the Debian Desktop This package contains various miscellaneous files which are used by Debian Desktop installations. Currently, it provides some Debian-related artwork and themes, .desktop files containing links to Debian related material (suitable for placement on a user's desktop), and other common files between the available desktop environments such as GNOME and KDE. Homepage: http://www.debian.org/devel/debian-desktop Package: libavc1394-0 Status: install ok installed Priority: extra Section: libs Installed-Size: 80 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libavc1394 Version: 0.5.4-2 Depends: libc6 (>= 2.7), libraw1394-11 Pre-Depends: multiarch-support Description: control IEEE 1394 audio/video devices libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It allows you to remote control camcorders and similar devices connected to your computer via an IEEE 1394 (aka Firewire) link. . This package includes the libraries needed to run executables using libavc1394. Homepage: http://sourceforge.net/projects/libavc1394/ Package: libnice10 Status: install ok installed Priority: optional Section: libs Installed-Size: 285 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: libnice Version: 0.1.7-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.8), libgupnp-1.0-4 (>= 0.18.0), libgupnp-igd-1.0-4 (>= 0.2.1) Pre-Depends: multiarch-support Description: ICE library (shared library) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer. . This package provides the nice library. Homepage: http://nice.freedesktop.org/ Package: sgml-data Status: install ok installed Priority: optional Section: text Installed-Size: 1360 Maintainer: Osamu Aoki Architecture: all Multi-Arch: foreign Version: 2.0.10 Replaces: docbook-xml (<= 3.1.3.6-1), sp (<< 1.3.4-1.2.1-14) Depends: perl, sgml-base (>= 1.26+nmu2), xml-core (>= 0.12) Suggests: perlsgml, w3-recs, opensp, libxml2-utils Breaks: sp (<= 1.1.1-2) Conffiles: /etc/sgml/sgml-data.cat ad9884dac68f6b115523e826f5c9f2b9 Description: common SGML and XML data This package contains basic XML and SGML data shared and used by multiple packages. The package provides the technical format (Document Type Definition, or DTD) of all major versions of HTML. It also includes standard character entity definitions which describe spacial characters or international characters, as well as other standard miscellany used by other SGML and XML packages. . This package implements the Debian XML and SGML standards for entity placement and registration. This benefits the user by making the included materials instantly available to people writing, editing or building documentation without any further effort. See for more information. Homepage: http://debian-xml-sgml.alioth.debian.org/ Package: llvm-3.5 Status: install ok installed Priority: optional Section: devel Installed-Size: 3729 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-3.5 Version: 1:3.5-10 Depends: llvm-3.5-runtime (= 1:3.5-10), libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.5, libstdc++6 (>= 4.9), libtinfo5, zlib1g (>= 1:1.1.4) Recommends: llvm-3.5-dev Suggests: llvm-3.5-doc Description: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X86, SparcV9, PowerPC or many other architectures. . LLVM is the key component of the clang compiler and the gcc plugin called dragonegg. Homepage: http://www.llvm.org/ Package: libcogl-pango20 Status: install ok installed Priority: optional Section: libs Installed-Size: 69 Maintainer: Rico Tzschichholz Architecture: amd64 Multi-Arch: same Source: cogl Version: 1.18.2-3 Depends: libc6 (>= 2.4), libcairo2 (>= 1.10), libcogl20 (>= 1.17.4), libdrm2 (>= 2.3.1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 7.11~1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.28.3-5), libpangocairo-1.0-0 (>= 1.28.3-5), libwayland-client0 (>= 1.1.90), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.1.90), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrandr2 Pre-Depends: multiarch-support Recommends: libcogl-common Description: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: tdb-tools Status: install ok installed Priority: optional Section: utils Installed-Size: 106 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: tdb Version: 1.3.6-0+deb8u1 Depends: libc6 (>= 2.4), libtdb1 (>= 1.2.11) Description: Trivial Database - bundled binaries This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains bundled test and utility binaries Homepage: http://tdb.samba.org/ Package: libclucene-core1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1799 Maintainer: Fathi Boudra Architecture: amd64 Multi-Arch: same Source: clucene-core Version: 2.3.3.4-4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: core library for full-featured text search engine (runtime) CLucene is a C++ port of the popular Apache Lucene search engine (http://lucene.apache.org/java). It is released under LGPL or the Apache License. . CLucene aims to be a high-speed alternative to Java Lucene, its API is very similar to that of the Java version. CLucene has recently been brought up to date with Lucene 1.4.3. It contains most of the same functionality as the Java version, except for Socket, Threading and the special caching modifications. . This package contains the files necessary for running applications that use the CLucene core and shared libraries. Homepage: http://clucene.sourceforge.net Package: subversion Status: install ok installed Priority: optional Section: vcs Installed-Size: 4622 Maintainer: Peter Samuelson Architecture: amd64 Version: 1.8.10-6+deb8u4 Depends: libsvn1 (= 1.8.10-6+deb8u4), libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7), libsasl2-2 Suggests: subversion-tools, db5.3-util, patch Conffiles: /etc/bash_completion.d/subversion 179099d243faa0852bf51b1f57729630 /etc/subversion/config 18cbc7ec20a022f1eadf30bfe89eacce /etc/subversion/servers 222e81a462455bd7d6f72c211ff33d71 Description: Advanced version control system Apache Subversion, also known as svn, is a centralised version control system. Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (source code, websites, etc). Subversion began with a CVS paradigm and supports all the major features of CVS, but has evolved to support many features that CVS users often wish they had. . This package includes the Subversion client (svn), repository administration tools (svnadmin, svnlook) and a network server (svnserve). Homepage: http://subversion.apache.org/ Package: libsvm-tools Status: install ok installed Priority: optional Section: devel Installed-Size: 295 Maintainer: Chen-Tse Tsai Architecture: amd64 Source: libsvm Version: 3.12-1 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), python, gnuplot Description: LIBSVM binary tools LIBSVM is an easy-to-use package for support vector classification, regression and one-class SVM. It supports multi-class classification, probability outputs, and parameter selection. LIBSVM homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm Homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm/ Package: xserver-xorg-video-tdfx Status: install ok installed Priority: optional Section: x11 Installed-Size: 79 Maintainer: Debian X Strike Force Architecture: amd64 Source: xserver-xorg-video-tdfx (1:1.4.5-1) Version: 1:1.4.5-1+b2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- tdfx display driver This package provides the driver for 3dfx Voodoo video cards and their derivatives. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-tdfx driver module. Package: libterm-ui-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 79 Maintainer: Debian Perl Group Architecture: all Version: 0.42-1 Depends: perl, liblog-message-simple-perl | perl (<< 5.17) Description: Term::ReadLine UI made easy Term::UI is a transparent way of eliminating the overhead of having to format a question and then validate the reply, informing the user if the answer was not proper and re-issuing the question. . Simply give it the question you want to ask, optionally with choices the user can pick from and a default and Term::UI will DWYM. . For asking a yes or no question, there's even a shortcut. Homepage: https://metacpan.org/release/Term-UI/ Package: vim-common Status: install ok installed Priority: important Section: editors Installed-Size: 405 Maintainer: Debian Vim Maintainers Architecture: amd64 Source: vim Version: 2:7.4.488-7+deb8u3 Replaces: vim-gui-common (<< 2:7.4.488-4~) Depends: libc6 (>= 2.3.4) Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny Breaks: vim-gui-common (<< 2:7.4.488-4~) Conffiles: /etc/vim/vimrc 5fd31a932a5738dd87418b1b201dcf7c Description: Vi IMproved - Common files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains files shared by all non GUI-enabled vim variants (vim and vim-tiny currently) available in Debian. Examples of such shared files are: manpages, common executables like xxd, and configuration files. Homepage: http://www.vim.org/ Package: libcgi-pm-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 526 Maintainer: Debian Perl Group Architecture: all Version: 4.09-1 Depends: perl Recommends: libcgi-fast-perl (>= 1:2.01) Breaks: libcgi-fast-perl (<< 1:2) Description: module for Common Gateway Interface applications CGI.pm is a Perl module that provides classes useful for creating Web forms and for parsing their contents. It defines CGI objects, entities that contain the values of the current query string and other state variables. Homepage: https://metacpan.org/release/CGI Package: libijs-0.35 Status: install ok installed Priority: optional Section: libs Installed-Size: 38 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: ijs Version: 0.35-10 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: IJS raster image transport protocol: shared library IJS is, first and foremost, a protocol for transmission of raster page images. This snapshot provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation. . IJS is a client-server protocol, used to write ghostscript drivers. The drivers are separate programs. The client and server communicate via pipes, though shared memory may be used additionally in the future. Currently IJS is used by the hpijs and ijsgimpprint drivers. . Code for both the client- and server-side is included in the library. This package provides the shared library. Homepage: http://www.linuxprinting.org/ijs/ Package: libopts25 Status: install ok installed Priority: optional Section: libs Installed-Size: 184 Maintainer: Andreas Metzler Architecture: amd64 Multi-Arch: same Source: autogen Version: 1:5.18.4-3 Replaces: autogen Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: automated option processing library based on autogen This package contains the shared libraries needed by binaries that use autoopts for option processing. The package containing the header files and static libraries is libopts25-dev. The package containing the development tools is autogen. Homepage: http://www.gnu.org/software/autogen/ Package: liblwres90 Status: install ok installed Priority: standard Section: libs Installed-Size: 105 Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.9.5.dfsg-9+deb8u11 Replaces: libbind0 Depends: libc6 (>= 2.15), libcap2 (>= 1:2.10), libxml2 (>= 2.6.27) Conflicts: libbind0 Description: Lightweight Resolver Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers the liblwres shared library used by BIND's daemons and clients. Package: libmodbus5 Status: install ok installed Priority: extra Section: libs Installed-Size: 50 Maintainer: Ivo De Decker Architecture: amd64 Multi-Arch: same Source: libmodbus Version: 3.0.6-1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: library for the Modbus protocol A Modbus library written in C, to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection. . This package contains the shared library. Homepage: http://libmodbus.org/ Package: gir1.2-gcr-3 Status: install ok installed Priority: optional Section: introspection Installed-Size: 67 Maintainer: Josselin Mouette Architecture: amd64 Source: gcr Version: 3.14.0-2 Depends: gir1.2-gck-1 (= 3.14.0-2), gir1.2-glib-2.0, gir1.2-gtk-3.0, libgcr-base-3-1 (>= 3.12.0), libgcr-ui-3-1 (>= 3.12.0) Description: GObject introspection data for the GCR library This package contains introspection data for GCR, a library for crypto UI and related tasks. . It can be used by interpreters understanding the GIRepository format to write programs using the GCR library. Homepage: https://wiki.gnome.org/GnomeKeyring Package: gir1.2-gnomekeyring-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 51 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgnome-keyring (3.12.0-1) Version: 3.12.0-1+b1 Depends: libgnome-keyring0 (= 3.12.0-1+b1), gir1.2-glib-2.0 Description: GNOME keyring services library - introspection data gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. . This package provides introspection data for libgnome-keyring. It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/GnomeKeyring Package: xfonts-100dpi Status: install ok installed Priority: optional Section: fonts Installed-Size: 4820 Maintainer: Debian X Strike Force Architecture: all Version: 1:1.0.3 Depends: xfonts-utils (>= 1:7.5+2) Suggests: xfs | xserver Conffiles: /etc/X11/fonts/100dpi/xfonts-100dpi.alias 85bebd6ca213aa656c301a72eb4397cb Description: 100 dpi fonts for X xfonts-100dpi provides a set of bitmapped fonts at 100 dots per inch. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. . This package contains only fonts in the ISO 10646-1 and ISO 8859-1 encodings, to conserve disk space. For other encodings, see the xfonts-100dpi-transcoded package. . This package and xfonts-75dpi provide the same set of fonts, rendered at different resolutions; only one or the other is necessary, but both may be installed. xfonts-100dpi may be more suitable for large monitors and/or large screen resolutions (over 1024x768). . This package requires the xfonts-utils package to prepare the font directories for use by an X server or X font server. Package: gnome-flashback-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 136 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-flashback Version: 3.10.0-3 Depends: dconf-gsettings-backend | gsettings-backend Description: GNOME Flashback application - common data files This package contains translations and data files for the GNOME Flashback application. Homepage: https://wiki.gnome.org/Projects/GnomeFlashback Package: libapache2-mod-dnssd Status: install ok installed Priority: optional Section: httpd Installed-Size: 81 Maintainer: Regis Boudin Architecture: amd64 Source: mod-dnssd Version: 0.6-3.1 Depends: libapr1 (>= 1.2.7), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.2.5), avahi-daemon (>= 0.6.5), apache2-api-20120211 Conffiles: /etc/apache2/mods-available/dnssd.conf cd439269a93adef64059cccbb209e8b3 /etc/apache2/mods-available/dnssd.load 744fd7ad9346abe49c247db4f62aef63 Description: Zeroconf support for Apache 2 via avahi mod_dnssd is an Apache HTTPD module which adds Zeroconf support via DNS-SD using Avahi. This allows Apache to advertise itself and the websites available to clients compatible with the protocol. Homepage: http://0pointer.de/lennart/projects/mod_dnssd/ Package: unattended-upgrades Status: install ok installed Priority: optional Section: admin Installed-Size: 355 Maintainer: Michael Vogt Architecture: all Version: 0.83.3.2+deb8u1 Depends: debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), debconf, python3, python3-apt, apt-utils, apt, ucf, lsb-release, lsb-base (>= 3.2-14), xz-utils Suggests: bsd-mailx, mail-transport-agent Conffiles: /etc/apt/apt.conf.d/50unattended-upgrades f7420d9b010fac1517e15cfac840f815 /etc/init.d/unattended-upgrades 4f525a4e44bc36d79931eb1794fd0518 /etc/kernel/postinst.d/unattended-upgrades b74a4f1a1fe2e350aec97f472c25e0bb /etc/logrotate.d/unattended-upgrades e45049ee847f069a99e3e6ec39155d4a /etc/pm/sleep.d/10_unattended-upgrades-hibernate d4ebdc2a2fdfeea33e6cd39812a85c3a Description: automatic installation of security upgrades This package can download and install security upgrades automatically and unattended, taking care to only install packages from the configured APT source, and checking for dpkg prompts about configuration file changes. . This script is the backend for the APT::Periodic::Unattended-Upgrade option. Package: consolekit Status: install ok installed Priority: optional Section: admin Installed-Size: 382 Maintainer: Robert Millan Architecture: amd64 Version: 0.4.6-5 Replaces: udev (<< 204-1) Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.4), libck-connector0 (= 0.4.6-5), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.94), libudev1 (>= 183), libx11-6, zlib1g (>= 1:1.1.4), dbus (>= 1.1.2) Recommends: libpam-ck-connector Breaks: udev (<< 204-1) Conffiles: /etc/logrotate.d/consolekit 94c8a5d4828b67bcabe2e9ef0d301921 /etc/X11/Xsession.d/90consolekit 628cccb5bdaaf3388da6b09c02eb07c8 /etc/ConsoleKit/seats.d/00-primary.seat eb3f3c54b501dbdaf38dbc38a4ee91fe /etc/dbus-1/system.d/ConsoleKit.conf 9a2dbb48a49638bf1cb1b5ff90755a29 Description: framework for defining and tracking users, sessions and seats ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . It provides asynchronous notification via the system message bus. . This package provides the system daemon and tools to interact with it. Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit Package: libsqlite3-0 Status: install ok installed Priority: standard Section: libs Installed-Size: 877 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: sqlite3 Version: 3.8.7.1-1+deb8u2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Homepage: http://www.sqlite.org/ Package: libjack-jackd2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 529 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: jackd2 Version: 1.9.10+20140719git3eb0ae6a~dfsg-2 Replaces: libjack-0.116 Provides: libjack-0.116 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libopus0 (>= 1.1), libsamplerate0 (>= 0.1.7), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Suggests: jackd2 (= 1.9.10+20140719git3eb0ae6a~dfsg-2) Conflicts: jackd2 (>> 1.9.10+20140719git3eb0ae6a~dfsg-2), jackd2 (<< 1.9.10+20140719git3eb0ae6a~dfsg-2), libjack-0.116, libjack0 Description: JACK Audio Connection Kit (libraries) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains the shared libraries. Homepage: http://jackaudio.org/ Package: libofa0 Status: install ok installed Priority: optional Section: libs Installed-Size: 174 Maintainer: Debian QA Group Architecture: amd64 Source: libofa Version: 0.9.3-7 Depends: libc6 (>= 2.4), libfftw3-double3, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: Library for acoustic fingerprinting LIBOFA (the Open Fingerprint Architecture client library) is a library for generating acoustic fingerprints that can be used to identify music files using the MusicDNS service. Homepage: http://code.google.com/p/musicip-libofa/ Package: libwireshark-data Status: install ok installed Priority: optional Section: libs Installed-Size: 4886 Maintainer: Balint Reczey Architecture: all Multi-Arch: foreign Source: wireshark Version: 1.12.1+g01b65bf-4+deb8u11 Replaces: wireshark-common (<< 1.4.0~rc2-1) Suggests: snmp-mibs-downloader Conflicts: wireshark-common (<< 1.4.0~rc2-1) Conffiles: /etc/wireshark/init.lua 5204a0f5624397e2ffbb845d7aaba623 Description: network packet dissection library -- data files The libwireshark library provides the network packet dissection services developed by the Wireshark project. . This package contains the platform independent files. Homepage: http://www.wireshark.org/ Package: libetonyek-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1012 Maintainer: Rene Engelhard Architecture: amd64 Source: libetonyek Version: 0.1.1-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), librevenge-0.0-0, libstdc++6 (>= 4.1.1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: library for reading and converting Apple Keynote presentations libetonyek is a library and a set of tools for reading and converting Apple Keynote presentations. The library tries to extract the most important parts of version 2 format of Keynote (version 1 is not supported yet, but it should be in the future). Homepage: http://www.freedesktop.org/wiki/Software/libetonyek Package: imagemagick Status: install ok installed Priority: optional Section: graphics Installed-Size: 189 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: foreign Version: 8:6.8.9.9-5+deb8u9 Depends: imagemagick-6.q16 (= 8:6.8.9.9-5+deb8u9) Description: image manipulation programs -- binaries ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . This package include links to quantum depth specific binaries and manual pages. Homepage: http://www.imagemagick.org/ Package: cpp-4.8 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 14056 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.8 Version: 4.8.4-1 Replaces: gcc-4.6 (<< 4.6.1-9) Depends: gcc-4.8-base (= 4.8.4-1), libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libgmp10 (>= 2:5.0.1~), libisl10 (>= 0.10), libmpc3, libmpfr4 (>= 3.1.2), zlib1g (>= 1:1.1.4) Suggests: gcc-4.8-locales (>= 4.8) Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Homepage: http://gcc.gnu.org/ Package: librygel-core-2.4-2 Status: install ok installed Priority: extra Section: libs Installed-Size: 693 Maintainer: Debian Rygel Maintainers Architecture: amd64 Source: rygel (0.24.2-1) Version: 0.24.2-1+b1 Depends: libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.37.3), libgssdp-1.0-3 (>= 0.12.0), libgupnp-1.0-4 (>= 0.18.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Description: GNOME UPnP/DLNA services - core library Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains the core of Rygel, used by other rygel modules. Homepage: https://wiki.gnome.org/action/show/Projects/Rygel Package: lintian Status: install ok installed Priority: optional Section: devel Installed-Size: 3101 Maintainer: Debian Lintian Maintainers Architecture: all Multi-Arch: foreign Version: 2.5.30+deb8u4 Replaces: funny-manpages (<< 1.3-5.1) Depends: binutils, bzip2, diffstat, file, gettext, hardening-includes, intltool-debian, libapt-pkg-perl, libarchive-zip-perl, libclass-accessor-perl, libclone-perl, libdigest-sha-perl, libdpkg-perl, libemail-valid-perl, libfile-basedir-perl, libipc-run-perl, liblist-moreutils-perl, libparse-debianchangelog-perl, libtext-levenshtein-perl, libtimedate-perl, liburi-perl, man-db, patchutils, perl, t1utils Recommends: perl (>= 5.20) | libautodie-perl (>= 2.18), libperlio-gzip-perl Suggests: binutils-multiarch, dpkg-dev, libhtml-parser-perl, libtext-template-perl, libyaml-perl, xz-utils Breaks: funny-manpages (<< 1.3-5.1) Conffiles: /etc/lintianrc b71b2159a43f560760c8cb091edb398b Description: Debian package checker Lintian dissects Debian packages and reports bugs and policy violations. It contains automated checks for many aspects of Debian policy as well as some checks for common errors. . It uses an archive directory, called laboratory, in which it stores information about the packages it examines. It can keep this information between multiple invocations in order to avoid repeating expensive data-collection operations. This makes it possible to check the complete Debian archive for bugs, in a reasonable time. . This package is useful for all people who want to check Debian packages for compliance with Debian policy. Every Debian maintainer should check packages with this tool before uploading them to the archive. . This version of Lintian is calibrated for policy version 3.9.6. Homepage: https://lintian.debian.org/ Package: libhtml-form-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 6.03-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhtml-parser-perl, libhttp-message-perl, liburi-perl Breaks: libwww-perl (<< 6.00) Description: module that represents an HTML form element Objects of the HTML::Form class represents a single HTML
...
instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent. Homepage: http://search.cpan.org/dist/HTML-Form/ Package: gedit Status: install ok installed Priority: optional Section: gnome Installed-Size: 1764 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-3 Depends: python3:any (>= 3.3.2-2~), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libenchant1c2a (>= 1.6.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.3), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.14.0), libgtksourceview-3.0-1 (>= 3.14.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.1.0), libx11-6, libxml2 (>= 2.7.4), gedit-common (>= 3.14), gedit-common (<< 3.15), gnome-icon-theme-symbolic, gsettings-desktop-schemas, python3-gi (>= 3.0), python3-gi-cairo (>= 3.0), gir1.2-peas-1.0, iso-codes Recommends: zenity, yelp Suggests: gedit-plugins Breaks: gedit-plugins (<< 2.91) Description: official text editor of the GNOME desktop environment gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. gedit is a graphical application which supports editing multiple text files in one window (known sometimes as tabs or MDI). . gedit fully supports international text through its use of the Unicode UTF-8 encoding in edited files. Its core feature set includes syntax highlighting of source code, auto indentation and printing and print preview support. . gedit is also extensible through its plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels. Homepage: https://wiki.gnome.org/Apps/Gedit Package: libhsqldb1.8.0-java Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 974 Maintainer: Rene Engelhard Architecture: all Source: hsqldb1.8.0 Version: 1.8.0.10+dfsg-3 Depends: libservlet2.5-java Suggests: java-virtual-machine, libhsqldb1.8.0-java-gcj Conflicts: openoffice.org-base (<< 1:2.3.1~m8) Description: Java SQL database engine HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:1999 and SQL:2003 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . Web site: http://hsqldb.org/ Package: netpbm Status: install ok installed Priority: optional Section: graphics Installed-Size: 3846 Maintainer: Andreas Barth Architecture: amd64 Multi-Arch: foreign Source: netpbm-free Version: 2:10.0-15.2 Replaces: kdelibs4c2a, netpbm-dev, netpbm-nonfree, pbmwbmp, pnmtopng Provides: pbmwbmp, pnmtopng Depends: libnetpbm10 (= 2:10.0-15.2), libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.1.4) Recommends: ghostscript Conflicts: kdelibs4c2a, netpbm-dev (<= 2:9.10), netpbm-nonfree (<= 1:19940301.1-3), pbmwbmp, pnmtopng, ucbmpeg (<= 1r2-6) Description: Graphics conversion tools between image formats Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. Homepage: http://netpbm.alioth.debian.org Package: libsidplay1 Status: install ok installed Priority: optional Section: libs Installed-Size: 237 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: libsidplay Version: 1.36.59-6 Replaces: libsidplay1-c102 (<= 1.36.59-2), libsidplay1.36 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Suggests: sidplay-base, xsidplay Conflicts: libsidplay1-c102 (<= 1.36.59-2), libsidplay1.36, sidplay (<= 1.36.36) Description: SID (MOS 6581) emulation library This is a (shared) library that implements the emulation of the C64's SID chip (MOS 6581) and CPU (6510). It is used by several "player" applications, e.g. sidplay, which make it possible to listen to *really* a lot (13.600+) of tunes, known from old and new C64 programs (as well as Amiga compositions). Find most of the available musics from your favourite games or demos and more in the High Voltage SID Collection (HVSC). For downloads and information about the volunteers, who maintain the collection, look at the HVSC homepage http://www.hvsc.c64.org. Package: zenity-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 6608 Maintainer: Debian GNOME Maintainers Architecture: all Source: zenity Version: 3.14.0-1 Replaces: zenity (<< 2.91.5-1~) Breaks: zenity (<< 2.91.5-1~) Description: Display graphical dialog boxes from shell scripts (common files) Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. . Zenity includes a gdialog wrapper script so that it can be used with legacy scripts. . This package contains architecture independent files. Homepage: https://wiki.gnome.org/Projects/Zenity Package: libqtwebkit-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 614 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qtwebkit Version: 2.3.4.dfsg-3 Replaces: libqt4-dev (<= 4:4.7.0~beta1) Depends: libqt4-dev (>= 4:4.8.0), libqtwebkit4 (= 2.3.4.dfsg-3) Description: Web content engine library for Qt - development files QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the development files needed to build Qt 4 applications using QtWebKit library. Homepage: http://trac.webkit.org/wiki/QtWebKit Package: libice6 Status: install ok installed Priority: optional Section: libs Installed-Size: 122 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libice (2:1.0.9-1) Version: 2:1.0.9-1+b1 Depends: libc6 (>= 2.14), x11-common Pre-Depends: multiarch-support Description: X11 Inter-Client Exchange library This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Package: libvisual-0.4-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 386 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: libvisual Version: 0.4.0-6 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Recommends: libvisual-0.4-plugins Breaks: libvisual-0.4-plugins (<< 0.4.0.dfsg.1-5) Description: Audio visualization framework Libvisual is a generic visualization framework that allows applications to easily access and manage visualization plugins. Audio visualization is the process of making pretty moving images that are correlated in some way to the audio currently being played by a media player. Most audio visualization is tied to a specific application or media player, making it difficult to share code. Libvisual allows applications to use existing visualization plugins written for the libvisual framework. . This package contains the runtime libraries for libvisual. Libvisual is not very useful without visualization plugins, so it is highly recommended to install the libvisual-0.4-plugins package. Homepage: http://sourceforge.net/projects/libvisual/ Package: texlive-base Status: install ok installed Priority: optional Section: tex Installed-Size: 46748 Maintainer: Debian TeX Maintainers Architecture: all Version: 2014.20141024-2+deb8u1 Replaces: context (<< 2012.05.30.20121209), texlive-binaries (<< 2013), texlive-common (<< 2013), texlive-doc-base (<< 2013), texlive-doc-en (<< 2013) Provides: dvipdfmx Depends: ucf, xdg-utils, texlive-binaries (>= 2014.20140512.33982), libpaper-utils, tex-common (>= 5), debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.14.18) Recommends: lmodern (>= 0.93.3) Suggests: perl-tk, gv | postscript-viewer, ghostscript, xpdf-reader | pdf-viewer Breaks: context (<< 2012.05.30.20121209), texlive-doc-base (<< 2013), texlive-omega (<< 2013.20140325) Conflicts: latex-beamer (<< 2014), latex-sanskrit (<< 2014), latex-xcolor (<< 2014), pdfjam (<< 2014), pgf (<< 2014), ptex-bin (<< 2014), texlive (<< 2014), texlive-base (<< 2014), texlive-bibtex-extra (<< 2014), texlive-binaries (<< 2014.20140512.33982), texlive-common, texlive-doc-ar (<< 2014), texlive-doc-base, texlive-doc-bg (<< 2014), texlive-doc-cs+sk (<< 2014), texlive-doc-de (<< 2014), texlive-doc-en (<< 2014), texlive-doc-es (<< 2014), texlive-doc-fi (<< 2014), texlive-doc-fr (<< 2014), texlive-doc-it (<< 2014), texlive-doc-ja (<< 2014), texlive-doc-ko (<< 2014), texlive-doc-mn (<< 2014), texlive-doc-nl (<< 2014), texlive-doc-pl (<< 2014), texlive-doc-pt (<< 2014), texlive-doc-rs (<< 2014), texlive-doc-ru (<< 2014), texlive-doc-si (<< 2014), texlive-doc-th (<< 2014), texlive-doc-tr (<< 2014), texlive-doc-uk (<< 2014), texlive-doc-vi (<< 2014), texlive-doc-zh (<< 2014), texlive-extra-utils (<< 2014), texlive-font-utils (<< 2014), texlive-fonts-extra (<< 2014), texlive-fonts-extra-doc (<< 2014), texlive-fonts-recommended (<< 2014), texlive-fonts-recommended-doc (<< 2014), texlive-formats-extra (<< 2014), texlive-full (<< 2014), texlive-games (<< 2014), texlive-generic-extra (<< 2014), texlive-generic-recommended (<< 2014), texlive-humanities (<< 2014), texlive-humanities-doc (<< 2014), texlive-lang-african (<< 2014), texlive-lang-all (<< 2014), texlive-lang-arabic (<< 2014), texlive-lang-armenian (<< 2014), texlive-lang-chinese (<< 2014), texlive-lang-cjk (<< 2014), texlive-lang-croatian (<< 2014), texlive-lang-cyrillic (<< 2014), texlive-lang-czechslovak (<< 2014), texlive-lang-danish (<< 2014), texlive-lang-dutch (<< 2014), texlive-lang-english (<< 2014), texlive-lang-european (<< 2014), texlive-lang-finnish (<< 2014), texlive-lang-french (<< 2014), texlive-lang-german (<< 2014), texlive-lang-greek (<< 2014), texlive-lang-hebrew (<< 2014), texlive-lang-hungarian (<< 2014), texlive-lang-indic (<< 2014), texlive-lang-italian (<< 2014), texlive-lang-japanese (<< 2014), texlive-lang-korean (<< 2014), texlive-lang-latin (<< 2014), texlive-lang-latvian (<< 2014), texlive-lang-lithuanian (<< 2014), texlive-lang-mongolian (<< 2014), texlive-lang-norwegian (<< 2014), texlive-lang-other (<< 2014), texlive-lang-polish (<< 2014), texlive-lang-portuguese (<< 2014), texlive-lang-spanish (<< 2014), texlive-lang-swedish (<< 2014), texlive-lang-tibetan (<< 2014), texlive-lang-vietnamese (<< 2014), texlive-latex-base (<< 2014), texlive-latex-base-doc (<< 2014), texlive-latex-extra (<< 2014), texlive-latex-extra-doc (<< 2014), texlive-latex-recommended (<< 2014), texlive-latex-recommended-doc (<< 2014), texlive-latex3 (<< 2014), texlive-luatex (<< 2014), texlive-math-extra (<< 2014), texlive-metapost (<< 2014), texlive-metapost-doc (<< 2014), texlive-music (<< 2014), texlive-omega (<< 2014), texlive-pictures (<< 2014), texlive-pictures-doc (<< 2014), texlive-plain-extra (<< 2014), texlive-pstricks (<< 2014), texlive-pstricks-doc (<< 2014), texlive-publishers (<< 2014), texlive-publishers-doc (<< 2014), texlive-science (<< 2014), texlive-science-doc (<< 2014), texlive-xetex (<< 2014), texpower (<< 2014), thailatex (<< 2014) Conffiles: /etc/libpaper.d/texlive-base 168ea10767abc7d0370fda63ea4b62cc /etc/texmf/fmt.d/10texlive-base.cnf 4ffb1764b1887642ba6a5c7ba9ae9339 /etc/texmf/texdoctk/texdocrc.defaults c04cc2166a96d3abf343147e7e28ea99 Description: TeX Live: Essential programs and files These files are regarded as basic for any TeX system, covering plain TeX macros, Computer Modern fonts, and configuration for common drivers; no LaTeX. . This package includes the following CTAN packages: . texlive.infra -- basic TeX Live infrastructure . amsfonts -- TeX fonts from the American Mathematical Society. . bibtex -- Process bibliographies for LaTeX, etc. . cm -- Computer Modern fonts. . dvipdfmx -- An extended version of dvipdfm. . dvipdfmx-def -- Configuration file for dvipdfmx graphics. . dvips -- A DVI to PostScript driver. . enctex -- A TeX extension that translates input on its way into TeX. . etex -- An extended version of TeX, from the NTS project. . etex-pkg -- E-TeX support package. . glyphlist -- . gsftopk -- Convert "ghostscript fonts" to PK files. . hyph-utf8 -- Hyphenation patterns expressed in UTF-8. . hyphen-base -- . ifluatex -- Provides the \ifluatex switch. . ifxetex -- Am I running under XeTeX? . knuth-lib -- A small library of MetaFont sources. . knuth-local -- Knuth's local information. . kpathsea -- Path searching library for TeX-related files. . lua-alt-getopt -- Process application arguments the same way as getopt_long. . luatex -- The LuaTeX engine. . makeindex -- Process index output to produce typesettable code. . metafont -- A system for specifying fonts. . mflogo -- LaTeX support for Metafont logo fonts. . mfware -- Supporting tools for use with Metafont. . pdftex -- A TeX extension for direct creation of PDF. . plain -- The Plain TeX format. . tetex -- scripts and files originally written for or included in teTeX . tex -- A sophisticated typesetting engine. . texconfig -- . texlive-common -- TeX Live documentation (common elements) . texlive-docindex -- top-level TeX Live doc.html, etc. . texlive-en -- TeX Live manual (English) . xdvi -- A DVI previewer for the X Window System. . texdoc -- Documentation access for TeX distributions. Homepage: http://www.tug.org/texlive/ Package: libprotobuf9 Status: install ok installed Priority: optional Section: libs Installed-Size: 1275 Maintainer: Robert Edmonds Architecture: amd64 Multi-Arch: same Source: protobuf Version: 2.6.1-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Description: protocol buffers C++ library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for C++ applications. Homepage: https://code.google.com/p/protobuf/ Package: liblensfun-data Status: install ok installed Priority: optional Section: libs Installed-Size: 883 Maintainer: Debian KDE Extras Team Architecture: all Source: lensfun Version: 0.2.8-2 Description: Lens Correction library - Data Lensfun is an opensource database of photographic lenses and their characteristics. It contains three kinds of objects: * mounts * cameras * lenses . It is used in various photo-related software in which it allows the correction of various artifacts: * distortion * transveral (also known as lateral) chromatic aberrations * vignetting * colour contribution of the lens (correcting said "yellowish" or "blueish" images) . It provides a way to read and search for specific things in the database. . This package contains the data collection. Homepage: http://lensfun.sourceforge.net Package: liborcus-0.8-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1057 Maintainer: Rene Engelhard Architecture: amd64 Source: liborcus Version: 0.7.0+dfsg-9 Depends: libboost-iostreams1.55.0, libboost-system1.55.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4) Description: library for processing spreadsheet documents Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. Package: libopencv-objdetect2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 520 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-core2.4, libopencv-highgui2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-imgproc2.4, libsm6, libstdc++6 (>= 4.9), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision Object Detection library This package contains the OpenCV (Open Computer Vision) Object Detection runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: libfontenc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 43 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libfontenc (1:1.1.2-1) Version: 1:1.1.2-1+b2 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: X11 font encoding library libfontenc is a library which helps font libraries portably determine and deal with different encodings of fonts. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libfontenc Package: libdigest-hmac-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.03+dfsg-1 Depends: perl Description: module for creating standard message integrity checks HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104. . The Digest::HMAC module follow the common Digest:: interface, but the constructor takes the secret key and the name of some other simple Digest:: module as argument. Homepage: http://search.cpan.org/dist/Digest-HMAC/ Package: bogofilter-common Status: install ok installed Priority: optional Section: mail Installed-Size: 613 Maintainer: Serafeim Zanikolas Architecture: all Source: bogofilter Version: 1.2.4+dfsg1-3+deb8u1 Replaces: bogofilter (<< 0.94.14-1) Suggests: doc-base Conffiles: /etc/bogofilter.cf 6eb25b26301babf483fd406b601d54a9 Description: fast Bayesian spam filter (common files) This package implements a fast Bayesian spam filter along the lines suggested by Paul Graham in his article "A Plan For Spam". . This version substantially improves on Paul's proposal by doing smarter lexical analysis. In particular, hostnames and IP addresses are retained as recognition features rather than broken up. Various kinds of MTA cruft such as dates and message-IDs are discarded so as not to bloat the word lists. . This package provides files that are common for all database backends. Package: python-cairo Status: install ok installed Priority: optional Section: python Installed-Size: 376 Maintainer: Debian Python Modules Team Architecture: amd64 Source: pycairo (1.8.8-1) Version: 1.8.8-1+b2 Provides: python2.6-cairo, python2.7-cairo Depends: libc6 (>= 2.2.5), libcairo2 (>= 1.8.6), python (<< 2.8), python (>= 2.6), python-support (>= 0.90.0) Description: Python bindings for the Cairo vector graphics library This package contains modules that allow you to use the Cairo vector graphics library in Python programs. Homepage: http://cairographics.org/pycairo/ Python-Version: 2.6, 2.7 Package: libtiffxx5 Status: install ok installed Priority: optional Section: libs Installed-Size: 125 Maintainer: Ondřej Surý Architecture: amd64 Multi-Arch: same Source: tiff Version: 4.0.3-12.3+deb8u3 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libjbig0 (>= 2.0), libjpeg62-turbo (>= 1.3.1), liblzma5 (>= 5.1.1alpha+20110809), libstdc++6 (>= 4.2.1), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Tag Image File Format (TIFF) library -- C++ interface libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library for the experimental C++ interfaces. Homepage: http://libtiff.maptools.org Package: libdconf1 Status: install ok installed Priority: optional Section: libs Installed-Size: 73 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: d-conf Version: 0.22.0-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1) Pre-Depends: multiarch-support Breaks: dconf-gsettings-backend (<< 0.10.0), gdm3 (<< 3.4.1-9) Description: simple configuration storage system - runtime library DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the runtime library. Homepage: https://wiki.gnome.org/dconf Package: libfile-listing-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 6.04-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-date-perl Breaks: libwww-perl (<< 6.00) Description: module to parse directory listings File::Listing exports a single function called parse_dir(), which can be used to parse directory listings. . The first parameter to parse_dir() is the directory listing to parse. It can be a scalar, a reference to an array of directory lines or a glob representing a filehandle to read the directory listing from. . The second parameter is the time zone to use when parsing time stamps in the listing. If this value is undefined, then the local time zone is assumed. . The third parameter is the type of listing to assume. Currently supported formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'. Homepage: http://search.cpan.org/dist/File-Listing/ Package: gir1.2-upowerglib-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 70 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: upower Version: 0.99.1-3.2 Depends: gir1.2-glib-2.0, libupower-glib3 (>= 0.99.0) Description: GObject introspection data for upower upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains introspection data for upower. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://upower.freedesktop.org/ Package: vorbis-tools Status: install ok installed Priority: optional Section: sound Installed-Size: 964 Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Version: 1.4.0-6+deb8u1 Depends: libao4 (>= 1.1.0), libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2), libflac8 (>= 1.3.0), libogg0 (>= 1.1.0), libspeex1 (>= 1.2~beta3-1), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libvorbisfile3 (>= 1.2.3) Description: several Ogg Vorbis tools vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), ogginfo (displays ogg information), oggdec (decodes ogg files), vcut (ogg file splitter), and vorbiscomment (ogg comment editor). . ogg123 can play both Ogg Vorbis and FLAC audio streams. Homepage: http://www.xiph.org/ Package: libxcomposite1 Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcomposite Version: 1:0.4.4-1 Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1) Pre-Depends: multiarch-support Description: X11 Composite extension library libXcomposite provides an X Window System client interface to the Composite extension to the X protocol. . The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXcomposite Package: libswscale3 Status: install ok installed Priority: optional Section: libs Installed-Size: 368 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libav Version: 6:11.9-1~deb8u1 Depends: libavutil54 (>= 6:11~beta1), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Libav video scaling library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video software scaling library from Libav. Homepage: http://libav.org/ Package: libio-string-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.08-3 Depends: perl Description: Emulate IO::File interface for in-core strings The IO::String module provide the IO::File interface for in-core strings. An IO::String object can be attached to a string, and will make it possible to use the normal file operations for reading or writing data, as well as seeking to various locations of the string. The main reason you might want to do this, is if you have some other library module that only provide an interface to file handles, and you want to keep all the stuff in memory. . The IO::String module provide an interface compatible with IO::File as distributed with IO-1.20, but the following methods are not available; new_from_fd, fdopen, format_write, format_page_number, format_lines_per_page, format_lines_left, format_name, format_top_name. Homepage: https://metacpan.org/release/IO-String/ Package: sysv-rc Status: install ok installed Priority: required Section: admin Installed-Size: 125 Maintainer: Debian sysvinit maintainers Architecture: all Multi-Arch: foreign Source: sysvinit Version: 2.88dsf-59 Replaces: file-rc Depends: debconf (>= 0.5) | debconf-2.0, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10), startpar Recommends: lsb-base (>= 3.2-14) Suggests: bum Breaks: initscripts (<< 2.86.ds1-63) Conflicts: file-rc Description: System-V-like runlevel change mechanism This package provides support for the System-V like system for booting, changing runlevels, and shutting down, configured through symbolic links in /etc/rc?.d/. Homepage: http://savannah.nongnu.org/projects/sysvinit Package: avahi-utils Status: install ok installed Priority: optional Section: net Installed-Size: 151 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: avahi Version: 0.6.31-5 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libgdbm3 (>= 1.8.3), avahi-daemon Description: Avahi browsing, publishing and discovery utilities Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains several utilities that allow you to interact with the Avahi daemon, including publish, browsing and discovering services. Homepage: http://avahi.org/ Package: libalgorithm-diff-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 137 Maintainer: Debian Perl Group Architecture: all Version: 1.19.02-3 Depends: perl Recommends: libalgorithm-diff-xs-perl Description: module to find differences between files Algorithm::Diff is a Perl module that allows users to analyze text based on a Longest Common Subsequence (LCS) algorithm. It can compare two files and find the differences between them, which can produce the same information as the common Unix tool 'diff'. . There is an XS-optimized implementation of the core loop, which accelerates some types of diff output (see libalgorithm-diff-xs-perl). Homepage: http://search.cpan.org/~tyemq/Algorithm-Diff/ Package: libiw30 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Guus Sliepen Architecture: amd64 Multi-Arch: same Source: wireless-tools Version: 30~pre9-8 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Description: Wireless tools - library Wireless tools are used to manipulate the Linux Wireless Extensions. The Wireless Extension is an interface allowing you to set Wireless LAN specific parameters and get the specific stats. . This package contains the dynamic library libiw. Homepage: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html Package: tasksel-data Status: install ok installed Priority: important Section: admin Installed-Size: 551 Maintainer: Debian Install System Team Architecture: all Source: tasksel Version: 3.31+deb8u1 Depends: tasksel (= 3.31+deb8u1) Recommends: laptop-detect Conflicts: tasksel (<< 2.67) Description: official tasks used for installation of Debian systems This package contains data about the standard tasks available on a Debian system. Package: libzvbi-common Status: install ok installed Priority: optional Section: devel Installed-Size: 148 Maintainer: Debian QA Group Architecture: all Multi-Arch: foreign Source: zvbi Version: 0.2.35-3 Replaces: libzvbi-0.1 (<= 0.2.1-3) Description: Vertical Blanking Interval decoder (VBI) - common files The VBI devices capture the hidden lines on a television picture that carry further information like closed-caption data, Teletext (primarily in Europe), and now Intercast and the ATVEC Internet television encodings. . This package contains internationalization files. Homepage: http://zapping.sourceforge.net/ZVBI/index.html Package: apt Status: install ok installed Priority: important Section: admin Installed-Size: 3178 Maintainer: APT Development Team Architecture: amd64 Version: 1.0.9.8.4 Replaces: manpages-it (<< 2.80-4~), manpages-pl (<< 20060617-3~), openjdk-6-jdk (<< 6b24-1.11-0ubuntu1~), sun-java5-jdk (>> 0), sun-java6-jdk (>> 0) Depends: libapt-pkg4.12 (>= 1.0.9.8.4), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), debian-archive-keyring, gnupg Suggests: aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), apt-doc, python-apt Breaks: manpages-it (<< 2.80-4~), manpages-pl (<< 20060617-3~), openjdk-6-jdk (<< 6b24-1.11-0ubuntu1~), sun-java5-jdk (>> 0), sun-java6-jdk (>> 0) Conflicts: python-apt (<< 0.7.93.2~) Conffiles: /etc/apt/apt.conf.d/01autoremove 5bf3e7bfa3bec23d634c9f3652da1787 /etc/cron.daily/apt 4f33a76ad3e46913db2be02f0b587933 /etc/kernel/postinst.d/apt-auto-removal 5d7236fb0c051eec2f5156b641fc447b /etc/logrotate.d/apt 179f2ed4f85cbaca12fa3d69c2a4a1c3 Description: commandline package manager This package provides commandline tools for searching and managing as well as querying information about packages as a low-level access to all features of the libapt-pkg library. . These include: * apt-get for retrieval of packages and information about them from authenticated sources and for installation, upgrade and removal of packages together with their dependencies * apt-cache for querying available information about installed as well as installable packages * apt-cdrom to use removable media as a source for packages * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys Package: llvm-3.5-dev Status: install ok installed Priority: optional Section: devel Installed-Size: 86183 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-3.5 Version: 1:3.5-10 Replaces: llvm (<< 2.2-3) Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm3.5, libstdc++6 (>= 4.6), libtinfo5, zlib1g (>= 1:1.1.4), libffi-dev (>= 3.0.9), llvm-3.5 (= 1:3.5-10), libtinfo-dev Description: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Homepage: http://www.llvm.org/ Package: libfribidi0 Status: install ok installed Priority: optional Section: libs Installed-Size: 125 Maintainer: Debian Hebrew Packaging Team Architecture: amd64 Multi-Arch: same Source: fribidi Version: 0.19.6-3 Depends: libc6 (>= 2.3.4) Pre-Depends: multiarch-support Description: Free Implementation of the Unicode BiDi algorithm FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the shared libraries. Homepage: http://www.fribidi.org/ Package: libxcb-shm0 Status: install ok installed Priority: optional Section: libs Installed-Size: 23 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 (>= 1.9.2) Pre-Depends: multiarch-support Description: X C Binding, shm extension This package contains the library files needed to run software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: sound-juicer Status: install ok installed Priority: optional Section: gnome Installed-Size: 3707 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: sound-juicer (3.14.0-1) Version: 3.14.0-1+b1 Depends: gsettings-desktop-schemas, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, iso-codes, dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 1.12.4), libbrasero-media3-1 (>= 3.0.0), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libdiscid0 (>= 0.5.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.38), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.4.0), libmusicbrainz5-1, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 Recommends: eject Suggests: brasero, gstreamer1.0-lame, gstreamer1.0-plugins-really-bad, gstreamer1.0-plugins-ugly Description: GNOME CD Ripper A CD ripper for GNOME which aims to have a simple, clean, easy to use interface. . The package includes support by default for Vorbis and FLAC formats. For other supports you need the following packages: * gstreamer1.0-plugins-ugly to encode to MP2, * gstreamer1.0-lame (not available in the Debian archive) to encode to MP3, * gstreamer1.0-plugins-really-bad (not available in Debian) to encode to AAC. Homepage: http://www.burtonini.com/blog/computers/sound-juicer Package: liblocale-gettext-perl Status: install ok installed Priority: required Section: perl Installed-Size: 37 Maintainer: Debian Perl Group Architecture: amd64 Source: liblocale-gettext-perl (1.05-8) Version: 1.05-8+b1 Depends: libc6 (>= 2.2.5) Pre-Depends: perl-base (>= 5.20.0-4), perlapi-5.20.0 Description: module using libc functions for internationalization in Perl The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. . It provides gettext(), dgettext(), dcgettext(), textdomain(), bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext() and dngettext(). Homepage: https://metacpan.org/release/gettext Package: xserver-xorg-video-modesetting Status: install ok installed Priority: optional Section: x11 Installed-Size: 61 Maintainer: Debian X Strike Force Architecture: amd64 Version: 0.9.0-2 Provides: xorg-driver-video Depends: libc6 (>= 2.2.5), libdrm2 (>= 2.4.46), libudev1 (>= 183), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Conffiles: /etc/modprobe.d/modesetting.conf 00e4f4a097e3b8d61b661f4e89f4cebf Description: X.Org X server -- Generic modesetting driver This package provides a generic modesetting driver. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-modesetting driver module. Package: libmpfr4 Status: install ok installed Priority: optional Section: libs Installed-Size: 789 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: mpfr4 Version: 3.1.2-2 Depends: libc6 (>= 2.14), libgmp10 Pre-Depends: multiarch-support Conflicts: libgmp3 (<< 4.1.4-3) Description: multiple precision floating-point computation MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). Homepage: http://www.mpfr.org/ Package: libwinpr-path0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 255 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (path library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-path shared library. Homepage: http://www.freerdp.com/ Package: libgettextpo-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 711 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: same Source: gettext Version: 0.19.3-2 Replaces: gettext (<< 0.18.1.1-10) Depends: libgettextpo0 (= 0.19.3-2) Suggests: gettext-doc Breaks: gettext (<< 0.18.1.1-10) Description: GNU Internationalization library development files This package contains development files for the libgettextpo library. Homepage: http://www.gnu.org/software/gettext/ Package: libgtkspell3-3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtkspell3 Version: 3.0.6-1 Replaces: libgtkspell-3-0 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libenchant1c2a (>= 1.6.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0) Conflicts: libgtkspell-3-0 Description: spell-checking addon for GTK+'s TextView widget GtkSpell provides Microsoft Word/OS X-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. Homepage: http://gtkspell.sourceforge.net/ Package: libgail-3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 120 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtk+3.0 Version: 3.14.5-1+deb8u1 Depends: libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.7.5), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.12.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.2), libgtk-3-0 (= 3.14.5-1+deb8u1), libpango-1.0-0 (>= 1.36.7), libpangocairo-1.0-0 (>= 1.36.7), libpangoft2-1.0-0 (>= 1.36.7), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxfixes3, libxi6, at-spi2-core Pre-Depends: multiarch-support Description: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Homepage: http://www.gtk.org/ Package: libpangox-1.0-0 Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 165 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pangox-compat Version: 0.0.2-5 Replaces: libpango1.0-0 (<< 1.32.5-2) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.34.0), libpango-1.0-0 (>= 1.32.5-3~), libx11-6 Pre-Depends: multiarch-support Breaks: libpango1.0-0 (<< 1.32.5-2) Description: pango library X backend Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the Core X backend. Package: dmsetup Status: install ok installed Priority: optional Section: admin Installed-Size: 123 Maintainer: Debian LVM Team Architecture: amd64 Multi-Arch: foreign Source: lvm2 (2.02.111-2.2+deb8u1) Version: 2:1.02.90-2.2+deb8u1 Depends: libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.90), util-linux (>> 2.16) Conflicts: devicekit-disks (<< 009) Description: Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains a utility for modifying device mappings. Homepage: http://sources.redhat.com/lvm2/ Package: libxpm4 Status: install ok installed Priority: optional Section: libs Installed-Size: 93 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxpm Version: 1:3.5.12-0+deb8u1 Depends: libc6 (>= 2.14), libx11-6 Pre-Depends: multiarch-support Description: X11 pixmap library libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the monochrome XBM bitmap specified in the X protocol. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXpm Package: libclone-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 77 Maintainer: Debian Perl Group Architecture: amd64 Source: libclone-perl (0.37-1) Version: 0.37-1+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.2.5) Description: module for recursively copying Perl datatypes The Clone module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. . It is faster (although less flexible) than Storable's dclone. Its functionality is _not_ serializing in-memory objects (i.e. as Data::Dumper or YAML::Dump do), but deep-copying them over to new in-memory structures. Homepage: https://metacpan.org/release/Clone Package: g++-4.9 Status: install ok installed Priority: optional Section: devel Installed-Size: 32881 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.9 Version: 4.9.2-10 Provides: c++-compiler, c++abi2-dev Depends: gcc-4.9-base (= 4.9.2-10), gcc-4.9 (= 4.9.2-10), libstdc++-4.9-dev (= 4.9.2-10), libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libgmp10 (>= 2:5.0.1~), libisl10 (>= 0.10), libmpc3, libmpfr4 (>= 3.1.2), zlib1g (>= 1:1.1.4) Suggests: g++-4.9-multilib, gcc-4.9-doc (>= 4.9), libstdc++6-4.9-dbg (>= 4.9.2-10) Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Homepage: http://gcc.gnu.org/ Package: libcanberra-gtk3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 60 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libcanberra Version: 0.30-2.1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra0 (>= 0.12), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 Pre-Depends: multiarch-support Recommends: libcanberra-gtk3-module Description: GTK+ 3.0 helper for playing widget event sounds with libcanberra libcanberra-gtk provides a few functions that simplify libcanberra usage from GTK+ 3.0. . Contextual information is needed to play event sound. This library can help to compile directly event sounds property lists based on active GtkWidget objects or GdkEvent events. Homepage: http://0pointer.de/lennart/projects/libcanberra/ Package: kdoctools Status: install ok installed Priority: optional Section: doc Installed-Size: 1611 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: docbook-xml, docbook-xsl, libxml2-utils, libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Description: various tools for accessing application documentation This package provides KDE documentation tools (including the "help" KIO slave) for accessing documentation of KDE and GNOME applications. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: rubygems-integration Status: install ok installed Priority: optional Section: ruby Installed-Size: 7 Maintainer: Debian Ruby Extras Maintainers Architecture: all Multi-Arch: foreign Version: 1.8 Depends: ca-certificates Suggests: bundler Description: integration of Debian Ruby packages with Rubygems rubygems-integration makes Debian Ruby packages recognizable by Rubygems. Debian Ruby packages may be used to satisfy Rubygems dependencies both with plain Rubygems and with Bundler. This also allows one to use Debian Ruby packages to satisfy dependencies in Rails 3 applications. Package: libasprintf-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 74 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: same Source: gettext Version: 0.19.3-2 Replaces: gettext (<< 0.18.1.1-10) Depends: libasprintf0c2 (= 0.19.3-2) Suggests: gettext-doc Breaks: gettext (<< 0.18.1.1-10) Description: GNU Internationalization library development files This package contains development files for the libasprintf library. Homepage: http://www.gnu.org/software/gettext/ Package: qtxmlpatterns5-dev-tools Status: install ok installed Priority: optional Section: devel Installed-Size: 120 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Source: qtxmlpatterns-opensource-src Version: 5.3.2-2 Depends: qtchooser, libc6 (>= 2.4), libqt5core5a (>= 5.2.0~alpha1), libqt5xmlpatterns5 (>= 5.0.2), libstdc++6 (>= 4.1.1) Description: Qt 5 XML patterns development programs Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs such as xmlpatterns and xmlpatternsvalidator. Homepage: http://qt-project.org/ Package: x11-xserver-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 443 Maintainer: Debian X Strike Force Architecture: amd64 Source: x11-xserver-utils (7.7+3) Version: 7.7+3+b1 Replaces: iceauth, sessreg, xbase-clients (<< 1:7.3), xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xutils (<< 1:7.2), xvidtune Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libx11-6, libxaw7, libxcursor1 (>> 1.1.2), libxext6, libxi6, libxmu6, libxmuu1, libxrandr2 (>= 2:1.4.0), libxrender1, libxt6, libxxf86vm1, cpp Suggests: nickle, cairo-5c, xorg-docs-core Conflicts: iceauth, sessreg, xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xvidtune Conffiles: /etc/X11/app-defaults/Xvidtune 0493a0782b498e9f0dee51a4013a80e6 Description: X server utilities An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a graphics card, monitor, keyboard, and pointing device (such as a mouse). . This package provides a miscellaneous assortment of X Server utilities that ship with the X Window System, including: - iceauth, a tool for manipulating ICE protocol authorization records; - rgb; - sessreg, a simple program for managing utmp/wtmp entries; - xcmsdb, a device color characteristic utility for the X Color Management System; - xgamma, a tool for querying and setting a monitor's gamma correction; - xhost, a very dangerous program that you should never use; - xmodmap, a utility for modifying keymaps and pointer button mappings in X; - xrandr, a command-line interface to the RandR extension; - xrdb, a tool to manage the X server resource database; - xrefresh, a tool that forces a redraw of the X screen; - xset, a tool for setting miscellaneous X server parameters; - xsetmode and xsetpointer, tools for handling X Input devices; - xsetroot, a tool for tailoring the appearance of the root window; - xstdcmap, a utility to selectively define standard colormap properties; - xvidtune, a tool for customizing X server modelines for your monitor. Package: dnsmasq-base Status: install ok installed Priority: optional Section: net Installed-Size: 782 Maintainer: Simon Kelley Architecture: amd64 Source: dnsmasq Version: 2.72-3+deb8u1 Replaces: dnsmasq (<< 2.63-1~) Depends: adduser, libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libgmp10, libhogweed2 (>= 2.7), libidn11 (>= 1.13), libnetfilter-conntrack3, libnettle4 (>= 2.2), libnfnetlink0 Recommends: dns-root-data Breaks: dnsmasq (<< 2.63-1~) Conffiles: /etc/dbus-1/system.d/dnsmasq.conf 9a18c8a761c2262dbf0c8b3345a85242 Description: Small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Package: libcrack2 Status: install ok installed Priority: optional Section: libs Installed-Size: 473 Maintainer: Jan Dittberner Architecture: amd64 Multi-Arch: same Source: cracklib2 Version: 2.9.2-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Recommends: cracklib-runtime Description: pro-active password checker library Shared library for cracklib2 which contains a C function which may be used in a passwd like program. The idea is simple: try to prevent users from choosing passwords that could be guessed by crack by filtering them out, at source. cracklib2 is NOT a replacement passwd program. cracklib2 is a LIBRARY. Homepage: http://sourceforge.net/projects/cracklib Package: libxt6 Status: install ok installed Priority: optional Section: libs Installed-Size: 494 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxt (1:1.1.4-1) Version: 1:1.1.4-1+b1 Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libsm6, libx11-6 Pre-Depends: multiarch-support Description: X11 toolkit intrinsics library libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libfreerdp-rail1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 248 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (rail library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-rail shared library. Homepage: http://www.freerdp.com/ Package: gnome-nettool Status: install ok installed Priority: optional Section: gnome Installed-Size: 2752 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.8.1-1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.26.0), libgtk-3-0 (>= 3.0.3), libgtop2-7 (>= 2.22.3), libpango-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend, dnsutils, finger, iputils-ping | ping, iputils-tracepath, net-tools, nmap, whois Suggests: gnome-system-tools Description: network information tool for GNOME GNOME Nettool is a network information tool which provides user interfaces for some of the most common command line network tools including: * ifconfig * ping * netstat * traceroute * port scanning * DNS lookup * finger * whois Homepage: http://projects.gnome.org/gnome-network/ Package: gjs Status: install ok installed Priority: optional Section: interpreters Installed-Size: 53 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1.42.0-1 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgjs0-libmozjs-24-0, libgjs0e (>= 1.42.0), libglib2.0-0 (>= 2.36.0), libstdc++6 (>= 4.1.1) Description: Mozilla-based javascript bindings for the GNOME platform Makes it possible for applications to use all of GNOME's platform libraries using the Javascript language. It's mainly based on the Mozilla javascript engine and the GObject introsepection framework. . This package contains the interactive console application. Homepage: https://wiki.gnome.org/Gjs Package: bogofilter Status: install ok installed Priority: optional Section: mail Installed-Size: 21 Maintainer: Serafeim Zanikolas Architecture: all Version: 1.2.4+dfsg1-3+deb8u1 Depends: bogofilter-common, bogofilter-bdb | bogofilter-db Description: fast Bayesian spam filter (dummy package) This package implements a fast Bayesian spam filter along the lines suggested by Paul Graham in his article "A Plan For Spam". . This version substantially improves on Paul's proposal by doing smarter lexical analysis. In particular, hostnames and IP addresses are retained as recognition features rather than broken up. Various kinds of MTA cruft such as dates and message-IDs are discarded so as not to bloat the word lists. Package: python-libxml2 Status: install ok installed Priority: optional Section: python Installed-Size: 919 Maintainer: Debian XML/SGML Group Architecture: amd64 Source: libxml2 Version: 2.9.1+dfsg1-5+deb8u4 Provides: python2.7-libxml2 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), libxml2 (>= 2.9.1), python (>= 2.7), python (<< 2.8) Description: Python bindings for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python programs. Homepage: http://xmlsoft.org/ Package: enchant Status: install ok installed Priority: optional Section: text Installed-Size: 45 Maintainer: Prach Pongpanich Architecture: amd64 Version: 1.6.0-10.1 Replaces: libenchant1c2a (<< 1.6.0-4) Depends: libc6 (>= 2.4), libenchant1c2a (>= 1.6.0), libglib2.0-0 (>= 2.12.0) Breaks: libenchant1c2a (<< 1.6.0-4) Description: Wrapper for various spell checker engines (binary programs) Enchant is a generic spell checking library which uses existing spell checker engines such as ispell, aspell and myspell as its backends. . Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. . This package contains standalone runtime binary programs. Homepage: http://www.abisource.com/projects/enchant/ Package: libexpat1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 843 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: expat Version: 2.1.0-6+deb8u3 Provides: libexpat-dev Depends: libexpat1 (= 2.1.0-6+deb8u3), libc6-dev | libc-dev Conflicts: libexpat-dev Description: XML parsing C library - development kit This package contains the header file and development libraries of expat, the C library for parsing XML. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. Homepage: http://expat.sourceforge.net Package: pciutils Status: install ok installed Priority: standard Section: admin Installed-Size: 1069 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 1:3.2.1-3 Depends: libc6 (>= 2.14), libpci3 (= 1:3.2.1-3) Suggests: bzip2, wget | curl | lynx-cur Description: Linux PCI Utilities This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml Package: libx11-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 9385 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: libx11 Version: 2:1.6.2-3 Replaces: libx11-dev (<< 2:1.4.4-3) Breaks: libx11-dev (<< 2:1.4.4-3) Description: X11 client-side library (development documentation) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains supplemental documentation for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libpciaccess0 Status: install ok installed Priority: optional Section: libs Installed-Size: 108 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libpciaccess (0.13.2-3) Version: 0.13.2-3+b1 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: pciutils Description: Generic PCI access library for X Provides functionality for X to access the PCI bus and devices in a platform-independent way. Package: libxcb-shape0 Status: install ok installed Priority: optional Section: libs Installed-Size: 24 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, shape extension This package contains the library files needed to run software using libxcb-shape, the shape extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libxrender1 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxrender (1:0.9.8-1) Version: 1:0.9.8-1+b1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0) Pre-Depends: multiarch-support Description: X Rendering Extension client library The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: coinor-libcgl1 Status: install ok installed Priority: extra Section: science Installed-Size: 1176 Maintainer: Debian Science Team Architecture: amd64 Source: coinor-cgl Version: 0.58.9-1 Depends: coinor-libclp1, coinor-libcoinutils3, coinor-libosi1, libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Description: COIN-OR Cut Generation Library The Cut Generation Library (Cgl) is an open collection of cutting plane implementations ("cut generators") for use in teaching, research, and applications. . Cgl is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research) and can be used with other COIN-OR packages that make use of cuts, such as the mixed-integer linear programming solver Cbc. . This package contains the binaries and libraries. Homepage: https://projects.coin-or.org/Cgl Package: icedtea-netx-common Status: install ok installed Priority: extra Section: java Installed-Size: 1331 Maintainer: OpenJDK Team Architecture: all Multi-Arch: foreign Source: icedtea-web Version: 1.5.3-1 Replaces: icedtea-netx (<< 1.2~), icedtea-plugin (<< 1.1.2-1~), openjdk-6-jre (<< 6b18-1.8.7-3), openjdk-6-jre-headless (<< 6b18-1.8.7-3) Conflicts: openjdk-6-jre (<< 6b18-1.8.7-3), openjdk-6-jre-headless (<< 6b18-1.8.7-3) Conffiles: /etc/icedtea-web/javaws.policy 01f40304afd5978f8cae1f891190ec17 Description: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . This package contains the architecture independent files. Homepage: http://icedtea.classpath.org/wiki/IcedTea-Web Package: gkbd-capplet Status: install ok installed Priority: optional Section: gnome Installed-Size: 56 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgnomekbd Version: 3.6.0-1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.26), libgnomekbd8 (>= 3.6.0), libgtk-3-0 (>= 3.0.0), libxklavier16 (>= 5.0) Description: GNOME control center tools for libgnomekbd libgnomekbd offers an API to manage the keyboard in GNOME applications. . This package contains a helper for the GNOME control center to configure and display keyboard mappings. Package: liblangtag-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1470 Maintainer: Rene Engelhard Architecture: all Source: liblangtag Version: 0.5.1-3 Description: library to access tags for identifying languages -- data liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC 5646 . This package contains the architecture-independent language data. Homepage: http://tagoh.bitbucket.org/liblangtag/ Package: libfftw3-single3 Status: install ok installed Priority: optional Section: libs Installed-Size: 2205 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: fftw3 Version: 3.3.4-2 Replaces: libfftw3-3 (<< 3.3.3-1) Depends: libc6 (>= 2.14), libgomp1 (>= 4.9) Pre-Depends: multiarch-support Suggests: libfftw3-bin, libfftw3-dev Breaks: libfftw3-3 (<< 3.3.3-1) Description: Library for computing Fast Fourier Transforms - Single precision The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library for single precision transforms. . To get the static library and the header files, you need to install libfftw3-dev. For documentation, see libfftw3-doc. Homepage: http://fftw.org Package: libpotrace0 Status: install ok installed Priority: optional Section: libs Installed-Size: 73 Maintainer: Bartosz Fenski Architecture: amd64 Source: potrace Version: 1.12-1+deb8u1 Depends: libc6 (>= 2.14) Description: library for tracing bitmaps potrace is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. . libpotrace0 contains files needed to run programs that utilize the potrace library. Homepage: http://potrace.sourceforge.net/ Package: libpng12-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 592 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libpng Version: 1.2.50-2+deb8u3 Replaces: libpng12-0-dev, libpng3-dev (<= 1.2.5) Provides: libpng-dev, libpng12-0-dev, libpng3-dev Depends: libpng12-0 (= 1.2.50-2+deb8u3), zlib1g-dev Conflicts: libpng-dev, libpng12-0-dev, libpng2 (<< 1.0.12-3), libpng2-dev Description: PNG library - development libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the header and development files needed to build programs and packages using libpng. Homepage: http://libpng.org/pub/png/libpng.html Package: diffutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 950 Maintainer: Santiago Vila Architecture: amd64 Source: diffutils (1:3.3-1) Version: 1:3.3-1+b1 Replaces: diff Pre-Depends: libc6 (>= 2.17) Suggests: diffutils-doc, wdiff Description: File comparison utilities The diffutils package provides the diff, diff3, sdiff, and cmp programs. . `diff' shows differences between two files, or each corresponding file in two directories. `cmp' shows the offsets and line numbers where two files differ. `cmp' can also show all the characters that differ between the two files, side by side. `diff3' shows differences among three files. `sdiff' merges two files interactively. . The set of differences produced by `diff' can be used to distribute updates to text files (such as program source code) to other people. This method is especially useful when the differences are small compared to the complete files. Given `diff' output, the `patch' program can update, or "patch", a copy of the file. Homepage: http://www.gnu.org/software/diffutils/ Package: libmikmod-config Status: install ok installed Priority: optional Section: libdevel Installed-Size: 22 Maintainer: Stephen Kitt Architecture: amd64 Multi-Arch: foreign Source: libmikmod Version: 3.3.7-1 Replaces: libmikmod-dev (<< 3.3.6-1), libmikmod2-dev (<< 3.3.6-1) Breaks: libmikmod-dev (<< 3.3.6-1), libmikmod2-dev (<< 3.3.6-1) Description: Portable sound library - development binaries This library is capable of playing samples as well as module files and was originally written by Jean-Paul Mikkers (MikMak) for DOS. It has subsequently been hacked by many hands and now runs on many Unix flavours. . It supports OSS, ALSA, SDL and PulseAudio outputs, and can also write to disk in raw, WAV and AIFF formats. . Supported file formats include mod, stm, s3m, mtm, xm, and it. . This package contains libmikmod-config. Homepage: http://mikmod.sf.net/ Package: speech-dispatcher-audio-plugins Status: install ok installed Priority: optional Section: sound Installed-Size: 100 Maintainer: Debian TTS Team Architecture: amd64 Multi-Arch: same Source: speech-dispatcher Version: 0.8-7 Replaces: speech-dispatcher (<< 0.8-1) Depends: libao4 (>= 1.1.0), libasound2 (>= 1.0.16), libaudio2, libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libltdl7 (>= 2.4.2), libpulse0 (>= 0.99.1), libxau6 Pre-Depends: multiarch-support Breaks: speech-dispatcher (<< 0.8-1) Description: Speech Dispatcher: Audio output plugins Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains all the speech-dispatcher audio output plugins. Homepage: http://devel.freebsoft.org/speechd Package: libopencore-amrnb0 Status: install ok installed Priority: optional Section: libs Installed-Size: 176 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: opencore-amr Version: 0.1.3-2.1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: Adaptive Multi Rate speech codec - shared library This library contains an implementation of the 3GPP TS 26.073 specification for the Adaptive Multi Rate (AMR) speech codec. The implementation is derived from the OpenCORE framework, part of the Google Android project. . This package contains the encoder/decoder shared library. Homepage: https://sourceforge.net/projects/opencore-amr/ Package: libqt5multimedia5-plugins Status: install ok installed Priority: optional Section: libs Installed-Size: 838 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtmultimedia-opensource-src Version: 5.3.2-5 Depends: libqt5multimedia5 (= 5.3.2-5), libasound2 (>= 1.0.16), libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base0.10-0 (>= 0.10.32), libgstreamer0.10-0 (>= 0.10.33), libpulse0 (>= 0.99.1), libqgsttools-p1 (>= 5.3.0), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 Multimedia module plugins Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains a set of plugins for supporting m3u, pulseaudio and GStreamer. Homepage: https://qt-project.org/ Package: liblog-message-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 88 Maintainer: Debian Perl Group Architecture: all Version: 0.8-1 Depends: perl Description: powerful and flexible message logging mechanism Log::Message is a generic message storage mechanism. It allows you to store messages on a stack -- either shared or private -- and assign meta-data to it. Some meta-data will automatically be added for you, like a timestamp and a stack trace, but some can be filled in by the user, like a tag by which to identify it or group it, and a level at which to handle the message (for example, log it, or die with it) . Log::Message also provides a powerful way of searching through items by regexes on messages, tags and level. Homepage: https://metacpan.org/release/Log-Message/ Package: soprano-daemon Status: install ok installed Priority: optional Section: utils Installed-Size: 568 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: soprano Version: 2.9.4+dfsg-1.1 Replaces: libsoprano-dev (<< 2.3.0+dfsg.1-1), libsoprano4 (<< 2.3.0+dfsg.1-1) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiodbc2 (>= 3.52.7), libqt4-dbus (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libraptor2-0 (>= 2.0.14), librdf0 (>= 1.0.17), libstdc++6 (>= 4.1.1) Recommends: libsoprano4 (= 2.9.4+dfsg-1.1) Suggests: virtuoso-minimal Breaks: libsoprano-dev (<< 2.3.0+dfsg.1-1), libsoprano4 (<< 2.3.0+dfsg.1-1) Description: daemon for the Soprano RDF framework Soprano is a pluggable RDF storage, parsing, and serialization framework based on Qt 4. Soprano is targeted at desktop applications that need to store RDF data. Its API has been optimized for simplicity and ease of use, while its modular structure allows it to use various different RDF storage implementations as its backend. . This package contains the Soprano daemon, D-Bus service, parser plugins, and a storage plugin for the Redland RDF Application Framework. This package is not intended to be neither directly installed nor used by end users. It will be installed automatically whenever needed. Homepage: http://soprano.sourceforge.net Package: libfs6 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libfs (2:1.0.6-1) Version: 2:1.0.6-1+b1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: X11 Font Services library libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libcloog-isl4 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: cloog (0.18.2-1) Version: 0.18.2-1+b2 Depends: libc6 (>= 2.14), libgmp10, libisl10 (>= 0.11) Pre-Depends: multiarch-support Description: Chunky Loop Generator (runtime library) CLooG is a software which generates loops for scanning Z-polyhedra. . This package contains the runtime library. Homepage: http://www.CLooG.org Package: libparse-debianchangelog-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 208 Maintainer: Frank Lichtenheld Architecture: all Version: 1.2.0-1.1 Depends: perl, libtimedate-perl, libclass-accessor-perl, liblocale-gettext-perl, libio-string-perl Suggests: libhtml-parser-perl, libhtml-template-perl, libxml-simple-perl Description: parse Debian changelogs and output them in other formats Replacement for the very limited dpkg-parsechangelog. Accessible either via the parsechangelog command line script or as Perl module. . Currently supported output formats: * original dpkg-parsechangelog output format * similar format with multiple stanzas instead of one * XML * HTML (customizable via HTML::Template templates). Package: libpolkit-qt-1-1 Status: install ok installed Priority: extra Section: libs Installed-Size: 249 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: polkit-qt-1 Version: 0.103.0-1 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.16.0), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.99), libqt4-dbus (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1) Description: PolicyKit-qt-1 library PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations (like calling the HAL Mount() method) for unprivileged (desktop) applications. . libpolkit-qt-1 provides convenience classes and methods for Qt/KDE applications that want to use PolicyKit. . This package contains the files necessary for running applications that use the libpolkit-qt-1 library. Package: libboost-date-time1.55.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 140 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.55 Version: 1.55.0+dfsg-3 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Description: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Homepage: http://www.boost.org/libs/date_time/ Package: libxv1 Status: install ok installed Priority: optional Section: libs Installed-Size: 37 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxv (2:1.0.10-1) Version: 2:1.0.10-1+b1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6 Pre-Depends: multiarch-support Description: X11 Video extension library libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: tali Status: install ok installed Priority: optional Section: games Installed-Size: 6939 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.0-1 Replaces: gtali (<< 1:3.7.2) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.9.12), libpango-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gtali (<< 1:3.7.2) Description: sort of poker with dice and less money GNOME Tali is a sort of poker played using dice. You roll five dice three times and try to create the best “hand”. Your two rerolls may include any or all of your dice. Homepage: https://wiki.gnome.org/Tali Package: libxcb1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 779 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Replaces: libxcb0-dev Depends: libxcb1 (= 1.10-3+b1), libpthread-stubs0-dev, libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1) Suggests: libxcb-doc Conflicts: libxcb0-dev Description: X C Binding, development files This package contains the header and library files needed to build software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libxcb-glx0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 576 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-glx0 (= 1.10-3+b1), libxcb1-dev Description: X C Binding, glx extension, development files This package contains the header and library files needed to build software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libpam-ck-connector Status: install ok installed Priority: optional Section: admin Installed-Size: 66 Maintainer: Robert Millan Architecture: amd64 Multi-Arch: same Source: consolekit Version: 0.4.6-5 Depends: libc6 (>= 2.4), libck-connector0 (= 0.4.6-5), libdbus-1-3 (>= 1.0.2), libpam0g (>= 0.99.7.1), libpam-runtime (>= 1.0.1-6) Description: ConsoleKit PAM module ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . This package provides a PAM module which can be used for console logins. Graphical login managers should talk to ConsoleKit directly. Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit Package: libx11-protocol-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 342 Maintainer: Debian Perl Group Architecture: all Version: 0.56-6 Depends: perl Recommends: libio-socket-ip-perl Description: Perl module for the X Window System Protocol, version 11 X11::Protocol is a client-side interface to the X11 Protocol (see X(1) for information about X11), allowing perl programs to display windows and graphics on X11 servers. Homepage: https://metacpan.org/release/X11-Protocol Package: libwinpr-registry0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 251 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (registry library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-registry shared library. Homepage: http://www.freerdp.com/ Package: libxml-xpathengine-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 154 Maintainer: Debian Perl Group Architecture: all Version: 0.13-1 Depends: perl Description: re-usable XPath engine for DOM-like trees XML::XPathEngine provides an XPath engine, that can be re-used by other module/classes that implement trees. . In order to use the XPath engine, nodes in the user module need to mimic DOM nodes. The degree of similarity between the user tree and a DOM dictates how much of the XPath features can be used. A module implementing all of the DOM should be able to use this module very easily (you might need to add the cmp method on nodes in order to get ordered result sets). . This module is derived from Matt Sergeant's XML::XPath. Homepage: http://search.cpan.org/dist/XML-XPathEngine/ Package: gir1.2-rest-0.7 Status: install ok installed Priority: optional Section: introspection Installed-Size: 24 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: amd64 Source: librest Version: 0.7.92-3 Depends: gir1.2-glib-2.0, gir1.2-soup-2.4, librest-0.7-0 (>= 0.7.92) Description: REST service access library (introspection files) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains introspection data. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Librest Package: qtpositioning5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 514 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtlocation-opensource-src Version: 5.3.2-2 Description: Qt 5 Positioning documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Positioning library and binaries. Homepage: http://qt-project.org/ Package: libopenobex1 Status: install ok installed Priority: optional Section: libs Installed-Size: 71 Maintainer: Hendrik Sattler Architecture: amd64 Source: libopenobex Version: 1.5-2.1 Depends: libc6 (>= 2.14), libusb-0.1-4 (>= 2:0.1.12) Description: OBEX protocol library The Object Exchange protocol can best be described as binary HTTP. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). . OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207 and Nokia 9110 Communicator. Homepage: http://www.openobex.org Package: man-db Status: install ok installed Priority: important Section: doc Installed-Size: 2514 Maintainer: Colin Watson Architecture: amd64 Multi-Arch: foreign Version: 2.7.0.2-5 Replaces: man, manpages-de (<< 0.5-4), manpages-zh (<< 1.5.2-1.1), nlsutils Provides: man, man-browser Depends: groff-base (>= 1.18.1.1-15), bsdmainutils, debconf (>= 1.2.0) | debconf-2.0, libc6 (>= 2.17), libgdbm3 (>= 1.8.3), libpipeline1 (>= 1.3.0), zlib1g (>= 1:1.1.4) Pre-Depends: dpkg (>= 1.16.1~) Suggests: groff, less, www-browser Breaks: manpages-zh (<< 1.5.2-1.1) Conflicts: man, suidmanager (<< 0.50) Conffiles: /etc/cron.daily/man-db e467745743809f974051c3ec5b9cd022 /etc/cron.weekly/man-db 9527d2000fb1f221dbcecb75467a3e49 /etc/manpath.config 167675fd93075fb5f6ce1aa5f56a8a22 Description: on-line manual pager This package provides the man command, the primary way of examining the on-line help files (manual pages). Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman and zsoelim. man-db uses the groff suite of programs to format and display the manual pages. Homepage: http://man-db.nongnu.org/ Package: shared-mime-info Status: install ok installed Priority: optional Section: misc Installed-Size: 4396 Maintainer: Sebastian Dröge Architecture: amd64 Multi-Arch: foreign Version: 1.3-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.9), libxml2 (>= 2.7.4) Conflicts: libglib2.0-0 (<< 2.17.2), libgnomevfs2-0 (<< 1:2.24.0), tracker (<< 0.6.90) Description: FreeDesktop.org shared MIME database and spec This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package. . At this time at least ROX, GNOME, KDE and XFCE use this database. Homepage: http://freedesktop.org/wiki/Software/shared-mime-info Package: libxkbcommon0 Status: install ok installed Priority: optional Section: libs Installed-Size: 302 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxkbcommon Version: 0.4.3-2 Depends: xkb-data, libc6 (>= 2.17) Pre-Depends: multiarch-support Description: library interface to the XKB compiler - shared library This package provides a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon Homepage: http://www.xkbcommon.org/ Package: libhttp-message-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 206 Maintainer: Debian Perl Group Architecture: all Version: 6.06-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libencode-locale-perl, libhttp-date-perl, libio-html-perl, liblwp-mediatypes-perl, liburi-perl, perl (>= 5.11) | libio-compress-perl Breaks: libwww-perl (<< 6.00) Description: perl interface to HTTP style messages The HTTP::Headers class encapsulates HTTP-style message headers. The headers consist of attribute-value pairs also called fields, which may be repeated, and which are printed in a particular order. The field names are cases insensitive. . Instances of this class are usually created as member variables of the HTTP::Request and HTTP::Response classes, internal to the library. Homepage: https://metacpan.org/release/HTTP-Message/ Package: g++ Status: install ok installed Priority: optional Section: devel Installed-Size: 34 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.136) Version: 4:4.9.2-2 Provides: c++-compiler Depends: cpp (>= 4:4.9.2-2), gcc (>= 4:4.9.2-2), g++-4.9 (>= 4.6.4-1~), gcc-4.9 (>= 4.6.4-1~) Suggests: g++-multilib Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ compiler. Package: libtag1-vanilla Status: install ok installed Priority: optional Section: libs Installed-Size: 1108 Maintainer: Modestas Vainius Architecture: amd64 Multi-Arch: same Source: taglib Version: 1.9.1-2.1 Replaces: libtag1c2a (<< 1.5-5) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Breaks: libtag1c2a (<< 1.5-5) Conflicts: libtag-extras0, libtag1-rusxmms Description: audio meta-data library - vanilla flavour TagLib is a library for reading and editing audio meta data, commonly know as tags. . - A clean, high level, C++ API to handling audio meta data. - Format specific APIs for advanced API users. - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats. - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg Vorbis, Speex and Opus file formats. - Basic audio file properties such as length, sample rate, etc. - Long term binary and source compatibility. - Extensible design, notably the ability to add other formats or extend - current formats as a library user. - Full support for unicode and internationalized tags. - Dual MPL and LGPL licenses. - No external toolkit dependencies. . This is the runtime package for programs that use the TagLib Audio Meta-Data Library. This package contains original and unpatched flavour of the library. Homepage: http://taglib.github.io/ Package: gir1.2-packagekitglib-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 138 Maintainer: Matthias Klumpp Architecture: amd64 Source: packagekit Version: 1.0.1-2 Depends: gir1.2-glib-2.0 (>= 1.36), libpackagekit-glib2-18 (>= 1.0.0) Description: GObject introspection data for the PackageKit GLib library PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package contains introspection data for the PackageKit GLib interface library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.packagekit.org Package: python3-software-properties Status: install ok installed Priority: optional Section: python Installed-Size: 86 Maintainer: Julian Andres Klode Architecture: all Source: software-properties Version: 0.92.25debian1 Depends: python3 (>= 3.2.3-3~), python3-apt (>= 0.6.20ubuntu16), lsb-release, unattended-upgrades, iso-codes Description: manage the repositories that you install software from This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. Package: libglu1-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 485 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libglu Version: 9.0.0-2 Replaces: libglu1 Provides: libglu1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Conflicts: libglu1, mesag3 (<< 5.0.0-1), xlibmesa3 Description: Mesa OpenGL utility library (GLU) GLU offers simple interfaces for building mipmaps; checking for the presence of extensions in the OpenGL (or other libraries which follow the same conventions for advertising extensions); drawing piecewise-linear curves, NURBS, quadrics and other primitives (including, but not limited to, teapots); tesselating surfaces; setting up projection matrices and unprojecting screen coordinates to world coordinates. . On Linux, this library is also known as libGLU or libGLU.so.1. . This package provides the SGI implementation of GLU provided by the Mesa project (ergo the "-mesa" suffix). Package: ps2eps Status: install ok installed Priority: optional Section: text Installed-Size: 116 Maintainer: Matteo Cypriani Architecture: amd64 Version: 1.68+binaryfree-1 Depends: libc6 (>= 2.7), perl, ghostscript Description: convert PostScript to EPS (Encapsulated PostScript) files ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates correct Bounding Boxes for those EPS files and filters some special postscript command sequences that can produce erroneous results on printers. EPS files are needed for including (scalable) graphics into TeX (or even Word) documents. Other programs like ps2epsi do not calculate the bounding box always correctly (because the values are put on the PostScript stack which may get corrupted by bad PostScript code) or rounded it off so that clipping the EPS cut off some parts of the image. Therefore ps2eps uses a resolution of 144 DPI to get the correct bounding box. Homepage: http://tm.uka.de/~bless/ps2eps Package: libchamplain-0.12-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 416 Maintainer: Sjoerd Simons Architecture: amd64 Multi-Arch: same Source: libchamplain Version: 0.12.9-1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.4), libclutter-1.0-0 (>= 1.12), libcogl-path20 (>= 1.17.4), libcogl20 (>= 1.17.4), libgdk-pixbuf2.0-0 (>= 2.23.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.34), libsqlite3-0 (>= 3.5.9) Pre-Depends: multiarch-support Description: C library providing ClutterActor to display maps Libchamplain is a C library providing a ClutterActor to display maps. . It supports numerous free map sources such as OpenStreetMap (default), OpenArialMap and Maps for free. Homepage: https://wiki.gnome.org/Projects/libchamplain Package: libgoa-1.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 2633 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gnome-online-accounts Version: 3.14.2-1 Replaces: libgoa-1.0-0 (<< 3.8.2) Depends: dconf-gsettings-backend | gsettings-backend Breaks: libgoa-1.0-0 (<< 3.8.2) Description: library for GNOME Online Accounts - common files This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package contains the translation files for the GOA library and daemon. Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts Package: libnet-http-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 6.07-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libio-socket-ip-perl | perl (>= 5.19.8) | libio-socket-inet6-perl, liburi-perl Recommends: libio-socket-ssl-perl (>= 1.38) Breaks: libwww-perl (<< 6.00) Description: module providing low-level HTTP connection client The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of IO::Socket::INET. You can mix its methods with reading and writing from the socket directly. This is not necessarily a good idea, unless you know what you are doing. Homepage: https://metacpan.org/release/Net-HTTP Package: firebird2.5-common Status: install ok installed Priority: optional Section: database Installed-Size: 551 Maintainer: Debian Firebird Group Architecture: all Multi-Arch: foreign Source: firebird2.5 Version: 2.5.3.26778.ds4-5+deb8u1 Depends: firebird2.5-common-doc (= 2.5.3.26778.ds4-5+deb8u1) Conffiles: /etc/firebird/2.5/firebird.conf 94cde26897a17df3588c44fb68af7187 Description: common files for firebird 2.5 servers and clients Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used on production systems under a variety of names since 1981. . This package contains files common to both servers and clients for both super and classic flavours. . These include the message file (firebird.msg), support scripts as well as configuration files in /etc/firebird/2.5. . Please refer to the firebird2.5-super or firebird2.5-classic packages for more information about Firebird in general. Homepage: http://firebirdsql.org/ Package: libnfnetlink0 Status: install ok installed Priority: optional Section: libs Installed-Size: 61 Maintainer: Alexander Wirt Architecture: amd64 Multi-Arch: same Source: libnfnetlink Version: 1.0.1-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Netfilter netlink library libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. Package: libgudev-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Debian systemd Maintainers Architecture: amd64 Multi-Arch: same Source: systemd Version: 215-17+deb8u7 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.37.3), libudev1 (>= 183) Pre-Depends: multiarch-support Description: GObject-based wrapper library for libudev This library makes it much simpler to use libudev from programs already using GObject. It also makes it possible to easily use libudev from other programming languages, such as Javascript, because of GObject introspection support. Homepage: http://www.freedesktop.org/wiki/Software/systemd Package: librest-0.7-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: amd64 Multi-Arch: same Source: librest Version: 0.7.92-3 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.30), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Description: REST service access library This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. Homepage: https://wiki.gnome.org/Librest Package: libopenal1 Status: install ok installed Priority: optional Section: libs Installed-Size: 377 Maintainer: Debian Games Team Architecture: amd64 Multi-Arch: same Source: openal-soft Version: 1:1.15.1-5 Depends: libopenal-data (= 1:1.15.1-5), libc6 (>= 2.14) Pre-Depends: multiarch-support Recommends: libasound2 (>= 1.0.16), libpulse0 (>= 0.99.1) Suggests: libportaudio2 (>= 19+svn20101113) Description: Software implementation of the OpenAL audio API (shared library) OpenAL, the Open Audio Library, is a joint effort to create an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio. OpenAL's primary audience are application developers and desktop users that rely on portable standards like OpenGL, for games and other multimedia applications. . This library is meant as a compatible update/replacement to the OpenAL Sample Implementation (the SI). The SI has been unmaintained for quite a while, and would require a lot of work to clean up. This is a fork the old Windows version to attempt an accelerated ALSA version of an OpenAL implementation. . OpenAL Soft supports mono, stereo, 4-channel, 5.1, 6.1, and 7.1 output, as opposed to the SI's 4-channel max (though it did have some provisions for 6 channel, this was not 5.1, and was seemingly a "late" addition). OpenAL Soft does not support the Vorbis and MP3 extensions, however those were considered deprecated even in the SI. It does, though, support some of the newer extensions like AL_EXT_FLOAT32 and AL_EXT_MCFORMATS for multi-channel and floating-point formats, as well as ALC_EXT_EFX for environmental audio effects, and others. . This package installs the OpenAL Soft shared library. Homepage: http://kcat.strangesoft.net/openal.html Package: gstreamer1.0-plugins-ugly Status: install ok installed Priority: optional Section: libs Installed-Size: 1251 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-ugly1.0 Version: 1.4.4-2+deb8u1 Depends: liba52-0.7.4, libc6 (>= 2.14), libcdio13 (>= 0.83), libdvdread4 (>= 4.1.3), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.4.0), libgstreamer1.0-0 (>= 1.4.0), libmad0 (>= 0.15.1b-3), libmp3lame0, libmpeg2-4 (>= 0.5.1), libopencore-amrnb0, libopencore-amrwb0, liborc-0.4-0 (>= 1:0.4.20), libsidplay1, libstdc++6 (>= 4.1.1), libtwolame0, libx264-142 Description: GStreamer plugins from the "ugly" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains plugins from the "ugly" set, a set of good-quality plug-ins that might pose distribution problems. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html Gstreamer-Decoders: application/vnd.rn-realmedia; application/x-pn-realaudio; application/x-rdt, media=(string)application, encoding-name=(string)X-REAL-RDT; application/x-rtp, media=(string){ application, video, audio }, payload=(int)[ 96, 127 ], encoding-name=(string)X-ASF-PF; audio/AMR; audio/AMR-WB; audio/ac3; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]; audio/x-ac3; audio/x-lpcm; audio/x-private1-ac3; audio/x-private1-lpcm; audio/x-sid; video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false; video/x-ms-asf Gstreamer-Elements: a52dec, amrnbdec, amrnbenc, amrwbdec, asfdemux, cdiocddasrc, dvdlpcmdec, dvdreadsrc, dvdsubdec, dvdsubparse, lamemp3enc, mad, mpeg2dec, pnmsrc, rademux, rdtdepay, rdtmanager, rmdemux, rtpasfdepay, rtspreal, rtspwms, siddec, twolamemp2enc, x264enc, xingmux Gstreamer-Encoders: audio/AMR; audio/mpeg, mpegversion=(int)1, layer=(int){ 1, 2, 3 }; video/x-h264, stream-format=(string){ avc, byte-stream }, alignment=(string)au, profile=(string){ high-4:4:4, high-4:2:2, high-10, high, main, baseline, constrained-baseline, high-4:4:4-intra, high-4:2:2-intra, high-10-intra } Gstreamer-Uri-Sources: cdda, dvd, pnm Gstreamer-Version: 1.4 Package: gnome-session-bin Status: install ok installed Priority: optional Section: gnome Installed-Size: 458 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-session Version: 3.14.0-2 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.39.90), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.0.0), libice6 (>= 1:1.0.0), libjson-glib-1.0-0 (>= 0.12.0), libsm6, libsystemd0, libx11-6, libxcomposite1 (>= 1:0.3-1), dconf-gsettings-backend | gsettings-backend, dbus-x11, gsettings-desktop-schemas, upower (>= 0.9.0), xwayland Recommends: libpam-systemd Breaks: gdm3 (<< 3.8) Conflicts: gnome-session (<< 2.26.1-5) Description: GNOME Session Manager - Minimal runtime The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the binaries for the GNOME Session Manager, but no startup scripts. It is meant for those willing to start gnome-session by hand with the components of their choice, and for applications such as GDM that use gnome-session internally. Package: vim-runtime Status: install ok installed Priority: optional Section: editors Installed-Size: 25557 Maintainer: Debian Vim Maintainers Architecture: all Source: vim Version: 2:7.4.488-7+deb8u3 Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny Breaks: vim-tiny (<< 2:7.4.488-7+deb8u3) Enhances: vim-tiny Description: Vi IMproved - Runtime files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains vimtutor and the architecture independent runtime files, used, if available, by all vim variants available in Debian. Example of such runtime files are: online documentation, rules for language-specific syntax highlighting and indentation, color schemes, and standard plugins. Homepage: http://www.vim.org/ Package: gnome-media Status: install ok installed Priority: optional Section: gnome Installed-Size: 3021 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.4.0-2+deb8u1 Replaces: gnome-media-common (<< 2.91.0), libgnome-media-dev (<< 2.91.0), libgnome-media0 (<< 2.91.0) Depends: gconf-service, libc6 (>= 2.4), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.18.2), libgstreamer-plugins-base0.10-0 (>= 0.10.23), libgstreamer0.10-0 (>= 0.10.23), libgtk-3-0 (>= 3.0.0), gstreamer0.10-gconf, gstreamer0.10-plugins-base (>= 0.10.3), gstreamer0.10-plugins-good, x11-utils Recommends: pulseaudio, gstreamer0.10-pulseaudio, gnome-control-center Breaks: gnome-control-center (<< 1:3.0), gnome-media-common (<< 2.91.0), libgnome-media-dev (<< 2.91.0), libgnome-media0 (<< 2.91.0) Description: GNOME media utilities This package contains a few media utilities for the GNOME desktop: * the GStreamer properties capplet. Homepage: https://wiki.gnome.org/GnomeMedia Package: python-smbc Status: install ok installed Priority: optional Section: python Installed-Size: 93 Maintainer: Debian Python Modules Team Architecture: amd64 Source: pysmbc Version: 1.0.15.3-0.1 Provides: python2.7-smbc Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libsmbclient (>= 2:4.0.3+dfsg1) Description: Python bindings for the Samba client library This package contains an extension that allows one to write Python programs that can talk to SMB/CIFS servers. Homepage: http://cyberelk.net/tim/software/pysmbc/ Package: libavahi-client3 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.31-5 Depends: libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1) Pre-Depends: multiarch-support Description: Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Homepage: http://avahi.org/ Package: libsvn1 Status: install ok installed Priority: optional Section: libs Installed-Size: 3183 Maintainer: Peter Samuelson Architecture: amd64 Multi-Arch: same Source: subversion Version: 1.8.10-6+deb8u4 Depends: libsqlite3-0 (>= 3.7.12), libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.4.0), libc6 (>= 2.14), libdb5.3, libexpat1 (>= 2.0.1), libldap-2.4-2 (>= 2.4.7), libsasl2-2, libserf-1-1 (>= 1.2), zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Description: Shared libraries used by Apache Subversion This package includes shared libraries to manipulate Apache Subversion (svn) repositories and working copies. See the 'subversion' package for more information. Homepage: http://subversion.apache.org/ Package: librhino-java Status: install ok installed Priority: optional Section: java Installed-Size: 1202 Maintainer: Debian Java Maintainers Architecture: all Source: rhino Version: 1.7R4-3 Replaces: rhino (<< 1.7R3~pre-2) Suggests: rhino Conflicts: rhino (<< 1.7R3~pre-2) Description: Libraries for rhino Java Script Engine Rhino is an implementation of the JavaScript language written entirely in Java. It is typically embedded into Java applications to provide scripting to end users. . This package contains only Java library and no interpreter. For Rhino interpreter, you install rhino package. Homepage: http://www.mozilla.org/rhino/ Package: libisofs6 Status: install ok installed Priority: optional Section: libs Installed-Size: 359 Maintainer: Debian Libburnia packagers Architecture: amd64 Source: libisofs Version: 1.3.2-1.1 Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.14), libjte1, zlib1g (>= 1:1.2.0) Description: library to create ISO9660 images libisofs creates ISO images which can then be burnt with cdrskin or other software. Homepage: http://libburnia-project.org Package: librygel-renderer-gst-2.4-2 Status: install ok installed Priority: extra Section: libs Installed-Size: 499 Maintainer: Debian Rygel Maintainers Architecture: amd64 Source: rygel (0.24.2-1) Version: 0.24.2-1+b1 Depends: libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.34.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgupnp-1.0-4 (>= 0.18.0), libgupnp-av-1.0-2 (>= 0.6.0), librygel-core-2.4-2, librygel-renderer-2.4-2 Description: GNOME UPnP/DLNA services - renderer library Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains a library used by applications implementing UPnP renderer functionality based on GStreamer by using rygel renderer plug-ins. Homepage: https://wiki.gnome.org/action/show/Projects/Rygel Package: libpam-modules Status: install ok installed Priority: required Section: admin Installed-Size: 860 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: same Source: pam Version: 1.1.8-3.1+deb8u2 Replaces: libpam-umask, libpam0g-util Provides: libpam-mkhomedir, libpam-motd, libpam-umask Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.15), libdb5.3, libpam0g (>= 1.1.3-2), libselinux1 (>= 2.1.9), debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.1.8-3.1+deb8u2) Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask Conffiles: /etc/security/access.conf 13ec4d189f0ed9acf3433977a53d446b /etc/security/group.conf f1e26e8db6f7abd2d697d7dad3422c36 /etc/security/limits.conf 11c27ba00b7bd6a255f33126f75c5005 /etc/security/namespace.conf 6424c99a62ddf4b7d3ca713bb06ded89 /etc/security/namespace.init b46b23d64860d1557d2a8f44b231fd54 /etc/security/pam_env.conf ddee4a931170dc21b4e0b9bb28e02a7b /etc/security/sepermit.conf d41c74654734a5c069a37bfc02f0a6d4 /etc/security/time.conf 06e05c6079e839c8833ac7c3abfde192 Description: Pluggable Authentication Modules for PAM This package completes the set of modules for PAM. It includes the pam_unix.so module as well as some specialty modules. Homepage: http://pam.sourceforge.net/ Package: util-linux-locales Status: install ok installed Priority: optional Section: localization Installed-Size: 5154 Maintainer: Debian util-linux Maintainers Architecture: all Source: util-linux Version: 2.25.2-6 Replaces: util-linux (<< 2.11b) Depends: util-linux (>= 2.25.2) Description: Locales files for util-linux This package contains the internationalization files of for the util-linux package. . They are needed when you want the programs in util-linux to print their messages in other languages than English. Package: libxcb-keysyms1 Status: install ok installed Priority: extra Section: libs Installed-Size: 56 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: xcb-util-keysyms Version: 0.4.0-1 Depends: libc6 (>= 2.2.5), libxcb1 Pre-Depends: multiarch-support Description: utility libraries for X C Binding -- keysyms This package contains the library files needed to run software using libxcb-keysyms, providing standard X key constants and conversion to/from keycodes. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Homepage: http://xcb.freedesktop.org Package: gdbserver Status: install ok installed Priority: optional Section: devel Installed-Size: 523 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 7.7.1+dfsg-5 Replaces: gdb (<< 7.0.1-1) Depends: libc6 (>= 2.14) Description: GNU Debugger (remote server) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains gdbserver. Install this to debug remotely from another system where GDB is installed. Homepage: http://www.gnu.org/s/gdb/ Package: libsane-extras-common Status: install ok installed Priority: optional Section: libs Installed-Size: 57 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: foreign Source: sane-backends-extras Version: 1.0.22.3 Replaces: libsane-extras (<< 1.0.22.2~) Description: API library for scanners -- documentation and support files SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes documentation for libsane-extras, such as the man pages and other support files. Package: libxmlgraphics-commons-java Status: install ok installed Priority: optional Section: java Installed-Size: 655 Maintainer: Debian Java Maintainers Architecture: all Source: xmlgraphics-commons Version: 1.5-4 Depends: libcommons-io-java, libcommons-logging-java Suggests: libxmlgraphics-commons-java-doc Description: Reusable components used by Batik and FOP Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D implementations that let you generate PDF & PostScript files, and much more. Homepage: http://xmlgraphics.apache.org/commons/ Package: libmpc3 Status: install ok installed Priority: extra Section: libs Installed-Size: 128 Maintainer: Laurent Fousse Architecture: amd64 Multi-Arch: same Source: mpclib3 Version: 1.0.2-1 Depends: libc6 (>= 2.3), libgmp10, libmpfr4 (>= 3.1.2) Pre-Depends: multiarch-support Description: multiple precision complex floating-point library MPC is a portable library written in C for arbitrary precision arithmetic on complex numbers providing correct rounding. For the time being, it contains all arithmetic operations over complex numbers, the exponential and the logarithm functions, the trigonometric and hyperbolic functions. . Ultimately, it should implement a multiprecision equivalent of the ISO C99 standard. . It builds upon the GNU MP and the MPFR libraries. Homepage: http://www.multiprecision.org/mpc/ Package: insserv Status: install ok installed Priority: optional Section: misc Installed-Size: 183 Maintainer: Petter Reinholdtsen Architecture: amd64 Version: 1.14.0-5 Depends: libc6 (>= 2.7) Suggests: bootchart2 Breaks: sysv-rc (<< 2.87dsf-3) Conffiles: /etc/bash_completion.d/insserv 32975fe14795d6fce1408d5fd22747fd /etc/insserv.conf b15785c0c4b022a3ba0edb78ba71297c Description: boot sequence organizer using LSB init.d script dependency information The insserv program is used by the standard SysV-based init system. It updates the order of symlinks in /etc/rc?.d/ based on dependencies specified by LSB headers in the init.d scripts themselves. . These declared relations between scripts make it possible to optimize the boot sequence for the currently installed set of packages, while detecting and rejecting dependency loops. . Using insserv incorrectly can result in an unbootable system. Homepage: http://savannah.nongnu.org/projects/sysvinit Package: libjte1 Status: install ok installed Priority: extra Section: libs Installed-Size: 84 Maintainer: Steve McIntyre <93sam@debian.org> Architecture: amd64 Source: jigit Version: 1.20-1 Depends: libbz2-1.0, libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Description: Jigdo Template Export - runtime library libjte is a library providing support for creating jigdo files, to be used by ISO image creation tools such as xorriso. . This package provides the runtime library file needed to run software written using libjte Homepage: http://www.einval.com/~steve/software/JTE/ Package: libstdc++6 Status: install ok installed Priority: important Section: libs Installed-Size: 1319 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Replaces: libstdc++6-4.9-dbg (<< 4.9.0-3) Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.18), libgcc1 (>= 1:4.1.1) Pre-Depends: multiarch-support Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Conflicts: scim (<< 1.4.2-1) Description: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Homepage: http://gcc.gnu.org/ Package: libxcb-present-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 44 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libxcb-present0 (= 1.10-3+b1), libxcb1-dev, libxcb-randr0-dev, libxcb-xfixes0-dev, libxcb-sync-dev Description: X C Binding, present extension, development files This package contains the header and library files needed to build software using libxcb-present, the present extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libtalloc2 Status: install ok installed Priority: optional Section: libs Installed-Size: 123 Maintainer: Debian Samba Maintainers Architecture: amd64 Multi-Arch: same Source: talloc Version: 2.1.2-0+deb8u1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: hierarchical pool based memory allocator A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. Homepage: http://talloc.samba.org/ Package: libwiretap4 Status: install ok installed Priority: optional Section: libs Installed-Size: 471 Maintainer: Balint Reczey Architecture: amd64 Multi-Arch: same Source: wireshark Version: 1.12.1+g01b65bf-4+deb8u11 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libwsutil4 (>= 1.12.0~rc3), zlib1g (>= 1:1.2.2.4) Pre-Depends: multiarch-support Conflicts: wireshark-common (<< 1.4.0~rc2-1) Description: network packet capture library -- shared library Wiretap, part of the Wireshark project, is a library that allows one to read and write several packet capture file formats. . Supported formats are: * Libpcap * Sniffer * LANalyzer * Network Monitor * "snoop" * "iptrace" * Sniffer Basic (NetXRay)/Windows Sniffer Pro * RADCOM WAN/LAN Analyzers * Lucent/Ascend access products * HP-UX nettl * Toshiba ISDN Router * ISDN4BSD "i4btrace" utility * Cisco Secure Intrusion Detection System iplogging facility * pppd logs (pppdump-format files) * VMS TCPTRACE * DBS Etherwatch (text format) * Catapult DCT2000 (.out files) . Wiretap's shortcomings are: no filter capability and no support for packet capture. Homepage: http://www.wireshark.org/ Package: gcc-4.9-base Status: install ok installed Priority: required Section: libs Installed-Size: 218 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Breaks: dehydra (<= 0.9.hg20110609-2), gcc-4.4-base (<< 4.4.7), gcc-4.7-base (<< 4.7.3), gcj-4.4-base (<< 4.4.6-9~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.4-base (<< 4.4.6-3~), gnat-4.6 (<< 4.6.1-5~) Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Package: libkrb5-3 Status: install ok installed Priority: standard Section: libs Installed-Size: 973 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.12.1+dfsg-19+deb8u2 Depends: libc6 (>= 2.16), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.9+dfsg~beta1), libkeyutils1 (>= 1.5.9), libkrb5support0 (= 1.12.1+dfsg-19+deb8u2) Pre-Depends: multiarch-support Recommends: krb5-locales Suggests: krb5-doc, krb5-user Breaks: libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3) Conflicts: libkrb53 Description: MIT Kerberos runtime libraries Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the main Kerberos v5 API used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Package: libquvi7 Status: install ok installed Priority: optional Section: libs Installed-Size: 54 Maintainer: Alejandro Garrido Mota Architecture: amd64 Multi-Arch: same Source: libquvi Version: 0.4.1-3 Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), liblua5.2-0, libquvi-scripts Pre-Depends: multiarch-support, dpkg (>= 1.15.6) Breaks: mpv (<< 0.3.10-2~) Description: library for parsing video download links (runtime libraries) Library to parse Adobe flash video download links. It supports Youtube and other similar video websites. It provides access to functionality and data through an API, and does not enable or require the use of the flash technology. Homepage: http://quvi.sourceforge.net Package: yelp-xsl Status: install ok installed Priority: extra Section: gnome Installed-Size: 1737 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.14.0-1 Description: XSL stylesheets for the yelp help browser Yelp-xsl contains XSL stylesheets that are used by the yelp help browser to format Docbook and Mallard documents. Package: binutils Status: install ok installed Priority: optional Section: devel Installed-Size: 20566 Maintainer: Matthias Klose Architecture: amd64 Version: 2.25-5+deb8u1 Replaces: binutils-gold (<< 2.20.51.20100415), binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3) Provides: binutils-gold, elf-binutils Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.0) Suggests: binutils-doc (>= 2.25-5+deb8u1) Breaks: binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3) Conflicts: binutils-gold (<< 2.20.51.20100415), binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3), elf-binutils, gas, modutils (<< 2.4.19-1) Description: GNU assembler, linker and binary utilities The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. Package: libkparts4 Status: install ok installed Priority: optional Section: libs Installed-Size: 555 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libnepomuk4 (= 4:4.14.2-5+deb8u2), libnepomukutils4 (= 4:4.14.2-5+deb8u2), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: Framework for the KDE Platform Graphical Components This library implements the framework for reusable KDE components (kparts), which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: python3-cairo Status: install ok installed Priority: optional Section: python Installed-Size: 165 Maintainer: Debian Python Modules Team Architecture: amd64 Source: py3cairo (1.10.0+dfsg-4) Version: 1.10.0+dfsg-4+b1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.10.0), python3 (>= 3.4~), python3 (<< 3.5) Description: Python 3 bindings for the Cairo vector graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains modules that allow you to use the Cairo in Python 3 programs. Homepage: http://cairographics.org/pycairo/ Package: libgstreamer-plugins-bad0.10-0 Status: install ok installed Priority: extra Section: libs Installed-Size: 1002 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-bad0.10 Version: 0.10.23-7.4+deb8u2 Replaces: gstreamer0.10-plugins-bad (<< 0.10.22.3-2) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.41.1), libgstreamer-plugins-base0.10-0 (>= 0.10.36), libgstreamer0.10-0 (>= 0.10.36) Pre-Depends: multiarch-support Breaks: gstreamer0.10-plugins-bad (<< 0.10.22.3-2) Description: GStreamer development files for libraries from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. . This package contains shared GStreamer libraries from the "bad" set. The API is not guaranteed to be stable. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html Package: gstreamer1.0-plugins-good Status: install ok installed Priority: optional Section: libs Installed-Size: 6552 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-good1.0 Version: 1.4.4-2+deb8u3 Replaces: gstreamer1.0-plugins-bad (<< 1.1.2) Provides: gstreamer1.0-audiosink, gstreamer1.0-audiosource, gstreamer1.0-videosink, gstreamer1.0-videosource, gstreamer1.0-visualization Depends: libaa1 (>= 1.4p5), libavc1394-0 (>= 0.5.3), libbz2-1.0, libc6 (>= 2.17), libcaca0 (>= 0.99.beta17-1), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdv4, libflac8 (>= 1.3.0), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.4.0), libgstreamer1.0-0 (>= 1.4.0), libgudev-1.0-0 (>= 146), libiec61883-0 (>= 1.2.0), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libjpeg62-turbo (>= 1.3.1), liborc-0.4-0 (>= 1:0.4.20), libpng12-0 (>= 1.2.13-4), libraw1394-11, libshout3, libsoup2.4-1 (>= 2.40), libspeex1 (>= 1.2~beta3-1), libstdc++6 (>= 4.1.1), libtag1c2a (>= 1.5), libv4l-0 (>= 0.5.0), libvpx1 (>= 1.3.0), libwavpack1 (>= 4.40.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, zlib1g (>= 1:1.1.4), gstreamer1.0-plugins-base Recommends: gstreamer1.0-x Breaks: gstreamer1.0-plugins-bad (<< 1.1.2) Description: GStreamer plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html Gstreamer-Decoders: application/x-3gp; application/x-apetag; application/x-icy; application/x-id3; application/x-navi-animation; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ TELEPHONE-EVENT, SBC }; application/x-rtp, payload=(int)[ 96, 127 ], media=(string){ audio, video }, encoding-name=(string){ X-QT, X-QUICKTIME }; application/x-rtp, media=(string){ video, audio, application }, encoding-name=(string)MPEG4-GENERIC, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }; application/x-rtp, media=(string)audio, encoding-name=(string){ AMR, AMR-WB }, octet-align=(string)1; application/x-rtp, media=(string){ video, audio }, encoding-name=(string)DV, encode=(string){ SD-VCR/525-60, SD-VCR/625-50, HD-VCR/1125-60, HD-VCR/1250-50, SDL-VCR/525-60, SDL-VCR/625-50, 306M/525-60, 306M/625-50, 314M-25/525-60, 314M-25/625-50, 314M-50/525-60, 314M-50/625-50 }; application/x-rtp, media=(string)video, encoding-name=(string){ RAW, VP8-DRAFT-IETF-01, THEORA, X-SV3V-ES, X-SORENSON-VIDEO, X-SORENSONVIDEO, X-SorensonVideo, MP4V-ES, MP2T, MP2T-ES, MP1S, JPEG, JPEG2000, H264, H263, H263-1998, H263-2000, MPV }; application/x-rtp, media=(string)audio, encoding-name=(string){ VORBIS, SPEEX, SIREN, X-QDM, QCELP, MP4A-LATM, L24, L16, MPA-ROBUST, X-MP3-DRAFT-00, X-MP3-DRAFT-01, X-MP3-DRAFT-02, X-MP3-DRAFT-03, X-MP3-DRAFT-04, X-MP3-DRAFT-05, X-MP3-DRAFT-06, MPA, PCMU, PCMA, GSM, G729, G726, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, G723, G722, ILBC, CELT, BV16, BV32, AC3 }; application/x-rtp, media=(string)audio, payload=(int){ 12, 10, 11, 14, 0, 8, 3, 18, 4, 9 }; application/x-rtp, media=(string)video, payload=(int){ 33, 26, 34, 32 }; application/x-rtp, media=(string)other, encoding-name=(string)MP1S; application/x-rtp, media=(string)application, encoding-name=(string)X-GST; application/x-subtitle-avi; audio/ac3; audio/mpeg, mpegversion=(int){ 1, 2, 4 }; audio/webm; audio/x-ac3; audio/x-alaw; audio/x-amr-nb-sh; audio/x-amr-wb-sh; audio/x-au; audio/x-dts; audio/x-eac3; audio/x-flac; audio/x-m4a; audio/x-matroska; audio/x-mulaw; audio/x-private1-ac3; audio/x-private1-dts; audio/x-sbc; audio/x-speex; audio/x-wav; audio/x-wavpack; image/bmp; image/gif; image/jpeg; image/png; image/svg; image/svg+xml; image/tiff; image/vnd.wap.wbmp; image/x-MS-bmp; image/x-bitmap; image/x-bmp; image/x-cmu-raster; image/x-icon; image/x-pcx; image/x-pixmap; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-sun-raster; image/x-tga; multipart/x-mixed-replace; video/mj2; video/quicktime; video/webm; video/x-dv, systemstream=(boolean){ false, true }; video/x-fli; video/x-flv; video/x-matroska; video/x-matroska-3d; video/x-msvideo; video/x-vp8; video/x-vp9 Gstreamer-Elements: 3gppmux, aacparse, aasink, ac3parse, agingtv, alawdec, alawenc, alpha, alphacolor, amrparse, apedemux, apev2mux, aspectratiocrop, asteriskh263, audioamplify, audiochebband, audiocheblimit, audiodynamic, audioecho, audiofirfilter, audioiirfilter, audioinvert, audiokaraoke, audiopanorama, audiowsincband, audiowsinclimit, auparse, autoaudiosink, autoaudiosrc, autovideosink, autovideosrc, avidemux, avimux, avisubtitle, breakmydata, cacasink, cairooverlay, capssetter, cpureport, cutter, dcaparse, deinterlace, deinterleave, dicetv, dtmfsrc, dv1394src, dvdec, dvdemux, dynudpsink, edgetv, equalizer-10bands, equalizer-3bands, equalizer-nbands, flacdec, flacenc, flacparse, flactag, flvdemux, flvmux, flxdec, gamma, gdkpixbufdec, gdkpixbufoverlay, gdkpixbufsink, goom, goom2k1, hdv1394src, icydemux, id3demux, id3v2mux, imagefreeze, interleave, ismlmux, jackaudiosink, jackaudiosrc, jpegdec, jpegenc, level, matroskademux, matroskamux, matroskaparse, mj2mux, monoscope, mp4mux, mpegaudioparse, mulawdec, mulawenc, multifilesink, multifilesrc, multipartdemux, multipartmux, multiudpsink, navigationtest, navseek, optv, oss4sink, oss4src, osssink, osssrc, pngdec, pngenc, progressreport, pushfilesrc, qtdemux, qtmoovrecover, qtmux, quarktv, radioactv, revtv, rganalysis, rglimiter, rgvolume, rippletv, rndbuffersize, rtpL16depay, rtpL16pay, rtpL24depay, rtpL24pay, rtpac3depay, rtpac3pay, rtpamrdepay, rtpamrpay, rtpbin, rtpbvdepay, rtpbvpay, rtpceltdepay, rtpceltpay, rtpdec, rtpdtmfdepay, rtpdtmfmux, rtpdtmfsrc, rtpdvdepay, rtpdvpay, rtpg722depay, rtpg722pay, rtpg723depay, rtpg723pay, rtpg726depay, rtpg726pay, rtpg729depay, rtpg729pay, rtpgsmdepay, rtpgsmpay, rtpgstdepay, rtpgstpay, rtph263depay, rtph263pay, rtph263pdepay, rtph263ppay, rtph264depay, rtph264pay, rtpilbcdepay, rtpilbcpay, rtpj2kdepay, rtpj2kpay, rtpjitterbuffer, rtpjpegdepay, rtpjpegpay, rtpmp1sdepay, rtpmp2tdepay, rtpmp2tpay, rtpmp4adepay, rtpmp4apay, rtpmp4gdepay, rtpmp4gpay, rtpmp4vdepay, rtpmp4vpay, rtpmpadepay, rtpmpapay, rtpmparobustdepay, rtpmpvdepay, rtpmpvpay, rtpmux, rtppcmadepay, rtppcmapay, rtppcmudepay, rtppcmupay, rtpptdemux, rtpqcelpdepay, rtpqdm2depay, rtprtxqueue, rtprtxreceive, rtprtxsend, rtpsbcdepay, rtpsbcpay, rtpsession, rtpsirendepay, rtpsirenpay, rtpspeexdepay, rtpspeexpay, rtpssrcdemux, rtpstreamdepay, rtpstreampay, rtpsv3vdepay, rtptheoradepay, rtptheorapay, rtpvorbisdepay, rtpvorbispay, rtpvp8depay, rtpvp8pay, rtpvrawdepay, rtpvrawpay, rtpxqtdepay, rtspsrc, sbcparse, scaletempo, shagadelictv, shapewipe, shout2send, smpte, smptealpha, souphttpclientsink, souphttpsrc, spectrum, speexdec, speexenc, splitfilesrc, streaktv, taginject, testsink, udpsink, udpsrc, v4l2radio, v4l2sink, v4l2src, vertigotv, videobalance, videobox, videocrop, videoflip, videomedian, videomixer, vp8dec, vp8enc, vp9dec, vp9enc, warptv, wavenc, wavpackdec, wavpackenc, wavpackparse, wavparse, webmmux, ximagesrc, y4menc Gstreamer-Encoders: application/x-rtcp-stream; application/x-rtp; application/x-rtp-stream; application/x-srtcp-stream; application/x-srtp-stream; application/x-yuv4mpeg, y4mversion=(int)2; audio/webm; audio/x-alaw; audio/x-flac; audio/x-matroska; audio/x-mulaw; audio/x-speex; audio/x-wav; audio/x-wavpack-correction, framed=(boolean)true; image/jpeg, sof-marker=(int){ 0, 1, 2, 9 }; image/png; multipart/x-mixed-replace; video/mj2; video/quicktime; video/webm; video/x-flv; video/x-matroska; video/x-matroska-3d; video/x-msvideo; video/x-vp8, profile=(string){ 0, 1, 2, 3 }; video/x-vp9, profile=(string){ 0, 1, 2, 3 } Gstreamer-Uri-Sinks: udp Gstreamer-Uri-Sources: dv, hdv, http, https, icy, icyx, pushfile, radio, rtsp, rtsp-sdp, rtsph, rtsps, rtspsh, rtspst, rtspsu, rtspt, rtspu, splitfile, udp, v4l2 Gstreamer-Version: 1.4 Package: libffi6 Status: install ok installed Priority: optional Section: libs Installed-Size: 71 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: libffi (3.1-2) Version: 3.1-2+b2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Foreign Function Interface library runtime A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Package: libaudit-common Status: install ok installed Priority: optional Section: libs Installed-Size: 49 Maintainer: Laurent Bigonville Architecture: all Multi-Arch: foreign Source: audit Version: 1:2.4-1 Replaces: libaudit0, libaudit1 (<< 1:2.2.1-2) Breaks: libaudit0, libaudit1 (<< 1:2.2.1-2) Conffiles: /etc/libaudit.conf cdc703f9d27f0d980271a9e95d0f18b2 Description: Dynamic library for security auditing - common files The audit-libs package contains the dynamic libraries needed for applications to use the audit framework. It is used to monitor systems for security related events. . This package contains the libaudit.conf configuration file and the associated manpage. Homepage: http://people.redhat.com/sgrubb/audit/ Package: libvte-2.90-9 Status: install ok installed Priority: optional Section: libs Installed-Size: 1088 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte3 Version: 1:0.36.3-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.3.18), libncurses5 (>= 5.5-5~), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.22.0), libtinfo5, libx11-6, libxext6, libvte-2.90-common (= 1:0.36.3-1) Description: Terminal emulator widget for GTK+ 3.0 - runtime files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains the runtime library, needed by programs using the VTE widget with GTK+ 3.0. Package: libibus-1.0-5 Status: install ok installed Priority: optional Section: libs Installed-Size: 640 Maintainer: IME Packaging Team Architecture: amd64 Multi-Arch: same Source: ibus Version: 1.5.9-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Description: Intelligent Input Bus - shared library IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains shared library Homepage: https://github.com/ibus/ibus/releases Package: libcdio-paranoia1 Status: install ok installed Priority: optional Section: libs Installed-Size: 171 Maintainer: Nicolas Boullis Architecture: amd64 Source: libcdio Version: 0.83-4.2 Depends: libc6 (>= 2.14), libcdio-cdda1 (>= 0.83), libcdio13 (>= 0.83) Description: library to read digital audio CDs with error correction This library is made to read digital audio CDs, with error correction. It does its best to correct errors and jitter that happen when reading such discs. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Homepage: http://www.gnu.org/software/libcdio/ Package: libva-drm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 23 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libva Version: 1.4.1-1 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.16), libva1 (>= 1.0.3) Pre-Depends: multiarch-support Description: Video Acceleration (VA) API for Linux -- DRM runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-drm library. Homepage: http://www.freedesktop.org/wiki/Software/vaapi Package: libpt2.10.10 Status: install ok installed Priority: optional Section: libs Installed-Size: 4518 Maintainer: Debian VoIP Team Architecture: amd64 Source: ptlib Version: 2.10.10~dfsg-4.1 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.15), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.1.1), libldap-2.4-2 (>= 2.4.7), libodbc1 (>= 2.3.1), libpulse0 (>= 0.99.1), libsasl2-2, libsdl1.2debian (>= 1.2.11), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), libv4l-0 (>= 0.5.0) Description: Portable Tools Library This package contains the shared version of the library PTLib, which is a moderately large class library that has its genesis many years ago as a method to produce applications to run on both Microsoft Windows and Unix X-Window systems. . This package also contains all the current PTLib plugins (alsa, oss, pulse, and v4l2). Homepage: http://www.opalvoip.org/ Package: libtext-charwidth-perl Status: install ok installed Priority: required Section: perl Installed-Size: 85 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libtext-charwidth-perl (0.04-7) Version: 0.04-7+b3 Depends: libc6 (>= 2.2.5), perl-base (>= 5.20.0-4), perlapi-5.20.0 Description: get display widths of characters on the terminal This module permits perl software to get the display widths of characters and strings on the terminal, using wcwidth() and wcswidth() from libc. . It provides mbwidth(), mbswidth(), and mblen(). Homepage: http://search.cpan.org/search?module=Text::CharWidth Package: liblua5.1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 404 Maintainer: John V. Belmonte Architecture: amd64 Multi-Arch: same Source: lua5.1 Version: 5.1.5-7.1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Shared library for the Lua interpreter version 5.1 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains runtime libraries. You shouldn't need to install it explicitly. Homepage: http://www.lua.org Package: libssl-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 1447 Maintainer: Debian OpenSSL Team Architecture: all Source: openssl Version: 1.0.1t-1+deb8u6 Replaces: libssl-dev (<< 1.0.0) Breaks: libssl-dev (<< 1.0.0) Description: Secure Sockets Layer toolkit - development documentation This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains manpages and demo files for libssl and libcrypto. Package: qtenginio5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 711 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtenginio-opensource-src Version: 5.3.2-2 Description: Qt 5 Enginio documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt Enginio. Homepage: http://qt-project.org/ Package: libc-dev-bin Status: install ok installed Priority: optional Section: libdevel Installed-Size: 341 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: foreign Source: glibc Version: 2.19-18+deb8u9 Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev Depends: libc6 (>> 2.19), libc6 (<< 2.20) Recommends: manpages-dev Description: GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. Homepage: http://www.gnu.org/software/libc/libc.html Package: liblua5.2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 239 Maintainer: Enrico Tassi Architecture: amd64 Multi-Arch: same Source: lua5.2 Version: 5.2.3-1.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Shared library for the Lua interpreter version 5.2 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains runtime libraries. You shouldn't need to install it explicitly. Homepage: http://www.lua.org Package: groff Status: install ok installed Priority: optional Section: text Installed-Size: 10130 Maintainer: Colin Watson Architecture: amd64 Multi-Arch: foreign Version: 1.22.2-8 Replaces: groff-base (<< 1.17.2-9), groff-x11 (<< 1.18-1), jgroff (<< 1.17-1) Provides: groff-x11, jgroff Depends: groff-base (= 1.22.2-8), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libice6 (>= 1:1.0.0), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxaw7, libxmu6, libxt6 Recommends: ghostscript, imagemagick, libpaper1, netpbm, perl, psutils Breaks: groff-x11 (<< 1.18-1), jgroff (<< 1.17-1) Conffiles: /etc/X11/app-defaults/GXditview ee0e9f38fdf99c32c77a89cd67b8ac03 /etc/X11/app-defaults/GXditview-color 753a00fce7fa986c812c517b8bb2680e Description: GNU troff text-formatting system This package contains optional components of the GNU troff text-formatting system. The core package, groff-base, contains the traditional tools like troff, nroff, tbl, eqn, and pic. This package contains additional devices and drivers for output to DVI, HTML (when recommended packages are installed - see below), PDF, HP LaserJet printers, and Canon CAPSL LBP-4 and LBP-8 printers. . The X75, X75-12, X100, and X100-12 devices, which allow groff output to be conveniently viewed on an X display using the standard X11 fonts, are now included here. They were previously in a separate package, groff-x11. . Besides these, the groff package contains man pages describing the language and its macro sets, info documentation, and a number of supplementary programs: . - gxditview, which is used to display the output of the X* devices, and can also be used to view PostScript output from groff; - grn, a preprocessor for pictures in the 'gremlin' format; - tfmtodit, which creates font files for use with 'groff -Tdvi'; - hpftodit, which creates font files for use with 'groff -Tlj4'; - afmtodit, which creates font files for use with 'groff -Tps'; - refer, which preprocesses bibliographic references for use with groff; - indxbib, which creates inverted indices for bibliographic databases used by 'refer'; - lkbib and lookbib, which search bibliographic databases; - addftinfo, which adds metric information to troff font files for use with groff; - pfbtops, which translates a PostScript font in .pfb format to ASCII for use with groff; - mmroff, a simple groff preprocessor which expands references in mm; - pic2graph, which converts PIC diagrams into cropped image files; - eqn2graph, which converts EQN equations into cropped image files; - pdfmom, which runs 'groff -mom' to produce PDFs. . All the standard macro packages are supported. . Some facilities only work if certain recommended packages are installed: . - ghostscript, netpbm, psutils: required for HTML output; - imagemagick: required for the pic2graph and eqn2graph programs; - libpaper1: paper size detection in dvi, lbp, lj4, and ps devices (falls back to a4 if not installed); - perl: required for PDF output and for the chem preprocessor. Homepage: https://www.gnu.org/software/groff/ Package: libavahi-common3 Status: install ok installed Priority: optional Section: libs Installed-Size: 121 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.31-5 Depends: libc6 (>= 2.14), libavahi-common-data Pre-Depends: multiarch-support Description: Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi common library, which is a set of common functions used by many of Avahis components and client applications. Homepage: http://avahi.org/ Package: libdrm-radeon1 Status: install ok installed Priority: optional Section: libs Installed-Size: 107 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.58-2 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38) Pre-Depends: multiarch-support Description: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: packagekit-tools Status: install ok installed Priority: optional Section: libs Installed-Size: 151 Maintainer: Matthias Klumpp Architecture: amd64 Multi-Arch: foreign Source: packagekit Version: 1.0.1-2 Depends: packagekit (= 1.0.1-2), libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libpackagekit-glib2-18 (>= 1.0.0) Description: Provides PackageKit command-line tools PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package provides the PackageKit command-line tools. Homepage: http://www.packagekit.org Package: x11-apps Status: install ok installed Priority: optional Section: x11 Installed-Size: 2044 Maintainer: Debian X Strike Force Architecture: amd64 Version: 7.7+4 Replaces: bitmap, oclock, transset, x11perf, xbase-clients (<= 1:7.2.ds2-3), xbiff, xcalc, xclipboard, xclock, xconsole, xcursorgen, xditview, xeyes, xgc, xload, xlogo, xmag, xman, xmore, xwd, xwud Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), libsm6, libx11-6, libxaw7, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), libxkbfile1, libxmu6, libxmuu1, libxrender1, libxt6 (>= 1:1.1.0), cpp, man-db Recommends: xbitmaps Suggests: mesa-utils Conflicts: bitmap, oclock, transset, x11perf, xbiff, xcalc, xclipboard, xclock, xconsole, xcursorgen, xditview, xeyes, xgc, xload, xlogo, xmag, xman, xmore, xwd, xwud Conffiles: /etc/X11/app-defaults/Bitmap 9af9c0989c2423f2b9a46e2c9f301ecf /etc/X11/app-defaults/Bitmap-color 946b659d5d6c41b6840f5e0df10680d9 /etc/X11/app-defaults/Bitmap-nocase 083b6918e8d205a663bf9c42a3ddd11e /etc/X11/app-defaults/Clock-color 71673f12989686ae7f582269ef7aeed6 /etc/X11/app-defaults/XCalc 7d0de2b61403c204e3cf5f33eee61d69 /etc/X11/app-defaults/XCalc-color c8efe9caf8987a902df98270e2b291c9 /etc/X11/app-defaults/XClipboard daa3f5e325a6d091f6e2cdea6e36bc2e /etc/X11/app-defaults/XClock 812dfcc6f6d83e2ae9da809c3bf11c67 /etc/X11/app-defaults/XClock-color 7b049809f0bca03c76480959e2e4db89 /etc/X11/app-defaults/XConsole 8a26518ea0a076d1f328cbcf7adebd2d /etc/X11/app-defaults/XLoad 3ea554c7be110102e42e25d3d83c4134 /etc/X11/app-defaults/XLogo fb1407c8cb1574726a6eb743b0092407 /etc/X11/app-defaults/XLogo-color 439375bf8e3b87f46eebf35f55a8dbb5 /etc/X11/app-defaults/XMore af46624bedc385811ea614861a58a601 /etc/X11/app-defaults/Xditview 49d35244a61618b60f17d3400f64a81e /etc/X11/app-defaults/Xditview-chrtr 98a562569a7db396c9a0d2e6d414067e /etc/X11/app-defaults/Xedit 013f41442eb431168793e1943779c8f3 /etc/X11/app-defaults/Xedit-color 59d7f0d96f4346ae0fe4904d46daf53c /etc/X11/app-defaults/Xgc 744adc578acb239541e378eb16e337f7 /etc/X11/app-defaults/Xgc-color 8dfaceb0c12917fd0b1c77423f9f6a47 /etc/X11/app-defaults/Xmag 9d88fcab4261fb63f94baddeddfed52d /etc/X11/app-defaults/Xman 1dfd5f7894ae4da2e8b3f743a0f1c239 Description: X applications This package provides a miscellaneous assortment of X applications that ship with the X Window System, including: - atobm, bitmap, and bmtoa, tools for manipulating bitmap images; - ico, a demo program animating polyhedrons; - oclock and xclock, graphical clocks; - rendercheck, a program to test render extension implementations; - transset, a tool to set opacity property on a window; - xbiff, a tool which tells you when you have new email; - xcalc, a scientific calculator desktop accessory; - xclipboard, a tool to manage cut-and-pasted text selections; - xconsole, which monitors system console messages; - xcursorgen, a tool for creating X cursor files from PNGs; - xditview, a viewer for ditroff output; - xedit, a simple text editor for X; - xeyes, a demo program in which a pair of eyes track the pointer; - xgc, a graphics demo; - xload, a monitor for the system load average; - xlogo, a demo program that displays the X logo; - xmag, which magnifies parts of the X screen; - xman, a manual page browser; - xmore, a text pager; - xwd, a utility for taking window dumps ("screenshots") of the X session; - xwud, a viewer for window dumps created by xwd; - Xmark, x11perf, and x11perfcomp, tools for benchmarking graphical operations under the X Window System; . The xbiff, xcalc, xconsole, xedit and xman programs use bitmap images provided by the xbitmaps package. Package: exim4-daemon-light Status: install ok installed Priority: standard Section: mail Installed-Size: 1289 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.84.2-2+deb8u3 Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: default-mta, exim4-localscanapi-1.0, exim4-localscanapi-1.1, mail-transport-agent Depends: exim4-base (>= 4.84.2), libc6 (>= 2.15), libdb5.3, libgnutls-deb0-28 (>= 3.3.0), libpcre3 (>= 1:8.35), debconf (>= 0.5) | debconf-2.0 Conflicts: mail-transport-agent Description: lightweight Exim MTA (v4) daemon Exim (v4) is a mail transport agent. This package contains the exim4 daemon with only basic features enabled. It works well with the standard setups that are provided by Debian and includes support for TLS encryption and the dlopen patch to allow dynamic loading of a local_scan function. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: http://www.exim.org/ Package: aglfn Status: install ok installed Priority: extra Section: fonts Installed-Size: 138 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.7-3 Description: Adobe Glyph List For New Fonts AGL (Adobe Glyph List) maps glyph names to Unicode values for the purpose of deriving content. AGLFN (Adobe Glyph List For New Fonts) is a subset of AGL that excludes the glyph names associated with the PUA (Private Use Area), and is meant to specify preferred glyph names for new fonts. Also included is the ITC Zapf Dingbats Glyph List, which is similar to AGL in that it maps glyph names to Unicode values for the purpose of deriving content, but only for the glyphs in the ITC Zapf Dingbats font. . Be sure to visit the AGL Specification and Developer Documentation pages for detailed information about naming glyphs, interpreting glyph names, and developing OpenType fonts. Homepage: http://sourceforge.net/adobe/aglfn/ Package: libhunspell-1.3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 430 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Multi-Arch: same Source: hunspell Version: 1.3.3-3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Recommends: hunspell-en-us | hunspell-dictionary | myspell-dictionary Conflicts: openoffice.org-core (= 2.2.0~rc2-1) Description: spell checker and morphological analyzer (shared library) Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and an OpenOffice.org UNO module. . Main features: - Unicode support (first 65535 Unicode character) - morphological analysis (in custom item and arrangement style) - Max. 65535 affix classes and twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compoundings (for example, Hungarian and German) - Support language specific algorithms (for example, handling Azeri and Turkish dotted i, or German sharp s) - Handling conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. . This package contains the shared library. Homepage: http://hunspell.sourceforge.net/ Package: texinfo Status: install ok installed Priority: standard Section: text Installed-Size: 3904 Maintainer: Debian TeX maintainers Architecture: amd64 Multi-Arch: foreign Version: 5.2.0.dfsg.1-6 Replaces: tetex-base (<< 1.0.2+20000804-9), tetex-bin (<< 3.0) Depends: libc6 (>= 2.14), libtext-unidecode-perl, libintl-perl, libxml-libxml-perl Suggests: texlive-base, texlive-latex-base, texlive-generic-recommended, texinfo-doc-nonfree Breaks: ja-trans (<= 0.7-3.1), tetex-base (<< 3.0), tetex-bin (<< 3.0) Conffiles: /etc/texmf/fmt.d/50cyrtexinfo.cnf aa280e2a121f027b3b866fcb537750a0 Description: Documentation system for on-line information and printed output Texinfo is a documentation system that uses a single source file to produce both on-line information and printed output. . Using Texinfo, you can create a printed document with the normal features of a book, including chapters, sections, cross references, and indices. From the same Texinfo source file, you can create a menu-driven, on-line Info file with nodes, menus, cross references, and indices. Package: libgdiplus Status: install ok installed Priority: optional Section: libs Installed-Size: 418 Maintainer: Debian Mono Group Architecture: amd64 Source: libgdiplus (3.6-1) Version: 3.6-1+b2 Depends: libc6 (>= 2.14), libcairo2 (>= 1.4), libexif12 (>= 0.6.21-1~), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgif4 (>= 4.1.4), libglib2.0-0 (>= 2.31.8), libjpeg62-turbo (>= 1:1.3.1), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libx11-6, libxrender1 Description: interface library for System.Drawing of Mono This package contains a GDI+ API compatible implementation needed by the System.Drawing library of Mono. Homepage: http://www.mono-project.com/Libgdiplus Package: libkactivities-bin Status: install ok installed Priority: optional Section: kde Installed-Size: 766 Maintainer: Debian/Ubuntu Qt/KDE Maintainers Architecture: amd64 Source: kactivities Version: 4:4.13.3-1 Replaces: kde-runtime (<< 4:4.8), kde-runtime-data (<< 4:4.8), kdebase-runtime (<< 4:4.8), kdebase-runtime-data (<< 4:4.8) Depends: libc6 (>= 2.14), libkactivities-models1 (>= 4:4.10.0), libkactivities6 (>= 4:4.9.3), libkcmutils4 (>= 4:4.11), libkdeclarative5 (>= 4:4.7.0), libkdecore5 (>= 4:4.11), libkdeui5 (>= 4:4.11), libkio5 (>= 4:4.11), libnepomukcore4 (>= 4:4.10.0), libplasma3 (>= 4:4.11), libqt4-dbus (>= 4:4.6.1), libqt4-declarative (>= 4:4.7.0~rc1), libqt4-sql (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.6.1), libsoprano4 (>= 2.2.69), libstdc++6 (>= 4.1.1) Breaks: kde-runtime (<< 4:4.8), kde-runtime-data (<< 4:4.8), kdebase-runtime (<< 4:4.8), kdebase-runtime-data (<< 4:4.8) Description: executables for the KDE Activities This package contains binary files shipped with the KDE Activities library. . This package is part of the Plasma Contour Active Platform. Homepage: http://www.kde.org/ Package: xwayland Status: install ok installed Priority: optional Section: x11 Installed-Size: 4040 Maintainer: Debian X Strike Force Architecture: amd64 Source: xorg-server Version: 2:1.16.4-1 Depends: xserver-common (>= 2:1.16.4-1), libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libdrm2 (>= 2.3.1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libepoxy0 (>= 1.0), libgbm1 (>= 10.2~0), libgcrypt20 (>= 1.6.1), libgl1-mesa-glx | libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 2.0.82), libwayland-client0 (>= 1.3.92), libxau6, libxdmcp6, libxfont1 (>= 1:1.4.2), libxshmfence1 Description: Xwayland X server This package provides an X server running on top of wayland, using wayland input devices for input and forwarding either the root window or individual top-level windows as wayland surfaces. Package: liborc-0.4-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 602 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: orc Version: 1:0.4.22-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Library of Optimized Inner Loops Runtime Compiler Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. . This package contains the orc shared libraries. It is typically installed automatically when an application or library requires it. Homepage: http://code.entropywave.com/projects/orc/ Package: gnome-menus Status: install ok installed Priority: optional Section: gnome Installed-Size: 1464 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.13.3-6 Depends: python3, python3:any (>= 3.1~) Breaks: alacarte (<< 0.13.2-2), gnome-control-center (<< 2.91), gnome-panel (<< 2.91) Conffiles: /etc/gnome/menus.blacklist 5870c967d473c1f88ba9d07958ca2d4f /etc/xdg/menus/gnome-applications.menu d38964f4a1cb45ca2b39fd40539ba347 Description: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. Package: libgdict-1.0-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 227 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-dictionary Version: 3.14.1-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.0), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libgdict-common Breaks: gnome-dictionary (<< 3.0.0), gtranslator (<< 2.90.0) Description: GNOME Dictionary base library - runtime This package contains the library used by the GNOME dictionary utility, and other applications providing similar functionality. Homepage: https://wiki.gnome.org/Apps/Dictionary Package: libxml-libxml-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 1045 Maintainer: Debian Perl Group Architecture: amd64 Version: 2.0116+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), perl (>= 5.20.2-2), perlapi-5.20.2, libxml-namespacesupport-perl, libxml-sax-perl Description: Perl interface to the libxml2 library XML::LibXML is a Perl interface to the GNOME libxml2 library, which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance Document Object Model (DOM) implementation. Additionally, it supports using the XML Path Language (XPath) to find and extract information. Homepage: https://metacpan.org/release/XML-LibXML Package: libsdl-image1.2 Status: install ok installed Priority: optional Section: libs Installed-Size: 73 Maintainer: Debian SDL packages maintainers Architecture: amd64 Multi-Arch: same Source: sdl-image1.2 (1.2.12-5) Version: 1.2.12-5+b5 Depends: libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libsdl1.2debian (>= 1.2.11), libtiff5 (>= 4.0.3), libwebp5 Pre-Depends: multiarch-support Description: Image loading library for Simple DirectMedia Layer 1.2, libraries This is a simple library to load images of various formats as SDL surfaces. It supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV. . This package contains the shared library. Homepage: http://www.libsdl.org/projects/SDL_image/ Package: xfonts-scalable Status: install ok installed Priority: optional Section: fonts Installed-Size: 532 Maintainer: Debian X Strike Force Architecture: all Version: 1:1.0.3-1 Depends: xfonts-utils Suggests: xfs | xserver Conflicts: xfntscl Conffiles: /etc/X11/fonts/Type1/xfonts-scalable.scale b579d5c7759383647c486da590d60815 Description: scalable fonts for X xfonts-scalable provides fonts that can be drawn at any size by the X server or font server without loss of quality. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. . This package is missing three fonts from the X.Org source archives because the license terms on the fonts do not meet the Debian Free Software Guidelines; they are the Type1 fonts Adobe Utopia, IBM Courier, and Bigelow & Holmes (B&H) Luxi. . This package requires the xutils package to prepare the font directories for use by an X server or X font server. Package: odbcinst1debian2 Status: install ok installed Priority: optional Section: libs Installed-Size: 260 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: same Source: unixodbc Version: 2.3.1-3 Replaces: unixodbc (<< 2.1.1-2) Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.2), odbcinst Pre-Depends: multiarch-support Breaks: libmyodbc (<< 5.1.6-2), odbc-postgresql (<< 1:09.00.0310-1.1), tdsodbc (<< 0.82-8) Conflicts: odbcinst1, odbcinst1debian1 Description: Support library for accessing odbc ini files This package contains the libodbcinst library from unixodbc, a library used by ODBC drivers for reading their configuration settings from /etc/odbc.ini and ~/.odbc.ini. . Also contained in this package are the driver setup plugins, which describe the features supported by individual ODBC drivers. Homepage: http://www.unixodbc.org/ Package: libwebkitgtk-3.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 2349 Maintainer: Debian WebKit Maintainers Architecture: all Multi-Arch: foreign Source: webkitgtk Version: 2.4.9-1~deb8u1 Description: Web content engine library for GTK+ - data files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . This build comes from the GTK+ port of WebKit (API version 3.0). . This package provides the data files needed by the library. Homepage: http://webkitgtk.org/ Package: libkrb5-26-heimdal Status: install ok installed Priority: optional Section: libs Installed-Size: 682 Maintainer: Brian May Architecture: amd64 Multi-Arch: same Source: heimdal Version: 1.6~rc2+dfsg-9 Depends: libasn1-8-heimdal (>= 1.6~git20131117), libc6 (>= 2.15), libcomerr2 (>= 1.41.11), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20131117), libhx509-5-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.6~git20131117), libsqlite3-0 (>= 3.5.9), libwind0-heimdal (>= 1.6~git20120311) Pre-Depends: multiarch-support Description: Heimdal Kerberos - libraries Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the Kerberos 5 library. Homepage: http://www.h5l.org/ Package: valgrind Status: install ok installed Priority: optional Section: devel Installed-Size: 100412 Maintainer: Alessandro Ghedini Architecture: amd64 Version: 1:3.10.0-4 Replaces: valgrind-dev Depends: libc6 (>= 2.16), libc6-dbg Recommends: valgrind-dbg, gdb Suggests: valgrind-mpi, kcachegrind, alleyoop, valkyrie (>> 1.3.0) Breaks: valgrind-dev Conffiles: /etc/bash_completion.d/valgrind d6c26aad24178788893042949d053999 Description: instrumentation framework for building dynamic analysis tools Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools. . The Valgrind distribution currently includes six production-quality tools: * a memory error detector (Memcheck) * two thread error detectors (Helgrind and DRD) * a cache and branch-prediction profiler (Cachegrind) * a call-graph generating cache and branch-prediction profiler (Callgrind) * a heap profiler (Massif) It also includes three experimental tools: * a stack/global array overrun detector (SGCheck) * a second heap profiler that examines how heap blocks are used (DHAT) * a SimPoint basic block vector generator (BBV) Homepage: http://www.valgrind.org/ Package: libgme0 Status: install ok installed Priority: optional Section: libs Installed-Size: 414 Maintainer: Sebastian Dröge Architecture: amd64 Source: game-music-emu Version: 0.5.5-2+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: Playback library for video game music files - shared library game-music-emu is a collection of video game music file emulators that support the following formats and systems: * AY ZX Spectrum/Amstrad CPC * GBS Nintendo Game Boy * GYM Sega Genesis/Mega Drive * HES NEC TurboGrafx-16/PC Engine * KSS MSX Home Computer/other Z80 systems (doesn't support FM sound) * NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound) * SAP Atari systems using POKEY sound chip * SPC Super Nintendo/Super Famicom * VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro . This package contains the shared libraries necessary to run programs using libgme. Homepage: http://code.google.com/p/game-music-emu Package: libcomerr2 Status: install ok installed Priority: required Section: libs Installed-Size: 69 Maintainer: Theodore Y. Ts'o Architecture: amd64 Multi-Arch: same Source: e2fsprogs (1.42.12-2) Version: 1.42.12-2+b1 Replaces: e2fsprogs (<< 1.34-1) Provides: libcomerr-kth-compat Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Description: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Homepage: http://e2fsprogs.sourceforge.net Package: libkjsapi4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1096 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libpcre3 (>= 1:8.35), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 4.2.1) Description: KJS API Library for the KDE Development Platform This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libtcl8.6 Status: install ok installed Priority: optional Section: libs Installed-Size: 3856 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: same Source: tcl8.6 Version: 8.6.2+dfsg-2 Replaces: tcl8.6 (<< 8.6.0-2) Provides: libtcl Depends: tzdata, libc6 (>= 2.15), zlib1g (>= 1:1.2.2) Pre-Depends: multiarch-support Suggests: tcl8.6 Breaks: tcl8.4 (<< 8.4.20-2), tk8.4 (<< 8.4.20-2) Conflicts: tcl74 (<= 7.4p3-2), tcl8.6 (<< 8.6.0-2) Description: Tcl (the Tool Command Language) v8.6 - run-time library files Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains the Tcl library and auxiliary code which allows one to run Tcl-enabled applications. This version includes thread support. Homepage: http://www.tcl.tk/ Package: libavahi-glib1 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.31-5 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.16.0) Pre-Depends: multiarch-support Description: Avahi GLib integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the interface to integrate the Avahi libraries into a GLib main loop application, including GTK+ applications. Homepage: http://avahi.org/ Package: libwpg-0.3-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 200 Maintainer: Rene Engelhard Architecture: amd64 Source: libwpg Version: 0.3.0-3 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), librevenge-0.0-0, libstdc++6 (>= 4.1.1), libwpd-0.10-10 Description: WordPerfect graphics import/convert library (shared library) Libwpg is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm). . This package contains the shared library. Package: libgtkhtml-4.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 926 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: gtkhtml4.0 Version: 4.8.5-1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libenchant1c2a (>= 1.6.0), libgail-3-0 (>= 3.0.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.30.0), libgtk-3-0 (>= 3.7.10), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libgtkhtml-4.0-common (= 4.8.5-1) Description: HTML rendering/editing library - runtime files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the library and the translations. Homepage: http://www.gnome.org/projects/evolution/ Package: filelight Status: install ok installed Priority: optional Section: kde Installed-Size: 659 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Version: 4:4.14.2-1 Depends: kde-runtime (>> 4:4.10), libc6 (>= 2.14), libkdecore5 (>= 4:4.11), libkdeui5 (>= 4:4.11), libkfile4 (>= 4:4.11), libkio5 (>= 4:4.11), libkparts4 (>= 4:4.11), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.5.3), libsolid4 (>= 4:4.11), libstdc++6 (>= 4.1.1) Description: show where your diskspace is being used Filelight allows you to understand your disk usage by graphically representing your filesystem as a set of concentric, segmented rings. . It is like a pie-chart, but the segments nest, allowing you to see both which directories take up all your space, and which directories and files inside those directories are the real culprits. Homepage: http://www.kde.org/ Package: iw Status: install ok installed Priority: optional Section: net Installed-Size: 214 Maintainer: Debian wpasupplicant Maintainers Architecture: amd64 Multi-Arch: foreign Version: 3.17-1 Replaces: aircrack-ng (<< 1:1.0~rc2-1) Depends: libc6 (>= 2.14), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7) Recommends: crda Breaks: aircrack-ng (<< 1:1.0~rc2-1) Description: tool for configuring Linux wireless devices This package contains the `iw' tool which allows you to configure and show information about wireless networking. . In the future iw will become the canonical command line tool for wireless configuration and iwconfig/wireless-tools will no longer be required. See /usr/share/doc/iw/README.Debian for a more detailed overview of iw. Homepage: http://wireless.kernel.org/en/users/Documentation/iw Package: libx11-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2684 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libx11 Version: 2:1.6.2-3 Depends: libx11-6 (= 2:1.6.2-3), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-core-dev (>= 7.0.17), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb1-dev Recommends: libx11-doc Description: X11 client-side library (development headers) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains the development headers for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libmetacity-private2 Status: install ok installed Priority: optional Section: libs Installed-Size: 387 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: metacity Version: 1:3.14.3-1 Depends: metacity-common (= 1:3.14.3-1), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.12.0), libgtop2-7 (>= 2.22.3), libice6 (>= 1:1.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsm6, libstartup-notification0 (>= 0.2), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1, libxrandr2, libxrender1 Breaks: libmetacity-private0, libmetacity-private0a, libmetacity-private1 Description: library for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared library. Homepage: https://git.gnome.org/browse/metacity Package: libquvi-scripts Status: install ok installed Priority: extra Section: libs Installed-Size: 253 Maintainer: Alejandro Garrido Mota Architecture: all Multi-Arch: foreign Version: 0.4.21-2 Description: library for parsing video download links (Lua scripts) libquvi is a library to parse Adobe flash video download links. It supports Youtube and other similar video websites. It provides access to functionality and data through an API, and does not enable or require the use of the flash technology. . This package contains the Lua scripts used to parse documents. Homepage: http://quvi.sourceforge.net Package: kde-runtime-data Status: install ok installed Priority: optional Section: kde Installed-Size: 10818 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-runtime Version: 4:4.14.2-2 Replaces: kcontrol, kde-workspace-bin (<< 4:4.10), kdebase-bin-kde3, kdebase-kio-plugins, kdebase-runtime-data (<< 4:4.7.2), kdebase-runtime-data-common, kdebase-workspace-bin (<< 4:4.5.95), kdelibs5-data (<< 4:4.5), plasma-netbook (<< 4:4.5.95), plasma-widget-networkmanagement (<< 0.1+git20110422.810bc16-1+) Depends: perl Breaks: kcontrol, kde-workspace-bin (<< 4:4.10), kdebase-bin-kde3, kdebase-kio-plugins, kdebase-runtime-data (<< 4:4.7.2), kdebase-runtime-data-common, kdebase-workspace-bin (<< 4:4.5.95), kdelibs5-data (<< 4:4.5), plasma-netbook (<< 4:4.5.95), plasma-widget-networkmanagement (<< 0.1+git20110422.810bc16-1+) Conffiles: /etc/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf 76df0937e27459586dcc8f434fd5ccad /etc/xdg/menus/kde4-information.menu b65ba277d9a1d65689cb12ade0873b40 Description: shared data files for the KDE base runtime module This package contains the architecture-independent shared data files needed to run KDE applications. . This package is part of the KDE base runtime module. Homepage: http://www.kde.org/ Package: libcolord2 Status: install ok installed Priority: optional Section: libs Installed-Size: 515 Maintainer: Christopher James Halse Rogers Architecture: amd64 Multi-Arch: same Source: colord (1.2.1-1) Version: 1.2.1-1+b2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), liblcms2-2 (>= 2.6), libudev1 (>= 196) Pre-Depends: multiarch-support Recommends: colord Description: system service to manage device colour profiles -- runtime colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a D-Bus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains a gobject-based convenience library for programs to interact with the colord system daemon. Homepage: http://www.freedesktop.org/software/colord/ Package: libthai-data Status: install ok installed Priority: optional Section: libs Installed-Size: 610 Maintainer: Theppitak Karoonboonyanan Architecture: all Multi-Arch: foreign Source: libthai Version: 0.1.21-1 Breaks: libthai0 (<< 0.1.10) Description: Data files for Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains data files needed by the LibThai library. Homepage: http://linux.thai.net/projects/libthai Package: findutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1406 Maintainer: Andreas Metzler Architecture: amd64 Multi-Arch: foreign Source: findutils (4.4.2-9) Version: 4.4.2-9+b1 Pre-Depends: libc6 (>= 2.17) Suggests: mlocate | locate Description: utilities for finding files--find, xargs GNU findutils provides utilities to find files meeting specified criteria and perform various actions on the files which are found. This package contains 'find' and 'xargs'; however, 'locate' has been split off into a separate package. Homepage: http://savannah.gnu.org/projects/findutils/ Package: libjpeg62-turbo-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2736 Maintainer: Ondřej Surý Architecture: amd64 Multi-Arch: same Source: libjpeg-turbo Version: 1:1.3.1-12 Replaces: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev Provides: libjpeg-dev Depends: libc-dev, libjpeg62-turbo (= 1:1.3.1-12) Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev Description: Development files for the libjpeg-turbo JPEG library The libjpeg-turbo JPEG library is a library for handling JPEG files. . libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. The libjpeg-turbo JPEG library is an API/ABI compatible with the IJG JPEG library. . This package contains the static library, headers and documentation. Homepage: http://www.libjpeg-turbo.org/ Package: libinput5 Status: install ok installed Priority: optional Section: libs Installed-Size: 106 Maintainer: Emilio Pozuelo Monfort Architecture: amd64 Multi-Arch: same Source: libinput Version: 0.6.0+dfsg-2 Depends: libc6 (>= 2.9), libevdev2 (>= 0.9.1), libmtdev1 (>= 1.1.0), libudev1 (>= 183) Pre-Depends: multiarch-support Description: input device management and event handling library - shared library libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect. Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Package: accountsservice Status: install ok installed Priority: optional Section: admin Installed-Size: 288 Maintainer: Alessio Treglia Architecture: amd64 Source: accountsservice (0.6.37-3) Version: 0.6.37-3+b1 Depends: dbus, libaccountsservice0 (= 0.6.37-3+b1), init-system-helpers (>= 1.18~), libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.99) Suggests: gnome-control-center Conffiles: /etc/dbus-1/system.d/org.freedesktop.Accounts.conf 06247d62052029ead7d9ec1ef9457f42 Description: query and manipulate user account information The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. Homepage: http://cgit.freedesktop.org/accountsservice/ Package: liblzma-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 639 Maintainer: Jonathan Nieder Architecture: amd64 Multi-Arch: same Source: xz-utils (5.1.1alpha+20120614-2) Version: 5.1.1alpha+20120614-2+b3 Depends: liblzma5 (= 5.1.1alpha+20120614-2+b3) Suggests: liblzma-doc Description: XZ-format compression library - development files XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) This package provides the development library needed to build programs using liblzma. Homepage: http://tukaani.org/xz/ Package: libpango1.0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1953 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: pango1.0 Version: 1.36.8-3 Replaces: gir-repository-dev, gobject-introspection-repository Depends: gir1.2-pango-1.0 (= 1.36.8-3), libcairo2-dev (>= 1.12.10), libfontconfig1-dev (>= 2.10.91), libfreetype6-dev, libglib2.0-dev (>= 2.34.0), libharfbuzz-dev (>= 0.9.9), libpango-1.0-0 (= 1.36.8-3), libpangocairo-1.0-0 (= 1.36.8-3), libpangoft2-1.0-0 (= 1.36.8-3), libpangoxft-1.0-0 (= 1.36.8-3), libx11-dev, libxft-dev, libxrender-dev, pkg-config, libc6 (>= 2.7), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.34.0), libx11-6, libxft2 (>> 2.1.1), libxrender1 Recommends: debhelper Suggests: imagemagick, libpango1.0-doc Description: Development files for the Pango Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the header files and some files needed for development with Pango. Package: x11proto-render-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 88 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-render Version: 2:0.11.1-2 Depends: x11proto-core-dev Description: X11 Render extension wire protocol This package provides development headers describing the wire protocol for the Render extension, used to implement Porter-Duff operations within X. . More information about X.Org can be found at: . This package is built from the X.org renderproto proto module. Package: libpam0g Status: install ok installed Priority: required Section: libs Installed-Size: 252 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: same Source: pam Version: 1.1.8-3.1+deb8u2 Replaces: libpam0g-util Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0 Pre-Depends: multiarch-support Suggests: libpam-doc Description: Pluggable Authentication Modules library Contains the shared library for Linux-PAM, a library that enables the local system administrator to choose how applications authenticate users. In other words, without rewriting or recompiling a PAM-aware application, it is possible to switch between the authentication mechanism(s) it uses. One may entirely upgrade the local authentication system without touching the applications themselves. Homepage: http://pam.sourceforge.net/ Package: iceowl-extension Status: install ok installed Priority: optional Section: mail Installed-Size: 297 Maintainer: Christoph Goehre Architecture: all Source: icedove Version: 1:45.8.0-3~deb8u1 Depends: lightning Description: Calendar Extension for Thunderbird/Icedove Iceowl Extension is an unbranded Lightning Calendar extension for Thunderbird/Icedove. It can handle events, event invitations and tasks in multiple calendars. . It supports local calendars, CalDAV and plain ics files on WebDAV. . This is a transitional package. It can be safely removed. Homepage: http://www.mozilla.org/thunderbird/ Package: librygel-server-2.4-2 Status: install ok installed Priority: extra Section: libs Installed-Size: 993 Maintainer: Debian Rygel Maintainers Architecture: amd64 Source: rygel (0.24.2-1) Version: 0.24.2-1+b1 Depends: libc6 (>= 2.14), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.37.3), libgssdp-1.0-3 (>= 0.12.0), libgupnp-1.0-4 (>= 0.18.0), libgupnp-av-1.0-2 (>= 0.12.4), libmediaart-1.0-0 (>= 0.7), libmediaart-1.0-0 (<< 0.8), librygel-core-2.4-2, libsoup2.4-1 (>= 2.44.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Description: GNOME UPnP/DLNA services - server library Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains a library used by application implementing UPnP server functionality by using rygel server plug-ins. Homepage: https://wiki.gnome.org/action/show/Projects/Rygel Package: libxdmcp6 Status: install ok installed Priority: optional Section: libs Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxdmcp (1:1.1.1-1) Version: 1:1.1.1-1+b1 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: X11 Display Manager Control Protocol library This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Package: qtscript5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 426 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qttools-opensource-src Version: 5.3.2-3 Description: Qt 5 script documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 script libraries. Homepage: http://qt-project.org/ Package: libkxmlrpcclient4 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kdepimlibs Version: 4:4.14.2-2+deb8u2 Replaces: kdepimlibs5 (<< 4:4.4.0) Depends: libc6 (>= 2.14), libkdecore5 (>= 4:4.13), libkio5 (>= 4:4.13), libqt4-xml (>= 4:4.8), libqtcore4 (>= 4:4.8), libstdc++6 (>= 4.1.1) Breaks: kdepimlibs5 (<< 4:4.4.0) Description: simple XML-RPC client library This library contains simple XML-RPC client support. It is used mainly by the egroupware module of kdepim, but is a complete client and is quite easy to use. . This package is part of the KDE Development Platform PIM libraries module. Homepage: http://pim.kde.org/ Package: xml-core Status: install ok installed Priority: optional Section: text Installed-Size: 188 Maintainer: Debian XML/SGML Group Architecture: all Version: 0.13+nmu2 Depends: sgml-base (>= 1.26+nmu2), sed (>= 4.1.2-8) Suggests: debhelper (>= 9.20120909) Conffiles: /etc/sgml/xml-core.cat 055ba0bd3154c0a58b9bf8a0c9ecf2fa Description: XML infrastructure and XML catalog file support This package creates the XML infrastructure directories and provides XML catalog file support in compliance with the current Debian XML Policy draft: . * infrastructure directories: - /etc/xml - /usr/share/xml/{declaration,entities,misc,schema} - /usr/local/share/xml/{declaration,entities,misc,schema} . * XML catalog schema: OASIS XML Catalog Committee Specification 1.0 . * update-xmlcatalog(8): tool for maintaining the root XML catalog file and the package XML catalog files in the '/etc/xml' directory as well as local XML catalog files. . * dh_installxmlcatalogs(1): debhelper tool for installing local XML catalog files and registering XML entities in package XML catalog files and the root XML catalog file (requires debhelper package) Package: javascript-common Status: install ok installed Priority: optional Section: web Installed-Size: 68 Maintainer: Debian Javascript Maintainers Architecture: all Version: 11 Suggests: apache2 (>= 2.4.6~) | lighttpd | httpd Conffiles: /etc/apache2/conf-available/javascript-common.conf 133aafb01e900b05e75042fd47dec067 /etc/lighttpd/conf-available/90-javascript-alias.conf 568434a47d89bb89ecf81c8f9c4e1669 Description: Base support for JavaScript library packages Web applications that use JavaScript need to distribute it through HTTP. Using a common path for every script avoids the need to enable this path in the HTTP server for every package. . This is a helper package that creates /usr/share/javascript and enables it in the Apache and Lighttpd webserver. Package: libcap-ng0 Status: install ok installed Priority: optional Section: libs Installed-Size: 59 Maintainer: Pierre Chifflier Architecture: amd64 Multi-Arch: same Source: libcap-ng Version: 0.7.4-2 Depends: libc6 (>= 2.8) Pre-Depends: multiarch-support Description: An alternate POSIX capabilities library This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. . This package contains header files and libraries for libcap-ng. Homepage: http://people.redhat.com/sgrubb/libcap-ng Package: gir1.2-evince-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 730 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: evince Version: 3.14.1-2+deb8u1 Provides: gir1.2-evince-document-3.0, gir1.2-evince-view-3.0 Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, libevdocument3-4 (>= 3.13.91), libevview3-3 (>= 3.13.91) Description: GObject introspection data for the evince libraries This package contains introspection data for the libevview and libevdocument library. . Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Apps/Evince Package: samba Status: install ok installed Priority: optional Section: net Installed-Size: 11231 Maintainer: Debian Samba Maintainers Architecture: amd64 Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: libsamdb0 (<< 4.0.0~alpha17~), python-samba (<< 2:4.1.4+dfsg-3), samba-ad-dc, samba-common (<= 2.0.5a-2), samba-doc (<< 2:4.0.5~), samba-libs (<< 2:4.1.4+dfsg-2), samba4 Depends: adduser, heimdal-hdb-api-8, libpam-modules, libpam-runtime (>= 1.0.1-11), lsb-base (>= 4.1+Debian), procps, python (>= 2.7), python-dnspython, python-ntdb, python-samba, samba-common (= 2:4.2.14+dfsg-0+deb8u6), samba-common-bin (= 2:4.2.14+dfsg-0+deb8u6), samba-dsdb-modules, tdb-tools, update-inetd, python (<< 2.8), python2.7:any, libbsd0 (>= 0.0), libc6 (>= 2.14), libldb1 (>= 0.9.21), libpopt0 (>= 1.14), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.16), samba-libs (= 2:4.2.14+dfsg-0+deb8u6) Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Recommends: attr, logrotate, samba-vfs-modules Suggests: bind9 (>= 1:9.5.1), bind9utils, ctdb, ldb-tools, ntp, smbldap-tools, winbind Breaks: qtsmbstatus-server (<< 2.2.1-3~) Conflicts: libldb1 (<< 1:1.1.15), samba (<< 2:3.3.0~rc2-5), samba-ad-dc, samba-doc (<< 2:4.0.5~), samba-tools, samba4 (<< 4.0.0~alpha6-2) Enhances: bind9, ntp Conffiles: /etc/cron.daily/samba f6519535df7964f95cdd7db501bf3ad2 /etc/init.d/nmbd c19dc4a38fe471db5a22a054c268a08f /etc/init.d/samba 16348ccdfd945c155f9fd5972f51f492 /etc/init.d/samba-ad-dc 1dd4ef12d288c9f0be8ac8b644c0314f /etc/init.d/smbd 6d0b96aea9e442bb0acf2909a7913e1f /etc/init/nmbd.conf 737e820c320801a2a0fc9e9c84d43fc0 /etc/init/reload-smbd.conf 2a250669b46167f3b6152a90344626c1 /etc/init/samba-ad-dc.conf b9b7410f057a35e05d30d2ef15f370d4 /etc/init/smbd.conf f2c5e46c7d8ece70bfeb83b772050be1 /etc/logrotate.d/samba 40a47ace249ba71943602f8bcc316f53 Description: SMB/CIFS file, print, and login server for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides the components necessary to use Samba as a stand-alone file and print server or as an NT4 or Active Directory domain controller. For use in an NT4 domain or Active Directory realm, you will also need the winbind package. . This package is not required for connecting to existing SMB/CIFS servers (see smbclient) or for mounting remote filesystems (see cifs-utils). Homepage: http://www.samba.org Package: libcdaudio1 Status: install ok installed Priority: optional Section: libs Installed-Size: 91 Maintainer: Debian QA Group Architecture: amd64 Source: libcdaudio (0.99.12p2-13) Version: 0.99.12p2-13+b1 Depends: libc6 (>= 2.14) Description: library for controlling a CD-ROM when playing audio CDs This library provides functions for controlling an audio CD: starting, stopping, ejecting, etc. It also provides an interface to the CDDB and CD Index servers. Homepage: http://libcdaudio.sourceforge.net/ Package: libmad0 Status: install ok installed Priority: optional Section: libs Installed-Size: 175 Maintainer: Mad Maintainers Architecture: amd64 Multi-Arch: same Source: libmad Version: 0.15.1b-8 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: MPEG audio decoder library MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.) . MAD has the following special features: - 100% fixed-point (integer) computation - completely new implementation based on the ISO/IEC 11172-3 standard - distributed under the terms of the GNU General Public License (GPL) Package: qt4-dev-tools Status: install ok installed Priority: optional Section: devel Installed-Size: 8770 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libqt4-sql-sqlite, qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpng12-0 (>= 1.2.13-4), libqt4-declarative (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-help (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-network (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-sql (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xmlpatterns (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtdbus4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.4.0), libx11-6, libxtst6 Recommends: libqt4-dev, qt4-designer, qt4-doc Suggests: qt4-doc-html Conflicts: qt3-dev-tools-embedded Description: Qt 4 development tools Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains tools used to assist in Qt 4 development, including: - assistant-qt4 -- Qt Assistant - lconvert -- Convert and filter translation data files - linguist-qt4 -- Qt Linguist - pixeltool -- Pixel Tool - qcollectiongenerator -- Qt Collection Generator - qdbusviewer -- D-Bus Viewer - qhelpconverter -- Help Conversion Wizard - qhelpgenerator -- Qt Compressed Help Generator - qmlplugindump -- QML Plugin Dump application - qvfb -- Virtual Framebuffer Homepage: http://qt-project.org/ Package: dbus Status: install ok installed Priority: standard Section: admin Installed-Size: 882 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: foreign Version: 1.8.22-0+deb8u1 Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libcap-ng0, libdbus-1-3 (>= 1.7.6), libexpat1 (>= 2.0.1), libselinux1 (>= 2.0.65), libsystemd0, adduser, lsb-base (>= 3.2-14) Suggests: dbus-x11 Conffiles: /etc/dbus-1/session.conf b96c3a72dbcf8d8019f8d9b3b0c1b743 /etc/dbus-1/system.conf cc9caaf3b2f4a11f188bf81f0e59eabb /etc/default/dbus 0d0f25a2f993509c857eb262f6e22015 /etc/init.d/dbus ec9a7d183ec50837a12aca3f9c95cc27 Description: simple interprocess messaging system (daemon and utilities) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . This package contains the D-Bus daemon and related utilities. . The client-side library can be found in the libdbus-1-3 package, as it is no longer contained in this package. Homepage: http://dbus.freedesktop.org/ Package: libmount1 Status: install ok installed Priority: required Section: libs Installed-Size: 357 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.25.2-6 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libselinux1 (>= 1.32) Pre-Depends: multiarch-support Description: device mounting library The device mounting library, used by mount and umount helpers. Package: vlc-plugin-notify Status: install ok installed Priority: optional Section: video Installed-Size: 15 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: vlc Version: 2.2.5-1~deb8u1 Replaces: vlc-nox (<< 1.1.2) Depends: vlc-nox (= 2.2.5-1~deb8u1), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.8), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libvlccore8 (>= 2.2.0) Breaks: vlc-nox (<< 1.1.2) Description: LibNotify plugin for VLC This plugin adds support for libnotify track change notification to the VLC media player. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Homepage: http://www.videolan.org/vlc/ Package: libxxf86vm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 35 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxxf86vm (1:1.1.3-1) Version: 1:1.1.3-1+b1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6 Pre-Depends: multiarch-support Description: X11 XFree86 video mode extension library libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: ethtool Status: install ok installed Priority: optional Section: net Installed-Size: 272 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 1:3.16-1 Depends: libc6 (>= 2.14) Conffiles: /etc/network/if-up.d/ethtool b0d11ba5983c8c5990bb9933c35a3ec5 /etc/network/if-pre-up.d/ethtool 39693276fe35fccec75f610cb71d3e85 Description: display or change Ethernet device settings ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices. Homepage: http://www.kernel.org/pub/software/network/ethtool/ Package: libzephyr4 Status: install ok installed Priority: optional Section: libs Installed-Size: 102 Maintainer: Karl Ramm Architecture: amd64 Multi-Arch: same Source: zephyr Version: 3.1.2-1 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01) Pre-Depends: multiarch-support Conflicts: libzephyr4-krb, libzephyr4-krb45, libzephyr4-krb5 Description: Project Athena's notification service - non-Kerberos libraries Zephyr is derived from the original Project Athena 'Instant Message' system and allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams (transient X windows) or as text on a terminal. . This package provides the libraries without Kerberos support. Package: libdirectfb-extra Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Debian DirectFB Team Architecture: amd64 Multi-Arch: same Source: directfb Version: 1.2.10.0-5.1 Depends: libdirectfb-1.2-9 (= 1.2.10.0-5.1), libc6 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1:1.3.1), libpng12-0 (>= 1.2.13-4), libx11-6, libxext6 Pre-Depends: multiarch-support Description: direct frame buffer graphics - extra providers DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. . This package contains the following providers: . * image PNG * image JPEG * font FreeType * system X11 Homepage: http://www.directfb.org/ Package: libresid-builder0c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 208 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: sidplay-libs Version: 2.1.1-14 Replaces: libresid-builder0, libresid2c102 (<= 2.1.1-2) Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: libresid-builder0, libresid2c102 (<= 2.1.1-2) Description: SID chip emulation class based on resid SID builder packages provide a chip emulator, to be used by libsidplay2. This package is an emulation based on the resid library, including hardsid support. Package: libndp0 Status: install ok installed Priority: optional Section: libs Installed-Size: 28 Maintainer: Andrew Ayer Architecture: amd64 Multi-Arch: same Source: libndp Version: 1.4-2+deb8u1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: Library for Neighbor Discovery Protocol libndp is a library for the IPv6 Neighbor Discovery Protocol (NDP). It contains functions for building and parsing NDP messages, and provides a high-level interface for sending and receiving NDP messages on a network interface. Homepage: http://libndp.org Package: libzvbi0 Status: install ok installed Priority: optional Section: libs Installed-Size: 701 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: zvbi Version: 0.2.35-3 Replaces: libzvbi-0.1 (<= 0.2.1-3) Depends: libc6 (>= 2.15), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4), libzvbi-common (= 0.2.35-3) Pre-Depends: multiarch-support Description: Vertical Blanking Interval decoder (VBI) - runtime files The VBI devices capture the hidden lines on a television picture that carry further information like closed-caption data, Teletext (primarily in Europe), and now Intercast and the ATVEC Internet television encodings. Homepage: http://zapping.sourceforge.net/ZVBI/index.html Package: wodim Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 845 Maintainer: Joerg Jaspert Architecture: amd64 Source: cdrkit Version: 9:1.1.11-3 Replaces: cdrecord (<< 5:1.0~pre1-1), cdrtools-doc (<< 5:1.0~pre1-1) Depends: libc6 (>= 2.14), libcap2 (>= 2.10) Recommends: genisoimage Suggests: cdrkit-doc Conflicts: cdrecord (<< 5:1.0~pre1-1), xcdroast (<< 0.98+0alpha15-11) Conffiles: /etc/netscsid.conf 00118d4a9c94c41d3ae415638cc055dd /etc/wodim.conf 9369bbf580daf4c52288f951dd547b37 Description: command line CD/DVD writing tool wodim allows you to create CDs or DVDs on a CD/DVD recorder. It supports writing data, audio, mixed, multi-session, and CD+ disc and DVD data and video disks on DVD capable devices, on just about every type of CD/DVD recorder out there. . Please install cdrkit-doc if you want most of the documentation and README files. Package: libvorbisenc2 Status: install ok installed Priority: optional Section: libs Installed-Size: 757 Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Multi-Arch: same Source: libvorbis Version: 1.3.4-2 Depends: libc6 (>= 2.4), libogg0 (>= 1.0rc3), libvorbis0a (= 1.3.4-2) Pre-Depends: multiarch-support Description: encoder library for Vorbis General Audio Compression Codec Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisenc library provides a convenient API for setting up an encoding environment using libvorbis. Homepage: http://www.xiph.org/vorbis/ Package: libcanberra-gtk0 Status: install ok installed Priority: optional Section: libs Installed-Size: 60 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libcanberra Version: 0.30-2.1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libcanberra0 (>= 0.12), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libx11-6 Pre-Depends: multiarch-support Recommends: libcanberra-gtk-module Description: GTK+ helper for playing widget event sounds with libcanberra libcanberra-gtk provides a few functions that simplify libcanberra usage from GTK+. . Contextual information is needed to play event sound. This library can help to compile directly event sounds property lists based on active GtkWidget objects or GdkEvent events. Homepage: http://0pointer.de/lennart/projects/libcanberra/ Package: wamerican Status: install ok installed Priority: standard Section: text Installed-Size: 990 Maintainer: Don Armstrong Architecture: all Source: scowl Version: 7.1-1 Provides: wordlist Depends: debconf (>= 0.5) | debconf-2.0 Description: American English dictionary words for /usr/share/dict This package provides the file /usr/share/dict/american-english containing a list of English words with American spellings. This list can be used by spelling checkers, and by programs such as look(1). . There are also -small, -large, and -huge versions of this word list, and there are wbritish* and wcanadian* packages as well. Homepage: http://wordlist.sourceforge.net/ Package: dvdauthor Status: install ok installed Priority: optional Section: video Installed-Size: 593 Maintainer: Marc Leeman Architecture: amd64 Version: 0.7.0-1.3 Depends: libc6 (>= 2.14), libdvdread4 (>= 4.1.3), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libpng12-0 (>= 1.2.13-4), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: create DVD-Video file system dvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream that should play when you put it in a DVD player. Package: xserver-xorg-input-wacom Status: install ok installed Priority: optional Section: x11 Installed-Size: 316 Maintainer: Ron Lee Architecture: amd64 Source: xf86-input-wacom Version: 0.26.0+20140918-1 Replaces: wacom-tools (<< 0.10.0) Provides: xorg-driver-input Depends: xorg-input-abi-21, xserver-xorg-core (>= 2:1.15.99.903), libc6 (>= 2.14), libudev1 (>= 183), libx11-6, libxext6, libxi6 (>= 2:1.2.0), libxinerama1, libxrandr2 (>= 2:1.2.0) Suggests: xinput Conflicts: wacom-tools (<< 0.10.0) Description: X.Org X server -- Wacom input driver This package provides the X.Org driver for Wacom tablet devices. Homepage: http://linuxwacom.sf.net Package: librdf0 Status: install ok installed Priority: optional Section: libs Installed-Size: 308 Maintainer: Dave Beckett Architecture: amd64 Multi-Arch: same Source: redland (1.0.17-1) Version: 1.0.17-1+b1 Depends: libc6 (>= 2.14), libdb5.3, libltdl7 (>= 2.4.2), libraptor2-0 (>= 2.0.12), librasqal3 (>= 0.9.31) Pre-Depends: multiarch-support Suggests: librdf-storage-postgresql, librdf-storage-mysql, librdf-storage-sqlite, librdf-storage-virtuoso, redland-utils Description: Redland Resource Description Framework (RDF) library Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology. . This package includes the core file-based storages. To get database backed storages, the librdf-storage-postgresql, librdf-storage-mysql, librdf-storage-sqlite or librdf-storage-virtuoso packages should be installed. Homepage: http://librdf.org/ Package: libkeyutils1 Status: install ok installed Priority: standard Section: libs Installed-Size: 55 Maintainer: Christian Kastner Architecture: amd64 Multi-Arch: same Source: keyutils (1.5.9-5) Version: 1.5.9-5+b1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Linux Key Management Utilities (library) Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. . This package provides a wrapper library for the key management facility system calls. Homepage: http://people.redhat.com/~dhowells/keyutils/ Package: libsidplay2 Status: install ok installed Priority: optional Section: libs Installed-Size: 263 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: sidplay-libs Version: 2.1.1-14 Replaces: libsidplay2-1, libsidplay2-1c102 (<= 2.1.1-2) Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Conflicts: libsidplay2-1, libsidplay2-1c102 (<= 2.1.1-2) Description: SID (MOS 6581) emulation library This is a (shared) library that implements the emulation of the C64's SID chip (MOS 6581) and CPU (6510). It is used by several "player" applications, e.g. sidplay, which make it possible to listen to *really* a lot (13.600+) of tunes, known from old and new C64 programs (as well as Amiga compositions). . Find most of the available musics from your favourite games or demos and more in the High Voltage SID Collection (HVSC). For downloads and information about the volunteers, who maintain the collection, look at the HVSC homepage http://www.hvsc.c64.org. Package: ruby2.1 Status: install ok installed Priority: extra Section: ruby Installed-Size: 337 Maintainer: Antonio Terceiro Architecture: amd64 Multi-Arch: allowed Version: 2.1.5-2+deb8u3 Provides: ruby-interpreter Depends: rubygems-integration (>= 1.8), libc6 (>= 2.2.5), libgmp10, libruby2.1 (>= 2.1.0) Recommends: libjs-jquery Description: Interpreter of object-oriented scripting language Ruby Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . In the name of this package, `2.1' indicates the Ruby library compatibility version. This package currently provides the `2.1.x' branch of Ruby. Homepage: http://www.ruby-lang.org/ Package: libdrm-nouveau2 Status: install ok installed Priority: optional Section: libs Installed-Size: 91 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.58-2 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38) Pre-Depends: multiarch-support Description: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libnewt0.52 Status: install ok installed Priority: important Section: libs Installed-Size: 171 Maintainer: Alastair McKinstry Architecture: amd64 Multi-Arch: same Source: newt (0.52.17-1) Version: 0.52.17-1+b1 Depends: libc6 (>= 2.15), libslang2 (>= 2.2.4) Pre-Depends: multiarch-support Recommends: libfribidi0 Conffiles: /etc/newt/palette.original d41d8cd98f00b204e9800998ecf8427e Description: Not Erik's Windowing Toolkit - text mode windowing with slang Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. This package contains the shared library for programs that have been built with newt. Homepage: https://fedorahosted.org/newt/ Package: htop Status: install ok installed Priority: optional Section: utils Installed-Size: 204 Maintainer: Eugene V. Lyubimkin Architecture: amd64 Version: 1.0.3-1 Depends: libc6 (>= 2.15), libncursesw5 (>= 5.6+20070908), libtinfo5 Suggests: strace, ltrace Description: interactive processes viewer Htop is an ncursed-based process viewer similar to top, but it allows one to scroll the list vertically and horizontally to see all processes and their full command lines. . Tasks related to processes (killing, renicing) can be done without entering their PIDs. Homepage: http://hisham.hm/htop/ Package: bsdmainutils Status: install ok installed Priority: important Section: utils Installed-Size: 571 Maintainer: Debian Bsdmainutils Team Architecture: amd64 Multi-Arch: foreign Version: 9.0.6 Depends: libc6 (>= 2.14), libncurses5 (>= 5.5-5~), libtinfo5, bsdutils (>= 3.0-0), debianutils (>= 1.8) Suggests: cpp, wamerican | wordlist, whois, vacation Breaks: bsdutils (<< 1:2.13-11) Conffiles: /etc/calendar/default f499e79b0d2d685aa5ae7e1013940b96 /etc/cron.daily/bsdmainutils 559387f792462a62e3efb1d573e38d11 /etc/default/bsdmainutils bded239f4fea461cc5c92c3bd5a28cc9 Description: collection of more utilities from FreeBSD This package contains lots of small programs many people expect to find when they use a BSD-style Unix system. . It provides banner (as printerbanner), calendar, col, colcrt, colrm, column, from (as bsd-from), hexdump (or hd), look, lorder, ncal (or cal), ul, and write (as bsd-write). . This package used to contain whois and vacation, which are now distributed in their own packages. Also here was tsort, which is now in the "coreutils" package. Package: anacron Status: install ok installed Priority: optional Section: admin Installed-Size: 62 Maintainer: Peter Eisentraut Architecture: amd64 Version: 2.3-23 Replaces: pe Depends: libc6 (>= 2.7), debianutils (>= 1.7), init-system-helpers (>= 1.18~), lsb-base (>= 3.0-10) Recommends: cron | cron-daemon, rsyslog | system-log-daemon Suggests: default-mta | mail-transport-agent, powermgmt-base Conffiles: /etc/anacrontab 00ff43422e8756204113c5546b00d529 /etc/apm/event.d/anacron 651f3c7f79a14332f9fa7bb368039210 /etc/cron.d/anacron 621be9beef2b1af778fa4c0dd61332a7 /etc/cron.daily/0anacron a46c5cc26a2a6715d0155781ddd07a19 /etc/cron.monthly/0anacron 402ac7af3ebd2da5dddcd3712d776ae3 /etc/cron.weekly/0anacron b2c55b2905f28b3b53bdf3e2d66e830b /etc/default/anacron f42a76c13a40cebc0b8ff96162021a5a /etc/init.d/anacron cda555b495531d9519e1759015d8254b /etc/init/anacron.conf 2a7b931bb1e2618894de8c4fb5189d7b Description: cron-like program that doesn't go by time Anacron (like "anac(h)ronistic") is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly, and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine uptime permits. . This package is pre-configured to execute the daily jobs of the Debian system. You should install this program if your system isn't powered on 24 hours a day to make sure the maintenance jobs of other Debian packages are executed each day. Homepage: http://sourceforge.net/projects/anacron/ Package: libwinpr-sspi0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 323 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-crypto0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-registry0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (sspi library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-sspi shared library. Homepage: http://www.freerdp.com/ Package: libxft2 Status: install ok installed Priority: optional Section: libs Installed-Size: 141 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: xft Version: 2.3.2-1 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libx11-6, libxrender1 Pre-Depends: multiarch-support Description: FreeType-based font drawing library for X Xft provides a client-side font API for X applications, making the FreeType font rasterizer available to X clients. Fontconfig is used for font specification resolution. Where available, the RENDER extension handles glyph drawing; otherwise, the core X protocol is used. Package: libsasl2-modules Status: install ok installed Priority: optional Section: libs Installed-Size: 223 Maintainer: Debian Cyrus SASL Team Architecture: amd64 Multi-Arch: same Source: cyrus-sasl2 Version: 2.1.26.dfsg1-13+deb8u1 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Suggests: libsasl2-modules-otp, libsasl2-modules-ldap, libsasl2-modules-sql, libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal Breaks: logcheck-database (<= 1.3.16~) Conffiles: /etc/logcheck/ignore.d.server/libsasl2-modules c032d5205f090a30661ae9f82a03f36e Description: Cyrus SASL - pluggable authentication modules This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS, NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support). Homepage: http://www.cyrusimap.org/ Package: rygel-preferences Status: install ok installed Priority: extra Section: net Installed-Size: 535 Maintainer: Debian Rygel Maintainers Architecture: amd64 Source: rygel (0.24.2-1) Version: 0.24.2-1+b1 Depends: rygel (= 0.24.2-1+b1), libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.35.9), libgssdp-1.0-3 (>= 0.12.0), libgtk-3-0 (>= 3.0.0), libgupnp-1.0-4 (>= 0.18.0), librygel-core-2.4-2 Recommends: gnome-icon-theme-symbolic Description: GNOME UPnP/DLNA services - preferences tool Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package provides a graphical tool to configure Rygel and set custom preferences. Normally you'd configure your sharing preferences with GNOME Control Center and not need this tool. Homepage: https://wiki.gnome.org/action/show/Projects/Rygel Package: system-config-printer Status: install ok installed Priority: optional Section: gnome Installed-Size: 5608 Maintainer: Debian GNOME Maintainers Architecture: all Version: 1.4.6-1 Depends: python:any (>= 2.6.6-7~), python-cups (>= 1.9.60), python-cupshelpers (= 1.4.6-1), python-gobject-2, python-cairo, python-dbus, python-libxml2, python-gi, gir1.2-glib-2.0, gir1.2-pango-1.0, gir1.2-gdkpixbuf-2.0, gir1.2-gtk-3.0, gir1.2-notify-0.7, gir1.2-packagekitglib-1.0, gnome-icon-theme Recommends: system-config-printer-udev, cups-pk-helper, gir1.2-gnomekeyring-1.0, python-smbc Suggests: gnome-packagekit-session Conflicts: hal-cups-utils Conffiles: /etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf 8df3896101328880517f530c11fff877 /etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf d81013f5bfeece9858706aed938e16bb /etc/xdg/autostart/print-applet.desktop fb20ab97295db6b3fa189632eded1cc0 Description: graphical interface to configure the printing system System-config-printer is a GUI written in Python using GTK+ to configure a CUPS server. Its primary use is to configure the printing system on the local host, but can also be used to setup a remote printer. . In terms of features, it aims to be as complete as the CUPS web administration tool, while being integrated to the desktop. Homepage: http://cyberelk.net/tim/software/system-config-printer/ Package: console-setup-linux Status: install ok installed Priority: optional Section: utils Installed-Size: 1042 Maintainer: Debian Install System Team Architecture: all Multi-Arch: foreign Source: console-setup Version: 1.123 Replaces: console-setup (<< 1.71), console-terminus Provides: console-terminus Depends: kbd (>= 0.99-12) | console-tools (>= 1:0.2.3-16), keyboard-configuration (= 1.123) Suggests: console-setup Breaks: console-cyrillic (<= 0.9-11), console-setup (<< 1.71), console-terminus Conffiles: /etc/console-setup/compose.ARMSCII-8.inc fef36b61fb8b1cacc151ad3db127f777 /etc/console-setup/compose.CP1251.inc fef88d8c8dd4c726498003fd3cd84a7f /etc/console-setup/compose.CP1255.inc c972a2e90938657e97b643366b98b2ed /etc/console-setup/compose.CP1256.inc 5ea5e4d41da7a88f742863810e86144b /etc/console-setup/compose.GEORGIAN-ACADEMY.inc b6d80f40abff7e8af236796ebaca0247 /etc/console-setup/compose.GEORGIAN-PS.inc cf45272b6bf35a22223b132600dc36c3 /etc/console-setup/compose.IBM1133.inc a31102602f7e7cab9738022b6c5469ae /etc/console-setup/compose.ISIRI-3342.inc 5ada7fbba750192f11fa238add232ba9 /etc/console-setup/compose.ISO-8859-1.inc b55c4d13def720c6a60ce2ddb53c0df4 /etc/console-setup/compose.ISO-8859-10.inc e5fce59617c839b56574c9e323d34686 /etc/console-setup/compose.ISO-8859-11.inc ad2f3cc7ee64602a790bad8a2a989243 /etc/console-setup/compose.ISO-8859-13.inc 0d0c5a9ec77a751ef7e417ba395a7368 /etc/console-setup/compose.ISO-8859-14.inc 0708a0184b14d7ab68c8ae8064af3a5f /etc/console-setup/compose.ISO-8859-15.inc 4500ae5af6a4a66556760b04a41ac9e1 /etc/console-setup/compose.ISO-8859-16.inc 8245c19b5262d8d23ca856587739eb20 /etc/console-setup/compose.ISO-8859-2.inc d859a2283d9ae21777479c82c8133b38 /etc/console-setup/compose.ISO-8859-3.inc 9225a89daf660905f16006952c4861b9 /etc/console-setup/compose.ISO-8859-4.inc 67abc27386a6fbb3f8e74c4dcc49c782 /etc/console-setup/compose.ISO-8859-5.inc f861a4b0403490677e6d400f2d7129da /etc/console-setup/compose.ISO-8859-6.inc 41ea36ea1c1a1c0c9bebdf0016395e1f /etc/console-setup/compose.ISO-8859-7.inc 11985848d6ba802fbbeb78705c1284a8 /etc/console-setup/compose.ISO-8859-8.inc 9cceaa9f3312f89aba371d3c893f4e7b /etc/console-setup/compose.ISO-8859-9.inc 8551012d3bc2e267433cfd218efc7bad /etc/console-setup/compose.KOI8-R.inc 8cfd7766b86e5e55d6e71d0d95519c92 /etc/console-setup/compose.KOI8-U.inc 217ee62f6982736276f41f760f8622f8 /etc/console-setup/compose.TIS-620.inc 31b73af83ef3993c128e2b983b9eaf89 /etc/console-setup/compose.VISCII.inc e4ffc74868adf4cc39ba61dd99581899 /etc/console-setup/remap.inc b72cfe32ffa93987f74c5cec9ac180fd Description: Linux specific part of console-setup This package includes fonts in psf format and definitions of various 8-bit charmaps. Package: libcaca0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1040 Maintainer: Sam Hocevar Architecture: amd64 Multi-Arch: same Source: libcaca Version: 0.99.beta19-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libslang2 (>= 2.2.4), libstdc++6 (>= 4.1.1), libtinfo5, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: colour ASCII art library libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the shared library for libcaca. Homepage: http://caca.zoy.org/wiki/libcaca Package: login Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 2186 Maintainer: Shadow package maintainers Architecture: amd64 Source: shadow Version: 1:4.2-3+deb8u4 Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules (>= 1.1.8-1) Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1) Conffiles: /etc/login.defs c8e7f89a2c5665cf75a760d4341ce2d2 /etc/pam.d/login 8cc9269fe679cb725d55925e95914499 /etc/pam.d/su ce6dcfda3b190a27a455bb38a45ff34a /etc/securetty d9e5bf5e6bfa00ddd273a3bcf1a49bec Description: system login tools These tools are required to be able to login and use your system. The login program invokes your user shell and enables command execution. The newgrp program is used to change your effective group ID (useful for workgroup type situations). The su program allows changing your effective user ID (useful being able to execute commands as another user). Homepage: http://pkg-shadow.alioth.debian.org/ Package: ispell Status: install ok installed Priority: optional Section: text Installed-Size: 319 Maintainer: Robert Luberda Architecture: amd64 Multi-Arch: foreign Version: 3.3.02-6 Depends: dictionaries-common, libc6 (>= 2.4), libncurses5 (>= 5.5-5~), libtinfo5 Recommends: iamerican | ispell-dictionary, wamerican | wordlist Suggests: spell Breaks: iamerican (<= 3.1.20.0-9), ibritish (<= 3.1.20.0-9), ibulgarian (<= 3.0-12), iczech (<= 20040229-5), idanish (<= 1.6.25-1), iestonian (<= 1:20030606-12.1), ifinnish (<= 0.7-17.3), ifinnish-large (<= 0.7-17.3), ifrench (<= 1.4-25), ifrench-gut (<= 1:1.0-27), igaelic (<= 0.50-7), ihungarian (<= 0.99.4-2), iirish (<= 2.0-20), iitalian (<= 1:2.3-2), imanx (<= 0.50-8), inorwegian (<= 2.0.10-3.2), iogerman (<= 1:2-26), ipolish (<= 20100612-1), irussian (<= 0.99g5-8.1), iswedish (<= 1.4.5-2), iukrainian (<= 1.6.0-1) Description: International Ispell (an interactive spelling corrector) Ispell corrects spelling in plain text, LaTeX, sgml/html/xml, and nroff files. [x]Emacs and jed have nice interfaces to ispell, and ispell works from many other tools and from the command line as well. . No ispell dictionaries are included in this package; you must install at least one of them ("iamerican" is recommended by default for no good reason); install the "ispell-dictionary" package(s) for the language(s) you and your users will want to spell-check. . It's a good idea to install "word list" package(s) for the same language(s), because they'll be used by ispell's (L)ookup command. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: bc Status: install ok installed Priority: standard Section: math Installed-Size: 255 Maintainer: Ryan Kavanagh Architecture: amd64 Multi-Arch: foreign Version: 1.06.95-9 Depends: libc6 (>= 2.14), libreadline6 (>= 6.0), libtinfo5 Description: GNU bc arbitrary precision calculator language GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions. GNU bc does not require the separate GNU dc program. Homepage: http://ftp.gnu.org/gnu/bc/ Package: libmodule-build-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 618 Maintainer: Debian Perl Group Architecture: all Version: 0.421000-2+deb8u1 Depends: perl, libcpan-meta-perl (>= 2.142060) | perl (>= 5.21.3), libperl-ostype-perl, perl (>= 5.11.2) | libextutils-cbuilder-perl, perl (>= 5.12) | libextutils-parsexs-perl, perl (>= 5.13.9) | libmodule-metadata-perl, perl (>= 5.13.9) | libversion-perl (>= 1:0.8700) Recommends: libarchive-tar-perl, libmodule-signature-perl, libpod-readme-perl, libsoftware-license-perl (>= 0.103009) Description: framework for building and installing Perl modules Module::Build is a framework for easily building, testing and installing Perl packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker and offers many additional features characteristic of a more modern install system, including simple subclassing for custom build actions. . Because it is written in Pure Perl, it has very few external dependencies. In particular, it allows for installation of packages on systems without 'make' and will even work without a shell. Its only prerequisites are modules that are included with perl 5.6.0 and it is core as of perl 5.10. Homepage: https://metacpan.org/release/Module-Build Package: gnupg-agent Status: install ok installed Priority: optional Section: utils Installed-Size: 940 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Multi-Arch: foreign Source: gnupg2 Version: 2.0.26-6+deb8u1 Replaces: gnupg2 (<< 2.0.18-2), gpgsm (<< 2.0.18-2), newpg Depends: pinentry-gtk2 | pinentry-curses | pinentry, libassuan0 (>= 2.0.2), libc6 (>= 2.15), libgcrypt20 (>= 1.6.1), libgpg-error0 (>= 1.14), libpth20 (>= 2.0.7), libreadline6 (>= 6.0) Recommends: gnupg2 | gpgsm | gnupg Breaks: gnupg2 (<< 2.0.18-2), gpgsm (<< 2.0.18-2) Conflicts: newpg Conffiles: /etc/X11/Xsession.d/90gpg-agent 7dca71f8bff32509358cc0b8b161dab0 Description: GNU privacy guard - password agent GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . This package contains the agent program gpg-agent which keeps a temporary secure storage of your passphrases. Homepage: http://www.gnupg.org/ Package: libperl5.20 Status: install ok installed Priority: optional Section: libs Installed-Size: 29 Maintainer: Niko Tyni Architecture: amd64 Source: perl Version: 5.20.2-3+deb8u6 Replaces: perl-base (<= 5.8.7-4) Depends: libc6 (>= 2.14), perl-base (= 5.20.2-3+deb8u6) Description: shared Perl library This package is required by programs which embed a Perl interpreter to ensure that the correct version of `perl-base' is installed. It additionally contains the shared Perl library on architectures where the perl binary is linked to libperl.a (currently only i386, for performance reasons). In other cases the actual library is in the `perl-base' package. Homepage: http://dev.perl.org/perl5/ Package: fonts-opensymbol Status: install ok installed Priority: optional Section: fonts Installed-Size: 361 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: libreoffice (1:4.3.3-2+deb8u7) Version: 2:102.6+LibO4.3.3-2+deb8u7 Replaces: ttf-opensymbol Provides: ttf-opensymbol Recommends: fontconfig Description: OpenSymbol TrueType font This package contains the OpenSymbol TrueType font included in LibreOffice. This font contains symbols (like fonts as Wingdings(tm)), bullets (needed for bullets in LibreOffice) and non-latin character Homepage: http://www.libreoffice.org Package: gir1.2-xkl-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 53 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libxklavier Version: 5.2.1-1 Depends: libxklavier16 (= 5.2.1-1), gir1.2-freedesktop, gir1.2-glib-2.0 Description: X Keyboard Extension high-level API - introspection data Libxklavier provides programmers an API for high(er) level access to the X Keyboard Extension, to ease creating XKB related applications. . This package provides introspection data for libxklavier. It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.freedesktop.org/wiki/Software/LibXklavier Package: libdca0 Status: install ok installed Priority: optional Section: libs Installed-Size: 218 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: libdca Version: 0.0.5-7 Depends: libc6 (>= 2.3.4) Pre-Depends: multiarch-support Description: decoding library for DTS Coherent Acoustics streams libdca provides a low-level interface to decode audio frames encoded using DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found on DVDs, DTS audio CDs and some radio broadcastings. libdca also provides downmixing and dynamic range compression for various output configurations. . This package contains the shared library. Homepage: http://www.videolan.org/developers/libdca.html Package: aspell Status: install ok installed Priority: optional Section: text Installed-Size: 1261 Maintainer: Brian Nelson Architecture: amd64 Multi-Arch: foreign Version: 0.60.7~20110707-1.3 Replaces: aspell-bin (<< 0.60.3-2), aspell-hi (<= 0.01-1), aspell-mr (<= 0.10-1) Provides: aspell-bin Depends: libaspell15 (= 0.60.7~20110707-1.3), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libstdc++6 (>= 4.1.1), libtinfo5, dictionaries-common (>> 0.40) Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Suggests: aspell-doc, spellutils Breaks: aspell-bin (<< 0.60.3-2) Description: GNU Aspell spell-checker GNU Aspell is a spell-checker which can be used either as a standalone application or embedded in other programs. Its main feature is that it does a much better job of suggesting possible spellings than just about any other spell-checker available for the English language, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once. . Aspell is designed to be a drop-in replacement for Ispell. Homepage: http://aspell.net/ Package: python-dbus Status: install ok installed Priority: optional Section: python Installed-Size: 490 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: dbus-python (1.2.0-2) Version: 1.2.0-2+b3 Replaces: python2.4-dbus Provides: python2.7-dbus Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libdbus-1-3 (>= 1.5.12), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.12.0), python-dbus-dev Recommends: python-gi | python-gobject-2 | python-qt4-dbus Suggests: python-dbus-doc, python-dbus-dbg Breaks: gajim (<< 0.11.1), gnome-osd (<< 0.12.0), python-qt4-dbus (<< 4.8.3-3) Conflicts: python2.4-dbus Description: simple interprocess messaging system (Python interface) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides a Python interface to D-Bus. . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python Package: gnuchess Status: install ok installed Priority: optional Section: games Installed-Size: 672 Maintainer: Oliver Korff Architecture: amd64 Version: 6.1.2-1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Recommends: gnuchess-book Suggests: xboard | eboard | scid Description: Plays a game of chess, either against the user or against itself Gnuchess is an updated version of the GNU chess playing program. It is now based on the fruit chess engine and uses the UCI chess engine protocol. It has a simple alpha-numeric board display, and is also compatible with frontends like xboard, scid and eboard. Homepage: http://www.gnu.org/software/chess/ Package: libevent-2.0-5 Status: install ok installed Priority: standard Section: libs Installed-Size: 360 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libevent Version: 2.0.21-stable-2+deb8u1 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Description: Asynchronous event notification library Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . For backward compatibility and to transition to "libevent_core only" or "libevent_core + libevent_extra", the libevent source package builds the libevent library that includes everything in libevent_core and libevent_extra. Homepage: http://libevent.org/ Package: libsamplerate0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1500 Maintainer: Erik de Castro Lopo Architecture: amd64 Multi-Arch: same Source: libsamplerate Version: 0.1.8-8 Replaces: samplerate-programs (<< 0.1.8-3) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Audio sample rate conversion library libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion. . libsamplerate currently provides three different sample rate conversion algorithms; zero order hold, linear interpolation and FIR filter interpolation (using filters derived from the mathematical SINC function). The first two algorithms (zero order hold and linear) are included for completeness and are not recommended for any application where high quality sample rate conversion is required. For the FIR/Sinc algorithm, three converters are provided; SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a trade off between conversion speed and conversion quality. . libsamplerate is capable of downsampling to 1/256 of the original sample rate and upsampling to 256 times the original sample rate. It is also capable of time varying conversions for vary speed effects and synchronising of two unlocked sample rates. Homepage: http://www.mega-nerd.com/SRC/ Package: gnome-online-miners Status: install ok installed Priority: optional Section: gnome Installed-Size: 343 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-2 Depends: grilo-plugins-0.2, libc6 (>= 2.7), libgdata19 (>= 0.15.0), libgfbgraph-0.2-0 (>= 0.2.2), libglib2.0-0 (>= 2.37.3), libgoa-1.0-0b (>= 3.13.90), libgrilo-0.2-1 (>= 0.2.2), libjson-glib-1.0-0 (>= 0.12.0), librest-0.7-0 (>= 0.7), libsoup2.4-1 (>= 2.4.0), libtracker-miner-1.0-0 (>= 0.8.0), libtracker-sparql-1.0-0 (>= 0.10.0), libxml2 (>= 2.6.27), libzapojit-0.0-0 Recommends: dleyna-server Description: Crawls through your online content GNOME Online Miners provides a set of crawlers that go through your online content and index them locally in Tracker. . It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive. Homepage: https://wiki.gnome.org/Projects/GnomeOnlineMiners Package: freepats Status: install ok installed Priority: optional Section: sound Installed-Size: 33224 Maintainer: Henrique de Moraes Holschuh Architecture: all Version: 20060219-1 Conffiles: /etc/timidity/freepats.cfg cd3ca7c045e489ae6321ecd25de8023a Description: Free patch set for MIDI audio synthesis Freepats is a free patch set suitable for MIDI audio synthesis. It is not complete, nor comprehensive yet, and most, if not all patches are in the old and limited GUS patch format. . It is, however, the sole DFSG-compliant patch set in existence so far. New patches (including those in better formats, such as SF2 SoundFont banks) are welcome. Package: libpython3.4-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 9484 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3.4 Version: 3.4.2-1 Depends: libpython3.4-minimal (= 3.4.2-1), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, libffi6 (>= 3.0.4), liblzma5 (>= 5.1.1alpha+20120614), libmpdec2, libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libtinfo5 Pre-Depends: multiarch-support Description: Interactive high-level object-oriented language (standard library, version 3.4) Python is a high-level, interactive, object-oriented language. Its 3.4 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 3.4's standard library. It is normally not used on its own, but as a dependency of python3.4. Package: qtserialport5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 311 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtserialport-opensource-src Version: 5.3.2-2 Description: Qt 5 serial port documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 serial port library and binaries. Homepage: http://qt-project.org/ Package: libnl-3-200 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Heiko Stuebner Architecture: amd64 Multi-Arch: same Source: libnl3 Version: 3.2.24-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Conffiles: /etc/libnl-3/classid 3e07259e58674631830b152e983ca995 /etc/libnl-3/pktloc 02e59c3b2bba388ba64b2d120a76bab7 Description: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Homepage: http://people.suug.ch/~tgr/libnl/ Package: libpython2.7-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 2687 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python2.7 Version: 2.7.9-2+deb8u1 Replaces: libpython2.7-stdlib (<< 2.7.8-7), python2.7 (<< 2.7.4-2), python2.7-minimal (<< 2.7.3-10) Recommends: libpython2.7-stdlib Breaks: python2.7-minimal (<< 2.7.4~rc1-1~) Conflicts: binfmt-support (<< 1.1.2) Conffiles: /etc/python2.7/sitecustomize.py d6b276695157bde06a56ba1b2bc53670 Description: Minimal subset of the Python language (version 2.7) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python2.7-minimal. Package: samba-common-bin Status: install ok installed Priority: optional Section: net Installed-Size: 1523 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: python-samba (<< 2:4.0.6~), samba-common (<< 2:3.4.0~pre2-1), samba-doc (<< 2:4.0.5~), samba4-common (<< 4.0.0~alpha7-1), samba4-common-bin Depends: python, python-samba, samba-common (= 2:4.2.14+dfsg-0+deb8u6), python2.7:any, libbsd0 (>= 0.0), libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), libncurses5 (>= 5.5-5~), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.12), libtinfo5, libwbclient0 (>= 2:4.0.3+dfsg1), samba-libs (= 2:4.2.14+dfsg-0+deb8u6) Suggests: heimdal-clients Conflicts: samba (<< 2:3.3.0~rc2-5), samba-common (<< 2:3.3.0~rc2-5), samba-doc (<< 2:4.0.5~) Description: Samba common files used by both the server and the client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains the common files that are used by both the server (provided in the samba package) and the client (provided in the samba-clients package). Homepage: http://www.samba.org Package: libmission-control-plugins0 Status: install ok installed Priority: optional Section: libs Installed-Size: 200 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: telepathy-mission-control-5 Version: 1:5.16.3-1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.32), libtelepathy-glib0 (>= 0.20) Recommends: telepathy-mission-control-5 (= 1:5.16.3-1) Description: management daemon for Telepathy (library for plugins) Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework. This package contains a library against which plugins for Mission Control must be linked. Homepage: http://telepathy.freedesktop.org/wiki/ Package: libqt4-dbus Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Replaces: libqt4-dev (<< 4:4.7.1) Depends: libqtdbus4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), qdbus (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1) Breaks: libqt4-dev (<< 4:4.7.1) Description: Qt 4 D-Bus module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDBus module is a Unix-only library that you can use to make Inter-Process Communication using the D-Bus protocol. . Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties. . This package depends on qdbus and libqtdbus4 to break their circular dependency and allow easy updates from Squeeze to Wheezy. Homepage: http://qt-project.org/ Package: gir1.2-git2-glib-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 77 Maintainer: Dmitry Smirnov Architecture: amd64 Source: libgit2-glib Version: 0.0.22-1 Depends: gir1.2-glib-2.0, libgit2-glib-1.0-0 (>= 0.0.22) Description: GObject introspection data for the git2-glib-1.0 library This package contains introspection data for the git2-glib-1.0 library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/Libgit2-glib Package: gnome-tetravex Status: install ok installed Priority: optional Section: games Installed-Size: 5612 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.0-1 Replaces: gnotravex (<< 1:3.7.2) Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.40.0), libgtk-3-0 (>= 3.11.5), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gnotravex (<< 1:3.7.2) Description: put tiles on a board and match their edges together GNOME Tetravex is a simple puzzle game which scope is to move the various pieces from one side of the board to the other side, so that the same numbers depicted on the pieces are touching each other. Homepage: https://wiki.gnome.org/Tetravex Package: xserver-xorg-input-synaptics Status: install ok installed Priority: optional Section: x11 Installed-Size: 343 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1.8.1-1 Replaces: xorg-driver-synaptics Provides: xorg-driver-input, xorg-driver-synaptics Depends: libc6 (>= 2.14), libevdev2 (>= 1.3), libx11-6, libxi6 (>= 2:1.2.0), libxtst6, xorg-input-abi-21, xserver-xorg-core (>= 2:1.15.99.903) Suggests: gpointing-device-settings, touchfreeze Breaks: kde-config-touchpad (<< 0.8.1-2~) Conflicts: xorg-driver-synaptics Description: Synaptics TouchPad driver for X.Org server This package provides an input driver for the X.Org X server to enable advanced features of the Synaptics Touchpad including: . * Movement with adjustable, non-linear acceleration and speed * Button events through short touching of the touchpad * Double-Button events through double short touching of the touchpad * Dragging through short touching and holding down the finger on the touchpad * Middle and right button events on the upper and lower corner of the touchpad * Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad * The up/down button sends button four/five events * Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad * The multi-buttons send button four/five events, and six/seven events for horizontal scrolling * Adjustable finger detection * Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.) * Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server (see synclient(1)). * It also provides a daemon to disable touchpad while typing at the keyboard and thus avoid unwanted mouse movements (see syndaemon(1)). Package: libtelepathy-glib0 Status: install ok installed Priority: optional Section: libs Installed-Size: 2721 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: telepathy-glib Version: 0.24.1-1 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.92), libglib2.0-0 (>= 2.36) Pre-Depends: multiarch-support Description: Telepathy framework - GLib library This package contains telepathy-glib, a GLib-based library for Telepathy components. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: http://telepathy.freedesktop.org/wiki/ Package: libqt4-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 11936 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libqt4-dbus (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-declarative (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-designer (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-dev-bin (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-help (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-network (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-qt3support (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-script (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-scripttools (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-sql (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-svg (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-test (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-xmlpatterns (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), qt4-linguist-tools (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), qt4-qmake (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), qtchooser Recommends: libqt4-opengl-dev (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtwebkit-dev (>= 2.0~) Suggests: firebird-dev, libmysqlclient-dev, libpq-dev, libsqlite0-dev, libsqlite3-dev, qt4-dev-tools, qt4-doc, unixodbc-dev Description: Qt 4 development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the header development files used for building Qt 4 applications. Homepage: http://qt-project.org/ Package: libpci3 Status: install ok installed Priority: standard Section: libs Installed-Size: 84 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: pciutils Version: 1:3.2.1-3 Replaces: libpci2 Provides: libpci2 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Conflicts: libpci2 Description: Linux PCI Utilities (shared library) This package contains the libpci shared library files. . The libpci library provides portable access to configuration registers of devices connected to the PCI bus. Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml Package: openjdk-7-jre Status: install ok installed Priority: optional Section: java Installed-Size: 497 Maintainer: OpenJDK Team Architecture: amd64 Multi-Arch: same Source: openjdk-7 Version: 7u131-2.6.9-2~deb8u1 Replaces: openjdk-7-jre-headless (<< 7u65-2.5.1-0~) Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime Depends: openjdk-7-jre-headless (= 7u131-2.6.9-2~deb8u1), libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgif4 (>= 4.1.4), libglib2.0-0 (>= 2.24), libgtk2.0-0 (>= 2.14), libjpeg62-turbo (>= 1.3.1), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxcomposite1 (>= 1:0.3-1), libxext6, libxi6, libxrender1, libxtst6, zlib1g (>= 1:1.1.4), libxrandr2, libxinerama1, libgl1-mesa-glx | libgl1, libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2) Recommends: fonts-dejavu-extra Suggests: icedtea-7-plugin Conflicts: icedtea-gcjwebplugin (<< 1.0-1ubuntu4) Description: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. . The packages are built using the IcedTea build support and patches from the IcedTea project. Homepage: http://openjdk.java.net/ Package: fonts-dejavu-extra Status: install ok installed Priority: optional Section: fonts Installed-Size: 6544 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Source: fonts-dejavu Version: 2.34-1 Replaces: ttf-dejavu (<< 2.20-1), ttf-dejavu-extra (<< 2.33+svn2514-2~) Depends: fonts-dejavu-core Breaks: ttf-dejavu (<< 2.20-1), ttf-dejavu-extra (<< 2.33+svn2514-2~) Description: Vera font family derivate with additional characters (extra variants) DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original Vera style. DejaVu currently works towards conformance with the Multilingual European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu fonts provide serif, sans and monospaced variants. . This package includes additional variants, such as oblique, italic, bold-oblique, bold-italic and the condensed forms. . DejaVu fonts are intended for use on low-resolution devices (mainly computer screens) but can be used in printing as well. Homepage: http://dejavu-fonts.org/ Package: libparams-util-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: amd64 Source: libparams-util-perl (1.07-2) Version: 1.07-2+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4) Description: Perl extension for simple stand-alone param checking functions Params::Util provides a basic set of importable functions that makes checking parameters easier. The functions provided by Params::Util check in the most strictly correct manner, and it should not be fooled by odd cases. Homepage: https://metacpan.org/release/Params-Util Package: fonts-freefont-ttf Status: install ok installed Priority: optional Section: fonts Installed-Size: 10720 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Source: fonts-freefont Version: 20120503-4 Replaces: ttf-freefont (<< 20120503-1) Provides: ttf-freefont Breaks: ttf-freefont (<< 20120503-1) Description: Freefont Serif, Sans and Mono Truetype fonts Freefont is a set of free high-quality TrueType fonts covering the UCS character set. These fonts are similar to the widely known Helvetica, Times and Courier fonts. Homepage: http://savannah.gnu.org/projects/freefont/ Package: net-tools Status: install ok installed Priority: important Section: net Installed-Size: 784 Maintainer: net-tools Team Architecture: amd64 Source: net-tools (1.60-26) Version: 1.60-26+b1 Replaces: ja-trans (<= 0.8-2), netbase (<< 4.00) Depends: libc6 (>= 2.14) Conflicts: ja-trans (<= 0.8-2) Description: NET-3 networking toolkit This package includes the important tools for controlling the network subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp, nameif and route. Additionally, this package contains utilities relating to particular network hardware types (plipconfig, slattach, mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr). . In the upstream package 'hostname' and friends are included. Those are not installed by this package, since there is a special "hostname*.deb". Homepage: http://net-tools.berlios.de/ Package: gstreamer1.0-x Status: install ok installed Priority: optional Section: libs Installed-Size: 1023 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-base1.0 Version: 1.4.4-2+deb8u1 Provides: gstreamer1.0-videosink Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.4.4), libgstreamer1.0-0 (>= 1.4.0), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.16.0), libx11-6, libxext6, libxv1 Description: GStreamer plugins for X11 and Pango GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins for X11 video output, both for standard Xlib support and for the Xv extension, as well as the plugin for Pango-based text rendering and overlay. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html Gstreamer-Elements: clockoverlay, textoverlay, textrender, timeoverlay, ximagesink, xvimagesink Gstreamer-Version: 1.4 Package: gir1.2-clutter-gst-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 19 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: clutter-gst-2.0 Version: 2.0.12-1 Depends: gir1.2-clutter-1.0, gir1.2-glib-2.0, gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, libclutter-gst-2.0-0 (>= 1.6.0) Description: Gobject introspection data for Clutter GStreamer elements Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.clutter-project.org/ Package: libgdata-common Status: install ok installed Priority: optional Section: libs Installed-Size: 853 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgdata Version: 0.16.1-1 Description: Library for accessing GData webservices - common data files libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. . This package contains the common data files for libgdata. Homepage: https://wiki.gnome.org/Projects/libgdata Package: adduser Status: install ok installed Priority: important Section: admin Installed-Size: 1066 Maintainer: Debian Adduser Developers Architecture: all Multi-Arch: foreign Version: 3.113+nmu3 Replaces: manpages-it (<< 0.3.4-2), manpages-pl (<= 20051117-1) Depends: perl-base (>= 5.6.0), passwd (>= 1:4.0.12), debconf | debconf-2.0 Suggests: liblocale-gettext-perl, perl-modules Conffiles: /etc/deluser.conf 773fb95e98a27947de4a95abb3d3f2a2 Description: add and remove users and groups This package includes the 'adduser' and 'deluser' commands for creating and removing users. . - 'adduser' creates new users and groups and adds existing users to existing groups; - 'deluser' removes users and groups and removes users from a given group. . Adding users with 'adduser' is much easier than adding them manually. Adduser will choose appropriate UID and GID values, create a home directory, copy skeletal user configuration, and automate setting initial values for the user's password, real name and so on. . Deluser can back up and remove users' home directories and mail spool or all the files they own on the system. . A custom script can be executed after each of the commands. . Development mailing list: http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/ Homepage: http://alioth.debian.org/projects/adduser/ Package: libbotan-1.10-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 3146 Maintainer: Ondřej Surý Architecture: amd64 Source: botan1.10 Version: 1.10.8-2+deb8u1 Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgmp10, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Description: multiplatform crypto library Botan is a C++ library which provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1. Homepage: http://botan.randombit.net/ Package: git-svn Status: install ok installed Priority: optional Section: vcs Installed-Size: 871 Maintainer: Gerrit Pape Architecture: all Multi-Arch: foreign Source: git Version: 1:2.1.4-2.1+deb8u3 Replaces: git (<< 1:1.8.3~rc1-1.) Depends: git (>> 1:2.1.4), git (<< 1:2.1.4-.), libsvn-perl, libyaml-perl, libterm-readkey-perl Suggests: git-doc, subversion Breaks: git (<< 1:1.8.3~rc1-1.) Description: fast, scalable, distributed revision control system (svn interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides tools for interoperating with Subversion repositories, and importing SVN development history. Homepage: http://git-scm.com/ Package: gir1.2-mutter-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 177 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: mutter Version: 3.14.4-1~deb8u1 Depends: gir1.2-clutter-1.0, gir1.2-cogl-1.0, gir1.2-freedesktop, gir1.2-gdesktopenums-3.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, libmutter0e (= 3.14.4-1~deb8u1) Breaks: gnome-shell (<< 3.13.92~) Description: GObject introspection data for Mutter Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the GObject introspection data which may be used to generate dynamic bindings. Package: initscripts Status: install ok installed Priority: required Section: admin Installed-Size: 165 Maintainer: Debian sysvinit maintainers Architecture: amd64 Multi-Arch: foreign Source: sysvinit Version: 2.88dsf-59 Replaces: libc0.1, libc0.3, libc6, libc6.1 Depends: libc6 (>= 2.4), mount (>= 2.11x-1), debianutils (>= 4), lsb-base (>= 3.2-14), sysvinit-utils (>= 2.88dsf-50), sysv-rc | file-rc, coreutils (>= 5.93) Recommends: psmisc, e2fsprogs Breaks: aide (<< 0.15.1-5), atm-tools (<< 1:2.5.1-1.3), autofs (<< 5.0.0), bootchart (<< 0.10~svn407-4), console-common (<< 0.7.86), console-setup (<< 1.74), cruft (<< 0.9.16), eepc-acpi-scripts (<< 1.1.12), fcheck (<< 2.7.59-16), hostapd (<< 1:0.7.3-3), hurd (<< 0.5.git20131101~), ifupdown (<< 0.7.46), initramfs-tools (<< 0.104), libpam-mount (<< 2.13-1), live-build (<< 3.0~a26-1), ltsp-client-core (<< 5.2.16-1), mdadm (<< 3.2.2-1), nbd-client (<< 1:2.9.23-1), nfs-common (<< 1:1.2.5-3), portmap (<< 6.0.0-2), readahead-fedora (<< 2:1.5.6-3), resolvconf (<< 1.49), rpcbind (<< 0.2.0-7), rsyslog (<< 5.8.2-2), selinux-policy-default (<= 2:0.2.20100524-9), splashy (<< 0.3.13-5.1+b1), sysklogd (<< 1.5-6.2), util-linux (<< 2.20.1-5), wpasupplicant (<< 0.7.3-4), xymon (<< 4.3.0~beta2.dfsg-9) Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1) Conffiles: /etc/init.d/bootlogs 41ad826ad3091964c994b03177bbc29b /etc/init.d/bootmisc.sh 7e77260cb4071c21a99d581bfb8d2b74 /etc/init.d/checkfs.sh 8cd37d9296845ce642e5671198469c32 /etc/init.d/checkroot.sh 9c6f18f6f6b09ce96175bbbc5aaa8c99 /etc/init.d/checkroot-bootclean.sh 955dcf4da7378f9f981d3f04c94d36d7 /etc/init.d/halt a0e668699f774d928ddc62954155adb5 /etc/init.d/hostname.sh 2180072dbb4e2f42f7ad4df4a2f9888d /etc/init.d/killprocs 9866a64a5d3d34552b0c36f5667cdacd /etc/init.d/motd dbc3f882af04254005bb96e4f780e5a0 /etc/init.d/mountall.sh 7dc50e51261550184c078955c01b5628 /etc/init.d/mountall-bootclean.sh 4c6b07a64798d8d78783e271238511f4 /etc/init.d/mountnfs.sh a33d7b1a4d5043ea997af1f44c600cb9 /etc/init.d/mountnfs-bootclean.sh 68aeda71fd9ae6861c3859c4ac33ee62 /etc/init.d/mountdevsubfs.sh c18f4495f67dec33e257946215f54508 /etc/init.d/mountkernfs.sh 12a99beb128e18bb6b277882233545af /etc/init.d/rc.local 7d505630f083ddc543cb68fbeb83a6b5 /etc/init.d/reboot 39ce57bc053ad1bf9861347927d7db6b /etc/init.d/rmnologin eb11c47dd70b51a6e0d927f50490965e /etc/init.d/sendsigs 617e0ce4756cd2ac0c53634c4667fe22 /etc/init.d/single bc7e38f0849ebfe767d162861fae002c /etc/init.d/umountfs 49f742a0f5af8124caba6c4264e78aa6 /etc/init.d/umountnfs.sh 5137d5524cdba56d07e61c1cd5bb7238 /etc/init.d/umountroot 57c8e9e95211ab355591dc8c211c8e8f /etc/init.d/urandom e6454386bfce38efb5987dd06cb3b21d /etc/default/devpts fc857c5ac5fb84d80720ed4d1c624f6e /etc/default/halt 18d9844cf8ca8608e2a559a4555e593a /etc/default/rcS a4af750cc5d1edc264d47dc01d11e1b8 /etc/default/tmpfs 9af2949a1c0373adfa0c7db2453eee62 /etc/network/if-up.d/mountnfs 528b2efd88285d2f443fcf54234b5156 Description: scripts for initializing and shutting down the system The scripts in this package initialize a standard Debian system at boot time and shut it down at halt or reboot time. Homepage: http://savannah.nongnu.org/projects/sysvinit Package: python-apt Status: install ok installed Priority: standard Section: python Installed-Size: 625 Maintainer: APT Development Team Architecture: amd64 Multi-Arch: allowed Version: 0.9.3.12 Provides: python2.7-apt Depends: python (>= 2.7), python (<< 2.8), libapt-inst1.5 (>= 1.0.4~), libapt-pkg4.12 (>= 1.0.9.8), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common Recommends: lsb-release, iso-codes, xz-utils Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc Breaks: apt-forktracer (<< 0.3), apt-listchanges (<< 2.85), apt-p2p (<< 0.1.6), apt-xapian-index (<< 0.25), aptdaemon (<< 0.11+bzr343-1~), aptoncd (<< 0.1.98+bzr117), bcfg2 (<< 1.0.1), bzr-builddeb (<< 2.4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), debpartial-mirror (<< 0.2.98), debsecan (<< 0.4.15), gdebi (<< 0.6.1), germinate (<< 1.21), gnome-codec-install (<< 0.4.5), mini-dinstall (<< 0.6.28), packagekit-backend-apt (<= 0.4.8-0ubuntu4), python-cdd (<< 0.0.10), python-dogtail (<< 0.6.1-3.1+), python-software-properties (<< 0.70.debian-1+), rebuildd (<< 0.3.9), software-center (<< 1.1.21debian2), tla-buildpackage (<< 0.9.14), ubuntu-dev-tools (<< 0.93debian1), unattended-upgrades (<< 0.42debian2), update-manager (<< 0.200.2-1), update-notifier (<< 0.99.3debian9), wajig (<< 2.0.46) Description: Python interface to libapt-pkg The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Package: libwebpdemux1 Status: install ok installed Priority: extra Section: libs Installed-Size: 59 Maintainer: Jeff Breidenbach Architecture: amd64 Multi-Arch: same Source: libwebp (0.4.1-1.2) Version: 0.4.1-1.2+b2 Depends: libc6 (>= 2.4), libwebp5 Pre-Depends: multiarch-support Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: http://webp.googlecode.com Package: libvorbis0a Status: install ok installed Priority: optional Section: libs Installed-Size: 232 Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Multi-Arch: same Source: libvorbis Version: 1.3.4-2 Depends: libc6 (>= 2.15), libogg0 (>= 1.1.0) Pre-Depends: multiarch-support Description: decoder library for Vorbis General Audio Compression Codec Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbis library is the primary Ogg Vorbis library. Homepage: http://www.xiph.org/vorbis/ Package: libplot2c2 Status: install ok installed Priority: optional Section: libs Installed-Size: 2976 Maintainer: Floris Bruynooghe Architecture: amd64 Source: plotutils Version: 2.6-3 Replaces: libplot, libplot2, plotutils (<< 2.4.1) Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libice6 (>= 1:1.0.0), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.2.1), libx11-6, libxaw7, libxext6, libxmu6, libxt6, zlib1g (>= 1:1.1.4) Conflicts: libplot, libplot2 Description: GNU plotutils libraries The GNU plotting utilities include programs for plotting two-dimensional scientific data. They are built on top of GNU `libplot', a library for device-independent two-dimensional vector graphics. . This package contains the shared libraries used by the programmes in plotutils to alleviate the need for packages to depend on the entire plotutils package. Homepage: http://www.gnu.org/software/plotutils/ Package: gtk2-engines-pixbuf Status: install ok installed Priority: optional Section: graphics Installed-Size: 614 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtk+2.0 Version: 2.24.25-3+deb8u1 Depends: libatk1.0-0 (>= 1.32.0), libc6 (>= 2.14), libcairo2 (>= 1.6.4-6.1), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.27.3), libpango-1.0-0 (>= 1.28.3), libpangocairo-1.0-0 (>= 1.28.3), libpangoft2-1.0-0 (>= 1.28.3), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxfixes3, libgtk2.0-0 (= 2.24.25-3+deb8u1), libgtk2.0-common Description: pixbuf-based theme for GTK+ 2.x GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the pixbuf theme engine. Homepage: http://www.gtk.org/ Package: libnetfilter-acct1 Status: install ok installed Priority: extra Section: libs Installed-Size: 14 Maintainer: Laurence J. Lane Architecture: amd64 Multi-Arch: same Source: libnetfilter-acct Version: 1.0.2-1.1 Depends: libc6 (>= 2.4), libmnl0 (>= 1.0.3-4~) Pre-Depends: multiarch-support Description: Netfilter acct library libnetfilter_acct is a userspace library providing an interface to the extended netfilter accounting infrastructure. Homepage: http://www.netfilter.org/projects/libnetfilter_acct/ Package: x11-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 466 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: xorg Version: 1:7.7+7 Depends: debconf (>= 0.5) | debconf-2.0, lsb-base (>= 1.3-9ubuntu2) Conffiles: /etc/X11/rgb.txt 09ee098b83d94c7c046d6b55ebe84ae1 /etc/X11/Xresources/x11-common b640adb1cd646ec097f8df5b6deca9f0 /etc/X11/Xsession.d/20x11-common_process-args b3365bc1fd7637dc237eda93533d0fe9 /etc/X11/Xsession.d/99x11-common_start 3874d5e8f3ec888f69adb126e223e168 /etc/X11/Xsession.d/35x11-common_xhost-local 3080616d080574d7b06c2b2a20af53dd /etc/X11/Xsession.d/40x11-common_xsessionrc db544c8543d1cb3762b9859288e77040 /etc/X11/Xsession.d/30x11-common_xresources 61cebe25ee0c64e981b88958dfee6f9c /etc/X11/Xsession.d/50x11-common_determine-startup b4570043736ae7f22947067b6d28ab8d /etc/X11/Xsession.d/90x11-common_ssh-agent ae74aadf705c5fccf841ef921b45ca72 /etc/X11/Xreset.d/README b344c222b5daf81926fd3270df374b5f /etc/X11/Xreset 05d188ccac2f3360af8fe0c216640233 /etc/X11/Xsession.options 210cd520efa87a5197cac01e10b3a84a /etc/X11/Xsession 8662d290adffe530016ebf825b9af06f /etc/init.d/x11-common aacceda738fb4e684ff00b5ac3fb6c0a Description: X Window System (X.Org) infrastructure x11-common contains the filesystem infrastructure required for further installation of the X Window System in any configuration; it does not provide a full installation of clients, servers, libraries, and utilities required to run the X Window System. . A number of terms are used to refer to the X Window System, including "X", "X Version 11", "X11", "X11R6", and "X11R7". The version of X used in Debian is derived from the version released by the X.Org Foundation, and is thus often also referred to as "X.Org". All of the preceding quoted terms are functionally interchangeable in an Debian system. Package: libzzip-0-13 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Scott Howard Architecture: amd64 Multi-Arch: same Source: zziplib Version: 0.13.62-3 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: library providing read access on ZIP-archives - library The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools. . This package contains the zziplib runtime library. Homepage: http://zziplib.sourceforge.net Package: libqt5designer5 Status: install ok installed Priority: optional Section: libs Installed-Size: 5514 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qttools-opensource-src Version: 5.3.2-3 Depends: libc6 (>= 2.14), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.3.0), libqt5widgets5 (>= 5.2.0), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 4.1.1), qtbase-abi-5-3-2 Pre-Depends: multiarch-support Description: Qt 5 designer module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDesigner module provides classes that allow you to create your own custom widget plugins for Qt Designer, and classes that enable you to access Qt Designer's components. Homepage: http://qt-project.org/ Package: unar Status: install ok installed Priority: optional Section: utils Installed-Size: 4368 Maintainer: Matt Kraai Architecture: amd64 Source: unar (1.8.1-3) Version: 1.8.1-3+b1 Replaces: theunarchiver Provides: theunarchiver Depends: gnustep-base-runtime (>= 1.24.6), libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgnustep-base1.24 (>= 1.24.6), libicu52 (>= 52~m1-1~), libobjc4 (>= 4.2.1), libstdc++6 (>= 4.1.1), libwavpack1 (>= 4.40.0), zlib1g (>= 1:1.2.0) Pre-Depends: dpkg (>= 1.15.6~) Conflicts: theunarchiver Conffiles: /etc/bash_completion.d/unar 0f65d3ea1323fa760fd6b30c159d05c7 Description: Unarchiver for a variety of file formats The Unarchiver is an archive unpacker program with support for the popular zip, RAR, 7z, tar, gzip, bzip2, LZMA, XZ, CAB, MSI, NSIS, EXE, ISO, BIN, and split file formats, as well as the old Stuffit, Stuffit X, DiskDouble, Compact Pro, Packit, cpio, compress (.Z), ARJ, ARC, PAK, ACE, ZOO, LZH, ADF, DMS, LZX, PowerPacker, LBR, Squeeze, Crunch, and other old formats. . This package contains the lsar tool which lists the contents of archives and the unar tool which extracts those contents. Homepage: http://unarchiver.c3.cx/ Package: brasero-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 11585 Maintainer: Debian GNOME Maintainers Architecture: all Source: brasero Version: 3.11.4-1.1 Replaces: brasero (<< 2.26) Depends: dconf-gsettings-backend | gsettings-backend Breaks: brasero (<< 2.26) Description: Common files for the Brasero CD burning application and library Brasero is a simple application to burn, copy and erase CD and DVD media. . This package contains the common files and translations. Homepage: https://wiki.gnome.org/Apps/Brasero Package: manpages-de Status: install ok installed Priority: optional Section: doc Installed-Size: 920 Maintainer: Tobias Quathamer Architecture: all Version: 1.8-1 Replaces: manpages-de-dev (<< 0.6-2) Suggests: man-browser, manpages Breaks: manpages-de-dev (<< 0.6-2) Description: German manpages This package contains the Linux manual pages translated into German. The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The English package manpages contains additional manual pages which have not been translated yet. Homepage: http://manpages-de.alioth.debian.org/ Package: gnome-font-viewer Status: install ok installed Priority: optional Section: gnome Installed-Size: 355 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-2 Replaces: capplets-data (<< 1:3.0.0), gnome-control-center (<< 1:3.0.0) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.4.10), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.11.4), libharfbuzz0b (>= 0.9.9), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.22.0) Breaks: capplets-data (<< 1:3.0.0), gnome-control-center (<< 1:3.0.0) Description: font viewer for GNOME This program can preview fonts and create thumbnails for fonts. Homepage: https://wiki.gnome.org/GnomeUtils Package: fonts-sil-gentium Status: install ok installed Priority: optional Section: fonts Installed-Size: 1398 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Version: 20081126:1.02-13 Replaces: fonts-gentium, ttf-sil-gentium (<< 20081126:1.02-12) Breaks: fonts-gentium, ttf-sil-gentium (<< 20081126:1.02-12) Description: extended Unicode Latin font ("a typeface for the nations") Gentium ("belonging to the nations" in Latin) is a Unicode typeface family designed to enable the many diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications. The design is intended to be highly readable, reasonably compact, and visually attractive. Gentium has won a "Certificate of Excellence in Typeface Design" in two major international typeface design competitions: bukva:raz! (2001) and TDC2003 (2003). . Gentium provides glyphs for a wide range of Latin and Greek characters. The additional 'extended' Latin letters are designed to naturally harmonize with the traditional 26 ones. Diacritics are treated with careful thought and attention to their use. Gentium also supports both ancient and modern Greek, including a number of alternate forms. It currently supports the following ranges of Unicode 3.0 (completely unless noted): . Range Description . U+0020-U+007F Basic Latin U+00A0-U+00FF Latin-1 Supplement U+0100-U+017F Latin Extended-A U+0180-U+021F Latin Extended-B U+0222-U+0233 Latin Extended-B (continued) U+0250-U+02AD IPA Extensions U+02B0-U+02FF Spacing Modifier Letters U+0300-U+036F Combining Diacritical Marks U+0370-U+03D5 Greek (not including archaic or Coptic) U+1E00-U+1EFF Latin Extended Additional U+1F00-U+1FFF Greek Extended U+2000-U+203A General Punctuation (partial) U+2070-U+209F Superscripts and Subscripts U+20A0-U+20CF Currency Symbols (partial) U+2100-U+214F Letterlike Symbols (only a couple) . Gentium Regular also includes some Cyrillic glyphs, but they are only early drafts. A future version will include a completely revised set, including italic, and will expand the support for Latin, Greek and Cyrillic to Unicode 4.1. . GentiumAlt is an alternate font with flatter diacritics, specifically designed for languages using multiple accents. . The extended sources (Fontlab .vfb) for this font family are available in the source package and on the project website. Homepage: http://scripts.sil.org/Gentium Package: libcwidget3 Status: install ok installed Priority: standard Section: libs Installed-Size: 1529 Maintainer: Manuel A. Fernandez Montecelo Architecture: amd64 Multi-Arch: same Source: cwidget Version: 0.5.17-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.9), libtinfo5 Pre-Depends: multiarch-support Suggests: libcwidget-dev Description: high-level terminal interface library for C++ (runtime files) libcwidget is a modern user interface library modeled on GTK+ and Qt, but using curses as its display layer and with widgets that are tailored to a terminal environment. . This package contains the files that are required to run programs compiled against libcwidget. Homepage: http://cwidget.alioth.debian.org Package: libavresample2 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libav Version: 6:11.9-1~deb8u1 Replaces: libavresample0 Depends: libavutil54 (>= 6:11~beta1), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Libav audio resampling library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the audio software resampling library from Libav. Homepage: http://libav.org/ Package: ruby Status: install ok installed Priority: optional Section: ruby Installed-Size: 47 Maintainer: Antonio Terceiro Architecture: all Source: ruby-defaults Version: 1:2.1.5+deb8u2 Replaces: irb, rdoc, rubygems Provides: irb, rdoc, rubygems Depends: ruby2.1 Suggests: ri, ruby-dev Breaks: apt-listbugs (<< 0.1.6), rbenv (<= 0.4.0-1), ruby-debian (<< 0.3.8+b3), ruby-switch (<= 0.1.0) Conflicts: ruby-activesupport-2.3 (<< 2:4), ruby-activesupport-3.2 Description: Interpreter of object-oriented scripting language Ruby (default version) Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package is a dependency package, which depends on Debian's default Ruby version (currently v2.1). Homepage: http://www.ruby-lang.org/ Package: libavutil54 Status: install ok installed Priority: optional Section: libs Installed-Size: 230 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libav Version: 6:11.9-1~deb8u1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Libav utility library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the common utility library from Libav. It contains shared code used by all other Libav libraries. Homepage: http://libav.org/ Package: xdg-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 301 Maintainer: Per Olofsson Architecture: all Multi-Arch: foreign Version: 1.1.0~rc1+git20111210-7.4 Recommends: libfile-mimeinfo-perl, libnet-dbus-perl, libx11-protocol-perl, x11-utils, x11-xserver-utils Suggests: gvfs-bin Description: desktop integration utilities from freedesktop.org xdg-utils contains utilities for integrating applications with the desktop environment, regardless of which desktop environment is used. They are part of freedesktop.org's Portland project. . The following utilities are included: . * xdg-desktop-menu - Install desktop menu items * xdg-desktop-icon - Install icons on the user's desktop * xdg-icon-resource - Install icon resources * xdg-mime - Gather MIME information about a file * xdg-open - Open a URL in the user's preferred application that handles the respective URL or file type * xdg-email - Open the user's preferred email client, potentially with subject and other info filled in * xdg-screensaver - Enable, disable, or suspend the screensaver * xdg-settings - get various settings (default web browser) from the desktop environment Homepage: http://portland.freedesktop.org/ Package: i3status Status: install ok installed Priority: extra Section: utils Installed-Size: 121 Maintainer: Michael Stapelberg Architecture: amd64 Version: 2.8-1 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libconfuse0 (>= 2.5), libiw30 (>= 30~pre1), libyajl2 (>= 2.0.4) Recommends: dzen2 | xmobar | i3-wm, libcap2-bin Enhances: dzen2, i3-wm, xmobar Conffiles: /etc/i3status.conf 270482b4df7d58fdd9463ab982be4c73 Description: Generates a status line for dzen2, xmobar or i3bar i3status is a small (about 1500 SLOC) and light-weight program for generating a status bar for i3bar, dzen2, xmobar or similar programs by combining several information about your system (IP addresses of your interfaces, load, current date/time, ESSID of the network you are associated to, disk status, and so on). Homepage: http://i3wm.org/i3status Package: libsub-name-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 92 Maintainer: Debian Perl Group Architecture: amd64 Version: 0.12-1 Depends: perl (>= 5.20.1-1), perlapi-5.20.1, libc6 (>= 2.2.5) Description: module for assigning a new name to referenced sub Sub::Name has only one function, which is also exported by default: . subname NAME, CODEREF . Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The return value is the sub. . The name is only used for informative routines (caller, Carp, etc). You won't be able to actually invoke the sub by the given name. To allow that, you need to do glob-assignment yourself. Homepage: https://metacpan.org/release/Sub-Name Package: libxxf86vm-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 45 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxxf86vm (1:1.1.3-1) Version: 1:1.1.3-1+b1 Replaces: x11proto-xf86vidmode-dev (<< 2.2.99.1) Depends: libxxf86vm1 (= 1:1.1.3-1+b1), libx11-dev, x11proto-xf86vidmode-dev (>= 2.2.99.1) Description: X11 XFree86 video mode extension library (development headers) libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . This package contains the development headers for the library found in libxxf86vm1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libieee1284-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 60 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: libieee1284 Version: 0.2.11-12 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: cross-platform library for parallel port access This library was designed to ease the use of the parallel port. It will automatically figure out which access method is available, depending on the running kernel and the permissions of the process. . It handles particular queries to the devices, like fetching the Device ID of a device. Homepage: http://cyberelk.net/tim/software/libieee1284/ Package: yelp Status: install ok installed Priority: optional Section: gnome Installed-Size: 3440 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.5), libgtk-3-0 (>= 3.13.3), libwebkitgtk-3.0-0 (>= 1.3.10), libyelp0 (= 3.14.1-1), dconf-gsettings-backend | gsettings-backend, yelp-xsl (>= 3.1.2), man-db (>= 2.5.1-1) Recommends: fonts-dejavu, gnome-user-guide Description: Help browser for GNOME Yelp is the help browser for the GNOME desktop. Yelp provides a simple graphical interface for viewing DocBook, Mallard, HTML, man, and info formatted documentation. Homepage: https://wiki.gnome.org/Apps/Yelp Package: uno-libs3 Status: install ok installed Priority: optional Section: libs Installed-Size: 2323 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice (1:4.3.3-2+deb8u7) Version: 4.3.3-2+deb8u7 Replaces: ure (<< 4.0.3-2) Depends: libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Breaks: libreoffice-core (<< 1:4.3.0~), ure (<< 4.1.2~) Description: LibreOffice UNO runtime environment -- public shared libraries The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the public libraries: - libuno_sal: System Abstraction Layer (C Interface) - libuno_salhelpergcc3: additional C++ functionality for sal - libuno_cppu: C++ UNO bridge (C Interface) - libuno_cppuhelpergcc3: additional C++ functionality for cppu - libuno_purpenvhelpergcc3: "purpose environments" helper Homepage: http://www.libreoffice.org Package: iputils-arping Status: install ok installed Priority: extra Section: net Installed-Size: 47 Maintainer: Noah Meyerhans Architecture: amd64 Source: iputils (3:20121221-5) Version: 3:20121221-5+b2 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10) Recommends: libcap2-bin Conflicts: arping Description: Tool to send ICMP echo requests to an ARP address The arping command acts like the standard ping command except it pings a machine by its ARP address instead of its IP address. It is typically used to locate a machine if its hardware address is known but its IP address is unknown Package: libnghttp2-5 Status: install ok installed Priority: optional Section: libs Installed-Size: 213 Maintainer: Dave Beckett Architecture: amd64 Multi-Arch: same Source: nghttp2 Version: 0.6.4-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: nghttp HTTP 2.0 library Provides a library that provides an experimental implementation of Hypertext Transfer Protocol version 2.0. Homepage: http://tatsuhiro-t.github.io/nghttp2/ Package: ca-certificates Status: install ok installed Priority: optional Section: misc Installed-Size: 367 Maintainer: Michael Shuler Architecture: all Multi-Arch: foreign Version: 20141019+deb8u3 Depends: openssl (>= 1.0.0), debconf (>= 0.5) | debconf-2.0 Breaks: ca-certificates-java (<< 20121112+nmu1) Enhances: openssl Description: Common CA certificates This package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. . It includes, among others, certificate authorities used by the Debian infrastructure and those shipped with Mozilla's browsers. . Please note that Debian can neither confirm nor deny whether the certificate authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Full responsibility to assess them belongs to the local system administrator. Package: libqt4-declarative-particles Status: install ok installed Priority: optional Section: libs Installed-Size: 170 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libqt4-declarative (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 particles QML plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the particles QML plugin for QtDeclarative. Homepage: http://qt-project.org/ Package: libpango-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 452 Maintainer: Debian Perl Group Architecture: amd64 Version: 1.226-2 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.18.0), perl (>= 5.20.0-4), perlapi-5.20.0, libcairo-perl, libglib-perl Description: Perl module to layout and render international text Pango is a library for laying out and rendering text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, but using Pango in conjunction with Cairo and/or Gtk2 provides a complete solution with high quality text handling and graphics rendering. . This package provides the Perl bindings for the Pango library. Homepage: http://gtk2-perl.sourceforge.net/ Package: libacl1 Status: install ok installed Priority: required Section: libs Installed-Size: 80 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: acl Version: 2.2.52-2 Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14) Pre-Depends: multiarch-support Conflicts: acl (<< 2.0.0), libacl1-kerberos4kth Description: Access control list shared library This package contains the libacl.so dynamic library containing the POSIX 1003.1e draft standard 17 functions for manipulating access control lists. Homepage: http://savannah.nongnu.org/projects/acl/ Package: libschroedinger-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 948 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: schroedinger Version: 1.0.11-2.1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liborc-0.4-0 (>= 1:0.4.20), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: library for encoding/decoding of Dirac video streams The Schroedinger project will implement portable libraries for the high quality Dirac video codec created by BBC Research and Development. Dirac is a free and open source codec producing very high image quality video. . This package contains the shared libraries necessary to run programs using libschroedinger Homepage: http://diracvideo.org/ Package: qtcreator Status: install ok installed Priority: optional Section: devel Installed-Size: 46791 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Version: 3.2.1+dfsg-7+deb8u1 Depends: libqt5sql5-sqlite, qml-module-qtquick-controls (>= 5.2.1-4~), qml-module-qtquick2 (>= 5.2.1-5~), qtchooser, qtcreator-data (= 3.2.1+dfsg-7+deb8u1), libbotan-1.10-0, libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libqt5concurrent5 (>= 5.0.2), libqt5core5a (>= 5.3.1), libqt5declarative5 (>= 5.0.2), libqt5designer5 (>= 5.0.2), libqt5designercomponents5 (>= 5.0.2), libqt5gui5 (>= 5.3.0), libqt5help5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.2.0~beta1), libqt5quick5 (>= 5.1.0), libqt5script5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5webkit5 (>= 5.2.0), libqt5widgets5 (>= 5.2.0), libqt5x11extras5 (>= 5.1.0), libqt5xml5 (>= 5.1.0), libstdc++6 (>= 4.9), libx11-6, qtbase-abi-5-3-2, qtdeclarative-abi-5-3-2, qtquick1-abi-5-2-1 Recommends: gdb, make, qt5-doc, qtbase5-dev-tools, qtcreator-doc, qtdeclarative5-dev-tools, qtquick1-5-dev-tools, qttools5-dev-tools, qttranslations5-l10n, qtxmlpatterns5-dev-tools, xterm | x-terminal-emulator Suggests: cmake, g++, git, kdelibs5-data, subversion Description: lightweight integrated development environment (IDE) for Qt Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier. . It includes: * An advanced C++ code editor * Integrated GUI layout and forms designer * Project and build management tools * Integrated, context-sensitive help system * Visual debugger * Rapid code navigation tools * Supports multiple platforms Homepage: http://qt-project.org/wiki/Category:Tools::QtCreator Package: libobjc-4.9-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 3114 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libgcc-4.9-dev (= 4.9.2-10), libobjc4 (>= 4.9.2-10) Description: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Homepage: http://gcc.gnu.org/ Package: manpages-dev Status: install ok installed Priority: optional Section: doc Installed-Size: 1919 Maintainer: Martin Schulze Architecture: all Source: manpages Version: 3.74-1 Replaces: glibc-doc (<< 2.11.2-3), libaio-dev Depends: manpages Suggests: man-browser Description: Manual pages about using GNU/Linux for development These man pages describe the Linux programming interface, including these two sections: 2 = Linux system calls. 3 = Library calls (note that a more comprehensive source of information may be found in the glibc-doc and glibc-doc-reference packages). Homepage: http://www.kernel.org/doc/man-pages/ Package: libatk-wrapper-java Status: install ok installed Priority: optional Section: java Installed-Size: 61 Maintainer: Debian Accessibility Team Architecture: all Multi-Arch: foreign Source: java-atk-wrapper Version: 0.30.5-1 Recommends: libatk-wrapper-java-jni Description: ATK implementation for Java using JNI Java ATK Wrapper is an implementation of ATK which uses JNI. It converts Java Swing events into ATK events, and sends these events to ATK-Bridge. Homepage: http://ftp.gnome.org/pub/GNOME/sources/java-atk-wrapper/ Package: libtheora0 Status: install ok installed Priority: optional Section: libs Installed-Size: 720 Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Multi-Arch: same Source: libtheora Version: 1.1.1+dfsg.1-6 Depends: libc6 (>= 2.14), libogg0 (>= 1.1.0) Pre-Depends: multiarch-support Description: Theora Video Compression Codec Theora is an open video codec being developed by the Xiph.org Foundation as part of their Ogg project. Theora is originally derived from On2's VP3 codec, and has improved on it significantly with the merging of code from the Thusnelda branch. Homepage: http://www.theora.org/ Package: gstreamer0.10-plugins-base Status: install ok installed Priority: optional Section: libs Installed-Size: 2630 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Multi-Arch: same Source: gst-plugins-base0.10 Version: 0.10.36-2 Replaces: gstreamer0.10-plugins-bad (<< 0.10.3+cvs20060814-0ubuntu4) Provides: gstreamer0.10-audiosource, gstreamer0.10-videosource Depends: libc6 (>= 2.14), libcdparanoia0 (>= 3.10.2+debian), libglib2.0-0 (>= 2.37.3), libgstreamer0.10-0 (>= 0.10.36-1.1), libogg0 (>= 1.0rc3), liborc-0.4-0 (>= 1:0.4.20), libtheora0 (>= 1.0), libvisual-0.4-0 (>= 0.4.0-4), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libxml2 (>= 2.7.4), libgstreamer-plugins-base0.10-0 (>= 0.10.36) Suggests: gvfs Description: GStreamer plugins from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "base" set, an essential exemplary set of elements. Homepage: http://gstreamer.freedesktop.org Gstreamer-Decoders: application/ogg; application/x-annodex; application/x-ass; application/x-ogg-avi; application/x-ogm-audio; application/x-ogm-text; application/x-ogm-video; application/x-ssa; application/x-subtitle; application/x-subtitle-dks; application/x-subtitle-mpl2; application/x-subtitle-qttext; application/x-subtitle-sami; application/x-subtitle-tmplayer; audio/x-vorbis; video/x-theora Gstreamer-Elements: adder, appsink, appsrc, audioconvert, audiorate, audioresample, audiotestsrc, cdparanoiasrc, decodebin, decodebin2, encodebin, ffmpegcolorspace, gdpdepay, gdppay, giosink, giosrc, giostreamsink, giostreamsrc, multifdsink, oggaviparse, oggdemux, oggmux, oggparse, ogmaudioparse, ogmtextparse, ogmvideoparse, playbin, playbin2, playsink, ssaparse, subparse, subtitleoverlay, tcpclientsink, tcpclientsrc, tcpserversink, tcpserversrc, theoradec, theoraenc, theoraparse, uridecodebin, videorate, videoscale, videotestsrc, volume, vorbisdec, vorbisenc, vorbisparse, vorbistag Gstreamer-Encoders: application/ogg; application/x-gdp; audio/x-vorbis; video/x-theora Gstreamer-Uri-Sinks: appsink, file Gstreamer-Uri-Sources: appsrc, cdda, file Gstreamer-Version: 0.10 Package: libxfixes-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 51 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxfixes (1:5.0.1-2) Version: 1:5.0.1-2+b2 Depends: libxfixes3 (= 1:5.0.1-2+b2), libx11-dev, x11proto-fixes-dev (>= 1:5.0-1) Description: X11 miscellaneous 'fixes' extension library (development headers) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . This package contains the development headers for the library found in libxfixes3. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: openssh-client Status: install ok installed Priority: standard Section: net Installed-Size: 3688 Maintainer: Debian OpenSSH Maintainers Architecture: amd64 Multi-Arch: foreign Source: openssh Version: 1:6.7p1-5+deb8u3 Replaces: ssh, ssh-krb5 Provides: rsh-client, ssh-client Depends: libc6 (>= 2.17), libedit2 (>= 2.11-20080614), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4), adduser (>= 3.10), dpkg (>= 1.7.0), passwd Recommends: xauth Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere Conflicts: sftp Conffiles: /etc/ssh/moduli 07d36dec51c06b538f196fcea2c8707c /etc/ssh/ssh_config 7c3fc0754c5a373bac7b09d9d4f6e403 Description: secure shell (SSH) client, for secure access to remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. . In some countries it may be illegal to use any encryption at all without a special permit. . ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. Homepage: http://www.openssh.org/ Package: libqt4-test Status: install ok installed Priority: optional Section: libs Installed-Size: 247 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 test module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtTest module provides classes for unit testing Qt applications and libraries. Homepage: http://qt-project.org/ Package: ncurses-bin Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 535 Maintainer: Craig Small Architecture: amd64 Multi-Arch: foreign Source: ncurses (5.9+20140913-1) Version: 5.9+20140913-1+b1 Pre-Depends: libc6 (>= 2.14), libtinfo5 (>= 5.9+20130119) Description: terminal-related programs and man pages The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the programs used for manipulating the terminfo database and individual terminfo entries, as well as some programs for resetting terminals and such. Homepage: http://invisible-island.net/ncurses/ Package: libyaml-libyaml-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 167 Maintainer: Debian Perl Group Architecture: amd64 Version: 0.41-6 Depends: perl (>= 5.20.1-2), perlapi-5.20.1, libc6 (>= 2.14) Description: Perl interface to libyaml, a YAML implementation YAML::LibYAML (or YAML::XS) is a Perl interface to Kirill Siminov's libyaml library, a YAML Ain't Markup Language (YAML) implementation written in C to support the YAML 1.1 specification. The provided Dump and Load routines are compatible with the Perl YAML module (see libyaml-perl). Homepage: https://metacpan.org/release/YAML-LibYAML Package: caribou-antler Status: install ok installed Priority: extra Section: gnome Installed-Size: 118 Maintainer: Debian GNOME Maintainers Architecture: all Source: caribou Version: 0.4.15-1 Depends: python (>= 2.7), python (<< 2.8), caribou (>= 0.4.15-1), python-gi, gir1.2-caribou-1.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-clutter-1.0, python-dbus, dconf-gsettings-backend | gsettings-backend Description: Configurable on screen keyboard with scanning mode An input assistive technology intended for switch and pointer users. Homepage: https://wiki.gnome.org/Projects/Caribou Package: libwebp5 Status: install ok installed Priority: extra Section: libs Installed-Size: 413 Maintainer: Jeff Breidenbach Architecture: amd64 Multi-Arch: same Source: libwebp (0.4.1-1.2) Version: 0.4.1-1.2+b2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: http://webp.googlecode.com Package: libmpg123-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 326 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: mpg123 Version: 1.20.1-2+deb8u1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: MPEG layer 1/2/3 audio decoder (shared library) mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3). . This package contains the C libraries needed to run executables that use the mpg123 library. Homepage: http://mpg123.org/ Package: libfile-mimeinfo-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 142 Maintainer: Debian Perl Group Architecture: all Version: 0.26-1 Depends: perl, libfile-basedir-perl, libfile-desktopentry-perl, shared-mime-info Description: Perl module to determine file types File::MimeInfo can be used to determine the mime type of a file. It tries to implement the freedesktop specification for a shared MIME database. . This package also contains two related utilities: * mimetype: determine a file's mimetype * mimeopen: open files according to their mimetype Homepage: https://metacpan.org/release/File-MimeInfo Package: gnome-games Status: install ok installed Priority: optional Section: metapackages Installed-Size: 45 Maintainer: Debian GNOME Maintainers Architecture: all Source: meta-gnome3 Version: 1:3.14+3 Depends: aisleriot (>= 1:3.14), gnome-chess (>= 1:3.14), five-or-more (>= 1:3.14), four-in-a-row (>= 1:3.14), gnome-nibbles (>= 1:3.14), gnome-robots (>= 1:3.14), gnome-sudoku (>= 1:3.14), gnome-mines (>= 1:3.14), gnome-tetravex (>= 1:3.14), gnome-klotski (>= 1:3.14), tali (>= 1:3.14), hitori (>= 3.14), iagno (>= 1:3.14), lightsoff (>= 1:3.14), gnome-mahjongg (>= 1:3.14), quadrapassel (>= 1:3.14), swell-foop (>= 1:3.14) Suggests: gnome-hearts Description: games for the GNOME desktop These are the games from the official GNOME release. They have the look and feel of the GNOME desktop, but can be used without it. . Games are now split in separate packages; this metapackage brings all of them but they can be installed separately. Package: bluez Status: install ok installed Priority: optional Section: admin Installed-Size: 5054 Maintainer: Debian Bluetooth Maintainers Architecture: amd64 Multi-Arch: foreign Source: bluez (5.23-2) Version: 5.23-2+b1 Replaces: bluez-audio (<= 3.36-3), bluez-input, bluez-network, bluez-serial, bluez-utils (<= 3.36-3), udev (<< 170-1) Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.28.0), libreadline6 (>= 6.0), libudev1 (>= 196), init-system-helpers (>= 1.18~), kmod, udev (>= 170-1), lsb-base, dbus Breaks: udev (<< 170-1) Conflicts: bluez-audio (<= 3.36-3), bluez-utils (<= 3.36-3) Conffiles: /etc/bluetooth/input.conf 9f85017f861ac34d983fa76fa715f9c3 /etc/bluetooth/main.conf 297ad1bff9ec02f760eb6b5b7bf48e74 /etc/bluetooth/network.conf 0c7497c405b963382ff71789d0730abd /etc/bluetooth/proximity.conf b75823a140e00905d41465c380bf89fe /etc/dbus-1/system.d/bluetooth.conf 61098159c5b23d4fe056f2954caf229a /etc/default/bluetooth 1e25cf981f29147187311b94f8e0ea89 /etc/init.d/bluetooth 1d503f26c72a83c43b90422ec5907626 Description: Bluetooth tools and daemons This package contains tools and system daemons for using Bluetooth devices. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Homepage: http://www.bluez.org Package: gir1.2-totem-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 372 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: totem Version: 3.14.0-2 Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-totem-plparser-1.0, libtotem0 (<< 3.15), libtotem0 (>= 3.14.0-2) Description: GObject introspection data for Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains introspection data for the Totem media player. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Apps/Videos Package: libopencore-amrwb0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: opencore-amr Version: 0.1.3-2.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Adaptive Multi-Rate - Wideband speech codec - shared library This library contains an implementation of the 3GPP TS 26.173 specification for the Adaptive Multi-Rate - Wideband (AMR-WB) speech decoder. The implementation is derived from the OpenCORE framework, part of the Google Android project. . This package contains the decoder shared library. Homepage: https://sourceforge.net/projects/opencore-amr/ Package: hicolor-icon-theme Status: install ok installed Priority: optional Section: misc Installed-Size: 1415 Maintainer: Ross Burton Architecture: all Multi-Arch: foreign Version: 0.13-1 Description: default fallback theme for FreeDesktop.org icon themes This is the default fallback theme used by implementations of the Freedesktop.org Icon Theme specification. Package: hitori Status: install ok installed Priority: optional Section: games Installed-Size: 1036 Maintainer: Debian Games Team Architecture: amd64 Version: 3.14.0.1-1 Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0) Recommends: gvfs, yelp Description: logic puzzle game similar to sudoku Hitori puzzles give you a grid filled with numbers. The goal is to remove numbers such that no row or column contains duplicates. . This implementation has undo/redo support, can give hints, and generates puzzles up to 10x10 cells large. Homepage: https://wiki.gnome.org/Apps/Hitori Package: acl Status: install ok installed Priority: optional Section: utils Installed-Size: 258 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 2.2.52-2 Depends: libacl1 (= 2.2.52-2), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14) Description: Access control list utilities This package contains the getfacl and setfacl utilities needed for manipulating access control lists. Homepage: http://savannah.nongnu.org/projects/acl/ Package: libshout3 Status: install ok installed Priority: optional Section: libs Installed-Size: 126 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libshout Version: 2.3.1-3 Depends: libc6 (>= 2.15), libogg0 (>= 1.0rc3), libspeex1 (>= 1.2~beta3-1), libtheora0 (>= 0.0.0.alpha7.dfsg), libvorbis0a (>= 1.1.2) Pre-Depends: multiarch-support Description: MP3/Ogg Vorbis broadcast streaming library A library for communicating with and sending data to Icecast and Icecast 2 streaming audio servers. It handles the socket connection, the timing of the data transmission, and prevents bad data from getting to the server. Homepage: http://www.icecast.org/ Package: libgs9 Status: install ok installed Priority: optional Section: libs Installed-Size: 10442 Maintainer: Debian Printing Team Architecture: amd64 Source: ghostscript Version: 9.06~dfsg-2+deb8u5 Depends: libc6 (>= 2.14), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libidn11 (>= 1.13), libijs-0.35 (>= 0.35), libjasper1, libjbig2dec0 (>= 0.11), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libpaper1, libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.1.4), poppler-data (>= 0.4.5-3~) | gs-cjk-resource, libgs9-common (= 9.06~dfsg-2+deb8u5) Description: interpreter for the PostScript language and for PDF - Library GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Homepage: http://www.ghostscript.com/ Package: irqbalance Status: install ok installed Priority: extra Section: utils Installed-Size: 66 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 1.0.6-3+deb8u1 Depends: libc6 (>= 2.4), libcap-ng0, libglib2.0-0 (>= 2.28.0), libnuma1, debconf (>= 0.5) | debconf-2.0, lsb-base (>= 3.1) Conffiles: /etc/init.d/irqbalance 0d9c4298166da814ea1722bc51387088 /etc/init/irqbalance.conf 1f68b9d5a05d0416b05a2b1b8c1582cf Description: Daemon to balance interrupts for SMP systems Daemon to balance interrupts across multiple CPUs, which can lead to better performance and IO balance on SMP systems. This package is especially useful on systems with multi-core processors, as interrupts will typically only be serviced by the first core. . Note: irqbalance is not useful if you don't have more than one core or socket. Homepage: https://github.com/Irqbalance/irqbalance Package: rhythmbox-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 12821 Maintainer: Debian GNOME Maintainers Architecture: all Source: rhythmbox Version: 3.1-1 Replaces: rhythmbox (<< 2.90.1~git20111117.f101562-1) Depends: dconf-gsettings-backend | gsettings-backend Recommends: rhythmbox Breaks: rhythmbox (<< 2.90.1~git20111117.f101562-1) Description: data files for rhythmbox Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains pictures, localization files and other data needed by rhythmbox. Homepage: https://wiki.gnome.org/Apps/Rhythmbox Package: libharfbuzz-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1403 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: amd64 Source: harfbuzz Version: 0.9.35-2 Depends: libharfbuzz0b (= 0.9.35-2), libharfbuzz-icu0 (= 0.9.35-2), libharfbuzz-gobject0 (= 0.9.35-2) Description: Development files for OpenType text shaping engine HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the header files and static libraries for the HarfBuzz library. Homepage: http://www.freedesktop.org/wiki/Software/HarfBuzz Package: libsecret-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 377 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: libsecret (0.18-1) Version: 0.18-1+b1 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.38.0), libsecret-common Pre-Depends: multiarch-support Breaks: seahorse (<< 3.12) Description: Secret store Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. Homepage: https://wiki.gnome.org/Libsecret Package: dh-python Status: install ok installed Priority: optional Section: python Installed-Size: 277 Maintainer: Piotr Ożarowski Architecture: all Version: 1.20141111-2 Replaces: python3 (<< 3.3.2-4~) Depends: python3:any (>= 3.3.2-2~) Breaks: python3 (<< 3.3.2-4~) Description: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python2 - calculates Python 2.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_pypy - calculates PyPy dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. Package: libqqwing2 Status: install ok installed Priority: optional Section: libs Installed-Size: 45 Maintainer: Jackson Doak Architecture: amd64 Multi-Arch: same Source: qqwing Version: 1.3.2-1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: tool for generating and solving Sudoku puzzles (library) Sudoku puzzle generator and solver. It offers the following features: *Can solve 1000 puzzles in 1 second and generate 1000 puzzles in 25 seconds. *Uses logic. Uses as many solve techniques as possible when solving puzzles rather than guessing. *Rates puzzles. Most generators don't give an indication of the difficulty of a Sudoku puzzle. QQwing does. *Can print solve instructions for any puzzle. *Customizable output style, including a CSV style that is easy to import into a database. . This package contains the shared library Homepage: http://qqwing.com/ Package: git-core Status: install ok installed Priority: optional Section: vcs Installed-Size: 21 Maintainer: Gerrit Pape Architecture: all Multi-Arch: foreign Source: git Version: 1:2.1.4-2.1+deb8u3 Depends: git (>> 1:1.7.0.2) Description: fast, scalable, distributed revision control system (obsolete) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This is a transitional dummy package. The 'git-core' package has been renamed to 'git', which has been installed automatically. This git-core package is now obsolete, and can safely be removed from the system if no other package depends on it. Homepage: http://git-scm.com/ Package: libglib2.0-bin Status: install ok installed Priority: optional Section: misc Installed-Size: 1380 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: glib2.0 (2.42.1-1) Version: 2.42.1-1+b1 Replaces: libglib2.0-0 (<< 2.25.11-2), libglib2.0-dev (<< 2.25.11-2) Depends: libc6 (>= 2.4), libelfg0 (>= 0.8.12), libglib2.0-0 (= 2.42.1-1+b1), libglib2.0-data Conflicts: libglib2.0-0 (<< 2.25.11-2) Description: Programs for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the program files which is used for the libraries and others. Homepage: http://www.gtk.org/ Package: dconf-gsettings-backend Status: install ok installed Priority: optional Section: libs Installed-Size: 71 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: d-conf Version: 0.22.0-1 Replaces: libdconf0 (<< 0.7.3-2) Provides: gsettings-backend Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1), dconf-service (>= 0.22.0-1), dconf-service (<< 0.22.0-1.1~), libdconf1 (= 0.22.0-1) Breaks: libdconf0 (<< 0.7.3-2), libglib2.0-0 (<< 2.30) Description: simple configuration storage system - GSettings back-end DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains a back-end for GSettings. It is needed by applications accessing settings through GSettings to set custom values and listen for changes. Homepage: https://wiki.gnome.org/dconf Package: libopenraw1 Status: install ok installed Priority: optional Section: libs Installed-Size: 448 Maintainer: David Paleino Architecture: amd64 Multi-Arch: same Source: libopenraw (0.0.9-3.5) Version: 0.0.9-3.5+b2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libjpeg62-turbo (>= 1:1.3.1), libstdc++6 (>= 4.4.0) Pre-Depends: multiarch-support Description: free implementation for RAW decoding libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application. . It also has the goal to address missing feature from dcraw like meta-data decoding and easy thumbnail extraction. Homepage: http://libopenraw.freedesktop.org/ Package: libogg-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 459 Maintainer: Ron Lee Architecture: amd64 Multi-Arch: same Source: libogg Version: 1.3.2-1 Depends: libogg0 (= 1.3.2-1) Description: Ogg bitstream library development files The libogg-dev package contains the header files and documentation needed to develop applications with libogg. Homepage: http://xiph.org/ogg/ Package: libc6-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 11673 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: same Source: glibc Version: 2.19-18+deb8u9 Provides: libc-dev Depends: libc6 (= 2.19-18+deb8u9), libc-dev-bin (= 2.19-18+deb8u9), linux-libc-dev Suggests: glibc-doc, manpages-dev Breaks: binutils (<< 2.20.1-1), binutils-gold (<< 2.20.1-11), cmake (<< 2.8.4+dfsg.1-5), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gcc-4.6 (<< 4.6.0-12), libhwloc-dev (<< 1.2-3), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), make (<< 3.81-8.1), pkg-config (<< 0.26-1) Conflicts: libc0.1-dev, libc0.3-dev, libc6.1-dev Description: GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Homepage: http://www.gnu.org/software/libc/libc.html Package: sox Status: install ok installed Priority: optional Section: sound Installed-Size: 224 Maintainer: Pascal Giard Architecture: amd64 Version: 14.4.1-5 Depends: libsox-fmt-alsa (= 14.4.1-5) | libsox-fmt-ao (= 14.4.1-5) | libsox-fmt-oss (= 14.4.1-5) | libsox-fmt-pulse (= 14.4.1-5), libsox-fmt-base (= 14.4.1-5), libsox2 (= 14.4.1-5), libc6 (>= 2.15), libgomp1 (>= 4.2.1) Suggests: libsox-fmt-all Description: Swiss army knife of sound processing SoX is a command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files during the conversion. As an added bonus, SoX can play and record audio files on several unix-style platforms. . SoX is able to handle formats like Ogg Vorbis, MP3, WAV, AIFF, VOC, SND, AU, GSM and several more. Any format support requires at least libsox-fmt-base. Some formats have their own package e.g. mp3 read and write support is provided by libsox-fmt-mp3. . SoX supports most common sound architectures i.e. Alsa, Libao, OSS and Pulse (respectively provided by libsox-fmt-alsa, libsox-fmt-ao, libsox-fmt-oss and libsox-fmt-pulse). It also supports LADSPA plugins. Homepage: http://sox.sourceforge.net Package: libslang2 Status: install ok installed Priority: important Section: libs Installed-Size: 1543 Maintainer: Alastair McKinstry Architecture: amd64 Multi-Arch: same Source: slang2 Version: 2.3.0-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Recommends: libpng12-0 Description: S-Lang programming library - runtime version S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. . This package contains only the shared library libslang.so.* and copyright information. It is only necessary for programs that use this library (such as jed and slrn). If you plan on doing development with S-Lang, you will need the companion -dev package as well. Built-Using: unicode-data (= 7.0-2) Homepage: http://www.jedsoft.org/slang/ Package: libslang2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2261 Maintainer: Alastair McKinstry Architecture: amd64 Multi-Arch: same Source: slang2 Version: 2.3.0-2 Depends: libslang2 (= 2.3.0-2), libc6-dev | libc-dev, libpng-dev Description: S-Lang programming library, development version S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. . The S-Lang library includes the following: * Low level tty input routines for reading single characters at a time. * Keymap routines for defining keys and manipulating multiple keymaps. * A high-level key processing interface (SLkp) for handling function and arrow keys. * High level screen management routines for manipulating both monochrome and color terminals. These routines are very efficient. (SLsmg) * Low level terminal-independent routines for manipulating the display of a terminal. (SLtt) * Routines for reading single line input with line editing and recall capabilities. (SLrline) * Searching functions: both ordinary searches and regular expression searches. (SLsearch) * An embedded stack-based language interpreter with a C-like syntax. Built-Using: unicode-data (= 7.0-2) Homepage: http://www.jedsoft.org/slang/ Package: libpth20 Status: install ok installed Priority: optional Section: libs Installed-Size: 143 Maintainer: NIIBE Yutaka Architecture: amd64 Multi-Arch: same Source: pth Version: 2.0.7-20 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: GNU Portable Threads Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable. Homepage: http://www.gnu.org/software/pth/ Package: rhino Status: install ok installed Priority: optional Section: interpreters Installed-Size: 75 Maintainer: Debian Java Maintainers Architecture: all Version: 1.7R4-3 Depends: default-jre-headless (>= 1.5) | java5-runtime-headless, libjline-java, librhino-java (= 1.7R4-3) Suggests: librhino-java-doc Description: JavaScript engine written in Java Rhino is an implementation of the JavaScript language written entirely in Java. It is typically embedded into Java applications to provide scripting to end users. Homepage: http://www.mozilla.org/rhino/ Package: libebook-contacts-1.2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 315 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.14), libedataserver-1.2-18 (>= 3.7.90), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.36), libphonenumber6, libstdc++6 (>= 4.9) Description: Client library for evolution contacts books This package is a client library for evolution addressbooks. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: https://wiki.gnome.org/Apps/Evolution Package: xserver-xorg-video-mach64 Status: install ok installed Priority: optional Section: x11 Installed-Size: 303 Maintainer: Debian X Strike Force Architecture: amd64 Version: 6.9.4-2 Provides: xorg-driver-video Depends: libc6 (>= 2.14), xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903) Description: X.Org X server -- ATI Mach64 display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Mach64 series. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-mach64 driver module. Package: libsdl-sound1.2 Status: install ok installed Priority: optional Section: libs Installed-Size: 226 Maintainer: Debian SDL packages maintainers Architecture: amd64 Multi-Arch: same Source: sdl-sound1.2 (1.0.3-7) Version: 1.0.3-7+b1 Depends: libc6 (>= 2.14), libflac8 (>= 1.3.0), libmikmod3 (>= 3.3.3), libogg0 (>= 1.0rc3), libsdl1.2debian (>= 1.2.11), libspeex1 (>= 1.2~beta3-1), libvorbisfile3 (>= 1.1.2) Pre-Depends: multiarch-support Description: Sound library for Simple DirectMedia Layer 1.2, libraries SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is an add-on to Simple Directmedia Layer library. . This package contains the shared library. Homepage: http://icculus.org/SDL_sound/ Package: cron Status: install ok installed Priority: important Section: admin Installed-Size: 194 Maintainer: Javier Fernández-Sanguino Peña Architecture: amd64 Version: 3.0pl1-127+deb8u1 Provides: cron-daemon Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), init-system-helpers (>= 1.18~), debianutils (>= 1.7), adduser, lsb-base (>= 3.0-10), libpam-runtime (>= 1.0.1-11) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: exim4 | postfix | mail-transport-agent Suggests: anacron (>= 2.0-1), logrotate, checksecurity Breaks: dpkg (<< 1.15.4) Conffiles: /etc/cron.d/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/cron.daily/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/cron.hourly/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/cron.monthly/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/cron.weekly/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/crontab 8f111d100ea459f68d333d63a8ef2205 /etc/default/cron eae0d979b5007d2af41540d8c2631359 /etc/init.d/cron 85d7a3783889ea93dcda2fb488420c1c /etc/pam.d/cron 11e788a7f7cd5477b10da2c7fd5ecdf0 Description: process scheduling daemon The cron daemon is a background process that runs particular programs at particular times (for example, every minute, day, week, or month), as specified in a crontab. By default, users may also create crontabs of their own so that processes are run on their behalf. . Output from the commands is usually mailed to the system administrator (or to the user in question); you should probably install a mail system as well so that you can receive these messages. . This cron package does not provide any system maintenance tasks. Basic periodic maintenance tasks are provided by other packages, such as checksecurity. Homepage: http://ftp.isc.org/isc/cron/ Package: libmnl0 Status: install ok installed Priority: extra Section: libs Installed-Size: 60 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libmnl Version: 1.0.3-5 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: minimalistic Netlink communication library libmnl is a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. . The main features of this library are: . Small: the shared library requires around 30KB for an x86-based computer. . Simple: this library avoids complexity and elaborated abstractions that tend to hide Netlink details. . Easy to use: the library simplifies the work for Netlink-wise developers. It provides functions to make socket handling, message building, validating, parsing and sequence tracking, easier. . Easy to re-use: you can use the library to build your own abstraction layer on top of this library. . Decoupling: the interdependency of the main bricks that compose the library is reduced, i.e. the library provides many helpers, but the programmer is not forced to use them. . This package contains the shared libraries needed to run programs that use the minimalistic Netlink communication library. Homepage: http://netfilter.org/projects/libmnl/ Package: gir1.2-gstreamer-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 1109 Maintainer: Maintainers of GStreamer packages Architecture: amd64 Source: gstreamer1.0 Version: 1.4.4-2+deb8u1 Depends: gir1.2-glib-2.0, libgstreamer1.0-0 (>= 1.4.0) Description: Description: GObject introspection data for the GStreamer library This package contains introspection data for the GStreamer streaming media framework. . GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://gstreamer.freedesktop.org Package: libgles2-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 123 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libgles2 Provides: libgles2 Depends: libglapi-mesa (= 10.3.2-1+deb8u1), libc6 (>= 2.2.5), libdrm2 (>= 2.3.1) Pre-Depends: multiarch-support Conflicts: libgles2 Description: free implementation of the OpenGL|ES 2.x API -- runtime OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. Homepage: http://mesa3d.sourceforge.net/ Package: gnome-desktop3-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 3679 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-desktop3 Version: 3.14.1-1 Replaces: gnome-desktop-data (<< 2.32.1-2) Breaks: gnome-desktop-data (<< 2.32.1-2) Description: Common files for GNOME desktop apps This package includes some files that are shared between several GNOME apps (internationalization files). Package: libexif12 Status: install ok installed Priority: optional Section: libs Installed-Size: 2139 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: libexif Version: 0.6.21-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: library to parse EXIF files Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. Homepage: http://libexif.sourceforge.net/ Package: fonts-sil-gentium-basic Status: install ok installed Priority: optional Section: fonts Installed-Size: 2135 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Version: 1.1-7 Replaces: ttf-sil-gentium-basic (<< 1.1-4) Recommends: fonts-sil-gentium Breaks: ttf-sil-gentium-basic (<< 1.1-4) Description: smart Unicode font families (Basic and Book Basic) based on Gentium Gentium Basic and Gentium Book Basic are font families based on the original Gentium design, but with additional weights. The "Book" family is slightly heavier. Both families come with a complete regular, bold, italic and bold italic set of fonts. . The supported character set, however, is much smaller than for the main Gentium fonts. These "Basic" fonts support only the Basic Latin and Latin-1 Supplement Unicode ranges, plus a selection of the more commonly used extended Latin characters, with miscellaneous diacritical marks, symbols and punctuation. A much more complete character set will be supported in a future version of the complete Gentium fonts. These "Basic" fonts are intended as a way to provide additional weights for basic font users without waiting until the complete Gentium character set is finished. . There are, however, some wonderful new features that are still missing from the main Gentium family: * Bold * Bold Italic * The slightly-heavier Book family * OpenType and Graphite smart code for diacritic placement * A few useful OpenType and Graphite features * Support for a few more recent additions to Unicode * Character assignments updated to Unicode 5.1 . The font sources are available in the source package and directly on the upstream project website. Homepage: http://scripts.sil.org/Gentium_basic Package: python-pil Status: install ok installed Priority: optional Section: python Installed-Size: 1195 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: pillow Version: 2.6.1-2+deb8u3 Replaces: python-imaging (<< 1.1.7+2.0.0-1.1) Provides: python-pillow, python2.7-pil Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), mime-support | python-pil.imagetk, libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libtiff5 (>= 4.0.3), libwebp5, libwebpdemux1, libwebpmux1, zlib1g (>= 1:1.1.4) Suggests: python-pil-doc, python-pil-dbg Breaks: python-imaging (<< 1.1.7+2.0.0-1.1) Description: Python Imaging Library (Pillow fork) The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . Image Objects: o Bilevel, greyscale, palette, true colour (RGB), true colour with transparency (RGBA). o colour separation (CMYK). o Copy, cut, paste operations. o Flip, transpose, resize, rotate, and arbitrary affine transforms. o Transparency operations. o Channel and point operations. o Colour transforms, including matrix operations. o Image enhancement, including convolution filters. . File Formats: o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG, MSP, PDF, PNG, PPM, TIFF, XBM. o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM. o Save only: PDF, EPS (without ghostscript). Homepage: http://python-pillow.github.io/ Package: kate-data Status: install ok installed Priority: optional Section: kde Installed-Size: 9514 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kate Version: 4:4.14.2-2 Replaces: kate (<< 4:4.14.2-2~), kdelibs5-data (<< 4:4.6.90) Breaks: kate (<< 4:4.14.2-2~), kdelibs5-data (<< 4:4.6.90) Description: shared data files for Kate text editor This package contains the architecture-independent shared data files needed for Kate editor . This package is part of the KDE 4 Base applications module. Homepage: http://kate-editor.org/ Package: gir1.2-gdata-0.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 368 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgdata Version: 0.16.1-1 Depends: gir1.2-freedesktop, gir1.2-glib-2.0, gir1.2-goa-1.0, gir1.2-json-1.0, gir1.2-soup-2.4, libgdata19 (>= 0.16.0) Conflicts: gir1.0-gdata-0.0 Description: GObject introspection data for the GData webservices library libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. . This package contains introspection data for the GData webservices library. It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/libgdata Package: libopencv-calib3d2.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 619 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: opencv Version: 2.4.9.1+dfsg-1+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libopencv-core2.4, libopencv-features2d2.4 (= 2.4.9.1+dfsg-1+deb8u1), libopencv-flann2.4, libopencv-highgui2.4, libopencv-imgproc2.4, libsm6, libstdc++6 (>= 4.9), libtbb2, libx11-6, libxext6 Pre-Depends: multiarch-support Description: computer vision Camera Calibration library This package contains the OpenCV (Open Computer Vision) Camera Calibration runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Homepage: http://opencv.org/ Package: gdebi Status: install ok installed Priority: optional Section: admin Installed-Size: 141 Maintainer: Ubuntu Developers Architecture: all Version: 0.9.5.5+nmu1 Depends: python3:any (>= 3.3.2-2~), gdebi-core (= 0.9.5.5+nmu1), gir1.2-gtk-3.0, gir1.2-vte-2.90, python3-gi, gksu, gnome-icon-theme Recommends: libgtk2-perl, shared-mime-info, lintian Description: simple tool to view and install deb files - GNOME GUI gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. . The package is also scanned via lintian before the install and its possible to inspect the control and data members of the packages. . This package contains the graphical user interface. Package: cli-common Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 243 Maintainer: Debian CLI Common Team Architecture: all Version: 0.9+nmu1 Replaces: cli-common-dev (<< 0.5.1) Depends: perl Description: common files between all CLI packages This package must be installed if a CLI (Common Language Infrastructure) runtime environment is desired. . It covers useful integration and information for CLI implementations in Debian GNU/Linux, including: * The CLI policy describes how CLI packages should behave and integrate. * A FAQ for package maintainers of CLI/.NET applications. * Integration for CLRs (Common Language Runtime): + Installing libraries into existing GACs (Global Assembly Cache) Homepage: http://alioth.debian.org/projects/pkg-cli-common/ Package: sane-utils Status: install ok installed Priority: optional Section: graphics Installed-Size: 632 Maintainer: Jörg Frings-Fürst Architecture: amd64 Multi-Arch: foreign Source: sane-backends Version: 1.0.24-8+deb8u2 Replaces: libsane (<< 1.0.11-4) Depends: adduser, update-inetd, debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.15), libieee1284-3, libsane (>= 1.0.24-8+deb8u2), libsystemd0, libusb-1.0-0 (>= 2:1.0.8) Suggests: avahi-daemon, unpaper Conffiles: /etc/default/saned 99c46f8b429fd197e6e1c6c41141735c /etc/init.d/saned 741f02cd5710c7e78f503ed9fb44170d /etc/sane.d/saned.conf f68e0a92c8d4207a7d3f35c36f38ca3d Description: API library for scanners -- utilities SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes the command line frontend scanimage, the saned server and the sane-find-scanner utility, along with their documentation. Homepage: http://www.sane-project.org Package: libsdl-pango1 Status: install ok installed Priority: optional Section: libs Installed-Size: 23 Maintainer: Debian SDL packages maintainers Architecture: amd64 Multi-Arch: same Source: sdlpango Version: 0.1.2-6 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.14.0), libsdl1.2debian (>= 1.2.11) Pre-Depends: multiarch-support Description: text rendering with Pango in SDL applications (shared library) SDL_pango is a Simple Directmedia Layer extension for rendering text with the Pango library. Its use cases are similar to those of SDL_ttf, but it benefits from the superior Pango font selection engine for improved rendering of internationalized text. . This package contains the runtime shared library. Homepage: http://sdlpango.sourceforge.net/ Package: libwmf0.2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 552 Maintainer: Loïc Minier Architecture: amd64 Multi-Arch: same Source: libwmf Version: 0.2.8.4-10.3+deb8u2 Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libx11-6, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: gsfonts Description: Windows metafile conversion library Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the shared library. Package: libassuan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 118 Maintainer: Debian GnuPG-Maintainers Architecture: amd64 Multi-Arch: same Source: libassuan Version: 2.1.2-2 Depends: libc6 (>= 2.14), libgpg-error0 (>= 1.10) Pre-Depends: multiarch-support Description: IPC library for the GnuPG components Libassuan is a small library implementing the so-called "Assuan protocol". This protocol is used for IPC between most newer GnuPG components. Both server and client side functions are provided. Homepage: http://www.gnupg.org/(en)/related_software/libassuan/index.html Package: libiptcdata0 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ian Wienand Architecture: amd64 Source: libiptcdata Version: 1.0.4-4 Provides: libiptcdata Depends: libc6 (>= 2.14) Description: Library to parse IPTC metadata libiptcdata is a library, for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. The library provides routines for parsing, viewing, modifying, and saving this metadata. Homepage: http://libiptcdata.sourceforge.net/ Package: gdb Status: install ok installed Priority: optional Section: devel Installed-Size: 6454 Maintainer: Héctor Orón Martínez Architecture: amd64 Version: 7.7.1+dfsg-5 Replaces: gdb Depends: libc6 (>= 2.15), libexpat1 (>= 2.0.1), liblzma5 (>= 5.1.1alpha+20110809), libncurses5 (>= 5.5-5~), libpython2.7 (>= 2.7), libreadline6 (>= 6.0), libtinfo5, zlib1g (>= 1:1.2.0) Recommends: libc-dbg, gdbserver Suggests: gdb-doc Conflicts: gdb Conffiles: /etc/gdb/gdbinit e030dc891a3af1f7779429b5c0554c98 Description: GNU Debugger GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. Homepage: http://www.gnu.org/s/gdb/ Package: libcamd2.3.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 79 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: suitesparse Version: 1:4.2.1-3 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Description: symmetric approximate minimum degree library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . CAMD symmetric approximate minimum degree Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/ Package: libgpgme++2 Status: install ok installed Priority: optional Section: libs Installed-Size: 824 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kdepimlibs Version: 4:4.14.2-2+deb8u2 Replaces: kdepimlibs5 (<< 4:4.4.0) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgpgme11 (>= 1.3.2), libstdc++6 (>= 4.2.1) Breaks: kdepimlibs5 (<< 4:4.4.0) Description: c++ wrapper library for gpgme GpgME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's gpgme (GnuPG Made Easy) library. . This package is part of the KDE Development Platform PIM libraries module. Homepage: http://pim.kde.org/ Package: libfcgi-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 79 Maintainer: Debian Perl Group Architecture: amd64 Version: 0.77-1+deb8u1 Depends: perl (>= 5.20.2-3+deb8u6), perlapi-5.20.2, libc6 (>= 2.15) Description: helper module for FastCGI FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a language-independent, scalable, open extension to CGI that provides faster performance by keeping programs persistent in memory and allowing them to handle multiple requests. This module provides the core interface needed to write these applications. . For complex applications, you should consider a more full-featured solution such as Plack or Catalyst (see libcatalyst-perl). Homepage: https://metacpan.org/release/FCGI Package: vbetool Status: install ok installed Priority: optional Section: utils Installed-Size: 57 Maintainer: Debian QA Group Architecture: amd64 Version: 1.1-3 Depends: libc6 (>= 2.4), libpci3 (>= 1:3.1.9-2), libx86-1 (>= 0.99-1) Description: run real-mode video BIOS code to alter hardware state vbetool uses lrmi in order to run code from the video BIOS. Currently, it is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch. Homepage: http://www.codon.org.uk/~mjg59/vbetool/ Package: aptitude-doc-en Status: install ok installed Priority: optional Section: doc Installed-Size: 1211 Maintainer: Aptitude Development Team Architecture: all Multi-Arch: foreign Source: aptitude Version: 0.6.11-1 Provides: aptitude-doc Suggests: aptitude Description: English manual for aptitude, a terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the English version of the aptitude user's manual in HTML format. Homepage: http://aptitude.alioth.debian.org/ Package: libqt4-network Status: install ok installed Priority: optional Section: libs Installed-Size: 2042 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtdbus4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: ca-certificates Description: Qt 4 network module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtNetwork module offers classes that allow you to write TCP/IP clients and servers. It provides classes to make network programming easier and portable. Homepage: http://qt-project.org/ Package: libenca0 Status: install ok installed Priority: optional Section: libs Installed-Size: 249 Maintainer: Michal Čihař Architecture: amd64 Multi-Arch: same Source: enca Version: 1.16-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Extremely Naive Charset Analyser - shared library files Enca is an Extremely Naive Charset Analyser. It detects the character set and the encoding of text files and can also convert them to other encodings. . This package contains the shared library needed to run applications compiled against libenca. Homepage: http://cihar.com/software/enca/ Package: libqtdbus4 Status: install ok installed Priority: optional Section: libs Installed-Size: 612 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Replaces: libqt4-dbus (<< 4:4.8.2+dfsg-8) Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.3.1), libgcc1 (>= 1:4.1.1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Breaks: libqt4-dbus (<< 4:4.8.2+dfsg-8) Description: Qt 4 D-Bus module library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDBus module is a Unix-only library that you can use to make Inter-Process Communication using the D-Bus protocol. . Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties. Homepage: http://qt-project.org/ Package: telepathy-salut Status: install ok installed Priority: optional Section: net Installed-Size: 1137 Maintainer: Debian Telepathy maintainers Architecture: amd64 Version: 0.8.1-4 Provides: telepathy-connection-manager Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-gobject0 (>= 0.6.22), libc6 (>= 2.14), libdbus-1-3 (>= 1.1.1), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.37.3), libgnutls-deb0-28 (>= 3.2.10-0), libsoup2.4-1 (>= 2.4.1), libsqlite3-0 (>= 3.5.9), libtelepathy-glib0 (>= 0.19.1), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), avahi-daemon Description: Link-local XMPP connection manager for the Telepathy framework Telepathy is a real time communications framework. Salut provides Link-local Jabber functionality for Telepathy. Homepage: http://telepathy.freedesktop.org/wiki/ Package: libapt-pkg4.12 Status: install ok installed Priority: important Section: libs Installed-Size: 2664 Maintainer: APT Development Team Architecture: amd64 Multi-Arch: same Source: apt Version: 1.0.9.8.4 Depends: libbz2-1.0, libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 4.9), zlib1g (>= 1:1.2.2.3) Pre-Depends: multiarch-support Breaks: apt (<< 0.9.4~), libapt-inst1.5 (<< 0.9.9~) Description: package management runtime library This library provides the common functionality for searching and managing packages as well as information about packages. Higher-level package managers can depend upon this library. . This includes: * retrieval of information about packages from multiple sources * retrieval of packages and all dependent packages needed to satisfy a request either through an internal solver or by interfacing with an external one * authenticating the sources and validating the retrieved data * installation and removal of packages in the system * providing different transports to retrieve data over cdrom, ftp, http, rsh as well as an interface to add more transports like https (apt-transport-https) and debtorrent (apt-transport-debtorrent). Package: libfluidsynth1 Status: install ok installed Priority: optional Section: libs Installed-Size: 506 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: fluidsynth Version: 1.1.6-2 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.31.8), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libpulse0 (>= 0.99.1), libreadline6 (>= 6.0), libsndfile1 (>= 1.0.20) Pre-Depends: multiarch-support Description: Real-time MIDI software synthesizer (runtime library) Fluidsynth is a real-time midi synthesizer based on the soundfont2 specifications. It can be used to render MIDI input or MIDI files to audio. The MIDI events are read from a MIDI device. The sound is rendered in real-time to the sound output device. . This package contains the runtime library. Homepage: http://www.fluidsynth.org/ Package: xdg-user-dirs Status: install ok installed Priority: optional Section: utils Installed-Size: 169 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Version: 0.15-2 Depends: libc6 (>= 2.14) Conffiles: /etc/X11/Xsession.d/60xdg-user-dirs-update 408d38a4d3e161d0b21ea112bbe227b3 /etc/xdg/user-dirs.defaults b8595963fe74aeb65e854ba9da7f1acb /etc/xdg/user-dirs.conf 602a95ec7fe4068512bebb712c41102d Description: tool to manage well known user directories xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. . The way it works is that xdg-user-dirs-update is run very early in the login phase. This program reads a configuration file, and a set of default directories. It then creates localized versions of these directories in the users home directory and sets up a config file in $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to ~/.config) that applications can read to find these directories. Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs Package: libdirac-encoder0 Status: install ok installed Priority: optional Section: libs Installed-Size: 763 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: dirac Version: 1.0.2-7.1 Replaces: libdirac0, libdirac0c2a Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Conflicts: libdirac0, libdirac0c2a Description: open and royalty free high quality video codec - encoder library Dirac is an advanced royalty-free video compression format designed for a wide range of uses, from delivering low-resolution web content to broadcasting HD and beyond, to near-lossless studio editing. . This package contains the dirac encoder library. Homepage: http://diracvideo.org/ Package: libc-ares2 Status: install ok installed Priority: extra Section: libs Installed-Size: 114 Maintainer: Andreas Schuldei Architecture: amd64 Multi-Arch: same Source: c-ares Version: 1.10.0-2+deb8u1 Replaces: libc-ares1 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Conflicts: libcares2 Description: asynchronous name resolver c-ares is a C library that performs DNS requests and name resolution asynchronously. . It is a fork of the library named "ares", with additional features: * IPv6 support; * extended cross-platform portability; * 64-bit clean sources. . This package provides the shared libraries. Homepage: http://c-ares.haxx.se/ Package: samba-dsdb-modules Status: install ok installed Priority: optional Section: libs Installed-Size: 1089 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.2.14+dfsg-0+deb8u6 Replaces: libgensec0 (<< 4.0.0~alpha17~git20110724.dfsg1-1), samba-libs (<< 2:4.1.9+dfsg-2) Depends: libbsd0 (>= 0.0), libc6 (>= 2.14), libldb1 (>= 1:1.1.6), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.9), samba-libs (= 2:4.2.14+dfsg-0+deb8u6) Enhances: libldb1 Description: Samba Directory Services Database Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains LDB plugins which add support for various Active Directory features to the LDB library. Homepage: http://www.samba.org Package: libwww-robotrules-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 80 Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl, liburi-perl Breaks: libwww-perl (<< 6.00) Description: database of robots.txt-derived permissions WWW::RobotRules parses /robots.txt files as specified in "A Standard for Robot Exclusion", at . Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site. . The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited. The same WWW::RobotRules object can be used for one or more parsed /robots.txt files on any number of hosts. Homepage: http://search.cpan.org/dist/WWW-RobotRules/ Package: libxcb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 161 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.14), libxau6, libxdmcp6 Pre-Depends: multiarch-support Breaks: alsa-utils (<< 1.0.24.2-5), libxcb-xlib0 Description: X C Binding This package contains the library files needed to run software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libwayland-cursor0 Status: install ok installed Priority: optional Section: libs Installed-Size: 67 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: wayland Version: 1.6.0-2 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.14), libwayland-client0 (>= 1.3.92) Pre-Depends: multiarch-support Conflicts: libwayland0 (<< 1.1.0-1) Description: wayland compositor infrastructure - cursor library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships a helper library to manage cursors. Homepage: http://wayland.freedesktop.org/ Package: libusb-0.1-4 Status: install ok installed Priority: important Section: libs Installed-Size: 42 Maintainer: Aurelien Jarno Architecture: amd64 Multi-Arch: same Source: libusb Version: 2:0.1.12-25 Replaces: libusb-dev (<< 2:0.1.12-25) Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Description: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. Homepage: http://www.linux-usb.org/ Package: locales Status: install ok installed Priority: standard Section: localization Installed-Size: 16266 Maintainer: GNU Libc Maintainers Architecture: all Source: glibc Version: 2.19-18+deb8u9 Replaces: base-config, lliurex-belocs-locales-data, manpages-fr-extra (<< 20141022) Depends: libc-bin (>> 2.19), debconf (>= 0.5) | debconf-2.0 Conflicts: base-config, belocs-locales-bin, belocs-locales-data Conffiles: /etc/locale.alias b6fadfcab09ef56b506a2fc0dd81d11c Description: GNU C Library: National Language (locale) data [support] Machine-readable data files, shared objects and programs used by the C library for localization (l10n) and internationalization (i18n) support. . This package contains the libc.mo i18n files, plus tools to generate locale definitions from source files (included in this package). It allows you to customize which definitions actually get generated. This is a space-saver over how this package used to be, with all locales generated by default. This created a package that unpacked to an excess of 30 megs. Homepage: http://www.gnu.org/software/libc/libc.html Package: x11proto-input-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 514 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-input Version: 2.3.1-1 Depends: x11proto-core-dev Description: X11 Input extension wire protocol This package provides development headers describing the wire protocol for the Input extension, used to control all manner of options related to input device handling. . More information about X.Org can be found at: . This package is built from the X.org inputproto proto module. Package: libkjsembed4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1345 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libkdecore5 (= 4:4.14.2-5+deb8u2), libkjsapi4 (= 4:4.14.2-5+deb8u2), libqt4-svg (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: library for binding JavaScript objects to QObjects This library provides a method of binding JavaScript objects to QObjects, so you can script your applications. It also provides an interface for running embedded Javascript. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libgsm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Jochen Friedrich Architecture: amd64 Multi-Arch: same Source: libgsm Version: 1.0.13-4 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Conflicts: libgsm-dev Description: Shared libraries for GSM speech compressor This package contains runtime shared libraries for libgsm, an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. . GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with typical UNIX applications, our implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition; even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). . The interfaces offered are a front end modelled after compress(1), and a library API. Compression and decompression run faster than realtime on most SPARCstations. The implementation has been verified against the ETSI standard test patterns. Package: python3-debian Status: install ok installed Priority: optional Section: python Installed-Size: 226 Maintainer: Debian python-debian Maintainers Architecture: all Source: python-debian Version: 0.1.27 Depends: python3-chardet, python3-six (>> 1.4~), python3:any (>= 3.3.2-2~) Recommends: python3-apt Suggests: gpgv Description: Python 3 modules to work with Debian-related data formats This package provides Python 3 modules that abstract many formats of Debian related files. Currently handled are: * Debtags information (debian.debtags module) * debian/changelog (debian.changelog module) * Packages files, pdiffs (debian.debian_support module) * Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (debian.deb822 module) * Raw .deb and .ar files, with (read-only) access to contained files and meta-information Package: gir1.2-telepathyglib-0.12 Status: install ok installed Priority: optional Section: introspection Installed-Size: 241 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: telepathy-glib Version: 0.24.1-1 Replaces: gir1.0-telepathyglib-0.12 Depends: gir1.2-glib-2.0, libtelepathy-glib0 (= 0.24.1-1) Conflicts: gir1.0-telepathyglib-0.12 Description: GLib Telepathy connection manager library (GObject-Introspection) This package contains introspection data for telepathy-glib, which can be used to generate dynamic bindings for Telepathy components. . These GObject-Introspection bindings are considered to be experimental by the maintainers of telepathy-glib, and might receive incompatible changes until at least telepathy-glib 0.14.0. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: http://telepathy.freedesktop.org/wiki/ Package: libnih1 Status: install ok installed Priority: optional Section: libs Installed-Size: 215 Maintainer: Scott James Remnant Architecture: amd64 Source: libnih Version: 1.0.3-4.3 Depends: libc6 (>> 2.19), libc6 (<< 2.20) Description: NIH Utility Library libnih is a light-weight "standard library" of C functions to ease the development of other libraries and applications, especially those normally found in /lib. . This package contains the shared library. Homepage: https://launchpad.net/libnih Package: inkscape Status: install ok installed Priority: optional Section: graphics Installed-Size: 77158 Maintainer: Wolfram Quester Architecture: amd64 Version: 0.48.5-3 Depends: python:any (>= 2.6.6-7~), gconf-service, libaspell15 (>= 0.60.7~20110707), libatk1.0-0 (>= 1.12.4), libatkmm-1.6-1 (>= 2.22.1), libc6 (>= 2.14), libcairo2 (>= 1.10.0), libcairomm-1.0-1 (>= 1.6.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgc1c2 (>= 1:7.2d), libgcc1 (>= 1:4.1.1), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libglibmm-2.4-1c2a (>= 2.42.0), libgnomevfs2-0 (>= 1:2.17.90), libgomp1 (>= 4.9), libgsl0ldbl (>= 1.9), libgtk2.0-0 (>= 2.24.0), libgtkmm-2.4-1c2a (>= 1:2.24.0), libgtkspell0 (>= 2.0.10), liblcms2-2 (>= 2.2+git20110628), libmagick++-6.q16-5 (>= 8:6.8.9.6), libmagickcore-6.q16-2 (>= 8:6.8.8.2), libmagickwand-6.q16-2 (>= 8:6.8.8.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpangomm-1.4-1 (>= 2.27.1), libpng12-0 (>= 1.2.13-4), libpoppler-glib8 (>= 0.18.0), libpoppler46 (>= 0.26.5), libpopt0 (>= 1.14), librevenge-0.0-0, libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.9), libwpg-0.3-3, libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Recommends: aspell, imagemagick, libgnomevfs2-extra, libwmf-bin, perlmagick, pstoedit, python-lxml, python-numpy, transfig Suggests: dia | dia-gnome, libsvg-perl, libxml-xql-perl, python-uniconvertor, ruby Conffiles: /etc/bash_completion.d/inkscape 4db142595284d76c84ed9bdc533e707a Description: vector-based drawing program Inkscape is an illustration editor which has everything needed to create professional-quality computer art. You can use it to make diagrams and illustrations, technical drawings, web graphics, clip art, icons and logos. A collection of hands-on tutorials show you how to combine lines, shapes and text of different types and styles to build up a picture. . A selection of powerful vector graphics editing tools comes as standard. There is excellent support for paths, gradients, layers, alpha transparency and text flow control. An extensive library of filters allow you to apply realistic effects and extensions allow you to work with bitmaps, barcodes and printing marks, amongst other things. . Most of the common vector formats are supported, including PDF, Adobe Illustrator and AutoCAD files, and it has unrivalled support for the SVG web graphics standard. Homepage: http://www.inkscape.org/ Package: qtwebsockets5-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 188 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qtwebsockets-opensource-src Version: 5.3.2-5 Description: Qt 5 Web Sockets documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Web Sockets library. Homepage: https://qt-project.org/ Package: traceroute Status: install ok installed Priority: important Section: net Installed-Size: 127 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: traceroute (1:2.0.20-2) Version: 1:2.0.20-2+b1 Depends: libc6 (>= 2.14) Description: Traces the route taken by packets over an IPv4/IPv6 network The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute displays the IP number and host name (if possible) of the machines along the route taken by the packets. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where the trouble is coming from along the route. . Install traceroute if you need a tool for diagnosing network connectivity problems. Homepage: http://traceroute.sourceforge.net/ Package: libharfbuzz-gobject0 Status: install ok installed Priority: optional Section: libs Installed-Size: 422 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: amd64 Multi-Arch: same Source: harfbuzz Version: 0.9.35-2 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.14.0), libharfbuzz0b (>= 0.9.9), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: OpenType text shaping engine ICU backend (GObject library) HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the GObject library, providing wrapper GObject type bindings for all HarfBuzz objects and enums. Homepage: http://www.freedesktop.org/wiki/Software/HarfBuzz Package: libqt5concurrent5 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtbase-opensource-src Version: 5.3.2+dfsg-4+deb8u2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt5core5a (= 5.3.2+dfsg-4+deb8u2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 5 concurrent module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtConcurrent module contains functionality to support concurrent execution of program code. Homepage: http://qt-project.org/ Package: ure Status: install ok installed Priority: optional Section: libs Installed-Size: 5437 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice (1:4.3.3-2+deb8u7) Version: 4.3.3-2+deb8u7 Replaces: libreoffice-common (<< 1:4.1.2~), libreoffice-java-common (<< 1:3.0.0~dev300m12) Depends: uno-libs3 (= 4.3.3-2+deb8u7), libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), libxml2 (>= 2.7.4) Suggests: java5-runtime Breaks: libreoffice-core (<< 1:4.1.2~), openoffice.org-core (<< 1:3.3~) Conflicts: cli-uno-bridge (<< 1:3.0.0~dev300m22) Description: LibreOffice UNO runtime environment The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. Homepage: http://www.libreoffice.org Package: totem Status: install ok installed Priority: optional Section: video Installed-Size: 519 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0-2 Depends: python:any (>= 2.6.6-7~), libatk1.0-0 (>= 1.29.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libclutter-1.0-0 (>= 1.17.3), libclutter-gst-2.0-0 (>= 0.10.0), libclutter-gtk-1.0-0 (>= 1.5.5), libcogl-pango20 (>= 1.17.4), libcogl-path20 (>= 1.17.4), libcogl20 (>= 1.17.4), libdrm2 (>= 2.3.1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 7.11~1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libglib2.0-0 (>= 2.37.3), libgnome-desktop-3-10 (>= 3.11.90), libgrilo-0.2-1 (>= 0.2.8), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.13.7), libjson-glib-1.0-0 (>= 0.12.0), libnautilus-extension1a (>= 2.91), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), libtotem-plparser18 (>= 3.10.0), libtotem0 (>= 3.14.0-2), libtotem0 (<< 3.15), libwayland-client0 (>= 1.0.2), libwayland-cursor0 (>= 1.0.2), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.0.2), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxkbcommon0 (>= 0.2.0), libxml2 (>= 2.6.27), libxrandr2, totem-common (= 3.14.0-2), gnome-icon-theme (>= 2.15.90), gnome-icon-theme-symbolic, gsettings-desktop-schemas, gstreamer1.0-clutter, gstreamer1.0-plugins-base (>= 1.4.2), gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-x, grilo-plugins-0.2 Recommends: gstreamer1.0-libav, gstreamer1.0-plugins-ugly, gstreamer1.0-pulseaudio, totem-plugins Suggests: gnome-codec-install Description: Simple media player for the GNOME desktop based on GStreamer Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. It features : . * Shoutcast, m3u, asx, SMIL and ra playlists support * DVD (with menus), VCD and Digital CD (with CDDB) playback * TV-Out configuration with optional resolution switching * 4.0, 5.0, 5.1 and stereo audio output * Full-screen mode (move your mouse and you get nice controls) with Xinerama, dual-head and RandR support * Aspect ratio toggling, scaling based on the video's original size * Full keyboard control * Simple playlist with repeat mode and saving feature * GNOME, Nautilus and GIO integration * Screenshot of the current movie * Brightness and Contrast control * Visualisation plugin when playing audio-only files * Video thumbnailer for nautilus * Nautilus properties page * Works on remote displays * DVD, VCD and OGG/OGM subtitles with automatic language selection * Extensible with plugins Homepage: https://wiki.gnome.org/Apps/Videos Package: libpeas-common Status: install ok installed Priority: extra Section: libs Installed-Size: 883 Maintainer: Debian GNOME Maintainers Architecture: all Source: libpeas Version: 1.12.1-2 Replaces: libpeas-1.0-0 (<< 0.7.0-1) Description: Application plugin library (common files) libpeas is a library that allows applications to support plugins. . This package contains common files, such as translations and icons. Homepage: https://wiki.gnome.org/Libpeas Package: libllvm3.5 Status: install ok installed Priority: optional Section: libs Installed-Size: 29817 Maintainer: LLVM Packaging Team Architecture: amd64 Multi-Arch: same Source: llvm-toolchain-3.5 Version: 1:3.5-10 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), libtinfo5, zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Homepage: http://www.llvm.org/ Package: gir1.2-gtksource-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 118 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtksourceview3 Version: 3.14.1-1 Depends: gir1.2-gtk-3.0, libgirepository-1.0-1 (>= 1.41.4-1), libgtksourceview-3.0-1 (>= 3.13.90) Description: gir files for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains GObject introspection information. Homepage: https://wiki.gnome.org/Projects/GtkSourceView Package: libkio5 Status: install ok installed Priority: optional Section: libs Installed-Size: 3302 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libnepomuk4 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqt4-network (>= 4:4.8.0), libqt4-svg (>= 4:4.8.0), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsolid4 (= 4:4.14.2-5+deb8u2), libstdc++6 (>= 4.1.1), libstreamanalyzer0 (>= 0.7.8), libx11-6, libxrender1 Recommends: kdelibs5-plugins (= 4:4.14.2-5+deb8u2) Description: Network-enabled File Management Library for the KDE Platform This library implements almost all the file management functions you will ever need. In fact, the KDE file manager, Konqueror also uses this to provide its network-enabled file management. This library also implements the KDE file selector widget. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libtext-template-perl Status: install ok installed Priority: extra Section: perl Installed-Size: 140 Maintainer: Debian Perl Group Architecture: all Version: 1.46-1 Depends: perl Description: perl module to process text templates Text::Template is a library for generating form letters, building HTML pages, or filling in templates generally. A `template' is a piece of text that has little Perl programs embedded in it here and there. When you `fill in' a template, you evaluate the little programs and replace them with their values. Homepage: https://metacpan.org/release/Text-Template/ Package: libcurl4-openssl-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1281 Maintainer: Alessandro Ghedini Architecture: amd64 Multi-Arch: same Source: curl Version: 7.38.0-4+deb8u5 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev Depends: libcurl3 (= 7.38.0-4+deb8u5) Suggests: libcurl4-doc, libcurl3-dbg, libidn11-dev, libkrb5-dev, libldap2-dev, librtmp-dev, libssh2-1-dev, libssl-dev, pkg-config, zlib1g-dev Conflicts: libcurl4-gnutls-dev, libcurl4-nss-dev Description: development files and documentation for libcurl (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow to build software which uses libcurl. . SSL support is provided by OpenSSL. Homepage: http://curl.haxx.se Package: libcdt5 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Debian QA Group Architecture: amd64 Source: graphviz Version: 2.38.0-7 Depends: libc6 (>= 2.4) Conflicts: libgraphviz4 Description: rich set of graph drawing tools - cdt library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cdt library. Homepage: http://www.graphviz.org/ Package: libauthen-sasl-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 155 Maintainer: Debian Perl Group Architecture: all Version: 2.1600-1 Depends: perl Suggests: libdigest-hmac-perl, libgssapi-perl Description: Authen::SASL - SASL Authentication framework SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. . The framework allows different implementations of the connection class to be plugged in. At the time of writing there were two such plugins: - Authen::SASL::Perl This module implements several mechanisms and is implemented entirely in Perl. - Authen::SASL::Cyrus This module uses the Cyrus SASL C-library (both version 1 and 2 are supported). Homepage: https://metacpan.org/release/Authen-SASL Package: logrotate Status: install ok installed Priority: important Section: admin Installed-Size: 91 Maintainer: Paul Martin Architecture: amd64 Source: logrotate (3.8.7-1) Version: 3.8.7-1+b1 Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.14), libpopt0 (>= 1.14), libselinux1 (>= 1.32), cron | anacron | cron-daemon, base-passwd (>= 2.0.3.4) Recommends: mailx Breaks: postgresql-common (<= 126) Conffiles: /etc/cron.daily/logrotate d2281ecb6f898b446ac8a5984ab5a243 /etc/logrotate.conf 176edd439a499501372cf3d04e795810 Description: Log rotation utility The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job. Homepage: https://fedorahosted.org/logrotate/ Package: lmodern Status: install ok installed Priority: optional Section: fonts Installed-Size: 32730 Maintainer: Debian TeX maintainers Architecture: all Version: 2.004.4-5 Replaces: lm, lmodern-x11 Depends: dpkg (>= 1.14.18), tex-common (>= 3), fonts-lmodern (= 2.004.4-5) Conflicts: context (<= 2008.10.31-1), lm, lmodern-x11 Conffiles: /etc/X11/fonts/Type1/lmodern.scale de53b0d13162455c4774d0058a8e4498 Description: scalable PostScript and OpenType fonts based on Computer Modern The Latin Modern fonts, also known as "lm fonts", are a set of scalable fonts in PostScript Type 1 and OpenType formats. They are based on the PostScript Type 1 version of the Computer Modern fonts and contain many additional characters (mostly accented ones). . This package provides TeX support and Type1 (PostScript) fonts. If only the OpenType fonts are needed, please see the package fonts-lmodern. . See the description for fonts-lmodern package for more information. Homepage: http://www.gust.org.pl/projects/e-foundry/latin-modern/ Package: libxml-sax-expat-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.40-2 Depends: perl, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03) Description: Perl module for a SAX2 driver for Expat (XML::Parser) This module is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser). It is still incomplete, though most of the basic SAX2 events should be available. Homepage: http://search.cpan.org/dist/XML-SAX-Expat/ Package: libopenvg1-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 122 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libopenvg1 Provides: libopenvg1 Depends: libc6 (>= 2.3.4) Pre-Depends: multiarch-support Conflicts: libopenvg1 Description: free implementation of the OpenVG API -- runtime This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. Homepage: http://mesa3d.sourceforge.net/ Package: git Status: install ok installed Priority: optional Section: vcs Installed-Size: 21945 Maintainer: Gerrit Pape Architecture: amd64 Multi-Arch: foreign Version: 1:2.1.4-2.1+deb8u3 Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1) Provides: git-completion, git-core Depends: libc6 (>= 2.16), libcurl3-gnutls (>= 7.16.2), libexpat1 (>= 2.0.1), libpcre3 (>= 1:8.35), zlib1g (>= 1:1.2.0), perl-modules, liberror-perl, git-man (>> 1:2.1.4), git-man (<< 1:2.1.4-.) Recommends: patch, less, rsync, ssh-client Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-email, git-gui, gitk, gitweb, git-arch, git-cvs, git-mediawiki, git-svn Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), stgit (<< 0.15), stgit-contrib (<< 0.15) Conffiles: /etc/bash_completion.d/git-prompt 7baac5c3ced94ebf2c0e1dde65c3b1a6 Description: fast, scalable, distributed revision control system Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Homepage: http://git-scm.com/ Package: libreoffice-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 390 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Provides: libreoffice-gtk-gnome Depends: gconf2, libreoffice-core (= 1:4.3.3-2+deb8u7), libreoffice-gtk, gconf-service, libc6 (>= 2.19), libgcc1 (>= 1:4.1.1), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.37.3), libstdc++6 (>= 4.6), uno-libs3 (>= 4.1.0~alpha), ure Suggests: libreoffice-evolution Enhances: libreoffice Description: office productivity suite -- GNOME integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the GIO support and a GConf backend. . You can extend the functionality of this by installing these packages: . * libreoffice-evolution: Evolution addressbook support * evolution Homepage: http://www.libreoffice.org Package: systemd-shim Status: install ok installed Priority: extra Section: admin Installed-Size: 52 Maintainer: Steve Langasek Architecture: amd64 Version: 9-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.39.4), cgmanager (>= 0.32) Suggests: pm-utils Breaks: systemd (<< 209) Description: shim for systemd This package emulates the systemd function that are required to run the systemd helpers without using the init service Package: hunspell-en-us Status: install ok installed Priority: optional Section: text Installed-Size: 698 Maintainer: Rene Engelhard Architecture: all Version: 20070829-6+deb8u1 Replaces: myspell-en-us, openoffice.org-spellcheck-en-us Provides: hunspell-dictionary, hunspell-dictionary-en, hunspell-dictionary-en-us Depends: dictionaries-common (>= 0.10) Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-en-us, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1) Description: English_american dictionary for hunspell This is the English_american dictionary for use with the hunspell spellchecker Package: libguard-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 87 Maintainer: Debian Perl Group Architecture: amd64 Source: libguard-perl (1.022-2) Version: 1.022-2+b1 Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4) Description: Perl module providing safe cleanup using guard objects Guard is a Perl module implementing so-called "guards," which are things that "guard" a resource, ensuring that it is safely cleaned up when expected, even if exceptional conditions interrupt the normal control flow. This allows one to write code which executes an arbitrary code block or subroutine when either the related Guard Object is destroyed or when the current scope ends. In other languages, this sort of functionality is provided by the 'finally' keyword. Homepage: https://metacpan.org/release/Guard Package: libevolution Status: install ok installed Priority: optional Section: libs Installed-Size: 7696 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution (3.12.9~git20141130.241663-1) Version: 3.12.9~git20141130.241663-1+b1 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libcamel-1.2-49 (>= 3.11.91), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libchamplain-0.12-0 (>= 0.11.0), libchamplain-gtk-0.12-0 (>= 0.11.0), libclutter-1.0-0 (>= 1.10.0), libebackend-1.2-7 (>= 3.7.3), libebook-1.2-14 (>= 3.7.90), libebook-contacts-1.2-0 (>= 3.7.90), libecal-1.2-16 (>= 3.7.90), libedataserver-1.2-18 (>= 3.11.90), libgail-3-0 (>= 3.0.0), libgcr-base-3-1 (>= 3.8.0), libgcr-ui-3-1 (>= 3.8.0), libgdata19 (>= 0.15.0), libgdk-pixbuf2.0-0 (>= 2.23.0), libgeocode-glib0 (>= 0.99.1), libglib2.0-0 (>= 2.36), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.8.0), libgtkhtml-4.0-0 (>= 4.8), libgtkhtml-4.0-0 (<< 4.10), libgtkhtml-editor-4.0-0 (>= 4.8), libgtkhtml-editor-4.0-0 (<< 4.10), libgtkspell3-3-0, libgweather-3-6 (>= 3.7.91), libical1a (>= 1.0), libldap-2.4-2 (>= 2.4.7), libnotify4 (>= 0.7.0), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~1.9b1), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.42), libwebkitgtk-3.0-0 (>= 2.1.90), libxml2 (>= 2.9.0), libytnef0 Description: evolution libraries This package contains libraries used by evolution and the Anjal mail client. Homepage: http://projects.gnome.org/evolution/ Package: gir1.2-gtop-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 117 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgtop2 (2.28.5-2) Version: 2.28.5-2+b1 Depends: gir1.2-glib-2.0, libgtop2-7 (>= 2.24.0) Description: gtop system monitoring library (gir bindings) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: libsepol1 Status: install ok installed Priority: required Section: libs Installed-Size: 339 Maintainer: Debian SELinux maintainers Architecture: amd64 Multi-Arch: same Source: libsepol Version: 2.3-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: SELinux library for manipulating binary security policies Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement®, Role-based Access Control, and Multi-level Security. . libsepol provides an API for the manipulation of SELinux binary policies. It is used by checkpolicy (the policy compiler) and similar tools, as well as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings. Homepage: http://userspace.selinuxproject.org/ Package: python3-louis Status: install ok installed Priority: extra Section: python Installed-Size: 74 Maintainer: Debian Accessibility Team Architecture: all Source: liblouis Version: 2.5.3-3 Depends: python3:any (>= 3.3.2-2~), liblouis2 (>= 2.5.3-3) Description: Python bindings for liblouis Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains Python bindings. Homepage: http://code.google.com/p/liblouis/ Package: gnome-klotski Status: install ok installed Priority: optional Section: games Installed-Size: 6120 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-1 Replaces: gnotski (<< 1:3.7.2) Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.40.0), libgtk-3-0 (>= 3.10.0), librsvg2-2 (>= 2.32.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gnotski (<< 1:3.7.2) Description: Klotski puzzle game for GNOME This is a clone of the popular Klotski game. The objective is to move a patterned block to a given place using the mouse, in as few moves as possible. Other blocks will need to be moved out of the way. Homepage: https://wiki.gnome.org/Apps/Klotski Package: task-desktop Status: install ok installed Priority: optional Section: tasks Installed-Size: 21 Maintainer: Debian Install System Team Architecture: all Source: tasksel Version: 3.31+deb8u1 Depends: tasksel (= 3.31+deb8u1), xorg, xserver-xorg-video-all, xserver-xorg-input-all, desktop-base Recommends: task-gnome-desktop | task-xfce-desktop | task-kde-desktop | task-lxde-desktop | task-cinnamon-desktop | task-mate-desktop, xdg-utils, avahi-daemon, libnss-mdns, anacron, eject, iw, alsa-utils, alsa-base Description: Debian desktop environment This task package is used to install the Debian desktop. Package: libcpufreq0 Status: install ok installed Priority: optional Section: libs Installed-Size: 57 Maintainer: Mattia Dongili Architecture: amd64 Source: cpufrequtils Version: 008-1 Depends: libc6 (>= 2.2.5) Description: shared library to deal with the cpufreq Linux kernel feature This library provide an unified method to access the CPUFreq kernel interface. Homepage: http://kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html Package: attr Status: install ok installed Priority: optional Section: utils Installed-Size: 119 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 1:2.4.47-2 Depends: libattr1 (= 1:2.4.47-2), libc6 (>= 2.4) Conflicts: xfsdump (<< 2.0.0) Description: Utilities for manipulating filesystem extended attributes A set of tools for manipulating extended attributes on filesystem objects, in particular getfattr(1) and setfattr(1). An attr(1) command is also provided which is largely compatible with the SGI IRIX tool of the same name. Homepage: http://savannah.nongnu.org/projects/attr/ Package: spice-client-glib-usb-acl-helper Status: install ok installed Priority: optional Section: misc Installed-Size: 176 Maintainer: Liang Guo Architecture: amd64 Multi-Arch: foreign Source: spice-gtk (0.25-1) Version: 0.25-1+b1 Replaces: libspice-client-glib-2.0-1, libspice-client-glib-2.0-8 (<< 0.20-0nocelt1) Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.4), libglib2.0-0 (>= 2.22), libpolkit-gobject-1-0 (>= 0.101) Breaks: libspice-client-glib-2.0-1, libspice-client-glib-2.0-8 (<< 0.20-0nocelt1) Description: Spice client glib usb acl helper spice-client-glib-usb-acl-helper is used to validate ACLs When passthrough USB devices to VMs Homepage: http://www.spice-space.org/ Package: libitm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 162 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.14) Pre-Depends: multiarch-support Description: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Homepage: http://gcc.gnu.org/ Package: gnome-power-manager Status: install ok installed Priority: optional Section: gnome Installed-Size: 1698 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.3.16), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libupower-glib3 (>= 0.99.0), dconf-gsettings-backend | gsettings-backend, dbus-x11, upower (>= 0.99), gnome-settings-daemon (>= 3.2) Suggests: policykit-1 Breaks: gnome-session (<< 2.28) Description: power management tool for the GNOME desktop GNOME Power Manager is a session daemon for the GNOME desktop that takes care of system or desktop events related to power, and triggers actions accordingly. Its philosophy is to completely hide these complex tasks and only show some settings important to the user. . GNOME power manager displays and manages battery status, power plug events, display brightness, CPU, graphics card and hard disk drive power saving, and can trigger suspend-to-RAM, hibernate or shutdown events, all integrated to other components of the GNOME desktop. Homepage: http://www.gnome.org/projects/gnome-power-manager/ Package: libx11-data Status: install ok installed Priority: optional Section: x11 Installed-Size: 1582 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: libx11 Version: 2:1.6.2-3 Breaks: libx11-6 (<< 2:1.4.1) Description: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: qtbase5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 31592 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qttools-opensource-src Version: 5.3.2-3 Description: Qt 5 base documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 base libraries. Homepage: http://qt-project.org/ Package: libpython2.7-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 8375 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python2.7 Version: 2.7.9-2+deb8u1 Replaces: python2.7 (<< 2.7.5-0~) Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref Depends: libpython2.7-minimal (= 2.7.9-2+deb8u1), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, libexpat1 (>= 2.1~beta3), libffi6 (>= 3.0.4), libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.1), libtinfo5 Breaks: python-urllib3 (<< 1.9.1-3) Description: Interactive high-level object-oriented language (standard library, version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 2.7's standard library. It is normally not used on its own, but as a dependency of python2.7. Package: diffstat Status: install ok installed Priority: optional Section: devel Installed-Size: 49 Maintainer: Sandro Tosi Architecture: amd64 Version: 1.58-1 Depends: libc6 (>= 2.14) Description: produces graph of changes introduced by a diff file This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed. Homepage: http://invisible-island.net/diffstat/ Package: libmplex2-2.1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 164 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: mjpegtools Version: 1:2.1.0+debian-3 Replaces: libmplex2-2.0-0 (>> 1:2.1.0) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libmjpegutils-2.1-0, libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Breaks: libmplex2-2.0-0 (>> 1:2.1.0) Description: MJPEG capture/editing/replay and MPEG encoding toolset (library) The mjpeg programs are a set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video under Linux. . This package contains the shared mplex2 library. Homepage: http://mjpeg.sourceforge.net/ Package: python Status: install ok installed Priority: standard Section: python Installed-Size: 680 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python-defaults Version: 2.7.9-1 Replaces: python-dev (<< 2.6.5-2) Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref Depends: python2.7 (>= 2.7.9-1~), libpython-stdlib (= 2.7.9-1) Pre-Depends: python-minimal (= 2.7.9-1) Suggests: python-doc (= 2.7.9-1), python-tk (>= 2.7.9-1~) Breaks: update-manager-core (<< 0.200.5-2) Conflicts: python-central (<< 0.5.5) Description: interactive high-level object-oriented language (default version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python version (currently v2.7). Homepage: http://www.python.org/ Package: libgit2-glib-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 314 Maintainer: Dmitry Smirnov Architecture: amd64 Multi-Arch: same Source: libgit2-glib Version: 0.0.22-1 Depends: libc6 (>= 2.14), libgirepository-1.0-1 (>= 0.9.2), libgit2-21 (>= 0.21.0), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Description: glib wrapper library around the libgit2 git access library libgit2-glib is a glib wrapper library around the libgit2 git access library. Homepage: https://wiki.gnome.org/Projects/Libgit2-glib Package: libsdl-mixer1.2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 415 Maintainer: Debian SDL packages maintainers Architecture: amd64 Multi-Arch: same Source: sdl-mixer1.2 (1.2.12-11) Version: 1.2.12-11+b1 Depends: libsdl-mixer1.2 (= 1.2.12-11+b1), libflac-dev (>= 1.2.1), libmad0-dev (>= 0.15.1b), libmikmod-dev, libogg-dev (>= 1.2.0), libsdl1.2-dev (>= 1.2.14~), libvorbis-dev (>= 1.2.0) Description: Mixer library for Simple DirectMedia Layer 1.2, development files SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. . This package contains the development files. Homepage: http://www.libsdl.org/projects/SDL_mixer/ Package: libspeexdsp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 115 Maintainer: Ron Lee Architecture: amd64 Multi-Arch: same Source: speex Version: 1.2~rc1.2-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: The Speex extended runtime library Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the runtime library of additional functions that are part of the Speex distribution. Homepage: http://www.speex.org/ Package: phonon-backend-vlc Status: install ok installed Priority: optional Section: sound Installed-Size: 361 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Version: 0.8.0-2 Provides: phonon-backend Depends: vlc-nox, vlc-plugin-pulse, libc6 (>= 2.14), libphonon4 (>= 4:4.8.0~), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.6.0), libstdc++6 (>= 4.1.1), libvlc5 (>= 2.2.0~pre1), libvlccore8 (>= 2.0.0) Pre-Depends: multiarch-support Recommends: vlc Description: Phonon VLC backend Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction layer for capturing, mixing, processing, and playing audio and video content. . This package contains VLC backend for Phonon. Homepage: https://projects.kde.org/projects/kdesupport/phonon/phonon-vlc Package: libteamdctl0 Status: install ok installed Priority: optional Section: net Installed-Size: 60 Maintainer: Dmitry Smirnov Architecture: amd64 Multi-Arch: same Source: libteam Version: 1.12-2 Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.0.2) Pre-Depends: multiarch-support Description: library for communication with `teamd` process "libteamdctl" is a library for communication with teamd process (via D-Bus, unix socket or zeromq). It is used by `teamdctl` utility. . Libteam provide mechanism to team multiple NICs (ports) into one logical one (teamdev) at L2 layer. The process is called "channel bonding", "Ethernet bonding", "channel teaming", "link aggregation", etc. This is already implemented in the Linux kernel by the bonding driver but unlike bonding driver libteam (user space) have the following additional features: * load-balancing for LACP support * NS/NA (IPV6) link monitoring * port priorities and stickiness ("primary" option enhancement) * separate per-port link monitoring setup . Libteam requires Linux kernel 3.3 or higher. Homepage: http://libteam.org Package: libqt4-xml Status: install ok installed Priority: optional Section: libs Installed-Size: 394 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 XML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtXml module provides a stream reader and writer for XML documents, and C++ implementations of SAX and DOM. Homepage: http://qt-project.org/ Package: qt4-linguist-tools Status: install ok installed Priority: optional Section: devel Installed-Size: 2652 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: foreign Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Replaces: libqt4-dev (<< 4:4.7.3-2) Depends: qtchooser, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-xml (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Breaks: libqt4-dev (<< 4:4.7.3-2) Description: Qt 4 Linguist tools Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains lupdate and lrelease. lupdate is a command line tool that finds the translatable strings in the specified source, header and Qt Designer interface files, and produces or updates .ts translation files. lrelease is a command line tool that produces QM files out of TS files. Homepage: http://qt-project.org/ Package: libxau6 Status: install ok installed Priority: optional Section: libs Installed-Size: 61 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxau Version: 1:1.0.8-1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: X11 authorisation library This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Package: libavahi-gobject0 Status: install ok installed Priority: optional Section: libs Installed-Size: 115 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.31-5 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3) Pre-Depends: multiarch-support Description: Avahi GObject library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the GObject wrapper for Avahi. Homepage: http://avahi.org/ Package: libgtkmm-3.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 5837 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gtkmm3.0 Version: 3.14.0-1 Depends: libatk1.0-0 (>= 1.12.4), libatkmm-1.6-1 (>= 2.22.1), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcairomm-1.0-1 (>= 1.6.4), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.41.1), libglibmm-2.4-1c2a (>= 2.42.0), libgtk-3-0 (>= 3.14.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangomm-1.4-1 (>= 2.27.1), libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Description: C++ wrappers for GTK+ (shared libraries) Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0. Gtkmm provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 180 classes that can be freely combined to quickly create complex user interfaces. . This package contains shared libraries. Homepage: http://www.gtkmm.org/ Package: lksctp-tools Status: install ok installed Priority: optional Section: net Installed-Size: 187 Maintainer: Michael Biebl Architecture: amd64 Version: 1.0.16+dfsg-2 Depends: libc6 (>= 2.16), libsctp1 (>= 1.0.12+dfsg) Description: user-space access to Linux Kernel SCTP - commandline tools Commandline tools and libraries to test SCTP functionality . This package is part of the LKSCTP project. . It includes the following commandline tools: * checksctp: Determine if kernel supports SCTP * withsctp: Run existing TCP binaries over SCTP * sctp_darn: Send and receive messages via SCTP * sctp_test: Userspace test application for the SCTP kernel reference implementation . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Homepage: http://lksctp.sf.net/ Package: gir1.2-vte-2.90 Status: install ok installed Priority: optional Section: introspection Installed-Size: 417 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte3 Version: 1:0.36.3-1 Depends: gir1.2-gtk-3.0, gir1.2-pango-1.0, libvte-2.90-9 (>= 1:0.36.0) Description: GObject introspection data for the VTE library This package contains introspection data for VTE, a terminal emulator widget for GTK+. . It can be used by interpreters understanding the GIRepository format to write programs using the VTE widget for GTK+ 3.0. Package: autopoint Status: install ok installed Priority: optional Section: devel Installed-Size: 460 Maintainer: Santiago Vila Architecture: all Multi-Arch: foreign Source: gettext Version: 0.19.3-2 Replaces: gettext (<= 0.17-11) Depends: xz-utils Description: The autopoint program from GNU gettext The `autopoint' program copies standard gettext infrastructure files into a source package. It extracts from a macro call of the form `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's `configure.in' or `configure.ac' file, the gettext version used by the package, and copies the infrastructure files belonging to this version into the package. Homepage: http://www.gnu.org/software/gettext/ Package: libidn11 Status: install ok installed Priority: standard Section: libs Installed-Size: 319 Maintainer: Debian Libidn Team Architecture: amd64 Multi-Arch: same Source: libidn Version: 1.29-1+deb8u2 Replaces: libidn11-dev Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Conflicts: libidn9-dev Description: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Homepage: https://www.gnu.org/software/libidn/ Package: libmpdec2 Status: install ok installed Priority: optional Section: libs Installed-Size: 275 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: mpdecimal Version: 2.4.1-1 Replaces: libmpdec2.3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: libmpdec2.3 Description: library for decimal floating point arithmetic (runtime library) mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic. Homepage: http://www.bytereef.org/mpdecimal/index.html Package: python-cupshelpers Status: install ok installed Priority: optional Section: python Installed-Size: 260 Maintainer: Debian GNOME Maintainers Architecture: all Source: system-config-printer Version: 1.4.6-1 Depends: python (>= 2.7), python (<< 2.8), python-cups (>= 1.9.42), python-dbus, python-pycurl Conffiles: /etc/cupshelpers/preferreddrivers.xml 0b19e50addd76f454133ab2039f5f1c8 Description: Python utility modules around the CUPS printing system These Python modules, that come from the system-config-printer distribution, help building applications and utilities around the CUPS Python bindings. Homepage: http://cyberelk.net/tim/software/system-config-printer/ Package: fuse Status: install ok installed Priority: optional Section: utils Installed-Size: 109 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 2.9.3-15+deb8u2 Depends: libc6 (>= 2.14), libfuse2 (= 2.9.3-15+deb8u2), adduser, mount (>= 2.19.1), sed (>= 4), udev | makedev Conffiles: /etc/fuse.conf 298587592c8444196833f317def414f2 Description: Filesystem in Userspace Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. Homepage: http://fuse.sourceforge.net/ Package: rsyslog Status: install ok installed Priority: important Section: admin Installed-Size: 1834 Maintainer: Michael Biebl Architecture: amd64 Version: 8.4.2-1+deb8u2 Provides: linux-kernel-log-daemon, system-log-daemon Depends: libc6 (>= 2.17), libestr0 (>= 0.1.4), libjson-c2 (>= 0.10), liblogging-stdlog0 (>= 1.0.2), liblognorm1 (>= 0.3.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.18~), lsb-base (>= 3.2-14), initscripts (>= 2.88dsf-13.3) Recommends: logrotate Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-mongodb, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp Conflicts: linux-kernel-log-daemon, system-log-daemon Conffiles: /etc/default/rsyslog c7af23c348917e877399baea1849727a /etc/init.d/rsyslog a1ef1bb01ba370040d705c92fc09e92e /etc/logcheck/ignore.d.server/rsyslog 650507df599fbbdd6cb4142bd77fd2ff /etc/logrotate.d/rsyslog b995d89ccfe4a83ac3ffc5ab95b80f7b /etc/rsyslog.conf 169baf73fd49d20d142d088e663a9a63 Description: reliable system and kernel logging daemon Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include: * reliable syslog over TCP, SSL/TLS and RELP * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine-grained output format control * failover to backup destinations * enterprise-class encrypted syslog relaying . It is the default syslogd on Debian systems. Homepage: http://www.rsyslog.com/ Package: libclass-accessor-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 104 Maintainer: Debian Perl Group Architecture: all Version: 0.34-1 Depends: perl, libsub-name-perl Description: Perl module that automatically generates accessors Class::Accessor automagically generates accessor/mutator methods for your class. Most of the time, writing accessors is an exercise in cutting and pasting. If you make your module a subclass of Class::Accessor and declare your accessor fields with mk_accessors() then you will find yourself with a set of automatically generated accessors which can even be customized. Homepage: http://search.cpan.org/dist/Class-Accessor/ Package: nautilus Status: install ok installed Priority: optional Section: gnome Installed-Size: 1649 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.1-2 Replaces: nautilus-sendto Depends: libatk1.0-0 (>= 1.32.0), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libexempi3 (>= 2.2.0), libexif12 (>= 0.6.21-1~), libgail-3-0 (>= 3.0.0), libgdk-pixbuf2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.39.90), libgnome-desktop-3-10 (>= 3.11.90), libgtk-3-0 (>= 3.13.7), libnautilus-extension1a (>= 2.91), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.14.0), libselinux1 (>= 1.32), libtracker-sparql-1.0-0 (>= 0.10.0), libx11-6, libxml2 (>= 2.7.4), nautilus-data (>= 3.14), nautilus-data (<< 3.15), shared-mime-info (>= 0.50), desktop-file-utils (>= 0.7), gvfs (>= 1.3.2), libglib2.0-data, gsettings-desktop-schemas (>= 3.8.0) Recommends: eject, librsvg2-common, gvfs-backends, gnome-icon-theme-symbolic, gnome-sushi Suggests: brasero (>= 2.26), eog, evince | pdf-viewer, totem | mp3-decoder, xdg-user-dirs, tracker Breaks: gnome-bluetooth (<< 3.0), gnome-session (<< 2.28), gnome-volume-manager (<< 2.24), nautilus-sendto-empathy (<< 3.0), rhythmbox (<< 0.12) Description: file manager and graphical shell for GNOME Nautilus is the official file manager for the GNOME desktop. It allows to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the GNOME desktop. It works on local and remote filesystems. . Several icon themes and components for viewing different kinds of files are available in separate packages. Homepage: http://www.gnome.org/projects/nautilus/ Package: libxrandr2 Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxrandr (2:1.4.2-1) Version: 2:1.4.2-1+b1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6, libxrender1 Pre-Depends: multiarch-support Description: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libpolkit-gobject-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 166 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: policykit-1 Version: 0.105-15~deb8u2 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libsystemd0 Pre-Depends: multiarch-support Breaks: libpolkit-agent-1-0 (<< 0.99), libpolkit-backend-1-0 (<< 0.99), libpolkit-gtk-1-0 (<< 0.99), policykit-1 (<< 0.99) Description: PolicyKit Authorization API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing PolicyKit. Homepage: http://www.freedesktop.org/wiki/Software/polkit/ Package: libdbus-1-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 369 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: dbus Version: 1.8.22-0+deb8u1 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Recommends: dbus Breaks: kde-window-manager (<< 4:4.4.5-9), kdebase-workspace-bin (<< 4:4.4.5-9) Description: simple interprocess messaging system (library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . The daemon can be found in the dbus package. Homepage: http://dbus.freedesktop.org/ Package: libalgorithm-c3-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1 Depends: perl Description: Perl module for merging hierarchies using the C3 algorithm The Algorithm::C3 module implements the C3 algorithm. . C3 is the name of an algorithm which aims to provide a sane method resolution order under multiple inheritence. It was first introduced in the language Dylan, and then later adopted as the preferred MRO (Method Resolution Order) for the new-style classes in Python 2.3. Most recently it has been adopted as the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot objects as well. Homepage: https://metacpan.org/release/Algorithm-C3 Package: xorg-docs-core Status: install ok installed Priority: optional Section: doc Installed-Size: 127 Maintainer: Debian X Strike Force Architecture: all Source: xorg-docs Version: 1:1.7-1 Replaces: xorg-docs (<< 1:1.4-5) Suggests: xorg-docs Description: Core documentation for the X.org X Window System This package contains core documentation for the X.org X Window System. This currently includes only a set of manpages which are standard for the system. Package: libva-x11-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 36 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libva Version: 1.4.1-1 Depends: libc6 (>= 2.4), libdrm2 (>= 2.3.1), libva1 (>= 1.0.6), libx11-6 (>= 2:1.4.99.1), libxext6, libxfixes3 Pre-Depends: multiarch-support Description: Video Acceleration (VA) API for Linux -- X11 runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-x11 library. Homepage: http://www.freedesktop.org/wiki/Software/vaapi Package: libgcc1 Status: install ok installed Priority: required Section: libs Installed-Size: 129 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 (4.9.2-10) Version: 1:4.9.2-10 Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Description: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Homepage: http://gcc.gnu.org/ Package: gnome-sound-recorder Status: install ok installed Priority: optional Section: gnome Installed-Size: 421 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.14.0.1-1 Replaces: gnome-media (<< 3.4.0-2~) Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, gjs, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, dconf-gsettings-backend | gsettings-backend Breaks: gnome-media (<< 3.4.0-2~) Description: simple and modern sound recorder for GNOME GNOME sound recorder is an utility to make simple audio recording from your GNOME desktop. It supports several formats like OGG, MP3 or FLAC. Homepage: https://wiki.gnome.org/Design/Apps/SoundRecorder Package: gnome-orca Status: install ok installed Priority: optional Section: gnome Installed-Size: 10797 Maintainer: Debian Accessibility Team Architecture: all Version: 3.14.0-4+deb8u1 Depends: python3, python3:any (>= 3.3.2-2~), gir1.2-glib-2.0, gir1.2-gtk-3.0 (>= 3.6.2), gir1.2-pango-1.0, gir1.2-wnck-3.0, python3-brlapi (>= 0.5.1), python3-cairo, python3-gi (>= 3.10), python3-louis (>= 1.6.2), python3-pyatspi (>= 2.10), python3-speechd (>= 0.8), speech-dispatcher (>= 0.8), gsettings-desktop-schemas Recommends: xbrlapi, libgail-common Conffiles: /etc/xdg/autostart/orca-autostart.desktop e7854362a688070c5ae51fc5d107787d Description: Scriptable screen reader A flexible, extensible, and powerful assistive technology that provides end-user access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). . Orca defines a set of default behaviors (reactions to application events) and key bindings (reaction to user key presses). These default behaviors and key bindings can be overwritten on a per-application basis. Orca creates a script object for each running application, which merges both the default behaviors and key bindings, and the application specific ones. Orca provides the infrastructure to activate and deactivate scripts, as well as a host of services accessible from within the scripts. Homepage: https://wiki.gnome.org/Projects/Orca Package: libreadline6 Status: install ok installed Priority: important Section: libs Installed-Size: 419 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: readline6 (6.3-8) Version: 6.3-8+b3 Depends: readline-common, libc6 (>= 2.15), libtinfo5 Pre-Depends: multiarch-support Description: GNU readline and history libraries, run-time libraries The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Package: fop Status: install ok installed Priority: optional Section: text Installed-Size: 91 Maintainer: Debian Java Maintainers Architecture: all Version: 1:1.1.dfsg2-1+deb8u1 Depends: default-jre-headless | java2-runtime-headless, libfop-java (= 1:1.1.dfsg2-1+deb8u1) Recommends: libsaxon-java Suggests: fop-doc, libservlet2.5-java Description: XML formatter driven by XSL Formatting Objects (XSL-FO.) FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the fop command line tool Homepage: http://xmlgraphics.apache.org/fop/ Package: xfonts-base Status: install ok installed Priority: optional Section: fonts Installed-Size: 8280 Maintainer: Debian X Strike Force Architecture: all Version: 1:1.0.3 Replaces: xfonts-misc Depends: xfonts-utils (>= 1:7.5+2) Suggests: xfs | xserver Conffiles: /etc/X11/fonts/misc/xfonts-base.alias a8ec05d528431d4c9703b55a7efd67a8 Description: standard fonts for X xfonts-base provides a standard set of low-resolution bitmapped fonts. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. Package: libnepomukutils4 Status: install ok installed Priority: optional Section: libs Installed-Size: 408 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libnepomuk4 (= 4:4.14.2-5+deb8u2), libnepomukquery4a (= 4:4.14.2-5+deb8u2), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsoprano4 (>= 2.7.56), libstdc++6 (>= 4.1.1) Description: Nepomuk Utility Library Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements the Nepomuk utility functionality. . This package is part of the KDE Development Platform libraries module. Homepage: http://nepomuk.kde.org/ Package: gir1.2-zpj-0.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 18 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libzapojit (0.0.3-1) Version: 0.0.3-1+b1 Depends: gir1.2-glib-2.0, gir1.2-json-1.0, gir1.2-rest-0.7, gir1.2-soup-2.4, libzapojit-0.0-0 Description: GObject introspection data for the libzapojit library libzapojit is a GLib-based library for accessing online service APIs using the Microsoft SkyDrive and Hotmail REST protocols. . This package contains introspection data for the libzapojit library. It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://git.gnome.org/browse/libzapojit Package: libxcb-sync-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 106 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Replaces: libxcb-sync0-dev Provides: libxcb-sync0-dev Depends: libxcb-sync1 (= 1.10-3+b1), libxcb1-dev Conflicts: libxcb-sync0-dev Description: X C Binding, sync extension, development files This package contains the header and library files needed to build software using libxcb-sync, the sync extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libqt4-svg Status: install ok installed Priority: optional Section: libs Installed-Size: 510 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Description: Qt 4 SVG module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtSvg module provides classes for displaying the contents of SVG files. . Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics and graphical applications in XML. Homepage: http://qt-project.org/ Package: liblinear-tools Status: install ok installed Priority: optional Section: science Installed-Size: 71 Maintainer: Christian Kastner Architecture: amd64 Multi-Arch: foreign Source: liblinear Version: 1.8+dfsg-4 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblinear1 (= 1.8+dfsg-4), libstdc++6 (>= 4.1.1) Suggests: libsvm-tools Description: Standalone applications for LIBLINEAR LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. . This package contains the standalone applications. Homepage: http://www.csie.ntu.edu.tw/~cjlin/liblinear/ Package: libwinpr-pool0.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 246 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Windows Portable Runtime library (pool library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-pool shared library. Homepage: http://www.freerdp.com/ Package: gcr Status: install ok installed Priority: optional Section: gnome Installed-Size: 993 Maintainer: Josselin Mouette Architecture: amd64 Version: 3.14.0-2 Replaces: gnome-keyring (<< 3.3) Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.4), libgcr-base-3-1 (>= 3.8.0), libgcr-ui-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.38.0), libgtk-3-0 (>= 3.0.0), dbus-x11 Breaks: gnome-keyring (<< 3.3) Description: GNOME crypto services (daemon and tools) GCR is a library for crypto UI and related tasks. . This package contains the certificate viewer and prompter service. Homepage: https://wiki.gnome.org/GnomeKeyring Package: libdv4 Status: install ok installed Priority: optional Section: libs Installed-Size: 185 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libdv Version: 1.0.0-6 Depends: libc6 (>= 2.11) Pre-Depends: multiarch-support Suggests: libdv-bin, oss-compat Description: software library for DV format digital video (runtime lib) The Quasar DV Codec (libdv) is a software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format used by consumer-grade digital camcorders. . This package contains the library needed to run executables using libdv. Homepage: http://libdv.sourceforge.net/ Package: libstdc++-4.9-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 11901 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-4.9 Version: 4.9.2-10 Provides: libstdc++-dev Depends: gcc-4.9-base (= 4.9.2-10), libgcc-4.9-dev (= 4.9.2-10), libstdc++6 (>= 4.9.2-10), libc6-dev (>= 2.13-5) Suggests: libstdc++-4.9-doc Conflicts: libg++2.8-dev, libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.10-dev (<< 1:2.95.3-2), libstdc++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++3.0-dev Description: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Homepage: http://gcc.gnu.org/ Package: libaudio2 Status: install ok installed Priority: optional Section: libs Installed-Size: 183 Maintainer: Steve McIntyre <93sam@debian.org> Architecture: amd64 Multi-Arch: same Source: nas Version: 1.9.4-3 Replaces: nas-lib Provides: nas-lib Depends: libc6 (>= 2.15), libxau6, libxt6 Pre-Depends: multiarch-support Suggests: nas Description: Network Audio System - shared libraries The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the NAS library (libaudio), needed for both remote and local output. Package: libfolks-telepathy25 Status: install ok installed Priority: optional Section: libs Installed-Size: 526 Maintainer: Debian Telepathy maintainers Architecture: amd64 Multi-Arch: same Source: folks Version: 0.10.0-1 Depends: libc6 (>= 2.4), libfolks25 (= 0.10.0-1), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.38.2), libtelepathy-glib0 (>= 0.19.3), libzeitgeist-2.0-0 (>= 0.9.9) Pre-Depends: multiarch-support Recommends: folks-common (= 0.10.0-1) Description: Telepathy backend for libfolks libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts. . This package contains the Telepathy backend for libfolks Homepage: https://wiki.gnome.org/Projects/Folks Package: libfbembed2.5 Status: install ok installed Priority: optional Section: libs Installed-Size: 5124 Maintainer: Debian Firebird Group Architecture: amd64 Source: firebird2.5 Version: 2.5.3.26778.ds4-5+deb8u1 Depends: firebird2.5-common (= 2.5.3.26778.ds4-5+deb8u1), firebird2.5-common-doc (= 2.5.3.26778.ds4-5+deb8u1), firebird2.5-server-common (= 2.5.3.26778.ds4-5+deb8u1), libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Firebird embedded client/server library Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used on production systems under a variety of names since 1981. . This package contains libfbembed - the embedded client/server library for Firebird. . It can work with remote Firebird servers (either super-server or classic) via TCP connections, in the same way libfbclient does. . When working with local database libfbembed works directly with the database file without the need of a separate server process. . If you are in doubt, you most probably need libfbclient2, instead of this package. Homepage: http://firebirdsql.org/ Package: util-linux Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 2733 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: foreign Version: 2.25.2-6 Replaces: bash-completion (<< 1:2.1-3) Depends: initscripts, lsb-base (>= 3.0-6), tzdata (>= 2006c-2) Pre-Depends: libblkid1 (>= 2.25), libc6 (>= 2.15), libmount1 (>= 2.25), libncurses5 (>= 5.5-5~), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libslang2 (>= 2.2.4), libsmartcols1 (>= 2.25), libtinfo5, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Suggests: dosfstools, kbd | console-tools, util-linux-locales Breaks: bash-completion (<< 1:2.1-3), grml-debootstrap (<< 0.68) Conffiles: /etc/default/hwclock 3916544450533eca69131f894db0ca12 /etc/init.d/hwclock.sh b5ca46c0c11ace2a1e40217c29646bf2 /etc/pam.d/runuser b8b44b045259525e0fae9e38fdb2aeeb /etc/pam.d/runuser-l 2106ea05877e8913f34b2c77fa02be45 Description: Miscellaneous system utilities This package contains a number of important utilities, most of which are oriented towards maintenance of your system. Some of the more important utilities included in this package allow you to partition your hard disk, view kernel messages, and create new filesystems. Package: gnome-applets Status: install ok installed Priority: optional Section: gnome Installed-Size: 742 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.8.1-1 Replaces: gnome-applets-data (<< 2.30.0-4) Depends: gconf-service, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.15), libcairo2 (>= 1.2.4), libcpufreq0 (>= 001), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base0.10-0 (>= 0.10.14), libgstreamer0.10-0 (>= 0.10.9), libgtk-3-0 (>= 3.2), libgtop2-7 (>= 2.22.3), libgucharmap-2-90-7 (>= 1:3.0.0), libgweather-3-6 (>= 3.10.0), libnotify4 (>= 0.7.0), libpanel-applet-4-0 (>= 3.2.1), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpolkit-gobject-1-0 (>= 0.94), libupower-glib3 (>= 0.99.0), libwnck-3-0 (>= 2.91.6), libx11-6, libxml2 (>= 2.7.4), gconf2 (>= 2.28.1-2), python:any, gnome-applets-data (>= 3.8), gnome-applets-data (<< 3.9), gnome-panel (>= 2.91.91), python-gi, gnome-icon-theme (>= 2.15.91), gvfs, gir1.2-gtk-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-gconf-2.0, gir1.2-panelapplet-4.0, upower Recommends: gnome-system-monitor, gnome-media, gstreamer0.10-pulseaudio | gstreamer0.10-alsa, policykit-1-gnome Suggests: tomboy Description: Various applets for the GNOME panel - binary files accessx-status: indicates keyboard accessibility settings, including the current state of the keyboard, if those features are in use. . Battstat: monitors the power subsystem on a laptop. . Character palette: provides a convenient way to access non-standard characters, such as accented characters, mathematical symbols, special symbols, and punctuation marks. . GNOME CPUFreq Applet: CPU frequency scaling monitor . Drivemount: lets you mount and unmount drives and file systems. . Geyes: pair of eyes which follow the mouse pointer around the screen. . Mixer: volume control. . System monitor: CPU, memory, network, swap file and resource. . Trash: lets you drag items to the trash folder. Homepage: https://git.gnome.org/browse/gnome-applets/ Package: evolution-plugins Status: install ok installed Priority: optional Section: gnome Installed-Size: 561 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution (3.12.9~git20141130.241663-1) Version: 3.12.9~git20141130.241663-1+b1 Depends: libc6 (>= 2.4), libcamel-1.2-49, libcanberra0 (>= 0.2), libebook-1.2-14 (>= 3.5.91), libebook-contacts-1.2-0 (>= 3.7.90), libecal-1.2-16 (>= 3.5.91), libedataserver-1.2-18 (>= 3.11.90), libevolution (>= 3.12), libevolution (<< 3.13), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.36), libgtk-3-0 (>= 3.8.0), libgtkhtml-editor-4.0-0 (>= 4.8), libgtkhtml-editor-4.0-0 (<< 4.10), libical1a (>= 1.0), libnotify4 (>= 0.7.0), libpst4 (>= 0.6.54), libxml2 (>= 2.7.4), evolution (= 3.12.9~git20141130.241663-1+b1) Recommends: notification-daemon Description: standard plugins for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package includes plugins for evolution. The plugins belong to the set of "standard" plugins, which are useful, but not necessary for a functioning application. . The following standard plugins are included. - attachment-reminder - bbdb - dbx-import - email-custom-header - face - mailing-list-actions - mail-notification - mail-to-task - prefer-plain - pst-import - save-calendar - templates Homepage: http://projects.gnome.org/evolution/ Package: qtwebkit5-doc Status: install ok installed Priority: extra Section: doc Installed-Size: 1314 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: qttools-opensource-src Version: 5.3.2-3 Description: Qt 5 webkit documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 webkit libraries. Homepage: http://qt-project.org/ Package: gnome-packagekit Status: install ok installed Priority: optional Section: gnome Installed-Size: 762 Maintainer: Matthias Klumpp Architecture: amd64 Version: 3.14.0-1 Replaces: gnome-software-manager (<< 3.6.0-2) Provides: update-notifier Depends: gnome-packagekit-session (>= 3.14.0-1), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.12), libnotify4 (>= 0.7.0), libpackagekit-glib2-18 (>= 0.9.4), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsqlite3-0 (>= 3.5.9), libx11-6 Breaks: gnome-software-manager (<< 3.6.0-2), update-notifier (<< 3.14.0-1) Description: Graphical distribution neutral package manager for GNOME PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package contains a GTK+ based application for package installation and removal, as well as an application to view system updates. Homepage: https://help.gnome.org/users/gnome-packagekit/stable/ Package: libustr-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 287 Maintainer: Vaclav Ovsik Architecture: amd64 Multi-Arch: same Source: ustr (1.0.4-3) Version: 1.0.4-3+b2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: Micro string library: shared library ustr (Micro string library) is a string API for C. It has tiny overhead over just plain strdup(), is much safer, is easier to use, is faster for many operations, can be used with read-only or automatically allocated data. You don't even need to link to the library to use it (so there are no dependencies). . This package contains the shared library for ustr. Homepage: http://www.and.org/ustr/ Package: libsaxon-java Status: install ok installed Priority: optional Section: java Installed-Size: 1136 Maintainer: Debian Java Maintainers Architecture: all Version: 1:6.5.5-10 Suggests: libjdom1-java, libsaxon-java-doc Description: Saxon XSLT Processor The saxon package is a collection of tools for processing XML documents and implements the XSLT 1.0 recommendation, including XPath 1.0, in its entirety. . Saxon is known to work well for processing DocBook XML documents with the DocBook XSL Stylesheets. Related packages make the process straightforward. Homepage: http://saxon.sourceforge.net/ Package: fontconfig Status: install ok installed Priority: optional Section: fonts Installed-Size: 500 Maintainer: Keith Packard Architecture: amd64 Multi-Arch: foreign Version: 2.11.0-6.3+deb8u1 Replaces: fontconfig-config (<< 2.5.93-1) Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), fontconfig-config Pre-Depends: dpkg (>= 1.16.1) Description: generic font configuration library - support binaries Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . Fontconfig is not a rasterization library, nor does it impose a particular rasterization library on the application. The X-specific library 'Xft' uses fontconfig along with freetype to specify and rasterize fonts. . This package contains a program to maintain the fontconfig cache (fc-cache), a sample program to list installed fonts (fc-list), a program to test the matching rules (fc-match) and a program to dump the binary cache files in string form (fc-cat). It no longer makes fonts managed by defoma available to fontconfig applications. Package: libbrlapi0.6 Status: install ok installed Priority: extra Section: libs Installed-Size: 153 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: brltty Version: 5.2~20141018-5 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: braille display access via BRLTTY - shared library BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package contains the shared library necessary to run programs which need to communicate with a braille display. Homepage: http://mielke.cc/brltty/ Package: libfreehand-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Rene Engelhard Architecture: amd64 Source: libfreehand Version: 0.1.0-2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), librevenge-0.0-0, libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Description: Library for parsing the FreeHand file format structure Libfreehand is library providing ability to interpret and import Adobe/Macromedia drawings into various applications. Homepage: http://freedesktop.org/wiki/Software/libfreehand Package: libspectre1 Status: install ok installed Priority: optional Section: libs Installed-Size: 122 Maintainer: Debian Krap Maintainers Architecture: amd64 Multi-Arch: same Source: libspectre Version: 0.2.7-3 Depends: libc6 (>= 2.14), libgs9 (>= 8.61.dfsg.1) Pre-Depends: multiarch-support Suggests: libspectre1-dbg (= 0.2.7-3) Description: Library for rendering PostScript documents libspectre is a small library for rendering PostScript documents. It provides a convenient easy to use API for handling and rendering PostScript documents. . This package contains the shared library. Homepage: http://libspectre.freedesktop.org Package: liblzo2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Peter Eisentraut Architecture: amd64 Multi-Arch: same Source: lzo2 Version: 2.08-1.2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: data compression library LZO is a portable, lossless data compression library. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. Homepage: http://www.oberhumer.com/opensource/lzo/ Package: libpangomm-1.4-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 2241 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pangomm Version: 2.34.0-1.1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libcairomm-1.0-1 (>= 1.6.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libglibmm-2.4-1c2a (>= 2.40.0), libpango-1.0-0 (>= 1.23.0), libpangocairo-1.0-0 (>= 1.23.0), libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: C++ Wrapper for pango (shared libraries) Pangomm is a C++ wrapper for the pango library. Originally part of gtkmm, pangomm provides convenient C++ interfaces for handling both the layout and internationalization of text in graphical applications. . This package contains the shared library. Homepage: http://gtkmm.org Package: libreoffice-gtk Status: install ok installed Priority: optional Section: gnome Installed-Size: 896 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libreoffice Version: 1:4.3.3-2+deb8u7 Depends: libreoffice-core (= 1:4.3.3-2+deb8u7), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.19), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.24.0), libice6 (>= 1:1.0.0), libicu52 (>= 52~m1-1~), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libsm6, libstdc++6 (>= 4.9), libx11-6, libxext6, libxml2 (>= 2.6.27), uno-libs3 (>= 4.1.0~alpha), ure Recommends: libreoffice-style-tango Conflicts: libgtk2.0-0 (= 2.12.10-1) Enhances: libreoffice Description: office productivity suite -- GTK+ integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Gtk plugin for drawing LibreOffices widgets with Gtk+ and a Gtk/GNOMEish File Picker and print dialog when running under GNOME. It also contains a QuickStarter for the "notification area". Homepage: http://www.libreoffice.org Package: libnih-dbus1 Status: install ok installed Priority: optional Section: libs Installed-Size: 145 Maintainer: Scott James Remnant Architecture: amd64 Source: libnih Version: 1.0.3-4.3 Depends: libnih1 (= 1.0.3-4.3), libc6 (>= 2.2.5), libdbus-1-3 (>= 1.2.16) Description: NIH D-Bus Bindings Library libnih-dbus is a D-Bus bindings library that integrates with the main loop provided by libnih. . This package contains the shared library. Homepage: https://launchpad.net/libnih Package: libqt4-opengl-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 343 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev, libqt4-dev (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqt4-opengl (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1) Description: Qt 4 OpenGL library development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development files needed to build Qt 4 applications using QtOpenGL library. Homepage: http://qt-project.org/ Package: gnuchess-book Status: install ok installed Priority: optional Section: games Installed-Size: 2853 Maintainer: Oliver Korff Architecture: all Version: 1.02-1 Depends: gnuchess (>= 6.0.2) Description: Opening book for gnuchess This is the opening book for gnuchess. It was formerly distributed together with gnuchess, now it has been separated due to size and architecture-independence. It is recommended that you install it if you want to use gnuchess. Homepage: http://www.gnu.org/software/chess/ Package: packagekit Status: install ok installed Priority: optional Section: admin Installed-Size: 2987 Maintainer: Matthias Klumpp Architecture: amd64 Multi-Arch: foreign Version: 1.0.1-2 Depends: gdebi-core (>= 0.8.2), libglib2.0-bin, policykit-1, libapt-inst1.5 (>= 0.8.14), libapt-pkg4.12 (>= 0.9.11), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.37.3), libgstreamer1.0-0 (>= 1.0.0), libpackagekit-glib2-18 (>= 1.0.0), libpolkit-gobject-1-0 (>= 0.99), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.9), libsystemd0 Recommends: packagekit-tools Suggests: appstream-index Breaks: libpackagekit-glib2-14 (<= 0.7.6-4), libpackagekit-qt2-2 (<= 0.7.6-4), packagekit-backend-apt (<< 1.0), packagekit-backend-aptcc (<< 1.0), packagekit-backend-smart (<< 1.0), packagekit-offline-update (<< 1.0) Conffiles: /etc/PackageKit/PackageKit.conf 71da11578968301072133d233e91cd1e /etc/PackageKit/Vendor.conf d254ae4237929dea5da81e8978338ccd /etc/apt/apt.conf.d/20packagekit f9751c0229fd14ae8d7b69de0645f7b3 /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf fded44ee0c8edb7e65b9649570db3574 Description: Provides a package management service PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . The work is done by backends which make use of the package manager shipped by the corresponding distribution. PackageKit is not meant to replace advanced tools like Synaptic. . The main benefits are: - unified interface on several distributions - fine grained privileges by using PolicyKit - independency from a running desktop session during the processing Homepage: http://www.packagekit.org Package: libkfile4 Status: install ok installed Priority: optional Section: libs Installed-Size: 890 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.14), libkdecore5 (= 4:4.14.2-5+deb8u2), libkdeui5 (= 4:4.14.2-5+deb8u2), libkio5 (= 4:4.14.2-5+deb8u2), libqt4-xml (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsolid4 (= 4:4.14.2-5+deb8u2), libstdc++6 (>= 4.1.1), libxrender1 Description: File Selection Dialog Library for KDE Platform This library provides the file selection dialog and its components. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: libespeak1 Status: install ok installed Priority: optional Section: libs Installed-Size: 337 Maintainer: Debian Accessibility Team Architecture: amd64 Multi-Arch: same Source: espeak Version: 1.48.04+dfsg-1 Depends: libc6 (>= 2.16), libgcc1 (>= 1:4.1.1), libportaudio2 (>= 19+svn20101113), libpulse0 (>= 0.99.1), libsonic0 (>= 0.1.10), libstdc++6 (>= 4.1.1), espeak-data (= 1.48.04+dfsg-1) Pre-Depends: multiarch-support Description: Multi-lingual software speech synthesizer: shared library eSpeak is a software speech synthesizer for English, and some other languages. . This package contains the espeak program in a shared library. Homepage: http://espeak.sourceforge.net/ Package: tasksel Status: install ok installed Priority: important Section: admin Installed-Size: 718 Maintainer: Debian Install System Team Architecture: all Version: 3.31+deb8u1 Depends: debconf (>= 0.5) | debconf-2.0, liblocale-gettext-perl, apt, tasksel-data, perl-base (>= 5.14.0-1) Pre-Depends: debconf (>= 1.5.34) | cdebconf (>= 0.106) Conflicts: base-config (<< 2.32), debconf (<< 1.4.27) Description: tool for selecting tasks for installation on Debian systems This package provides 'tasksel', a simple interface for users who want to configure their system to perform a specific task. Package: xorg Status: install ok installed Priority: optional Section: x11 Installed-Size: 79 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1:7.7+7 Provides: x-window-system, x-window-system-core Depends: xserver-xorg (>= 1:7.7+7), libgl1-mesa-glx | libgl1, libgl1-mesa-dri, libglu1-mesa, xfonts-base (>= 1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), xfonts-scalable (>= 1:1.0.0-1), x11-apps, x11-session-utils, x11-utils, x11-xkb-utils, x11-xserver-utils, xauth, xinit, xfonts-utils, xkb-data, xorg-docs-core, xterm | x-terminal-emulator Suggests: xorg-docs, x11-xfs-utils Description: X.Org X Window System This metapackage provides the components for a standalone workstation running the X Window System. It provides the X libraries, an X server, a set of fonts, and a group of basic X clients and utilities. . Higher level metapackages, such as those for desktop environments, can depend on this package and simplify their dependencies. . It should be noted that a package providing x-window-manager should also be installed to ensure a comfortable X experience. Package: libcamel-1.2-49 Status: install ok installed Priority: optional Section: libs Installed-Size: 1322 Maintainer: Debian Evolution Maintainers Architecture: amd64 Source: evolution-data-server Version: 3.12.9~git20141128.5242b0-2+deb8u3 Depends: libc6 (>= 2.15), libglib2.0-0 (>= 2.36), libgssapi-krb5-2 (>= 1.10+dfsg~), libicu52 (>= 52~m1-1~), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3), libsqlite3-0 (>= 3.6.0), zlib1g (>= 1:1.1.4) Breaks: evolution (<< 2.26) Description: Evolution MIME message handling library Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: https://wiki.gnome.org/Apps/Evolution Package: fonts-lmodern Status: install ok installed Priority: optional Section: fonts Installed-Size: 10665 Maintainer: Debian TeX maintainers Architecture: all Multi-Arch: foreign Source: lmodern Version: 2.004.4-5 Replaces: lmodern (<= 2.004.2-1) Depends: dpkg (>= 1.14.18), tex-common (>= 4) Breaks: lmodern (<= 2.004.2-1) Conffiles: /etc/fonts/conf.avail/65-fonts-lmodern.conf d747c3c8c33e2a6a712bf8ee27bd3c7c Description: OpenType fonts based on Computer Modern The Latin Modern fonts, also known as "lm fonts", are a set of scalable fonts in PostScript Type 1 and OpenType formats. They are based on the PostScript Type 1 version of the Computer Modern fonts and contain many additional characters (mostly accented ones). . This package provides the OpenType variant of these fonts. For support for TeX and Type 1 (PostScript) fonts, see the lmodern package. . The Latin Modern fonts were generated using MetaType1, a program based on MetaPost for generating PostScript Type 1 fonts (ftp://bop.eps.gda.pl/pub/metatype1/). Their size is reasonable and they are usually considered to be of good quality (compared to cm-super, for instance; however, cm-super contains font families that have no equivalent in this package; additionally, there are character sets that are supported by cm-super and not by the Latin Modern fonts). Homepage: http://www.gust.org.pl/projects/e-foundry/latin-modern/ Package: libclass-c3-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 79 Maintainer: Debian Perl Group Architecture: all Version: 0.26-1 Depends: perl, libalgorithm-c3-perl Recommends: libclass-c3-xs-perl Description: pragma for using the C3 method resolution order Class::C3 is a Perl pragma that modifies the standard method resolution order from depth-first left-to-right to the more sophisticated C3 method resolution order. . The C3 algorithm aims to provide a sane method resolution order with multiple inheritance. It was first introduced in the Dylan language, later adopted for Python 2.3. It is also the canonical MRO implementation for Perl 6 classes and is the default for Parrot objects as well. Homepage: https://metacpan.org/release/Class-C3 Package: libattica0.4 Status: install ok installed Priority: optional Section: libs Installed-Size: 1056 Maintainer: Debian Krap Maintainers Architecture: amd64 Multi-Arch: same Source: attica Version: 0.4.2-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-network (>= 4:4.7), libqtcore4 (>= 4:4.7.0~beta1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt library that implements the Open Collaboration Services API Attica is a Qt library that implements the Open Collaboration Services API version 1.6. It grants easy access to the services such as querying information about persons and contents. Homepage: https://projects.kde.org/attica Package: python2.7-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 3825 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python2.7 Version: 2.7.9-2+deb8u1 Replaces: python2.7 (<< 2.7.8-7~) Depends: libpython2.7-minimal (= 2.7.9-2+deb8u1), zlib1g (>= 1:1.2.0) Pre-Depends: libc6 (>= 2.15) Recommends: python2.7 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Description: Minimal subset of the Python language (version 2.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Package: libjson-c2 Status: install ok installed Priority: important Section: libs Installed-Size: 88 Maintainer: fabien boucher Architecture: amd64 Multi-Arch: same Source: json-c Version: 0.11-4 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: JSON manipulation library - shared library This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. Homepage: https://github.com/json-c/json-c/wiki Package: libwrap0 Status: install ok installed Priority: standard Section: libs Installed-Size: 86 Maintainer: Marco d'Itri Architecture: amd64 Multi-Arch: same Source: tcp-wrappers Version: 7.6.q-25 Replaces: tcpd (<< 7.6.q-20) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Recommends: tcpd Breaks: tcpd (<< 7.6.q-20) Description: Wietse Venema's TCP wrappers library Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Package: libfile-copy-recursive-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 88 Maintainer: Debian Perl Group Architecture: all Version: 0.38-1 Depends: perl (>= 5.6.0-16) Description: Perl extension for recursively copying files and directories File::Copy::Recursive module copies and moves directories recursively (or single files, well... singley) to an optional depth and attempts to preserve each file or directory's mode. Homepage: http://search.cpan.org/dist/File-Copy-Recursive/ Package: libgdata19 Status: install ok installed Priority: optional Section: libs Installed-Size: 1081 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgdata Version: 0.16.1-1 Depends: libc6 (>= 2.14), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.37.3), libgoa-1.0-0b (>= 3.7.90), libjson-glib-1.0-0 (>= 0.13.2), liboauth0 (>= 0.9.1), libsoup2.4-1 (>= 2.42.0), libxml2 (>= 2.7.4), libgdata-common Description: Library for accessing GData webservices - shared libraries libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. . This package contains the shared libraries. Homepage: https://wiki.gnome.org/Projects/libgdata Package: libruli4 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Everton da Silva Marques Architecture: amd64 Source: ruli Version: 0.33-1.1 Depends: libc6 (>= 2.3), liboop4 Description: Library for easily querying DNS SRV records RULI stands for Resolver User Layer Interface. It's a library built on top of an asynchronous DNS stub resolver. RULI provides an easy-to-use interface for querying DNS SRV resource records. The goal is to promote the wide deployment of SRV-cognizant client programs. RULI aims to fully support SRV-related standards. Package: rpcbind Status: install ok installed Priority: standard Section: net Installed-Size: 158 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 0.2.1-6+deb8u2 Replaces: libc-bin (<< 2.16) Provides: portmap Depends: libc6 (>= 2.16), libtirpc1 (>= 0.2.5-1+deb8u1), libwrap0 (>= 7.6-4~), lsb-base (>= 4.1+Debian3), insserv (>= 1.14.0-2.1) | file-rc, initscripts (>= 2.88dsf-13.3) Breaks: libc-bin (<< 2.16) Conflicts: portmap Conffiles: /etc/init.d/rpcbind 974fba7e24d9ac77723dbbeaa7eb974f /etc/init/portmap-wait.conf 5999af4cc5813b66456cfaa2ec373493 /etc/init/rpcbind-boot.conf 73a7b949697222b8d1616334629269be /etc/init/rpcbind.conf b18154e411970f32ac4dbbedd974cd43 /etc/insserv.conf.d/rpcbind 669a5c3a6ffa8b5b5ce263057934d118 Description: converts RPC program numbers into universal addresses The rpcbind utility is a server that converts RPC program numbers into universal addresses. Homepage: http://sourceforge.net/projects/rpcbind/ Package: libbasicusageenvironment0 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: liblivemedia Version: 2014.01.13-1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: multimedia RTSP streaming library (BasicUsageEnvironment class) The live555.com streaming media code is a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries can be used to build applications to stream, receive and process MPEG, H.263+ or JPEG video, several audio codecs, and can easily be extended to support additional codecs. They can also be used to build basic RTSP (Real Time Streaming Protocol) or SIP (Session Initiation Protocol) clients and servers. . This package contains the BasicUsageEnvironment library which defines one concrete implementation (i.e., subclasses) of the "UsageEnvironment" classes, for use in simple, console applications. Read events and delayed operations are handled using a select() loop. Homepage: http://www.live555.com/liveMedia/ Package: libavahi-common-data Status: install ok installed Priority: optional Section: libs Installed-Size: 794 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.31-5 Description: Avahi common data files Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains common data files for avahi. Homepage: http://avahi.org/ Package: libgnomekbd8 Status: install ok installed Priority: optional Section: libs Installed-Size: 161 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgnomekbd Version: 3.6.0-1 Depends: iso-codes, libgnomekbd-common (>= 3.6.0-1), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.26.0), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.22.0), libx11-6, libxklavier16 (>= 5.0) Description: GNOME library to manage keyboard configuration - shared library libgnomekbd offers an API to manage the keyboard in GNOME applications. . libgnomekbdui offers an API to display a graphical user interface for libgnomekbd operations. . This package contains the shared library. Package: notification-daemon Status: install ok installed Priority: optional Section: x11 Installed-Size: 163 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 0.7.6-2 Replaces: notify-daemon Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libx11-6 Conflicts: notify-daemon Conffiles: /etc/xdg/autostart/notification-daemon.desktop ddb2feb5051c5e045cb4c434e814b0e8 Description: daemon for displaying passive pop-up notifications notification-daemon displays passive pop-up notifications, as per the Desktop Notifications Specification. . The Desktop Notifications Specification provides a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. Homepage: http://www.galago-project.org/specs/notification/index.php Package: iagno Status: install ok installed Priority: optional Section: games Installed-Size: 6823 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.1-2 Replaces: gnome-accessibility-themes (<< 3.14.0) Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.40.0), libgtk-3-0 (>= 3.12), librsvg2-2 (>= 2.32.0), dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gnome-accessibility-themes (<< 3.14.0) Description: popular Othello game for GNOME Iagno is a computer version of the game Reversi, more popularly called Othello. Iagno is a two player strategy game similar to Go. The board is 8 by 8 with tiles that are black on one side and white on the other side. The object of Iagno is to flip as many of your opponent's tiles to your color as possible without your opponent flipping your tiles. This is done by trapping your opponent's tiles between two tiles of your own color. Homepage: https://wiki.gnome.org/Apps/Iagno Package: libfreerdp-utils1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 268 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (freerdp-utils library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-utils shared library. Homepage: http://www.freerdp.com/ Package: linux-image-3.16.0-4-amd64 Status: install ok installed Priority: optional Section: kernel Installed-Size: 159820 Maintainer: Debian Kernel Team Architecture: amd64 Source: linux Version: 3.16.43-2 Provides: linux-modules-3.16.0-4-amd64 Depends: kmod | module-init-tools, linux-base (>= 3~), debconf (>= 0.5) | debconf-2.0, initramfs-tools (>= 0.110~) | linux-initramfs-tool Pre-Depends: debconf | debconf-2.0 Recommends: firmware-linux-free (>= 3~), irqbalance Suggests: linux-doc-3.16, debian-kernel-handbook, grub-pc | grub-efi | extlinux Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.110~) Description: Linux 3.16 for 64-bit PCs The Linux kernel 3.16 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. Homepage: https://www.kernel.org/ Package: quadrapassel Status: install ok installed Priority: optional Section: games Installed-Size: 5669 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1:3.14.0-1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk3-0 (>= 0.25), libclutter-1.0-0 (>= 1.11.10), libclutter-gtk-1.0-0 (>= 0.91.8), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.9.12), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend Description: popular Russian game, similar to Tetris Quadrapassel comes from the classic falling-block game, Tetris. The goal of the game is to create complete horizontal lines of blocks, which will disappear. Homepage: https://wiki.gnome.org/Quadrapassel Package: eject Status: install ok installed Priority: optional Section: utils Installed-Size: 184 Maintainer: Frank Lichtenheld Architecture: amd64 Multi-Arch: foreign Version: 2.1.5+deb1+cvs20081104-13.1+deb8u1 Depends: libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.90) Suggests: cdtool, setcd Description: ejects CDs and operates CD-Changers under Linux This little program will eject CD-ROMs (assuming your drive supports the CDROMEJECT ioctl). It also allows setting the autoeject feature. . On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing the active disc. . You can also use eject to properly disconnect external mass-storage devices like digital cameras or portable music players. Homepage: http://www.pobox.com/~tranter/eject.html Package: mythes-en-us Status: install ok installed Priority: optional Section: text Installed-Size: 21143 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4+deb8u1) Version: 1:3.3.0-4+deb8u1 Replaces: openoffice.org-thesaurus-en-us Provides: mythes-en-gb, mythes-thesaurus, mythes-thesaurus-en, openoffice.org-thesaurus-en-us Depends: libreoffice-core | openoffice.org-core (>= 1.9), dictionaries-common (>= 0.10) | openoffice.org-updatedicts Conflicts: openoffice.org (<< 1.9) Description: English Thesaurus for LibreOffice/OpenOffice.org Openoffice.org is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an English thesaurus for LibreOffice/OpenOffice.org. Package: libgtk2-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 3112 Maintainer: Debian Perl Group Architecture: amd64 Version: 2:1.2492-4 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), perl (>= 5.20.1-5), perlapi-5.20.1, libcairo-perl, libglib-perl (>= 3:1.280), libpango-perl, shared-mime-info Suggests: libgtk2-perl-doc, librsvg2-common Description: Perl interface to the 2.x series of the Gimp Toolkit library Gtk2 allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. . Gtk+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, the Gtk+ is suitable for projects ranging from small one-off tools to complete application suites. Find out more about Gtk+ at http://www.gtk.org. Homepage: http://gtk2-perl.sourceforge.net/ Package: default-jre-headless Status: install ok installed Priority: optional Section: java Installed-Size: 49 Maintainer: Debian Java Mailing List Architecture: amd64 Source: java-common (0.52) Version: 2:1.7-52 Replaces: openjdk-6-jre-headless (<< 6b23~pre8-2~) Provides: java-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless Depends: openjdk-7-jre-headless (>= 7~u3-2.1.1), java-common Suggests: default-jre Description: Standard Java or Java compatible Runtime (headless) This package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-7-jre-headless for amd64. . The package is used as dependency for packages not needing a graphical display during runtime. Homepage: https://wiki.debian.org/Java/ Package: libicu52 Status: install ok installed Priority: optional Section: libs Installed-Size: 27364 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: icu Version: 52.1-8+deb8u5 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Homepage: http://www.icu-project.org Package: libhttp-negotiate-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 6.00-2 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-message-perl Breaks: libwww-perl (<< 6.00) Description: implementation of content negotiation HTTP::Negotiate provides a complete implementation of the HTTP content negotiation algorithm. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. Homepage: http://search.cpan.org/dist/HTTP-Negotiate/ Package: libphonenumber6 Status: install ok installed Priority: optional Section: libs Installed-Size: 14772 Maintainer: Debian Java Maintainers Architecture: amd64 Source: libphonenumber (6.3~svn698-3) Version: 6.3~svn698-3+b1 Depends: libboost-date-time1.55.0, libboost-system1.55.0, libboost-thread1.55.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), libprotobuf9, libstdc++6 (>= 4.9) Pre-Depends: multiarch-support Description: parsing/formatting/validating phone numbers Google's common C++ and Java library for parsing, formatting, storing and validating international phone numbers. . This package contains the runtime libraries for C++ users. Homepage: http://code.google.com/p/libphonenumber/ Package: libcgraph6 Status: install ok installed Priority: optional Section: libs Installed-Size: 162 Maintainer: Debian QA Group Architecture: amd64 Source: graphviz Version: 2.38.0-7 Depends: libc6 (>= 2.14), libcdt5 Conflicts: libgraphviz4 Description: rich set of graph drawing tools - cgraph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cgraph library. Homepage: http://www.graphviz.org/ Package: libclutter-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1546 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: clutter-1.0 Version: 1.20.0-1 Depends: libatk1.0-0 (>= 2.5.3), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.12.16-3~), libcogl-pango20 (>= 1.17.4), libcogl-path20 (>= 1.17.4), libcogl20 (>= 1.18.0), libdrm2 (>= 2.3.1), libegl1-mesa (>= 7.8.1) | libegl1-x11, libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgbm1 (>= 7.11~1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libgtk-3-0 (>= 3.9.10), libinput5 (>= 0.5.0), libjson-glib-1.0-0 (>= 0.12.0), libpango-1.0-0 (>= 1.30), libpangocairo-1.0-0 (>= 1.30), libpangoft2-1.0-0 (>= 1.30), libudev1 (>= 183), libwayland-client0 (>= 1.3.92), libwayland-cursor0 (>= 1.0.2), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libwayland-server0 (>= 1.2.0), libx11-6 (>= 2:1.2.99.901), libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxkbcommon0 (>= 0.2.0), libxrandr2 Pre-Depends: multiarch-support Recommends: libclutter-1.0-common Breaks: libcogl11, libcogl12, libcogl15, libcogl9, libmutter0d, libmutter0e (<< 3.13.4) Description: Open GL based interactive canvas library Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. Homepage: http://www.clutter-project.org/ Package: libfreerdp-common1.1.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 261 Maintainer: Mike Gabriel Architecture: amd64 Multi-Arch: same Source: freerdp Version: 1.1.0~git20140921.1.440916e+dfsg1-4 Replaces: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629), libwinpr-environment0.1 (>= 1.1.0~beta1+git20130629), libwinpr-file0.1 (>= 1.1.0~beta1+git20130629), libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629), libwinpr-heap0.1 (>= 1.1.0~beta1+git20130629), libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629), libwinpr-library0.1 (>= 1.1.0~beta1+git20130629), libwinpr-path0.1 (>= 1.1.0~beta1+git20130629), libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629), libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629), libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629), libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: freerdp-x11 Breaks: libfreerdp1 (<< 1.1.0~git20140921.1.440916e+dfsg-1) Description: Free Remote Desktop Protocol library (common library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-common shared library. Homepage: http://www.freerdp.com/ Package: python-xdg Status: install ok installed Priority: optional Section: python Installed-Size: 191 Maintainer: Debian Python Modules Team Architecture: all Source: pyxdg Version: 0.25-4 Depends: python (>= 2.7), python (<< 2.8) Description: Python 2 library to access freedesktop.org standards PyXDG contains implementations of freedesktop.org standards in Python: . * Base Directory Specification Version 0.6 * Menu Specification Version 1.0-draft1 * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 . This package contains the Python 2 version of the library. Homepage: http://www.freedesktop.org/wiki/Software/pyxdg Package: libdvdread4 Status: install ok installed Priority: optional Section: libs Installed-Size: 154 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: libdvdread Version: 5.0.0-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Recommends: libdvdnav4 Suggests: libdvdcss2 Description: library for reading DVDs libdvdread provides the functionality that is required to access many DVDs. It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling. . libdvdread probes for libdvdcss at runtime and if found, will use it to decrypt sections of the DVD as necessary. libdvdcss needs to be installed from third-party repositories (see README.css), it's not included in Debian. Homepage: http://dvdnav.mplayerhq.hu/ Package: totem-plugins Status: install ok installed Priority: optional Section: video Installed-Size: 873 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: totem Version: 3.14.0-2 Depends: libatk1.0-0 (>= 1.29.4), libc6 (>= 2.7), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.13.7), liblircclient0, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libtotem0 (>= 3.14.0-2), libtotem0 (<< 3.15), libxml2 (>= 2.7.4), python:any (>= 2.6.6-7~), python2.7, totem (= 3.14.0-2), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-peas-1.0, gir1.2-totem-1.0 (= 3.14.0-2), python-gi (>= 2.90.3), python-xdg Recommends: gnome-settings-daemon Suggests: gromit Description: Plugins for the Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains a set of recommended plugins for Totem, which allow to: . * Annotate the screen with the Gromit tool * Control Totem with an Infrared remote control * Control Totem with the keyboard's media player keys * Keep the Totem window on top of the screen * Display movie properties * Deactivate the screensaver when a movie is playing * Skip to a defined time in the movie * Set the away status in the instant messenger when a movie is playing * Control totem with a mobile phone using the Bluetooth protocol * Share the current playlist via HTTP * Search, browse for and play videos from YouTube . Additional plugins can be written in C, Python or Vala. Homepage: https://wiki.gnome.org/Apps/Videos Package: sed Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 575 Maintainer: Clint Adams Architecture: amd64 Version: 4.2.2-4+deb8u1 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.14), libselinux1 (>= 1.32) Description: The GNU sed stream editor sed reads the specified files or the standard input if no files are specified, makes editing changes according to a list of commands, and writes the results to the standard output. Homepage: http://www.gnu.org/software/sed/ Package: libregexp-assemble-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 226 Maintainer: Debian Perl Group Architecture: all Version: 0.35-8 Depends: perl Description: Perl module that assemble multiple regexps into a single one Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match. . It is also possible to track the original patterns, so that you can determine which, among the source patterns that form the assembled pattern, was the one that caused the match to occur. Homepage: https://metacpan.org/release/Regexp-Assemble/ Package: libdmapsharing-3.0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 232 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libdmapsharing Version: 2.9.28-1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libsoup2.4-1 (>= 2.32), zlib1g (>= 1:1.1.4) Description: DMAP client and server library - runtime libdmapsharing is a library to access and share content through the DMAP (DAAP & DPAP) protocols. The library is written in C using GObject and libsoup. . This package contains the runtime needed by programs using the library. Homepage: http://www.flyn.org/projects/libdmapsharing/ Package: libcups2 Status: install ok installed Priority: optional Section: libs Installed-Size: 636 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: cups Version: 1.7.5-11+deb8u1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14), libgnutls-deb0-28 (>= 3.3.0), libgssapi-krb5-2 (>= 1.10+dfsg~), zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Suggests: cups-common Breaks: cups (<< 1.5.0) Description: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Homepage: http://www.cups.org Package: libsmartcols1 Status: install ok installed Priority: required Section: libs Installed-Size: 209 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.25.2-6 Depends: libc6 (>= 2.17) Pre-Depends: multiarch-support Description: smart column output alignment library The smart column output alignment library, used by fdisk utilities. Package: libmodule-pluggable-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 5.1-1 Depends: perl Description: module for giving modules the ability to have plugins Module::Pluggable provides a simple but, hopefully, extensible way of having 'plugins' for your module. Essentially all it does is export a method into your namespace that looks through a search path for .pm files and turn those into class names. Optionally it instantiates those classes for you. Homepage: https://metacpan.org/release/Module-Pluggable/ Package: telepathy-gabble Status: install ok installed Priority: optional Section: net Installed-Size: 2008 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: telepathy-gabble (0.18.3-1) Version: 0.18.3-1+b1 Provides: telepathy-connection-manager Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.1.1), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.32), libgnutls-deb0-28 (>= 3.3.0), libnice10 (>= 0.1.0), libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libtelepathy-glib0 (>= 0.19.7), libxml2 (>= 2.7.4) Breaks: telepathy-mission-control-5 (<< 1:5.5) Description: Jabber/XMPP connection manager Gabble is a Jabber/XMPP connection manager for the Telepathy framework, currently supporting single user chats, multi user chats and voice/video calls. Install this package to use Telepathy instant messaging clients with Jabber/XMPP servers, including Google Talk and Facebook Chat. Homepage: http://telepathy.freedesktop.org/wiki/ Package: libcryptsetup4 Status: install ok installed Priority: optional Section: libs Installed-Size: 227 Maintainer: Debian Cryptsetup Team Architecture: amd64 Multi-Arch: same Source: cryptsetup Version: 2:1.6.6-5 Depends: libc6 (>= 2.17), libdevmapper1.02.1 (>= 2:1.02.90), libgcrypt20 (>= 1.6.1), libuuid1 (>= 2.16), libgpg-error0 (>= 1.10-0.1) Description: disk encryption support - shared library Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . This package provides the libcryptsetup shared library. Homepage: http://code.google.com/p/cryptsetup/ Package: libwww-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 416 Maintainer: Debian Perl Group Architecture: all Version: 6.08-1 Depends: perl, ca-certificates, libencode-locale-perl, libfile-listing-perl, libhtml-parser-perl, libhtml-tagset-perl, libhtml-tree-perl, libhttp-cookies-perl, libhttp-date-perl, libhttp-message-perl, libhttp-negotiate-perl, liblwp-mediatypes-perl, liblwp-protocol-https-perl, libnet-http-perl (>= 6.07), liburi-perl, libwww-robotrules-perl, netbase Recommends: libhtml-form-perl, libhtml-format-perl, libhttp-daemon-perl, libmailtools-perl Suggests: libauthen-ntlm-perl Breaks: fusioninventory-agent (<< 2.1.8-2), gsutil (<< 3.1-1), libfrontier-rpc-perl (<< 0.07b4-6), libhttp-daemon-ssl-perl (<< 1.04-3), libhttp-proxy-perl (<< 0.24-2), libhttp-request-ascgi-perl (<< 1.2-2), libhttp-request-params-perl (<< 1.01-6), libjson-rpc-perl (<< 0.96-3), libpoe-perl (<< 2:1.2990-2), librpc-xml-perl (<< 0.74-2), libsoap-lite-perl (<< 0.7.12-3), libwww-mechanize-formfiller-perl (<< 0.10-2), libwww-mechanize-perl (<< 1.66-2), satutils (<= 0.6), tidy-proxy (<< 0.97-4) Description: simple and consistent interface to the world-wide web libwww-perl (also known as LWP) is a collection of Perl modules that provide a simple and consistent programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. It also contains general purpose modules, as well as a simple HTTP/1.1-compatible server implementation. Homepage: https://metacpan.org/release/libwww-perl Package: libaprutil1-ldap Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Debian Apache Maintainers Architecture: amd64 Multi-Arch: same Source: apr-util Version: 1.5.4-1 Depends: libaprutil1 (= 1.5.4-1), libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7) Description: Apache Portable Runtime Utility Library - LDAP Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the LDAP driver. Homepage: http://apr.apache.org/ Package: libqt4-scripttools Status: install ok installed Priority: optional Section: libs Installed-Size: 856 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qt4-x11 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-script (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtcore4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libqtgui4 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt 4 script tools module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtScriptTools module provides additional components for applications that use Qt Script. . This package contains the Qt Script debugger, a tool for debugging script execution in Qt applications that use Qt Script. Homepage: http://qt-project.org/ Package: libegl1-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 262 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa Version: 10.3.2-1+deb8u1 Replaces: libegl1-x11 Provides: libegl1-x11 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.25), libexpat1 (>= 2.0.1), libgbm1 (>= 7.11~1), libwayland-client0 (>= 1.3.92), libwayland-server0 (>= 1.2.0), libx11-6, libx11-xcb1, libxcb-dri2-0 (>= 1.8), libxcb-render0, libxcb-shape0, libxcb-xfixes0, libxcb1, libudev1 Pre-Depends: multiarch-support Recommends: libegl1-mesa-drivers Conflicts: libegl1-x11 Description: free implementation of the EGL API -- runtime This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains modules to interface with the existing system GLX or DRI2 drivers to provide OpenGL via EGL. The libegl1-mesa-drivers package provides drivers to provide hardware-accelerated OpenGL|ES and OpenVG support. Homepage: http://mesa3d.sourceforge.net/ Package: fonts-lyx Status: install ok installed Priority: optional Section: fonts Installed-Size: 335 Maintainer: Debian LyX Maintainers Architecture: all Source: lyx Version: 2.1.2-2 Description: TrueType versions of some TeX fonts used by LyX These fonts are needed for the visual math symbol display in LyX. They can also be used to display MathML in Gecko-based browsers like Iceweasel. . The following fonts are included in this package: * cmex10 - Computer Modern math extension * cmmi10 - Computer Modern math italic * cmr10 - Computer Modern Roman * cmsy10 - Computer Modern math symbols * esint10 - Alternate integrals * eufm10 - Euler Fraktur (medium-weight) * msam10 - Extra math symbols, first series * msbm10 - Extra math symbols, second series, including Blackboard Bold * wasy10 - Waldi symbol fonts Homepage: http://www.lyx.org/ Package: xserver-xorg-video-ati Status: install ok installed Priority: optional Section: x11 Installed-Size: 361 Maintainer: Debian X Strike Force Architecture: amd64 Version: 1:7.5.0-1 Provides: xorg-driver-video Depends: libc6 (>= 2.4), libpciaccess0, xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903), xserver-xorg-video-r128, xserver-xorg-video-mach64, xserver-xorg-video-radeon Description: X.Org X server -- AMD/ATI display driver wrapper This package provides the 'ati' driver for the AMD/ATI Mach64, Rage128, Radeon, FireGL, FireMV, FirePro and FireStream series. This driver is actually a wrapper that loads one of the 'mach64', 'r128' or 'radeon' sub-drivers depending on the hardware. These sub-drivers are brought through package dependencies. . Users of Rage, Mach, or Radeon boards may remove this package only if they use Driver "r128", "mach64", or "radeon" in /etc/X11/xorg.conf instead of relying on autodetection. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-ati driver module. Package: libtotem-plparser18 Status: install ok installed Priority: optional Section: libs Installed-Size: 654 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: totem-pl-parser Version: 3.10.3-1 Replaces: libtotem-plparser10, libtotem-plparser12, libtotem-plparser17 Depends: libarchive13, libc6 (>= 2.8), libgcrypt20 (>= 1.6.0), libglib2.0-0 (>= 2.37.3), libgmime-2.6-0 (>= 2.6.4), libquvi7 (>= 0.4.0), libsoup2.4-1 (>= 2.30.0), libxml2 (>= 2.7.4) Description: Totem Playlist Parser library - runtime files totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those. . This package contains the shared library. Package: rarian-compat Status: install ok installed Priority: extra Section: doc Installed-Size: 412 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: rarian Version: 0.8.1-6 Replaces: scrollkeeper (<< 0.4) Provides: scrollkeeper Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), librarian0 (>= 0.8.0), libstdc++6 (>= 4.1.1), xml-core (>= 0.12), docbook-xml Conflicts: scrollkeeper (<< 0.4) Description: Documentation meta-data library (compatibility tools) Rarian (formerly Spoon) is a documentation meta-data library, designed as a replacement for Scrollkeeper. Homepage: http://rarian.freedesktop.org/ Package: libidn11-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 813 Maintainer: Debian Libidn Team Architecture: amd64 Source: libidn Version: 1.29-1+deb8u2 Depends: libidn11 (= 1.29-1+deb8u2), pkg-config Conflicts: libidn9-dev Description: Development files for GNU Libidn, an IDN library GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the header files, static library, pkg-config information, API man pages, and the Libidn manual. Homepage: https://www.gnu.org/software/libidn/ Package: libqtwebkit4 Status: install ok installed Priority: optional Section: libs Installed-Size: 36132 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Multi-Arch: same Source: qtwebkit Version: 2.3.4.dfsg-3 Replaces: libqt4-webkit (<= 4:4.7.0~beta1) Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libjpeg62-turbo (>= 1:1.3.1), libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.8.6+git64-g5dc8b2b+dfsg-2~), libqt4-opengl (>= 4:4.8.6+git64-g5dc8b2b+dfsg-2~), libqt4-xmlpatterns (>= 4:4.8.6+git64-g5dc8b2b+dfsg-2~), libqtcore4 (>= 4:4.8.6+git64-g5dc8b2b+dfsg-2~), libqtgui4 (>= 4:4.8.6+git64-g5dc8b2b+dfsg-2~), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.9), libx11-6, libxrender1, zlib1g (>= 1:1.2.0) Pre-Depends: multiarch-support Description: Web content engine library for Qt QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. Homepage: http://trac.webkit.org/wiki/QtWebKit Package: libcheese7 Status: install ok installed Priority: optional Section: libs Installed-Size: 362 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: cheese Version: 3.14.1-2 Depends: libc6 (>= 2.4), libclutter-gst-2.0-0 (>= 0.10.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.90), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgudev-1.0-0 (>= 146), cheese-common (= 3.14.1-2), gstreamer1.0-plugins-base (>= 0.11.0), gstreamer1.0-plugins-good (>= 0.11.0), gstreamer1.0-plugins-bad, gstreamer1.0-x Pre-Depends: multiarch-support Description: tool to take pictures and videos from your webcam - base library A webcam application that supports image and video capture. Makes it easy to take photos and videos of you, your friends, pets or whatever you want. Allows you to apply fancy visual effects, fine-control image settings and has features such as Multi-Burst mode, Countdown timer for photos. . This package contains the base shared library. Homepage: https://wiki.gnome.org/Apps/Cheese Package: libstreams0 Status: install ok installed Priority: optional Section: libs Installed-Size: 281 Maintainer: Debian KDE Extras Team Architecture: amd64 Source: strigi (0.7.8-1.2) Version: 0.7.8-1.2+b2 Replaces: strigi-daemon (<< 0.3.11-1) Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Description: streams library for Strigi Desktop Search This package is part of Strigi Desktop Search; it contains a library for input streams of data. . See the 'strigi-daemon' package for more information. Homepage: http://strigi.sourceforge.net Package: libpcap0.8 Status: install ok installed Priority: optional Section: libs Installed-Size: 297 Maintainer: Romain Francoise Architecture: amd64 Multi-Arch: same Source: libpcap Version: 1.6.2-2 Replaces: libpcap0.8-dev (<< 1.0.0-2) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: system interface for user-level packet capture libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Homepage: http://www.tcpdump.org/ Package: gir1.2-totem-plparser-1.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 60 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: totem-pl-parser Version: 3.10.3-1 Replaces: gir1.0-totem-plparser-1.0 Depends: gir1.2-glib-2.0, libtotem-plparser18 (>= 3.10.0) Conflicts: gir1.0-totem-plparser-1.0 Description: GObject introspection data for the Totem Playlist Parser library This package contains introspection data for the Totem Playlist Parser library. . totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: libwayland-server0 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: wayland Version: 1.6.0-2 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4) Pre-Depends: multiarch-support Breaks: weston (<< 1.2.0) Conflicts: libwayland0 (<< 1.1.0-1) Description: wayland compositor infrastructure - server library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the server side of the Wayland protocol. Homepage: http://wayland.freedesktop.org/ Package: netbase Status: install ok installed Priority: important Section: admin Installed-Size: 66 Maintainer: Marco d'Itri Architecture: all Multi-Arch: foreign Version: 5.3 Depends: lsb-base (>= 3.0-6) Recommends: ifupdown Breaks: ifupdown (<< 0.7) Conffiles: /etc/rpc f0b6f6352bf886623adc04183120f83b /etc/protocols bb9c019d6524e913fd72441d58b68216 /etc/services 7d9960c77b363e2c2f41b77733cf57d4 Description: Basic TCP/IP networking system This package provides the necessary infrastructure for basic TCP/IP based networking. Package: libxcb-dpms0 Status: install ok installed Priority: optional Section: libs Installed-Size: 19 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.4), libxcb1 Pre-Depends: multiarch-support Description: X C Binding, dpms extension This package contains the library files needed to run software using libxcb-dpms, the dpms extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: discover Status: install ok installed Priority: optional Section: admin Installed-Size: 122 Maintainer: Debian Install System Team Architecture: amd64 Version: 2.1.2-7 Depends: libc6 (>= 2.3), libdiscover2 (= 2.1.2-7), libexpat1 (>= 2.0.1), libusb-0.1-4 (>= 2:0.1.12), debconf (>= 0.5) | debconf-2.0 Suggests: lsb-base Conflicts: discover1 (<< 2.0) Conffiles: /etc/discover-modprobe.conf 68df2d938e71f2723c42fce528070682 Description: hardware identification system Discover is a hardware identification system based on the libdiscover2 library. Discover provides a flexible interface that programs can use to report a wide range of information about the hardware that is installed on a Linux system. In addition to reporting information, Discover includes support for doing hardware detection at boot time. Package: valgrind-dbg Status: install ok installed Priority: extra Section: debug Installed-Size: 233675 Maintainer: Alessandro Ghedini Architecture: amd64 Source: valgrind Version: 1:3.10.0-4 Depends: valgrind (= 1:3.10.0-4) Description: instrumentation framework for building dynamic analysis tools (debug) Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools. . This package provides the debug symbols for valgrind's tools and libraries. Homepage: http://www.valgrind.org/ Package: zlib1g-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 451 Maintainer: Mark Brown Architecture: amd64 Multi-Arch: same Source: zlib (1:1.2.8.dfsg-2) Version: 1:1.2.8.dfsg-2+b1 Provides: libz-dev Depends: zlib1g (= 1:1.2.8.dfsg-2+b1), libc6-dev | libc-dev Conflicts: zlib1-dev Description: compression library - development zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the development support files. Homepage: http://zlib.net/ Package: fonts-dejavu Status: install ok installed Priority: optional Section: fonts Installed-Size: 55 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Version: 2.34-1 Replaces: ttf-dejavu (<< 2.33+svn2514-2~) Depends: fonts-dejavu-core, fonts-dejavu-extra Breaks: ttf-dejavu (<< 2.33+svn2514-2~) Description: metapackage to pull in fonts-dejavu-core and fonts-dejavu-extra DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original Vera style. DejaVu currently works towards conformance with the Multilingual European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu fonts provide serif, sans and monospaced variants. . Use this package if you want all DejaVu variants. . DejaVu fonts are intended for use on low-resolution devices (mainly computer screens) but can be used in printing as well. Homepage: http://dejavu-fonts.org/ Package: doc-debian Status: install ok installed Priority: standard Section: doc Installed-Size: 147 Maintainer: Javier Fernández-Sanguino Peña Architecture: all Version: 6.2 Recommends: debian-faq Suggests: postscript-viewer, www-browser Description: Debian Project documentation and other documents The Debian Project is an association of individuals who have made common cause to create a free operating system. . In this package, you will find: * Debian Linux Manifesto, * Constitution for the Debian Project, * Debian Social Contract, * Debian Free Software Guidelines. . Additionally provided are: * Debian Bug Tracking System documentation, and * Introduction to the Debian mailing lists. . All of these files are available at ftp://ftp.debian.org/debian/doc/ and mirrors thereof. Package: libxklavier16 Status: install ok installed Priority: optional Section: libs Installed-Size: 148 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libxklavier Version: 5.2.1-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libx11-6, libxi6 (>= 2:1.1.2), libxkbfile1, libxml2 (>= 2.7.4), xkb-data (>= 0.8), x11-xkb-utils Suggests: iso-codes Description: X Keyboard Extension high-level API Libxklavier provides programmers an API for high(er) level access to the X Keyboard Extension, to ease creating XKB related applications. Homepage: http://www.freedesktop.org/wiki/Software/LibXklavier Package: growisofs Status: install ok installed Priority: optional Section: video Installed-Size: 199 Maintainer: Optical Media Tools Team Architecture: amd64 Source: dvd+rw-tools Version: 7.1-11 Replaces: dvd+rw-tools (<< 7.1-9) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Breaks: dvd+rw-tools (<< 7.1-9) Description: DVD+-RW/R recorder growisofs is a general purpose DVD recording program that supports: . * random-access media (DVD+RW, DVD-RAM, plain files, hard disk partitions) * mastering multisession DVD media (DVD+R, DVD-R/-RW, and Blu-ray Disc) * first-/single-session recording of arbitrary pre-mastered image (formatted as UDF, ISO9660 or any other file system, if formatted at all) to all supported DVD media types. . growisofs is able to either write pre-created ISO images or create them on-the-fly (by calling genisoimage). . This package also contains dvd+rw-format, a utility to format a DVD+RW media. Homepage: http://fy.chalmers.se/~appro/linux/DVD+RW/ Package: gir1.2-gdesktopenums-3.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 47 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gsettings-desktop-schemas Version: 3.14.1-1 Description: GObject introspection for GSettings desktop-wide schemas gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. . This package contains introspection data for GSettings desktop-wide schemas. It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.gnome.org/ Package: libelfg0 Status: install ok installed Priority: optional Section: libs Installed-Size: 123 Maintainer: Alex Pennace Architecture: amd64 Multi-Arch: same Source: libelf Version: 0.8.13-5 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Conflicts: libelf, libelf0 (<= 0.6.4-5) Description: an ELF object file access library libelf provides routines to access and manipulate ELF object files. It is still not complete, but is required for a number of programs, such as Eli (a state of the art compiler generation system), and Elk (the Extension Language Kit - an implementation of the Scheme programming language.) . This shared library may be needed by pre-packaged programs. To compile programs with this library, you will need to install the libelfg0-dev package as well. Package: libvpx1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1809 Maintainer: Sebastian Dröge Architecture: amd64 Multi-Arch: same Source: libvpx Version: 1.3.0-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Description: VP8 and VP9 video codec (shared library) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the shared libraries. Homepage: http://www.webmproject.org Package: libgksu2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 584 Maintainer: Gustavo Noronha Silva Architecture: amd64 Source: libgksu Version: 2.0.13~pre1-8 Depends: gconf-service, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgconf-2-4 (>= 3.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.35.9), libgnome-keyring0 (>= 3.2.2-2~), libgtk2.0-0 (>= 2.12.0), libgtop2-7 (>= 2.22.3), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.4), libx11-6, gconf2 (>= 2.28.1-2), xauth Recommends: sudo Description: library providing su and sudo functionality This library comes from the gksu program. It provides a simple API to use su and sudo in programs that need to execute tasks as other user. It provides X authentication facilities for running programs in an X session. Homepage: http://www.nongnu.org/gksu Package: libxml-sax-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 226 Maintainer: Debian Perl Group Architecture: all Version: 0.99+dfsg-2 Depends: perl, libxml-namespacesupport-perl, libxml-sax-base-perl, ucf (>= 0.28) Recommends: libxml-sax-expat-perl Description: Perl module for using and building Perl SAX2 XML processors XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness. . The package also contains a SAX parser, XML::SAX::PurePerl, but it is considered too slow for serious use and is only provided as a fallback parser. It is recommend XML::SAX::Expat (provided in libxml-sax-expat-perl) instead. . The framework includes a Debian-specific script (called update-perl-sax-parsers) to manage the ParserDetails.ini file. This script is intended to be used in postinst and prerm package scripts to (de)register parsers. See README.Debian for more info. Homepage: http://search.cpan.org/dist/XML-SAX/ Package: mesa-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 138 Maintainer: Debian X Strike Force Architecture: amd64 Source: mesa-demos Version: 8.2.0-1 Replaces: xbase-clients (<< 6.8.2-38) Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libglew1.10 (>= 1.10.0), libglu1-mesa | libglu1, libx11-6, libxext6 Description: Miscellaneous Mesa GL utilities This package provides several basic GL utilities built by Mesa, including glxinfo and glxgears. Homepage: http://mesa3d.org/ Package: python-wnck Status: install ok installed Priority: optional Section: python Installed-Size: 165 Maintainer: Loic Minier Architecture: amd64 Source: gnome-python-desktop Version: 2.32.0+dfsg-3 Replaces: python-gnome2-desktop (<< 2.24.0-2) Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libwnck22 (>= 2.30.0-3), python (>= 2.7), python (<< 2.8), python-gtk2 Description: Python bindings for the WNCK library This package contains a module that allows one to communicate with the Window Manager using the EWMH specification from Python applications. Package: libcpan-meta-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 362 Maintainer: Debian Perl Group Architecture: all Version: 2.142690-1 Depends: perl, perl (>= 5.15.0) | libjson-pp-perl, perl (>= 5.17.1) | libcpan-meta-requirements-perl, perl (>= 5.17.1) | libcpan-meta-yaml-perl, perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414) Description: Perl module to access CPAN distributions metadata Software distributions released to the CPAN include a META.json or, for older distributions, META.yml which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. . CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data. Homepage: https://metacpan.org/release/CPAN-Meta Package: libcairomm-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Dave Beckett Architecture: amd64 Source: cairomm Version: 1.10.0-1.1 Replaces: libcairomm-1.0-0 Depends: libc6 (>= 2.14), libcairo2 (>= 1.10.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libpng12-0 (>= 1.2.13-4), libsigc++-2.0-0c2a (>= 2.2.0), libstdc++6 (>= 4.4.0), libx11-6, libxext6, libxrender1, zlib1g (>= 1:1.1.4) Description: C++ wrappers for Cairo (shared libraries) cairomm provides C++ bindings for the Cairo graphics library, a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the shared libraries. Homepage: http://cairographics.org/cairomm/ Package: python-talloc Status: install ok installed Priority: optional Section: python Installed-Size: 78 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: talloc Version: 2.1.2-0+deb8u1 Provides: python2.7-talloc Depends: libc6 (>= 2.2.5), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), python (>= 2.7), python (<< 2.8) Pre-Depends: multiarch-support Description: hierarchical pool based memory allocator - Python bindings A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the Python bindings. Homepage: http://talloc.samba.org/ Package: gnome-session-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 853 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-session Version: 3.14.0-2 Replaces: gnome-session (<< 3.0), gnome-session-bin (<< 3.0), libgnomevfs2-common (<< 1:2.24.0-3) Conffiles: /etc/gnome/defaults.list 99f79b46e02fcad28473bc584d4f1b6b /etc/X11/Xsession.d/55gnome-session_gnomerc 0d6fbd1c962e79b114c8e9278c820232 Description: GNOME Session Manager - common files The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the translations, data files and startup scripts which are common to the GNOME and GNOME fallback sessions. Package: adwaita-icon-theme Status: install ok installed Priority: optional Section: gnome Installed-Size: 14087 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Version: 3.14.0-2 Replaces: gnome-themes-standard-data (<< 3.13.90) Depends: hicolor-icon-theme, libgtk-3-bin, librsvg2-common Breaks: gnome-themes-standard-data (<< 3.13.90) Description: default icon theme of GNOME This package contains the default icon theme used by the GNOME desktop. The icons are used in many of the official gnome applications like eog, evince, system monitor, and many more. Package: libconfuse-common Status: install ok installed Priority: optional Section: libs Installed-Size: 8 Maintainer: Aurelien Jarno Architecture: all Multi-Arch: foreign Source: confuse Version: 2.7-5 Replaces: libconfuse0 (<< 2.7-2) Description: Common files for libConfuse This package contains internationalization files for the confuse library. Homepage: http://www.nongnu.org/confuse/ Package: software-properties-common Status: install ok installed Priority: optional Section: admin Installed-Size: 263 Maintainer: Julian Andres Klode Architecture: all Source: software-properties Version: 0.92.25debian1 Replaces: python-software-properties (<< 0.85), python3-software-properties (<< 0.85) Depends: python3 (>= 3.2.3-3~), python3-gi, gir1.2-glib-2.0, python3-dbus, python3-software-properties, ca-certificates Breaks: python-software-properties (<< 0.85), python3-software-properties (<< 0.85) Conffiles: /etc/dbus-1/system.d/com.ubuntu.SoftwareProperties.conf cc3c01a5b5e8e05d40c9c075f44c43ea Description: manage the repositories that you install software from (common) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains the common files for software-properties like the D-Bus backend. Package: libdbusmenu-qt2 Status: install ok installed Priority: optional Section: libs Installed-Size: 247 Maintainer: Debian Krap Maintainers Architecture: amd64 Multi-Arch: same Source: libdbusmenu-qt Version: 0.9.2-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqt4-dbus (>= 4:4.6.2), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.7.0~beta2), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Description: Qt implementation of the DBusMenu protocol This library provides a Qt implementation of the DBusMenu protocol. . The DBusMenu protocol makes it possible for applications to export and import their menus over D-Bus. . This package provides the libdbusmenu-qt2 shared library. Homepage: https://launchpad.net/libdbusmenu-qt Package: libkmediaplayer4 Status: install ok installed Priority: optional Section: libs Installed-Size: 177 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: kde4libs Version: 4:4.14.2-5+deb8u2 Depends: libc6 (>= 2.4), libkdeui5 (= 4:4.14.2-5+deb8u2), libkparts4 (= 4:4.14.2-5+deb8u2), libqt4-dbus (>= 4:4.8.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1) Description: KMediaPlayer Interface for the KDE Platform KMediaPlayer provides an API for re-usable media player components. The main class (KMediaPlayer::Player) provides all the necessary media player operations, with an optional GUI to control them. . This package is part of the KDE Development Platform libraries module. Homepage: http://www.kde.org/ Package: python-ldb Status: install ok installed Priority: optional Section: python Installed-Size: 148 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: ldb Version: 2:1.1.20-0+deb8u1 Provides: python2.7-ldb Depends: libldb1 (= 2:1.1.20-0+deb8u1), python (>= 2.7), python (<< 2.8), libc6 (>= 2.2.5), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213) Pre-Depends: multiarch-support Description: Python bindings for LDB ldb is a LDAP-like embedded database built on top of TDB. . This package contains the Python bindings. Homepage: http://ldb.samba.org/ Package: libxcb-xkb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 141 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libxcb (1.10-3) Version: 1.10-3+b1 Depends: libc6 (>= 2.14), libxcb1 (>= 1.8) Pre-Depends: multiarch-support Description: X C Binding, XKEYBOARD extension This package contains the library files needed to run software using libxcb-xkb, the XKEYBOARD extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libvorbis-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1715 Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Multi-Arch: same Source: libvorbis Version: 1.3.4-2 Depends: libogg-dev, libvorbis0a (= 1.3.4-2), libvorbisenc2 (= 1.3.4-2), libvorbisfile3 (= 1.3.4-2) Description: development files for Vorbis General Audio Compression Codec Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . This package contains the header files and documentation needed to develop applications with libvorbis. Homepage: http://www.xiph.org/vorbis/ Package: libavahi-core7 Status: install ok installed Priority: optional Section: libs Installed-Size: 294 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.31-5 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.15) Pre-Depends: multiarch-support Description: Avahi's embeddable mDNS/DNS-SD library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's embeddable mDNS/DNS-SD stack. This can be used by embedded applications to integrate mDNS/DNS-SD functionality into their applications. . You should not however use this library for non-embedded applications, you should use libavahi-client which interacts with the avahi daemon. Homepage: http://avahi.org/