Package: goexif Version: 0.0~git20150520.0.709fab3-1 Architecture: i386 Maintainer: Debian Go Packaging Team Installed-Size: 3328 Built-Using: golang-1.6 (= 1.6.1-0ubuntu1), golang-defaults (= 2:1.6-1ubuntu4) Filename: ./i386/goexif_0.0~git20150520.0.709fab3-1_i386.deb Size: 1407834 MD5sum: 28d3c2a01419d8d657d340aa4714c739 SHA1: cdc1758ce72c049309fa96b96e0a08e21b5aff07 SHA256: 3bbffbfc62a2e804321ce6547a861193619b872f1f8377106c33ac519d0c6e58 Section: devel Priority: extra Homepage: https://github.com/rwcarlsen/goexif Description: Decode embedded EXIF meta data from image files. goexif Provides decoding of basic exif and tiff encoded data. Still in alpha - no guarantees. Suggestions and pull requests are welcome. Functionality is split into two packages - "exif" and "tiff" The exif package depends on the tiff package. Documentation can be found at http://godoc.org/github.com/rwcarlsen/goexif . Like goexif? - Bitcoin tips welcome: 17M7LFh3ETz4bz83VikB7xuGQskt8K5Lj4 . To install, in a terminal type: . . go get github.com/rwcarlsen/goexif/exif . . Or if you just want the tiff package: . . go get github.com/rwcarlsen/goexif/tiff . . Example usage: . ```go package main . import ( "fmt" "log" "os" "github.com/rwcarlsen/goexif/exif" "github.com/rwcarlsen/goexif/mknote" . ) . func ExampleDecode() { fname := "sample1.jpg" f, err := os.Open(fname) if err != nil { log.Fatal(err) } . // Optionally register camera makenote data parsing - currently Nikon and // Canon are supported. exif.RegisterParsers(mknote.All...) . x, err := exif.Decode(f) if err != nil { log.Fatal(err) } . camModel, _ := x.Get(exif.Model) // normally, don't ignore errors! fmt.Println(camModel.StringVal()) . focal, _ := x.Get(exif.FocalLength) numer, denom, _ := focal.Rat2(0) // retrieve first (only) rat. value fmt.Printf("%v/%v", numer, denom) . // Two convenience functions exist for date/time taken and GPS coords: tm, _ := x.DateTime() fmt.Println("Taken: ", tm) . lat, long, _ := x.LatLong() fmt.Println("lat, long: ", lat, ", ", long) . } ``` githalytics.com alpha (http://githalytics.com/rwcarlsen/goexif) Package: goexif Version: 0.0~git20150520.0.709fab3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 3826 Built-Using: golang-1.6 (= 1.6.1-0ubuntu1), golang-defaults (= 2:1.6-1ubuntu4) Filename: ./amd64/goexif_0.0~git20150520.0.709fab3-1_amd64.deb Size: 1437718 MD5sum: ec00d9880ded3a88b13505b07ff4905e SHA1: 30644ae2fb62f0d95abd934d8d9c0da5280d6de8 SHA256: 6b5413b347c041ceb08310285120c11cceb4a23cf25c1a8713dfd6dfcb5a618c Section: devel Priority: extra Homepage: https://github.com/rwcarlsen/goexif Description: Decode embedded EXIF meta data from image files. goexif Provides decoding of basic exif and tiff encoded data. Still in alpha - no guarantees. Suggestions and pull requests are welcome. Functionality is split into two packages - "exif" and "tiff" The exif package depends on the tiff package. Documentation can be found at http://godoc.org/github.com/rwcarlsen/goexif . Like goexif? - Bitcoin tips welcome: 17M7LFh3ETz4bz83VikB7xuGQskt8K5Lj4 . To install, in a terminal type: . . go get github.com/rwcarlsen/goexif/exif . . Or if you just want the tiff package: . . go get github.com/rwcarlsen/goexif/tiff . . Example usage: . ```go package main . import ( "fmt" "log" "os" "github.com/rwcarlsen/goexif/exif" "github.com/rwcarlsen/goexif/mknote" . ) . func ExampleDecode() { fname := "sample1.jpg" f, err := os.Open(fname) if err != nil { log.Fatal(err) } . // Optionally register camera makenote data parsing - currently Nikon and // Canon are supported. exif.RegisterParsers(mknote.All...) . x, err := exif.Decode(f) if err != nil { log.Fatal(err) } . camModel, _ := x.Get(exif.Model) // normally, don't ignore errors! fmt.Println(camModel.StringVal()) . focal, _ := x.Get(exif.FocalLength) numer, denom, _ := focal.Rat2(0) // retrieve first (only) rat. value fmt.Printf("%v/%v", numer, denom) . // Two convenience functions exist for date/time taken and GPS coords: tm, _ := x.DateTime() fmt.Println("Taken: ", tm) . lat, long, _ := x.LatLong() fmt.Println("lat, long: ", lat, ", ", long) . } ``` githalytics.com alpha (http://githalytics.com/rwcarlsen/goexif) Package: golang-photocp Version: 0.0~git20161231.0.ca5bef3-1 Architecture: i386 Maintainer: Debian Go Packaging Team Installed-Size: 1988 Built-Using: golang-1.6 (= 1.6.1-0ubuntu1), golang-defaults (= 2:1.6-1ubuntu4) Filename: ./i386/golang-photocp_0.0~git20161231.0.ca5bef3-1_i386.deb Size: 573688 MD5sum: 1f342ac3d3dd5aaa67c6b349f1a8e13f SHA1: eae3c58a9d5bffe29313fe0ebc1efdd0455a3572 SHA256: 8028544a5603be59d27776c35cf5729f94d4200f6f4dbfb7e236cbe6348f5f21 Section: devel Priority: extra Homepage: TODO Description: TODO: short description Package: golang-photocp Version: 0.0~git20161231.0.ca5bef3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 2486 Built-Using: golang-1.6 (= 1.6.1-0ubuntu1), golang-defaults (= 2:1.6-1ubuntu4) Filename: ./amd64/golang-photocp_0.0~git20161231.0.ca5bef3-1_amd64.deb Size: 603214 MD5sum: b3a79ec52f53028ac8b7907475dfa6cb SHA1: 96b055fe8bfb0e93d9a7130e6304b6e3a67ea952 SHA256: 31afde6d172e1e7549526ce47b473fd3f2f994cf70f02734c2a3ca5bb18fb358 Section: devel Priority: extra Homepage: TODO Description: TODO: short description Package: libgit2-24 Source: libgit2 Version: 0.24.1-2 Architecture: i386 Maintainer: Russell Sim Installed-Size: 1092 Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.18.2), libhttp-parser2.1 (>= 2.1), libssh2-1 (>= 1.2.5), zlib1g (>= 1:1.1.4) Filename: ./i386/libgit2-24_0.24.1-2_i386.deb Size: 413964 MD5sum: 34775832c83b5cb34a49163be19ecf39 SHA1: 316d4bc57599df6ef8ee938cdf2244caefea34f2 SHA256: 6bdd9cbe51327370239f369d50942087b69ea32ddf7d6169b6dcc163a045753f Section: libs Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ 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. Package: libgit2-24 Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 943 Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.18.2), libhttp-parser2.1 (>= 2.1), libssh2-1 (>= 1.2.5), zlib1g (>= 1:1.1.4) Filename: ./amd64/libgit2-24_0.24.1-2_amd64.deb Size: 364224 MD5sum: 5089007d139c4e3827df8fcefa607caa SHA1: 70714ca353ca3a0ab31288d40fb2d3278f9a0459 SHA256: 53f294264155e58ae7df653e6762473ac9312c8a45fe20c1ffb9f5cb731d6f87 Section: libs Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ 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. Package: libgit2-dbg Source: libgit2 Version: 0.24.1-2 Architecture: i386 Maintainer: Russell Sim Installed-Size: 1367 Depends: libgit2-24 (= 0.24.1-2) Filename: ./i386/libgit2-dbg_0.24.1-2_i386.deb Size: 1285922 MD5sum: 9799de092a097f794f2bdcf32ced5193 SHA1: b8bf22b460672ad7e49b049a1c700262ee7ca0ab SHA256: a54ec0c6994550276148d5cc3a09ba386beb7a06dacb51314701fa4ebd3039ff Section: libdevel Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ Description: low-level Git library (development files) 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. . This package contains the debugging symbols for libgit2. Build-Ids: 10ebc6b28b7fc4ba549bc680c60b1cdf59fe8da8 Package: libgit2-dbg Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 1550 Depends: libgit2-24 (= 0.24.1-2) Filename: ./amd64/libgit2-dbg_0.24.1-2_amd64.deb Size: 1454056 MD5sum: dafb248f8703518928e5abd99b243d80 SHA1: c00ee3bae3bcd1d2b479acbc5e609e0535493055 SHA256: 3c09a21695ee119ca01f0358dc1a0d53c358a77f708911a3c6acd08b1eb13433 Section: libdevel Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ Description: low-level Git library (development files) 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. . This package contains the debugging symbols for libgit2. Build-Ids: a2d6bebbb510cddf05957f0778f188daa2aa9b1f Package: libgit2-dev Source: libgit2 Version: 0.24.1-2 Architecture: i386 Maintainer: Russell Sim Installed-Size: 2409 Depends: libgit2-24 (= 0.24.1-2), libz-dev, libcurl4-gnutls-dev, libssh2-1-dev, libhttp-parser-dev Filename: ./i386/libgit2-dev_0.24.1-2_i386.deb Size: 664664 MD5sum: 7c499e9b1e2dfcaf3bd27776b5917ebd SHA1: 069f9a3be4a4edb75216048f51d3a6298f6b7b64 SHA256: e2e4ebec2e09da2436eef8294a870714b11bb63a250e6adc4712ed55a28f50ee Section: libdevel Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ Description: low-level Git library (development files) 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. . This package contains the development files for libgit2. Package: libgit2-dev Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 2689 Depends: libgit2-24 (= 0.24.1-2), libz-dev, libcurl4-gnutls-dev, libssh2-1-dev, libhttp-parser-dev Filename: ./amd64/libgit2-dev_0.24.1-2_amd64.deb Size: 629042 MD5sum: d02763f78bfc32a7d8b87ca803f13a7c SHA1: 6cdc80f664619ece67246f4423c30abe06753f67 SHA256: cf8ced123c8ed44aadd999e861bc03ce983eef039a8da9cbb7b41a705adb3a85 Section: libdevel Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ Description: low-level Git library (development files) 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. . This package contains the development files for libgit2. Package: libhdfs3 Version: 2.2.30-1 Architecture: i386 Maintainer: Zhanwei Wang Installed-Size: 2746 Depends: libc6 (>= 2.8), libgcc1 (>= 1:4.2), libgsasl7 (>= 1.1), libkrb5-3 (>= 1.6.dfsg.2), libprotobuf9v5, libstdc++6 (>= 5.2), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Filename: ./i386/libhdfs3_2.2.30-1_i386.deb Size: 591964 MD5sum: d8235c74c65cd5a42e65a8b83c9bf773 SHA1: d61166df4dcd5cab8d52bee1be5ae1b3ad2373bb SHA256: 2a749f490abab0a3321fabf36059ccc08d34353243360331cc9edfbdd7d874bc Section: libs Priority: optional Homepage: http://pivotalrd.github.io/libhdfs3/ Description: Native C/C++ HDFS Client Libhdfs3, designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. . Libhdfs3 is developed by Pivotal and used in HAWQ, which is a massive parallel database engine in Pivotal Hadoop Distribution. Package: libhdfs3 Version: 2.2.30-1 Architecture: amd64 Maintainer: Zhanwei Wang Installed-Size: 2908 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgsasl7 (>= 1.1), libkrb5-3 (>= 1.6.dfsg.2), libprotobuf9v5, libstdc++6 (>= 5.2), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Filename: ./amd64/libhdfs3_2.2.30-1_amd64.deb Size: 580442 MD5sum: 59dffbf1d790e640bb77dd95a82572e6 SHA1: d44d2753e160a49acdd3334d72c2bf4eba6c8d62 SHA256: b238e736b7e40f55ba45d2a59bc49874ec6cf229671ca709115bd41715105f78 Section: libs Priority: optional Homepage: http://pivotalrd.github.io/libhdfs3/ Description: Native C/C++ HDFS Client Libhdfs3, designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. . Libhdfs3 is developed by Pivotal and used in HAWQ, which is a massive parallel database engine in Pivotal Hadoop Distribution. Package: libhdfs3-dev Source: libhdfs3 Version: 2.2.30-1 Architecture: i386 Maintainer: Zhanwei Wang Installed-Size: 5248 Depends: libhdfs3 (= 2.2.30-1) Filename: ./i386/libhdfs3-dev_2.2.30-1_i386.deb Size: 622688 MD5sum: 7c3c1a5f36c8367b105651b62b451131 SHA1: c2af63f3a4a1fb07ffefbbe399a473bf4adad392 SHA256: 9797ef615b6b8e72334821f17dab70766f9367dd5b925508b73b01a49a7253e9 Section: libdevel Priority: optional Homepage: http://pivotalrd.github.io/libhdfs3/ Description: Native C/C++ HDFS Client - development files Libhdfs3, designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. Package: libhdfs3-dev Source: libhdfs3 Version: 2.2.30-1 Architecture: amd64 Maintainer: Zhanwei Wang Installed-Size: 6835 Depends: libhdfs3 (= 2.2.30-1) Filename: ./amd64/libhdfs3-dev_2.2.30-1_amd64.deb Size: 630730 MD5sum: 60d529f9e83bbf55edcfe2f1f5945047 SHA1: c36e1c099d37d5da2f627ff01679c48471f02a80 SHA256: 8446fb9a34ad02fca7bdda7f60e1cf0bd47889473da66960eb10537137aba352 Section: libdevel Priority: optional Homepage: http://pivotalrd.github.io/libhdfs3/ Description: Native C/C++ HDFS Client - development files Libhdfs3, designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. Package: libhttp-parser-dev Source: http-parser Version: 2.1-2 Architecture: i386 Maintainer: Praveen Arimbrathodiyil Installed-Size: 54 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./i386/libhttp-parser-dev_2.1-2_i386.deb Size: 15054 MD5sum: 24ee6da58e8b71205e27876e02f1b1a4 SHA1: 5d922447197ba429f57ba025af5093b246c754ad SHA256: 558a077beb50f3f7e2f1f7b5059c6a9cd2ed9ebca50a38fa2566978aae148597 Section: libdevel Priority: extra Homepage: https://github.com/joyent/http-parser 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. Package: libhttp-parser-dev Source: http-parser Version: 2.1-2 Architecture: amd64 Maintainer: Praveen Arimbrathodiyil Installed-Size: 61 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./amd64/libhttp-parser-dev_2.1-2_amd64.deb Size: 14844 MD5sum: 5f1d88fce6c71a73a8baa7ab85e90642 SHA1: 0cc1d2da6c1de17434e5b8a47e9eea1529c5091a SHA256: 4aa9628565f6cf4c2df790268003061013c946f79919c0ebe55cc7f390a8ba30 Section: libdevel Priority: extra Homepage: https://github.com/joyent/http-parser 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. Package: libhttp-parser2.1 Source: http-parser Version: 2.1-2 Architecture: i386 Maintainer: Praveen Arimbrathodiyil Installed-Size: 50 Depends: libc6 (>= 2.1.3) Filename: ./i386/libhttp-parser2.1_2.1-2_i386.deb Size: 17006 MD5sum: 23ce843de7ecc35b1da7bd49f94ce589 SHA1: 94b70e20ea0207df1332077d1747e899805994ba SHA256: 9b623f221fcb924c025faccd4e32ed09eb806117e209c417df33c3f8f3c4bea3 Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/joyent/http-parser 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). Package: libhttp-parser2.1 Source: http-parser Version: 2.1-2 Architecture: amd64 Maintainer: Praveen Arimbrathodiyil Installed-Size: 51 Depends: libc6 (>= 2.2.5) Filename: ./amd64/libhttp-parser2.1_2.1-2_amd64.deb Size: 16648 MD5sum: 5f950a6940cd4671dbbb1e35a30edc6a SHA1: f354c72a02d0a4184d157d6bde070696bd156189 SHA256: 552dca73fdc7235ed95d8f539325dee1799434928a920c6626a6ed4b790cc922 Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/joyent/http-parser 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). Package: libhttp-parser2.1-dbg Source: http-parser Version: 2.1-2 Architecture: i386 Maintainer: Praveen Arimbrathodiyil Installed-Size: 36 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./i386/libhttp-parser2.1-dbg_2.1-2_i386.deb Size: 16832 MD5sum: e2ca1beadb8486c6b0bc1681071c35b5 SHA1: c94f4cc49651437359d6faaab5c4020f0a7f1784 SHA256: 7d9b41340fa43de52eac906a2219c13fc370ed7f2eb3acc34954a61335688518 Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/joyent/http-parser Description: debugging symbols for libhttp-parser2.1 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 the debugging symbols for libhttp-parser2.1. Build-Ids: e4a32e348e698381dd3a5619cea8d22fb1fcedbc Package: libhttp-parser2.1-dbg Source: http-parser Version: 2.1-2 Architecture: amd64 Maintainer: Praveen Arimbrathodiyil Installed-Size: 35 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./amd64/libhttp-parser2.1-dbg_2.1-2_amd64.deb Size: 15956 MD5sum: d6c7d820bfffec220a547117358f6d90 SHA1: a4ae2338a0ddb8bab1df8754aa9ed62ec6547647 SHA256: 17fcd890d10029691ce81f35763cb52c5c3175daa23df1ce080b192c30afb074 Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/joyent/http-parser Description: debugging symbols for libhttp-parser2.1 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 the debugging symbols for libhttp-parser2.1. Build-Ids: 9b51186ad90baf3714a38980daaa9a979bedc700 Package: libqt3-compat-headers Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 197 Depends: libqt3-headers (= 3:3.3.8-b-8ubuntu3) Recommends: libqt3-mt-dev Replaces: libqt3-dev (<= 3:3.1.1-2), libqt3-headers (<= 3:3.1.1-2), libqt3-mt-dev (<= 3:3.1.1-2) Filename: ./i386/libqt3-compat-headers_3.3.8-b-8ubuntu3_i386.deb Size: 81548 MD5sum: 41f5cafc7cba3fe300b7ae3fef740c69 SHA1: 208e41f3abf89e31b61c2401439f7d536805fcb3 SHA256: d01924ba8f0d6443e8291081b9409f1aab53233a8328e17615853893665f577a Section: devel Priority: optional Homepage: http://trolltech.com Description: Qt 1.x and 2.x compatibility includes This package contains header files that are intended for build compatibility for applications that build with Qt3 but still use deprecated includes. It is meant as an intermediate solution and these header files are not part of the official Qt3 API. All sourcecode that is still using the headers of this package is subject to be changed to use the new header files which are in libqt3-headers. Original-Maintainer: Debian QA Group Package: libqt3-compat-headers Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 197 Depends: libqt3-headers (= 3:3.3.8-b-8ubuntu3) Recommends: libqt3-mt-dev Replaces: libqt3-dev (<= 3:3.1.1-2), libqt3-headers (<= 3:3.1.1-2), libqt3-mt-dev (<= 3:3.1.1-2) Filename: ./amd64/libqt3-compat-headers_3.3.8-b-8ubuntu3_amd64.deb Size: 81820 MD5sum: 50ea8f92c7cf2e9505f12967824ac8b1 SHA1: 04e324e44130b4051f3f5ab8353879d9ddebb709 SHA256: 6e18a65693b90fc03fe1dfe47ee6e97a70cfb29802964fc9732a17c94cd251ce Section: devel Priority: optional Homepage: http://trolltech.com Description: Qt 1.x and 2.x compatibility includes This package contains header files that are intended for build compatibility for applications that build with Qt3 but still use deprecated includes. It is meant as an intermediate solution and these header files are not part of the official Qt3 API. All sourcecode that is still using the headers of this package is subject to be changed to use the new header files which are in libqt3-headers. Original-Maintainer: Debian QA Group Package: libqt3-headers Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2062 Recommends: libqt3-mt-dev Replaces: libqt3-dev, libqt3-mt-dev, libqt3-plugins-headers Filename: ./i386/libqt3-headers_3.3.8-b-8ubuntu3_i386.deb Size: 279528 MD5sum: da0137b7c5809cdca2c0f64b5b7a1c50 SHA1: 03b4d52211636379a713c7574eb3c2fd9200ea23 SHA256: 47a22fbdb428d5295ecb00bbe0a5d1e42beadc21856e6bfb42baa2aacf3c996d Section: devel Priority: optional Homepage: http://trolltech.com Description: Qt3 header files This package contains all header files for libqt and libqt-mt which come with Qt3. If you want to compile or develop programs which use Qt3, you have to install this package. Original-Maintainer: Debian QA Group Package: libqt3-headers Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 2062 Recommends: libqt3-mt-dev Replaces: libqt3-dev, libqt3-mt-dev, libqt3-plugins-headers Filename: ./amd64/libqt3-headers_3.3.8-b-8ubuntu3_amd64.deb Size: 279170 MD5sum: 46db027a38f77cc6b1f5de7836553192 SHA1: c790925112d3f61a8d1b6e55acef3d2fc24a8774 SHA256: 61e5cb060b899e8f84e2060f89a31a12193e88aed9954b30ae4e2d7ce4fb119c Section: devel Priority: optional Homepage: http://trolltech.com Description: Qt3 header files This package contains all header files for libqt and libqt-mt which come with Qt3. If you want to compile or develop programs which use Qt3, you have to install this package. Original-Maintainer: Debian QA Group Package: libqt3-i18n Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 397 Recommends: libqt3-mt Filename: ./all/libqt3-i18n_3.3.8-b-8ubuntu3_all.deb Size: 104976 MD5sum: bf0a6b589749710d1e596063e6ff8a8d SHA1: 557a8cebfeac283f73434e1c01c0aa791179d584 SHA256: b123b3d1a6def741890953ccf8ff003a41f15453a518f6e26cfa07e9859cab61 Section: libs Priority: optional Homepage: http://trolltech.com Description: i18n files for Qt3 library This package contains the internationalization files for the Qt library. Qt applications that are internationalized will need to depend on this package for full internationalization support of the application towards the end user. Original-Maintainer: Debian QA Group Package: libqt3-mt Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 9009 Depends: libaudio2, libc6 (>= 2.15), libfontconfig1 (>= 2.11.94), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.2), libice6 (>= 1:1.0.0), libjpeg8 (>= 8c), libmng2 (>= 1.0.10), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxrandr2, libxrender1, zlib1g (>= 1:1.1.4), fontconfig Recommends: libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libxmu6 (>= 4.3.0.dfsg.1-4) Suggests: libqt3-mt-mysql Conflicts: libqt3c-mt, libqt3c102-mt, libqui1-emb Replaces: libqt3, libqt3-helper, libqt3c102-mt, qt3-tools (<< 2:3.0.2-20020306-1) Filename: ./i386/libqt3-mt_3.3.8-b-8ubuntu3_i386.deb Size: 2810822 MD5sum: a68b31a5cf8ad01355de4f5a1f8d8962 SHA1: 056238918f3a7fb502a3daff43489b25da2efcb9 SHA256: 5a932a79430eed7f9413453e9e9299ae53717f3866d746056256ea4ad6c7f0d1 Section: libs Priority: optional Homepage: http://trolltech.com Description: Qt GUI Library (Threaded runtime version), Version 3 This is the Trolltech Qt library, version 3. It's necessary for applications that link against the libqt-mt.so.3, e.g. all KDE3 applications. Original-Maintainer: Debian QA Group Package: libqt3-mt Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 8796 Depends: libaudio2, libc6 (>= 2.15), libfontconfig1 (>= 2.11.94), libfreetype6 (>= 2.2.1), libice6 (>= 1:1.0.0), libjpeg8 (>= 8c), libmng2 (>= 1.0.10), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxrandr2, libxrender1, zlib1g (>= 1:1.1.4), fontconfig Recommends: libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libxmu6 (>= 4.3.0.dfsg.1-4) Suggests: libqt3-mt-mysql Conflicts: libqt3c-mt, libqt3c102-mt, libqui1-emb Replaces: libqt3, libqt3-helper, libqt3c102-mt, qt3-tools (<< 2:3.0.2-20020306-1) Filename: ./amd64/libqt3-mt_3.3.8-b-8ubuntu3_amd64.deb Size: 2554616 MD5sum: 53c275f5e4e1c943d2db5cc75a9f67a8 SHA1: a4845c38acd55112c628959900aa63fedbc59080 SHA256: de23cb8f614bc8309b8d44bf4b3b71d1673adb47e76813902631492d29b2527b Section: libs Priority: optional Homepage: http://trolltech.com Description: Qt GUI Library (Threaded runtime version), Version 3 This is the Trolltech Qt library, version 3. It's necessary for applications that link against the libqt-mt.so.3, e.g. all KDE3 applications. Original-Maintainer: Debian QA Group Package: libqt3-mt-dev Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 107 Depends: libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4), libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>= 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev | libpng-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libc6-dev, libqt3-mt (= 3:3.3.8-b-8ubuntu3), libqt3-headers (= 3:3.3.8-b-8ubuntu3), qt3-dev-tools (= 3:3.3.8-b-8ubuntu3) Recommends: libqt3-compat-headers Suggests: libqt3-i18n, qt3-doc Conflicts: libqt-mt-dev, libqt3-dev, libqt3-emb (<= 3:3.0.3-1) Replaces: libqt-mt-dev, libqt3-dev, libqt3-emb (<= 3:3.0.3-1), libqt3-headers (<= 3:3.1.1-3), libqt3-helper Filename: ./i386/libqt3-mt-dev_3.3.8-b-8ubuntu3_i386.deb Size: 49354 MD5sum: 25f40767310d8026f72cefcb41f6fd04 SHA1: cb92d992e1d9c18e4fe96cb35ae2e308df8b5fe7 SHA256: 92f2f49b8a9ccdc88ebf75a20559e120dc8d93d1f38e546b7cf68b0dca6cd22d Section: libdevel Priority: optional Homepage: http://trolltech.com Description: Qt development files (Threaded) Qt is a C++ class library optimized for graphical user interface development. This package contains the libqt-mt.so symlink, necessary for building threaded Qt applications as well as the libqui.so symlink and the necessary header files for libqui.so. (See README.Debian and the Qt Documentation for instructions on libqui.so) . WARNING: If you plan to build some older Qt3 applications, you will most probably have to install the libqt3-compat-headers package. It contains all the headers which are not part of the official Qt3 API anymore but which are still used by some programs. So if you encounter problems with missing header files, please install this package first before you send a bugreport. Original-Maintainer: Debian QA Group Package: libqt3-mt-dev Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 107 Depends: libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4), libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>= 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev | libpng-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libc6-dev, libqt3-mt (= 3:3.3.8-b-8ubuntu3), libqt3-headers (= 3:3.3.8-b-8ubuntu3), qt3-dev-tools (= 3:3.3.8-b-8ubuntu3) Recommends: libqt3-compat-headers Suggests: libqt3-i18n, qt3-doc Conflicts: libqt-mt-dev, libqt3-dev, libqt3-emb (<= 3:3.0.3-1) Replaces: libqt-mt-dev, libqt3-dev, libqt3-emb (<= 3:3.0.3-1), libqt3-headers (<= 3:3.1.1-3), libqt3-helper Filename: ./amd64/libqt3-mt-dev_3.3.8-b-8ubuntu3_amd64.deb Size: 49494 MD5sum: 96c3d284e2a905a61ff95d702bc64eb7 SHA1: 72c2943fd4eb54dec6fd68cee1fdbb44f86e3c5a SHA256: b6419cf7d47ffea5fff351a4d9101ea84b0f7b402b9382ed24c659d2d17bf192 Section: libdevel Priority: optional Homepage: http://trolltech.com Description: Qt development files (Threaded) Qt is a C++ class library optimized for graphical user interface development. This package contains the libqt-mt.so symlink, necessary for building threaded Qt applications as well as the libqui.so symlink and the necessary header files for libqui.so. (See README.Debian and the Qt Documentation for instructions on libqui.so) . WARNING: If you plan to build some older Qt3 applications, you will most probably have to install the libqt3-compat-headers package. It contains all the headers which are not part of the official Qt3 API anymore but which are still used by some programs. So if you encounter problems with missing header files, please install this package first before you send a bugreport. Original-Maintainer: Debian QA Group Package: libqt3-mt-mysql Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 93 Depends: libc6 (>= 2.4), libmysqlclient20 (>= 5.7.11), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Conflicts: libqt3c-mt-mysql, libqt3c102-mt-mysql Replaces: libqt3-mysql (<= 2:3.1.1+cvs.20021220-1), libqt3c102-mt-mysql Filename: ./i386/libqt3-mt-mysql_3.3.8-b-8ubuntu3_i386.deb Size: 50034 MD5sum: e07a34ed216a893aa878ece8c392c621 SHA1: 4eee89a690bd5f4b69222bec144d9658c312acec SHA256: 3def20a06a55e7150363692e7b541a229f03afc195baf95147d061406bdb845a Section: libs Priority: optional Homepage: http://trolltech.com Description: MySQL database driver for Qt3 (Threaded) This package contains the threaded MySQL plugin for Qt3. Install it if you intend to use or write Qt programs that are to access a MySQL DB. Original-Maintainer: Debian QA Group Package: libqt3-mt-mysql Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 99 Depends: libc6 (>= 2.4), libmysqlclient20 (>= 5.7.11), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Conflicts: libqt3c-mt-mysql, libqt3c102-mt-mysql Replaces: libqt3-mysql (<= 2:3.1.1+cvs.20021220-1), libqt3c102-mt-mysql Filename: ./amd64/libqt3-mt-mysql_3.3.8-b-8ubuntu3_amd64.deb Size: 48284 MD5sum: 852bbc3418f876f2d0edb52a371dccb7 SHA1: 03ab6c4c55de9ae960d265b8081052ecfc2dbf00 SHA256: f0008cef68096dcef2a5261fbbe85d617410c6b671acc81e0d7528121c789dc5 Section: libs Priority: optional Homepage: http://trolltech.com Description: MySQL database driver for Qt3 (Threaded) This package contains the threaded MySQL plugin for Qt3. Install it if you intend to use or write Qt programs that are to access a MySQL DB. Original-Maintainer: Debian QA Group Package: libqt3-mt-sqlite Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 508 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.2), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Conflicts: libqt3c102-mt-sqlite Replaces: libqt3c102-mt-sqlite Filename: ./i386/libqt3-mt-sqlite_3.3.8-b-8ubuntu3_i386.deb Size: 217130 MD5sum: 8be4d390bb6f17db38176e77d7a31544 SHA1: 5941b7e7d5ed5a9f9392eac5079a8f6416bf4ffb SHA256: dc598044a434a5890bbd695ebe147f3d84cce8d61dd39dc200ae60b1518b5a4d Section: libs Priority: optional Homepage: http://trolltech.com Description: SQLite database driver for Qt3 (Threaded) This package contains the threaded SQLite plugin for Qt3. Install it if you intend to use or write Qt programs that are to access an SQLite DB. Original-Maintainer: Debian QA Group Package: libqt3-mt-sqlite Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 481 Depends: libc6 (>= 2.14), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Conflicts: libqt3c102-mt-sqlite Replaces: libqt3c102-mt-sqlite Filename: ./amd64/libqt3-mt-sqlite_3.3.8-b-8ubuntu3_amd64.deb Size: 206772 MD5sum: a875bb82e89f5d693887d8221122cced SHA1: d794eae0e6cc7f22626c11c0c7705b1a64f9cd96 SHA256: f0c4a2d7adbc6a820a05264327d463d338e9c2ea30ae16b521c0251677572888 Section: libs Priority: optional Homepage: http://trolltech.com Description: SQLite database driver for Qt3 (Threaded) This package contains the threaded SQLite plugin for Qt3. Install it if you intend to use or write Qt programs that are to access an SQLite DB. Original-Maintainer: Debian QA Group Package: libssh2-1 Source: libssh2 Version: 1.4.3-2 Architecture: i386 Maintainer: Mikhail Gusarov Installed-Size: 260 Depends: libc6 (>= 2.4), libgcrypt20 (>= 1.6.1), zlib1g (>= 1:1.1.4) Filename: ./i386/libssh2-1_1.4.3-2_i386.deb Size: 131620 MD5sum: 2c6936896044552367f1cc684573bc75 SHA1: 2454bf86861e7b662aa7dabbc2927911a26ad212 SHA256: ac5200c404edde5571e465ba64cdb42873f316d434c47d69a62f7637b9a4b38e Section: libs Priority: optional Multi-Arch: same Homepage: http://libssh2.org/ Description: SSH2 client-side library libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the runtime library. Package: libssh2-1 Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 238 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), zlib1g (>= 1:1.1.4) Filename: ./amd64/libssh2-1_1.4.3-2_amd64.deb Size: 124712 MD5sum: 35efd331c76656ce127cfb30e33f1b10 SHA1: 3fc3930ab20329b0fc4bf9ac97129a29d04a32db SHA256: 29883897ee3b3c98802d26056fd92f9f4436fb280c31363cb92d30218c4a3aa2 Section: libs Priority: optional Multi-Arch: same Homepage: http://libssh2.org/ Description: SSH2 client-side library libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the runtime library. Package: libssh2-1-dbg Source: libssh2 Version: 1.4.3-2 Architecture: i386 Maintainer: Mikhail Gusarov Installed-Size: 253 Depends: libssh2-1 (= 1.4.3-2), libssh2-1-dev (= 1.4.3-2) Filename: ./i386/libssh2-1-dbg_1.4.3-2_i386.deb Size: 226294 MD5sum: 96d88fc5f1674770b88a6f45fdfabade SHA1: 25a29cd2e414f21836ac04f3128aa08e921b698b SHA256: bcbcd0d4031afe4d95e59b8953abfa25ee3bcaccc7ef1d17c59284a6bfe8c3d5 Section: debug Priority: extra Multi-Arch: same Homepage: http://libssh2.org/ Description: SSH2 client-side library (debug package) libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the debugging symbols. Build-Ids: ed5412fbdcb1070bcdcc79f239a1068b8861f748 Package: libssh2-1-dbg Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 294 Depends: libssh2-1 (= 1.4.3-2), libssh2-1-dev (= 1.4.3-2) Filename: ./amd64/libssh2-1-dbg_1.4.3-2_amd64.deb Size: 263930 MD5sum: d06402dfc0ae90d0ca5f01950b0ff97a SHA1: 4fe174d315e7877f51dfedf599e872e97830b410 SHA256: c8ce5b794f4e74112b039e625b7714883dda12fb1b412b15f87e03bae0c1ce5c Section: debug Priority: extra Multi-Arch: same Homepage: http://libssh2.org/ Description: SSH2 client-side library (debug package) libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the debugging symbols. Build-Ids: d21bda77a3e6fa0cef714fdb3b4b8fa945a222db Package: libssh2-1-dev Source: libssh2 Version: 1.4.3-2 Architecture: i386 Maintainer: Mikhail Gusarov Installed-Size: 617 Depends: libssh2-1 (= 1.4.3-2), libgcrypt11-dev Filename: ./i386/libssh2-1-dev_1.4.3-2_i386.deb Size: 292952 MD5sum: 70a53a4b5774dfa1232c48bc96d965ac SHA1: 40252359d56c56b2e28175ddf8100aa9da83e8e6 SHA256: ca773e0b509d232a75fa444fb342048f03a3c299c1ebf0a3129f48e2262b75da Section: libdevel Priority: optional Multi-Arch: same Homepage: http://libssh2.org/ 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 sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the development files. Package: libssh2-1-dev Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 655 Depends: libssh2-1 (= 1.4.3-2), libgcrypt11-dev Filename: ./amd64/libssh2-1-dev_1.4.3-2_amd64.deb Size: 288874 MD5sum: 6c171bdfe5cb831c511976216f83cb9d SHA1: e5950fc448f8bd40ef34950601b0b6f1a8d5ef4d SHA256: c0e801d8dbe74944eeef10bd305a1cfbef24f4f6b24e67989aad0abdfd9289b9 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://libssh2.org/ 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 sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the development files. Package: qt-x11-free-dbg Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 85220 Depends: libqt3-mt (= 3:3.3.8-b-8ubuntu3), gdb Conflicts: libqt3-mt-dbg Replaces: libqt3-mt-dbg Filename: ./i386/qt-x11-free-dbg_3.3.8-b-8ubuntu3_i386.deb Size: 18384852 MD5sum: 9178e15c7ed9e9074effa0896d887f5e SHA1: 225165cada1e3b9902946be84439b7bfb77d4d46 SHA256: 574eebf655e9e60d7690b4a4af6975a4ef8efa702a35da22a5ad83b62997b4ab Section: debug Priority: extra Homepage: http://trolltech.com Description: debugging symbols for qt-x11-free binaries This package contains the debugging symbols associated with qt-x11-free. They will automatically be used by gdb for debugging Qt-related issues. Original-Maintainer: Debian QA Group Package: qt-x11-free-dbg Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 102347 Depends: libqt3-mt (= 3:3.3.8-b-8ubuntu3), gdb Conflicts: libqt3-mt-dbg Replaces: libqt3-mt-dbg Filename: ./amd64/qt-x11-free-dbg_3.3.8-b-8ubuntu3_amd64.deb Size: 20143738 MD5sum: 84767ff33c7950c7efdf6e5c5a910134 SHA1: c82c6e283d23934f9c2c0966b331ff4ab952c331 SHA256: e384037a1134cf0a30dfd5b1548bbf20b15ec1861a9f3141320a2d6566ac8ee0 Section: debug Priority: extra Homepage: http://trolltech.com Description: debugging symbols for qt-x11-free binaries This package contains the debugging symbols associated with qt-x11-free. They will automatically be used by gdb for debugging Qt-related issues. Original-Maintainer: Debian QA Group Package: qt3-apps-dev Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 7857 Depends: libqt3-mt-dev Replaces: libqt3-dev, libqt3-mt-dev, qt3-tools Filename: ./i386/qt3-apps-dev_3.3.8-b-8ubuntu3_i386.deb Size: 1418096 MD5sum: c6289602906100e0242b3522fe7b204b SHA1: e364218f4a0c8d5b6f619aab5e853e9cb39bc22f SHA256: 26692abde6b339a036fe7c9cc4196fa396baaaf82238fcf01c09649753abab05 Section: devel Priority: optional Homepage: http://trolltech.com Description: Qt3 Developer applications development files This package is intended for developers who want to develop applications using the additional static libraries that ship with the applications included with Qt; the Qt Designer and the Qt Assistant. It allows integrating additional enhancements into the Qt Designer respectively faciliate the Qt Assistant from within your Qt application to interactively call the Assistant for displaying online help that the developer includes with his application. Original-Maintainer: Debian QA Group Package: qt3-apps-dev Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 9587 Depends: libqt3-mt-dev Replaces: libqt3-dev, libqt3-mt-dev, qt3-tools Filename: ./amd64/qt3-apps-dev_3.3.8-b-8ubuntu3_amd64.deb Size: 1289636 MD5sum: 7abd0b1fc2395af9a90cebebb4f0c95b SHA1: eb4b6779cd9d35f5adf9bb9e492f182a9b510677 SHA256: 24cc4d860ea857d8aa18eb475043339a9a119ea2f761aaa4f95bea0fa514217c Section: devel Priority: optional Homepage: http://trolltech.com Description: Qt3 Developer applications development files This package is intended for developers who want to develop applications using the additional static libraries that ship with the applications included with Qt; the Qt Designer and the Qt Assistant. It allows integrating additional enhancements into the Qt Designer respectively faciliate the Qt Assistant from within your Qt application to interactively call the Assistant for displaying online help that the developer includes with his application. Original-Maintainer: Debian QA Group Package: qt3-assistant Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 575 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1), qt3-doc Replaces: libqt3-dev, libqt3-mt-dev, qt3-tools Filename: ./i386/qt3-assistant_3.3.8-b-8ubuntu3_i386.deb Size: 228098 MD5sum: 0864d407439feb9315063e8170be9e0e SHA1: ba1b71da0ae1e9c57f56b9d5c8569ad7fa9c0f84 SHA256: 6c94a997d8185dbc1d642659ac948dde5a94489bff748644e25e1a0790756a64 Section: x11 Priority: optional Homepage: http://trolltech.com Description: The Qt3 assistant application This package contains the Qt3 Assistant, an easy to use frontend for the complete Qt3 documentation and serves as an online help viewer for any Qt program that wants to give the users access to online help. Within the Qt tools it is used as the help viewer for the online help for the Qt3 Designer and Linguist as well as qmake and the Qt 3 API documentation. . Developers of Qt Application who want to faciliate the Qt Assistant for online help display should refer to the README.Debian file for libqt3-mt-dev and the package qt3-apps-dev. Original-Maintainer: Debian QA Group Package: qt3-assistant Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 547 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1), qt3-doc Replaces: libqt3-dev, libqt3-mt-dev, qt3-tools Filename: ./amd64/qt3-assistant_3.3.8-b-8ubuntu3_amd64.deb Size: 216736 MD5sum: 6dda48771e5d5eb145323c6b4685234f SHA1: 0e38676e50fa92af2f5b8e1c166e0fa141c63537 SHA256: 18f4eab939570d8c6ce4690dfa6f37bcf0258971c8d60216a0eee248d5ec4c1b Section: x11 Priority: optional Homepage: http://trolltech.com Description: The Qt3 assistant application This package contains the Qt3 Assistant, an easy to use frontend for the complete Qt3 documentation and serves as an online help viewer for any Qt program that wants to give the users access to online help. Within the Qt tools it is used as the help viewer for the online help for the Qt3 Designer and Linguist as well as qmake and the Qt 3 API documentation. . Developers of Qt Application who want to faciliate the Qt Assistant for online help display should refer to the README.Debian file for libqt3-mt-dev and the package qt3-apps-dev. Original-Maintainer: Debian QA Group Package: qt3-designer Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 7164 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Recommends: qt3-dev-tools Suggests: qt3-assistant, qt3-doc Conflicts: qt-designer (<= 3:2.3.2-9), qt-designer-doc Replaces: libqt3-dev, libqt3-mt-dev, qt3-doc (= 3:3.3.4-8), qt3-tools Filename: ./i386/qt3-designer_3.3.8-b-8ubuntu3_i386.deb Size: 3621062 MD5sum: 361a25f76d7b75ae4872adb091850897 SHA1: 06f1fb4093bb147e43350686f237e2d3a80e94b9 SHA256: bb2fafc2e40a27d11e3d1db5d2f342c7c487da626f002f0bc9582d2e7683e12f Section: devel Priority: optional Homepage: http://trolltech.com Description: graphical designer for Qt3 applications The Qt Designer is a GUI design program that interactively lets you construct user interfaces for the Qt library. Additionally it lets you create whole project and works together with the database drivers provided by Qt to create applications with easy database access through Qt. The resulting user interface files can then be converted to C++ classes using the uic commandline utility which is usually done automatically for the developer with a project management with qmake or automake. Original-Maintainer: Debian QA Group Package: qt3-designer Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 6738 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Recommends: qt3-dev-tools Suggests: qt3-assistant, qt3-doc Conflicts: qt-designer (<= 3:2.3.2-9), qt-designer-doc Replaces: libqt3-dev, libqt3-mt-dev, qt3-doc (= 3:3.3.4-8), qt3-tools Filename: ./amd64/qt3-designer_3.3.8-b-8ubuntu3_amd64.deb Size: 3490366 MD5sum: 03868d6f9ad908ddf62f57786182f736 SHA1: df013756604109154c6f21786a29886a2afd8299 SHA256: 536ec2c7bf3e89817aee398e7f20bd0c6380ac7b2f7b1c2b035c63c4a16c0b56 Section: devel Priority: optional Homepage: http://trolltech.com Description: graphical designer for Qt3 applications The Qt Designer is a GUI design program that interactively lets you construct user interfaces for the Qt library. Additionally it lets you create whole project and works together with the database drivers provided by Qt to create applications with easy database access through Qt. The resulting user interface files can then be converted to C++ classes using the uic commandline utility which is usually done automatically for the developer with a project management with qmake or automake. Original-Maintainer: Debian QA Group Package: qt3-dev-tools Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 3693 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.2), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Recommends: libqt3-mt-dev Conflicts: libqt-dev (<< 3:2.3.2-10), uic (<= 3:2.3.2-9) Replaces: libqt3-dev, libqt3-mt-dev, qt3-doc (<= 3:3.1.1-2), qt3-tools Filename: ./i386/qt3-dev-tools_3.3.8-b-8ubuntu3_i386.deb Size: 1039758 MD5sum: 792e86b186e9f3bb10c634010b5d3f27 SHA1: 5389a57639127b1694b781cd6c64e03bacac7785 SHA256: b5452432a71099987fee2b7be596adfa2b31b4ab1ed22793bdc4b213f3f09cbe Section: devel Priority: optional Homepage: http://trolltech.com Description: Qt3 development tools This package contains all tools that are necessary to build programs that are written using Qt3. These are: qmake, uic and moc. For Qt3 development, you most likely want to install this package. Original-Maintainer: Debian QA Group Package: qt3-dev-tools Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 3469 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Recommends: libqt3-mt-dev Conflicts: libqt-dev (<< 3:2.3.2-10), uic (<= 3:2.3.2-9) Replaces: libqt3-dev, libqt3-mt-dev, qt3-doc (<= 3:3.1.1-2), qt3-tools Filename: ./amd64/qt3-dev-tools_3.3.8-b-8ubuntu3_amd64.deb Size: 985896 MD5sum: 51d448b43582f4fff04fe0e158f618df SHA1: ef287edc741018798438dd6a16887f436760765d SHA256: 0e93bcf561132d6941c87cbf3f2d291fb07273f4a2853ee00d70d4010bf11f6c Section: devel Priority: optional Homepage: http://trolltech.com Description: Qt3 development tools This package contains all tools that are necessary to build programs that are written using Qt3. These are: qmake, uic and moc. For Qt3 development, you most likely want to install this package. Original-Maintainer: Debian QA Group Package: qt3-dev-tools-compat Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 147 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Recommends: libqt3-mt-dev Replaces: libqt3-dev, libqt3-mt-dev, qt3-tools Filename: ./i386/qt3-dev-tools-compat_3.3.8-b-8ubuntu3_i386.deb Size: 66636 MD5sum: 0e65049b48e0854a35defc120171aae7 SHA1: 49fee250eaacc628407a4b781d90029b96d2f54e SHA256: e38b069e6e766194775325174bb16ab7f7ffc78a42518c305c2384cba3a89625 Section: devel Priority: optional Homepage: http://trolltech.com Description: Conversion utilities for Qt3 development This package contains some older Qt tools (namely qt20fix qtrename140, qm2ts, mergetr, findtr and msg2qm). These tools are needed only by application developers who need to migrate any Qt application written for Qt 1.x or 2.x over to Qt 3.x. The purpose of the tools are to help fixing the changes with include file renaming as well as migrating the message file format of Qt 2 translation files or any gettext-based translation system to the Qt 3 system. Original-Maintainer: Debian QA Group Package: qt3-dev-tools-compat Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 151 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Recommends: libqt3-mt-dev Replaces: libqt3-dev, libqt3-mt-dev, qt3-tools Filename: ./amd64/qt3-dev-tools-compat_3.3.8-b-8ubuntu3_amd64.deb Size: 64386 MD5sum: c787c3178a1fca4b07ce3259c4fa6c14 SHA1: eb75dd55e4b34e4b34a5bf79365c108d5695808a SHA256: 3ebd79ca64ce6802ef257c1558f2ef3f91e7adb9f0409b3d6832e991ce3b2b19 Section: devel Priority: optional Homepage: http://trolltech.com Description: Conversion utilities for Qt3 development This package contains some older Qt tools (namely qt20fix qtrename140, qm2ts, mergetr, findtr and msg2qm). These tools are needed only by application developers who need to migrate any Qt application written for Qt 1.x or 2.x over to Qt 3.x. The purpose of the tools are to help fixing the changes with include file renaming as well as migrating the message file format of Qt 2 translation files or any gettext-based translation system to the Qt 3 system. Original-Maintainer: Debian QA Group Package: qt3-doc Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 21112 Suggests: libqt3-headers, qt3-assistant | www-browser Replaces: qt-doc Filename: ./all/qt3-doc_3.3.8-b-8ubuntu3_all.deb Size: 4025696 MD5sum: 37e4798af4f3300bb3ed11ba8e7cf4bb SHA1: 0dba53c74c8fd0997e8486a813084d6bce527ad4 SHA256: 5b5d21d1012ebc5ffc04274dbf701ca99d2537bb0ded388415948b9cb5193fcf Section: doc Priority: extra Homepage: http://trolltech.com Description: Qt3 API documentation This package contains the complete API documentation for Qt3. Examples to coding are in qt3-examples. The documentation is provided in HTML and manpage format; the HTML version can be viewed in conjunction with the Qt Assistant. Original-Maintainer: Debian QA Group Package: qt3-examples Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 1544 Depends: libqt3-mt-dev (>= 3:3.3.8-b-8ubuntu3) Suggests: qt3-apps-dev Filename: ./all/qt3-examples_3.3.8-b-8ubuntu3_all.deb Size: 1570300 MD5sum: 6da402d2eae9c5ede752db863cbedb2c SHA1: f50f64ec3e8c3c71df98c884cfa74cc2da763e8e SHA256: 72b0eb48936f2cb9dcaa32ddbcb8bd22f6de5400e1efa361c64ce1c77dad979e Section: doc Priority: extra Homepage: http://trolltech.com Description: Examples for Qt3 These are examples provided with Qt3. They may be especially useful for you if you are learning to program in Qt as they cover quite a lot of things that are possible with Qt3. Original-Maintainer: Debian QA Group Package: qt3-linguist Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 878 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Suggests: qt3-assistant Replaces: libqt3-dev, libqt3-mt-dev, qt3-doc (= 3:3.3.4-8), qt3-tools Filename: ./i386/qt3-linguist_3.3.8-b-8ubuntu3_i386.deb Size: 308974 MD5sum: c789a52e55ae7bba9a7ed8a9e6ce64b0 SHA1: 5e791fd9951d271b147ff10df76cec5d36a3e879 SHA256: 704ef859bad0e71ae1a9331157b88925267a4462e7193e40eb3043d119c57fd1 Section: devel Priority: optional Homepage: http://trolltech.com Description: The Qt3 Linguist This package contains the Qt3 Linguist which provides translators a tool perfect for translating any Qt-based application into other languages and can be used and installed independently of any Qt development files by the translator. Original-Maintainer: Debian QA Group Package: qt3-linguist Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 866 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Suggests: qt3-assistant Replaces: libqt3-dev, libqt3-mt-dev, qt3-doc (= 3:3.3.4-8), qt3-tools Filename: ./amd64/qt3-linguist_3.3.8-b-8ubuntu3_amd64.deb Size: 298556 MD5sum: 109b24174860b0054537287956e5493d SHA1: 1402b032c133fb9ce715511111f4eb5c480fe7de SHA256: 9991a854f863fa030f24f2d7eed2d637ee612c35e1d2fefe927677b596fd2954 Section: devel Priority: optional Homepage: http://trolltech.com Description: The Qt3 Linguist This package contains the Qt3 Linguist which provides translators a tool perfect for translating any Qt-based application into other languages and can be used and installed independently of any Qt development files by the translator. Original-Maintainer: Debian QA Group Package: qt3-qtconfig Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 245 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Replaces: libqt3-dev, libqt3-mt-dev, qt3-tools Filename: ./i386/qt3-qtconfig_3.3.8-b-8ubuntu3_i386.deb Size: 84454 MD5sum: e5ea7b90589e6b01a756a8b2867f74eb SHA1: e8990e64551634d4408130b91bb3d10ab5d3845d SHA256: 0f5e779a453cd67d1ddfe9c9044fab9a5927d56dee162b3673e66a4daf9bfc01 Section: x11 Priority: optional Homepage: http://trolltech.com Description: The Qt3 Configuration Application The Qt Configuration program allows endusers to configure the look and behavior of any Qt3 application. It is mostly only necessary on systems which don't run KDE because the KDE control center already covers this configuration automatically for the users Qt3 applications according to his desktop settings in KDE. However, if you need to run CJK-fonts or other non-latin scripts, you will most likely want to install this package. Original-Maintainer: Debian QA Group Package: qt3-qtconfig Source: qt-x11-free Version: 3:3.3.8-b-8ubuntu3 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 235 Depends: libc6 (>= 2.4), libqt3-mt (>= 3:3.3.8-b), libstdc++6 (>= 4.1.1) Replaces: libqt3-dev, libqt3-mt-dev, qt3-tools Filename: ./amd64/qt3-qtconfig_3.3.8-b-8ubuntu3_amd64.deb Size: 80254 MD5sum: 2f6f95ac316dab51158c75d2803617a2 SHA1: be40f51996138d4f76f0e3fafc5f92750d818a16 SHA256: c6b78eca4daa92cea65e0b20c9210922fb81384187cd4f96d9f2c0fb7f3e8a49 Section: x11 Priority: optional Homepage: http://trolltech.com Description: The Qt3 Configuration Application The Qt Configuration program allows endusers to configure the look and behavior of any Qt3 application. It is mostly only necessary on systems which don't run KDE because the KDE control center already covers this configuration automatically for the users Qt3 applications according to his desktop settings in KDE. However, if you need to run CJK-fonts or other non-latin scripts, you will most likely want to install this package. Original-Maintainer: Debian QA Group