From dchmelik at gmail.com Fri Jan 1 03:15:02 2021 From: dchmelik at gmail.com (David Chmelik) Date: Thu, 31 Dec 2020 19:15:02 -0800 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux Message-ID: On Slackware-current with the 5.10.n kernels, I get this error building zfs-on-linux.? I don't know if the ZFS project updated it for 5.10.n. ? CC [M]? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o In file included from /tmp/SBo/zfs-0.8.5/include/sys/dmu.h:848, ???????????????? from /tmp/SBo/zfs-0.8.5/include/sys/spa.h:44, ???????????????? from /tmp/SBo/zfs-0.8.5/include/sys/spa_impl.h:35, ???????????????? from /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c:30: /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c: In function ?vdev_disk_open?: /tmp/SBo/zfs-0.8.5/include/linux/blkdev_compat.h:378:37: error: implicit declaration of function ?check_disk_change?; did you mean ?bdev_disk_changed?? [-Werror=implicit-function-declaration] ? 378 | #define vdev_bdev_reread_part(bdev) check_disk_change(bdev) ????? |???????????????????????????????????? ^~~~~~~~~~~~~~~~~ /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c:218:17: note: in expansion of macro ?vdev_bdev_reread_part? ? 218 |???? int error = vdev_bdev_reread_part(bdev); ????? |???????????????? ^~~~~~~~~~~~~~~~~~~~~ /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c: In function ?vdev_blkg_tryget?: /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c:506:37: error: ?struct percpu_ref? has no member named ?count? ? 506 |?? rc = atomic_long_inc_not_zero(&ref->count); ????? |???????????????????????????????????? ^~ cc1: some warnings being treated as errors make[5]: *** [scripts/Makefile.build:279: /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o] Error 1 make[4]: *** [scripts/Makefile.build:496: /tmp/SBo/zfs-0.8.5/module/zfs] Error 2 make[3]: *** [Makefile:1805: /tmp/SBo/zfs-0.8.5/module] Error 2 make[3]: Leaving directory '/usr/src/linux-5.10.4' make[2]: *** [Makefile:30: modules] Error 2 make[2]: Leaving directory '/tmp/SBo/zfs-0.8.5/module' make[1]: *** [Makefile:842: all-recursive] Error 1 make[1]: Leaving directory '/tmp/SBo/zfs-0.8.5' make: *** [Makefile:711: all] Error 2 -- Sincerely, David homesite mirror (most uptime) homesite (updated first) IRC Diaspora Social GNU Social FB Twitter Goodreads Academia LinkedIn Flickr Pinterest Ebay LiberaPay.com Patreon Buy Me A Coffee Flattr Zazzle Ko-fi SBo Pouet BitFellas deviantART ElfTown ArtCity Internet Archive ModLand Trax in Space Scenestream ModArchive You can ask how to make graphical link signatures. From lists at osh.id.au Fri Jan 1 04:21:55 2021 From: lists at osh.id.au (David O'Shaughnessy) Date: Thu, 31 Dec 2020 20:21:55 -0800 Subject: [Slackbuilds-users] Fwd: ocaml Slackbuild on SBo In-Reply-To: References: Message-ID: <5cdce9b0-cfd2-439a-b3ec-64d8aacf4b28@www.fastmail.com> On Thu, 19 Nov 2020, at 12:47 AM, Matteo Bernardini wrote: > unfortunately many things depend on ocaml and it's not enough to > update it to the latest version, you have to verify that whatever > depends on it (as mandatory or optional) still works after the update: > this is the work of a maintainer and ocaml needs one. > for an idea on what depends on ocaml see this link (courtesy of Urchlay). > > https://slackbuilds.org/advsearch.php?q=ocaml&stype=revdep > > is there anyone interested in stepping in with that role? I use unison which depends on ocaml, so I might be able to do this (depending on what's actually required). I only run -current at the moment though. -- Dave From andrzej at telszewski.com Fri Jan 1 15:39:56 2021 From: andrzej at telszewski.com (Andrzej Telszewski) Date: Fri, 1 Jan 2021 16:39:56 +0100 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: References: Message-ID: <28329674-3a8e-4509-c42d-35f686c830ad@telszewski.com> On 01/01/2021 04:15, David Chmelik wrote: > On Slackware-current with the 5.10.n kernels, I get this error > building zfs-on-linux.? I don't know if the ZFS project updated it for > 5.10.n. > > ??? ? CC [M]? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o > ?? In file included from /tmp/SBo/zfs-0.8.5/include/sys/dmu.h:848, > ??? ???????????????? from /tmp/SBo/zfs-0.8.5/include/sys/spa.h:44, > ??? ???????????????? from /tmp/SBo/zfs-0.8.5/include/sys/spa_impl.h:35, > ??? ???????????????? from /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c:30: > ?? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c: In function > ?vdev_disk_open?: > ?? /tmp/SBo/zfs-0.8.5/include/linux/blkdev_compat.h:378:37: error: > ?? implicit declaration of function ?check_disk_change?; did you mean > ?? ?bdev_disk_changed?? [-Werror=implicit-function-declaration] > ??? ? 378 | #define vdev_bdev_reread_part(bdev) check_disk_change(bdev) > ??? ????? |???????????????????????????????????? ^~~~~~~~~~~~~~~~~ > ?? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c:218:17: note: in expansion > ?? of macro ?vdev_bdev_reread_part? > ??? ? 218 |???? int error = vdev_bdev_reread_part(bdev); > ??? ????? |???????????????? ^~~~~~~~~~~~~~~~~~~~~ > ?? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c: In function > ?? ?vdev_blkg_tryget?: > ?? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.c:506:37: error: ?struct > ?? percpu_ref? has no member named ?count? > ??? ? 506 |?? rc = atomic_long_inc_not_zero(&ref->count); > ??? ????? |???????????????????????????????????? ^~ > ?? cc1: some warnings being treated as errors > ?? make[5]: *** [scripts/Makefile.build:279: > ?? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o] Error 1 > ?? make[4]: *** [scripts/Makefile.build:496: > ?? /tmp/SBo/zfs-0.8.5/module/zfs] Error 2 > ?? make[3]: *** [Makefile:1805: /tmp/SBo/zfs-0.8.5/module] Error 2 > ?? make[3]: Leaving directory '/usr/src/linux-5.10.4' > ?? make[2]: *** [Makefile:30: modules] Error 2 > ?? make[2]: Leaving directory '/tmp/SBo/zfs-0.8.5/module' > ?? make[1]: *** [Makefile:842: all-recursive] Error 1 > ?? make[1]: Leaving directory '/tmp/SBo/zfs-0.8.5' > ?? make: *** [Makefile:711: all] Error 2 > > > For 99% this is a change in the kernel's internal API. So yes, ZFS project needs to adapt. From ml at mareichelt.com Fri Jan 1 16:34:27 2021 From: ml at mareichelt.com (Markus Reichelt) Date: Fri, 1 Jan 2021 17:34:27 +0100 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: References: Message-ID: <20210101163427.GA4895@pc21.mareichelt.com> * David Chmelik wrote: > On Slackware-current with the 5.10.n kernels, I get this error > building zfs-on-linux.? I don't know if the ZFS project updated it > for 5.10.n. > ? CC [M]? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o > [...] zfs-0.8.5 is outdated. I've got no trouble using zfs-2.0.0 on -current -- Naughty little Tahoe-LAFS. From willysr at slackbuilds.org Sat Jan 2 04:03:26 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 2 Jan 2021 11:03:26 +0700 Subject: [Slackbuilds-users] Updates - 20210102.1 Message-ID: Hi All Happy New Year 2021 and welcome to the first update in 2021. In 2020, we made a lot of cleanup to the scripts both old and new scripts submitted by maintainers. Moving forward in 2021, we would like maintainers to ensure that their local copy is updated and sync with the latest update of what we have in our repository so that our effort to clean up the script didn't get reverted again. Cloning our repository from SBo, github, or gitlab is the recommended ways. You can push your changes to your own account and submit a PR/MR to our Github/GitLab repository. Some maintainers are still using old template or even modified template for new scripts (like using txz, 486 instead of 586 for arch, or adding NUMJOBS variable). This was tolerated in the past, but we will be more strict about this in 2021. Your scripts might get rejected if you are still reverting our changes again and again or still using the old templates. Please note that the latest template can be seen here: https://slackbuilds.org/templates/ Sat Jan 2 03:49:17 UTC 2021 academic/cadabra2: Updated for version 2.3.6.2. academic/gwyddion: Updated for version 2.57. business/stansoft: Updated for version 7.21. desktop/Surfn: Updated for version 20.12.7. desktop/buku: Updated for version 4.5. desktop/e16: Updated for version 1.0.22. development/SQLAlchemy: Updated for version 1.3.22. development/bpython: Updated for version 0.20.1. development/composer: Updated for version 2.0.8 development/octant: Updated for version 0.16.3. development/pycharm: Updated for version 2020.3.1. development/universal-ctags: Updated for version daa6909 development/velero: Updated for version 1.5.2. games/FlightGear-data: Updated for version 2020.3.5. games/FlightGear: Updated for version 2020.3.5. games/VASSAL: Updated for version 3.4.12. gis/geopy: Updated for version 2.1.0. gis/qgis: Support QCA path on current. graphics/SPIRV-Tools: Updated for version 2020.6. graphics/Vulkan-Tools: Updated for version 1.2.162.0. graphics/flameshot: Updated for version 0.8.5. graphics/renderdoc: Updated for version 1.11. graphics/shaderc: Updated for version 2020.4. graphics/vuescan: Updated MD5SUMs. graphics/vulkan-sdk: Updated for version 1.2.162.0. graphics/xdot: Updated for version 1.2. libraries/SPIRV-Headers: Update source. libraries/SimGear: Updated for version 2020.3.5. libraries/Vulkan-Headers: Updated for version 1.2.162.0. libraries/qt5-pbfimageplugin: Updated for version 2.3. libraries/zimg: Added (conversion, and dithering library) multimedia/LBRY: Updated for version 0.49.1. multimedia/k9copy-reloaded: Rebuilt. multimedia/lives: Various script fixes. multimedia/plexmediaserver: Updated for v 1.21.1.3830_6c22540d5. multimedia/vapoursynth-mvtools: Added (motion estimation plugin) multimedia/vapoursynth: Added (video processing framework) network/avahi: Add --enable-compat-libdns_sd to configure network/brave-browser: Updated for version 1.18.75. network/newsboat: Updated for version 2.22. network/nicotine+: Updated for version 2.2.2. network/openvswitch: Updated for version 2.14.0. network/palemoon: Updated for version 28.17.0. network/privoxy: Updated for version 3.0.29. network/purple-gowhatsapp: Fix MD5SUM. network/skype4pidgin: Updated for version 1.7. network/wakeonlan: Updated script. network/wp-cli: use tgz. network/you-get: Updated for version 0.4.1500. network/youtube-dl: Updated for version 2020.12.22. office/CherryTree: Updated download url. office/JabRef: Updated for version 5.2. office/fop-legacy: Added (print formatter). office/fop2.0: Removed (use fop-legacy). office/fop: Update script. office/mate-calc: use tgz. perl/perl-Devel-Cycle: Updated for version 1.12. perl/perl-PDF-Builder: Added (creation and modification of PDFs) perl/perl-Test-Memory-Cycle: Updated for version 1.06. perl/raku-Readline: Updated for version 0.1.6. python/click-didyoumean: use tgz. python/click-repo: use tgz. python/cssselect2: Added (straightforward implementation of CSS3) python/hachoir: Added (library to view and edit binary stream). python/pyblake2: Added (BLAKE2 hash function extension module). python/pynacl: Added (Python binding to libsodium). python/python-certifi: Updated for version 2020.12.5. python/python-libtmux: Updated for version 0.8.5. python/python3-django: Updated for version 3.1.4. python/python3-isort: Updated for version 5.7.0. python/reedsolo: use tgz. python/tinycss2: Added (low-level CSS parser and generator). python/typed_ast: Updated for version 1.4.2. python/xlutils: use tgz. ruby/ruby-build: Updated for version 20201225. ruby/rubygem-powerpack: Updated for version 0.1.3. system/Iosevka-slab: Updated for version 4.2.0. system/Iosevka: Updated for version 4.2.0. system/drbd-utils: Updated for version: 9.15.1. system/epson-inkjet-printer-escpr: Updated for version 1.7.8. system/gnu-unifont: Updated for version 13.0.05. system/prometheus: Added (Open-Source Monitoring & Alerting Toolkit) system/st: Updated for version 0.8.4. system/t1utils: Updated for version 1.42. system/tmuxp: Updated for version 1.6.3. system/tpm: Update script. system/unison: Updated for version 2.51.3. system/yash: Updated for version 2.51. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From alik at ejik.org Sat Jan 2 05:18:10 2021 From: alik at ejik.org (Alexander Verbovetsky) Date: Sat, 02 Jan 2021 08:18:10 +0300 Subject: [Slackbuilds-users] glslang source download fails Message-ID: Hello, The source download link of graphics/glslang yields "404: Not Found". Best regards, Alexander From fernando.lopezjr at gmail.com Sat Jan 2 05:37:43 2021 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Fri, 1 Jan 2021 22:37:43 -0700 Subject: [Slackbuilds-users] Updates - 20210102.1 In-Reply-To: References: Message-ID: i dont think the changes went thru... i still see old versions of programs... On Fri, Jan 1, 2021 at 9:03 PM Willy Sudiarto Raharjo < willysr at slackbuilds.org> wrote: > > Hi All > > Happy New Year 2021 and welcome to the first update in 2021. > > In 2020, we made a lot of cleanup to the scripts both old and new > scripts submitted by maintainers. Moving forward in 2021, we would like > maintainers to ensure that their local copy is updated and sync with the > latest update of what we have in our repository so that our effort to > clean up the script didn't get reverted again. Cloning our repository > from SBo, github, or gitlab is the recommended ways. You can push your > changes to your own account and submit a PR/MR to our Github/GitLab > repository. > > Some maintainers are still using old template or even modified template > for new scripts (like using txz, 486 instead of 586 for arch, or adding > NUMJOBS variable). This was tolerated in the past, but we will be more > strict about this in 2021. Your scripts might get rejected if you are > still reverting our changes again and again or still using the old > templates. Please note that the latest template can be seen here: > https://slackbuilds.org/templates/ > > Sat Jan 2 03:49:17 UTC 2021 > academic/cadabra2: Updated for version 2.3.6.2. > academic/gwyddion: Updated for version 2.57. > business/stansoft: Updated for version 7.21. > desktop/Surfn: Updated for version 20.12.7. > desktop/buku: Updated for version 4.5. > desktop/e16: Updated for version 1.0.22. > development/SQLAlchemy: Updated for version 1.3.22. > development/bpython: Updated for version 0.20.1. > development/composer: Updated for version 2.0.8 > development/octant: Updated for version 0.16.3. > development/pycharm: Updated for version 2020.3.1. > development/universal-ctags: Updated for version daa6909 > development/velero: Updated for version 1.5.2. > games/FlightGear-data: Updated for version 2020.3.5. > games/FlightGear: Updated for version 2020.3.5. > games/VASSAL: Updated for version 3.4.12. > gis/geopy: Updated for version 2.1.0. > gis/qgis: Support QCA path on current. > graphics/SPIRV-Tools: Updated for version 2020.6. > graphics/Vulkan-Tools: Updated for version 1.2.162.0. > graphics/flameshot: Updated for version 0.8.5. > graphics/renderdoc: Updated for version 1.11. > graphics/shaderc: Updated for version 2020.4. > graphics/vuescan: Updated MD5SUMs. > graphics/vulkan-sdk: Updated for version 1.2.162.0. > graphics/xdot: Updated for version 1.2. > libraries/SPIRV-Headers: Update source. > libraries/SimGear: Updated for version 2020.3.5. > libraries/Vulkan-Headers: Updated for version 1.2.162.0. > libraries/qt5-pbfimageplugin: Updated for version 2.3. > libraries/zimg: Added (conversion, and dithering library) > multimedia/LBRY: Updated for version 0.49.1. > multimedia/k9copy-reloaded: Rebuilt. > multimedia/lives: Various script fixes. > multimedia/plexmediaserver: Updated for v 1.21.1.3830_6c22540d5. > multimedia/vapoursynth-mvtools: Added (motion estimation plugin) > multimedia/vapoursynth: Added (video processing framework) > network/avahi: Add --enable-compat-libdns_sd to configure > network/brave-browser: Updated for version 1.18.75. > network/newsboat: Updated for version 2.22. > network/nicotine+: Updated for version 2.2.2. > network/openvswitch: Updated for version 2.14.0. > network/palemoon: Updated for version 28.17.0. > network/privoxy: Updated for version 3.0.29. > network/purple-gowhatsapp: Fix MD5SUM. > network/skype4pidgin: Updated for version 1.7. > network/wakeonlan: Updated script. > network/wp-cli: use tgz. > network/you-get: Updated for version 0.4.1500. > network/youtube-dl: Updated for version 2020.12.22. > office/CherryTree: Updated download url. > office/JabRef: Updated for version 5.2. > office/fop-legacy: Added (print formatter). > office/fop2.0: Removed (use fop-legacy). > office/fop: Update script. > office/mate-calc: use tgz. > perl/perl-Devel-Cycle: Updated for version 1.12. > perl/perl-PDF-Builder: Added (creation and modification of PDFs) > perl/perl-Test-Memory-Cycle: Updated for version 1.06. > perl/raku-Readline: Updated for version 0.1.6. > python/click-didyoumean: use tgz. > python/click-repo: use tgz. > python/cssselect2: Added (straightforward implementation of CSS3) > python/hachoir: Added (library to view and edit binary stream). > python/pyblake2: Added (BLAKE2 hash function extension module). > python/pynacl: Added (Python binding to libsodium). > python/python-certifi: Updated for version 2020.12.5. > python/python-libtmux: Updated for version 0.8.5. > python/python3-django: Updated for version 3.1.4. > python/python3-isort: Updated for version 5.7.0. > python/reedsolo: use tgz. > python/tinycss2: Added (low-level CSS parser and generator). > python/typed_ast: Updated for version 1.4.2. > python/xlutils: use tgz. > ruby/ruby-build: Updated for version 20201225. > ruby/rubygem-powerpack: Updated for version 0.1.3. > system/Iosevka-slab: Updated for version 4.2.0. > system/Iosevka: Updated for version 4.2.0. > system/drbd-utils: Updated for version: 9.15.1. > system/epson-inkjet-printer-escpr: Updated for version 1.7.8. > system/gnu-unifont: Updated for version 13.0.05. > system/prometheus: Added (Open-Source Monitoring & Alerting Toolkit) > system/st: Updated for version 0.8.4. > system/t1utils: Updated for version 1.42. > system/tmuxp: Updated for version 1.6.3. > system/tpm: Update script. > system/unison: Updated for version 2.51.3. > system/yash: Updated for version 2.51. > +--------------------------+ > > > -- > Willy Sudiarto Raharjo > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fernando.lopezjr at gmail.com Sat Jan 2 05:38:56 2021 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Fri, 1 Jan 2021 22:38:56 -0700 Subject: [Slackbuilds-users] Updates - 20210102.1 In-Reply-To: References: Message-ID: never mind... i forgot that i am on sbo current... On Fri, Jan 1, 2021 at 10:37 PM Fernando Lopez wrote: > i dont think the changes went thru... i still see old versions of > programs... > > On Fri, Jan 1, 2021 at 9:03 PM Willy Sudiarto Raharjo < > willysr at slackbuilds.org> wrote: > >> >> Hi All >> >> Happy New Year 2021 and welcome to the first update in 2021. >> >> In 2020, we made a lot of cleanup to the scripts both old and new >> scripts submitted by maintainers. Moving forward in 2021, we would like >> maintainers to ensure that their local copy is updated and sync with the >> latest update of what we have in our repository so that our effort to >> clean up the script didn't get reverted again. Cloning our repository >> from SBo, github, or gitlab is the recommended ways. You can push your >> changes to your own account and submit a PR/MR to our Github/GitLab >> repository. >> >> Some maintainers are still using old template or even modified template >> for new scripts (like using txz, 486 instead of 586 for arch, or adding >> NUMJOBS variable). This was tolerated in the past, but we will be more >> strict about this in 2021. Your scripts might get rejected if you are >> still reverting our changes again and again or still using the old >> templates. Please note that the latest template can be seen here: >> https://slackbuilds.org/templates/ >> >> Sat Jan 2 03:49:17 UTC 2021 >> academic/cadabra2: Updated for version 2.3.6.2. >> academic/gwyddion: Updated for version 2.57. >> business/stansoft: Updated for version 7.21. >> desktop/Surfn: Updated for version 20.12.7. >> desktop/buku: Updated for version 4.5. >> desktop/e16: Updated for version 1.0.22. >> development/SQLAlchemy: Updated for version 1.3.22. >> development/bpython: Updated for version 0.20.1. >> development/composer: Updated for version 2.0.8 >> development/octant: Updated for version 0.16.3. >> development/pycharm: Updated for version 2020.3.1. >> development/universal-ctags: Updated for version daa6909 >> development/velero: Updated for version 1.5.2. >> games/FlightGear-data: Updated for version 2020.3.5. >> games/FlightGear: Updated for version 2020.3.5. >> games/VASSAL: Updated for version 3.4.12. >> gis/geopy: Updated for version 2.1.0. >> gis/qgis: Support QCA path on current. >> graphics/SPIRV-Tools: Updated for version 2020.6. >> graphics/Vulkan-Tools: Updated for version 1.2.162.0. >> graphics/flameshot: Updated for version 0.8.5. >> graphics/renderdoc: Updated for version 1.11. >> graphics/shaderc: Updated for version 2020.4. >> graphics/vuescan: Updated MD5SUMs. >> graphics/vulkan-sdk: Updated for version 1.2.162.0. >> graphics/xdot: Updated for version 1.2. >> libraries/SPIRV-Headers: Update source. >> libraries/SimGear: Updated for version 2020.3.5. >> libraries/Vulkan-Headers: Updated for version 1.2.162.0. >> libraries/qt5-pbfimageplugin: Updated for version 2.3. >> libraries/zimg: Added (conversion, and dithering library) >> multimedia/LBRY: Updated for version 0.49.1. >> multimedia/k9copy-reloaded: Rebuilt. >> multimedia/lives: Various script fixes. >> multimedia/plexmediaserver: Updated for v 1.21.1.3830_6c22540d5. >> multimedia/vapoursynth-mvtools: Added (motion estimation plugin) >> multimedia/vapoursynth: Added (video processing framework) >> network/avahi: Add --enable-compat-libdns_sd to configure >> network/brave-browser: Updated for version 1.18.75. >> network/newsboat: Updated for version 2.22. >> network/nicotine+: Updated for version 2.2.2. >> network/openvswitch: Updated for version 2.14.0. >> network/palemoon: Updated for version 28.17.0. >> network/privoxy: Updated for version 3.0.29. >> network/purple-gowhatsapp: Fix MD5SUM. >> network/skype4pidgin: Updated for version 1.7. >> network/wakeonlan: Updated script. >> network/wp-cli: use tgz. >> network/you-get: Updated for version 0.4.1500. >> network/youtube-dl: Updated for version 2020.12.22. >> office/CherryTree: Updated download url. >> office/JabRef: Updated for version 5.2. >> office/fop-legacy: Added (print formatter). >> office/fop2.0: Removed (use fop-legacy). >> office/fop: Update script. >> office/mate-calc: use tgz. >> perl/perl-Devel-Cycle: Updated for version 1.12. >> perl/perl-PDF-Builder: Added (creation and modification of PDFs) >> perl/perl-Test-Memory-Cycle: Updated for version 1.06. >> perl/raku-Readline: Updated for version 0.1.6. >> python/click-didyoumean: use tgz. >> python/click-repo: use tgz. >> python/cssselect2: Added (straightforward implementation of CSS3) >> python/hachoir: Added (library to view and edit binary stream). >> python/pyblake2: Added (BLAKE2 hash function extension module). >> python/pynacl: Added (Python binding to libsodium). >> python/python-certifi: Updated for version 2020.12.5. >> python/python-libtmux: Updated for version 0.8.5. >> python/python3-django: Updated for version 3.1.4. >> python/python3-isort: Updated for version 5.7.0. >> python/reedsolo: use tgz. >> python/tinycss2: Added (low-level CSS parser and generator). >> python/typed_ast: Updated for version 1.4.2. >> python/xlutils: use tgz. >> ruby/ruby-build: Updated for version 20201225. >> ruby/rubygem-powerpack: Updated for version 0.1.3. >> system/Iosevka-slab: Updated for version 4.2.0. >> system/Iosevka: Updated for version 4.2.0. >> system/drbd-utils: Updated for version: 9.15.1. >> system/epson-inkjet-printer-escpr: Updated for version 1.7.8. >> system/gnu-unifont: Updated for version 13.0.05. >> system/prometheus: Added (Open-Source Monitoring & Alerting Toolkit) >> system/st: Updated for version 0.8.4. >> system/t1utils: Updated for version 1.42. >> system/tmuxp: Updated for version 1.6.3. >> system/tpm: Update script. >> system/unison: Updated for version 2.51.3. >> system/yash: Updated for version 2.51. >> +--------------------------+ >> >> >> -- >> Willy Sudiarto Raharjo >> >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - https://slackbuilds.org/faq/ >> >> > > -- > > ------------ > Regards, > Fernando Lopez Jr. > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at slackbuilds.org Sat Jan 2 07:57:19 2021 From: dave at slackbuilds.org (Dave Woodfall) Date: Sat, 2 Jan 2021 07:57:19 +0000 Subject: [Slackbuilds-users] Updates - 20210102.1 In-Reply-To: References: Message-ID: <20210102075719.GA2069@t43.r0t.uk> On 02/01/21 11:03, Willy Sudiarto Raharjo put forth the proposition: > Hi All > Happy New Year 2021 and welcome to the first update in 2021. > In 2020, we made a lot of cleanup to the scripts both old and new > scripts submitted by maintainers. Moving forward in 2021, we would like > maintainers to ensure that their local copy is updated and sync with the > latest update of what we have in our repository so that our effort to > clean up the script didn't get reverted again. Cloning our repository > from SBo, github, or gitlab is the recommended ways. You can push your > changes to your own account and submit a PR/MR to our Github/GitLab > repository. > Some maintainers are still using old template or even modified template > for new scripts (like using txz, 486 instead of 586 for arch, or adding > NUMJOBS variable). This was tolerated in the past, but we will be more > strict about this in 2021. Your scripts might get rejected if you are > still reverting our changes again and again or still using the old > templates. Please note that the latest template can be seen here: > https://slackbuilds.org/templates/ Just to add a note to that, please all read the comments and notes in the templates, especially in README, because we are wrapping text in it at 72 characters now. Thanks, -- Dave Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come. --Friedrich Nietzsche -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From yalhcru at gmail.com Sat Jan 2 07:58:00 2021 From: yalhcru at gmail.com (B Watson) Date: Sat, 2 Jan 2021 02:58:00 -0500 Subject: [Slackbuilds-users] FreeBASIC update fails In-Reply-To: References: Message-ID: Does it work now, since last week's update (BUILD=3)? It really did have an issue before that: it would only build if FreeBASIC was already installed (it was using /usr/bin/fbc, not the bootstrap one). Before I did that update, I tested it on multiple systems (clean environments, and "dirty" ones with lots of SBo stuff installed). Also had a couple of other people test it. Are you still having problems? From jdashiel at panix.com Sat Jan 2 08:16:29 2021 From: jdashiel at panix.com (Jude DaShiell) Date: Sat, 2 Jan 2021 03:16:29 -0500 Subject: [Slackbuilds-users] FreeBASIC update fails In-Reply-To: References: Message-ID: Thanks for your repair work. This time the build runs correctly to completion and installs FreeBASIC correctly. On Sat, 2 Jan 2021, B Watson wrote: > Does it work now, since last week's update (BUILD=3)? It really > did have an issue before that: it would only build if FreeBASIC was > already installed (it was using /usr/bin/fbc, not the bootstrap one). > > Before I did that update, I tested it on multiple systems (clean > environments, and "dirty" ones with lots of SBo stuff installed). Also > had a couple of other people test it. Are you still having problems? > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > From andreas at andreasvoegele.com Sat Jan 2 08:29:27 2021 From: andreas at andreasvoegele.com (=?UTF-8?Q?Andreas_V=c3=b6gele?=) Date: Sat, 2 Jan 2021 09:29:27 +0100 Subject: [Slackbuilds-users] Updates - 20210102.1 In-Reply-To: References: Message-ID: Willy Sudiarto Raharjo writes: > Some maintainers are still using old template or even modified template > for new scripts [...]. This was tolerated in the past, but we will be more > strict about this in 2021. There is zero need for setting PREFIX=/usr in perl-template.SlackBuild. INSTALLDIRS=vendor is enough. I have built hundreds of Perl distributions and none required the PREFIX setting. According to https://perlweekly.com/archive/491.html the CPAN mirror network will be replaced by a geographically distributed network. It might become necessary to replace cpan.metacpan.org by www.cpan.org in the DOWNLOAD addresses. From dave at slackbuilds.org Sat Jan 2 09:54:13 2021 From: dave at slackbuilds.org (Dave Woodfall) Date: Sat, 2 Jan 2021 09:54:13 +0000 Subject: [Slackbuilds-users] Request for when taking over as a SlackBuild maintainer Message-ID: <20210102095413.GB2069@t43.r0t.uk> When agreeing to take over a script as a new maintainer, could we have an update with your name and email in the .info ASAP please? Thanks and have a great 2021 :-) -- Dave Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come. --Friedrich Nietzsche From slackbuilds at jaxartes.net Sat Jan 2 18:44:16 2021 From: slackbuilds at jaxartes.net (Benjamin Trigona-Harany) Date: Sat, 02 Jan 2021 19:44:16 +0100 Subject: [Slackbuilds-users] python-certifi and python3-certifi Message-ID: <2126091.vFx2qVVIhK@wintermute.sprawl.net> python-certifi now has Python 3 as a mandatory dependency, which makes python3-cetifi unnecessary. I'll be removing python3-certifi, so maintainers should update their REQUIRES accordingly and users should remove python3- certifi and rebuild python-certifi after the next update. If anyone else with overlapping packages like this adds mandatory Python 3 support to their Python 2 package, let me know and I'll remove my Python 3 version. Thanks, Ben From willysr at slackbuilds.org Sat Jan 2 18:45:39 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 3 Jan 2021 01:45:39 +0700 Subject: [Slackbuilds-users] python-certifi and python3-certifi In-Reply-To: <2126091.vFx2qVVIhK@wintermute.sprawl.net> References: <2126091.vFx2qVVIhK@wintermute.sprawl.net> Message-ID: <664cbb94-372b-9a34-ed10-b92d0d34a5b6@slackbuilds.org> On 1/3/21 1:44 AM, Benjamin Trigona-Harany wrote: > python-certifi now has Python 3 as a mandatory dependency, which makes > python3-cetifi unnecessary. I'll be removing python3-certifi, so maintainers > should update their REQUIRES accordingly and users should remove python3- > certifi and rebuild python-certifi after the next update. > > If anyone else with overlapping packages like this adds mandatory Python 3 > support to their Python 2 package, let me know and I'll remove my Python 3 > version. This are all the scripts that depends on python3-certifi and it must be updated : desktop/anki desktop/buku development/Sphinx development/git-cola games/fs-uae-arcade games/fs-uae-launcher gis/qgis multimedia/openshot network/Electrum python/cloudscraper python/python3-obspy system/letsencrypt -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From yalhcru at gmail.com Sat Jan 2 18:57:05 2021 From: yalhcru at gmail.com (B Watson) Date: Sat, 2 Jan 2021 13:57:05 -0500 Subject: [Slackbuilds-users] python-certifi and python3-certifi In-Reply-To: <2126091.vFx2qVVIhK@wintermute.sprawl.net> References: <2126091.vFx2qVVIhK@wintermute.sprawl.net> Message-ID: On 1/2/21, Benjamin Trigona-Harany wrote: > python-certifi now has Python 3 as a mandatory dependency, which makes > python3-cetifi unnecessary. I'll be removing python3-certifi, so maintainers Is is still going to support python 2, or did upstream drop python 2 support? If it's become python 3 only, it's going to break some or all of these builds: https://slackbuilds.org/advsearch.php?stype=revdep&q=python-certifi If that's going to be a problem, maybe there should be a new python2-certifi or python-certifi-legacy build, with the last version that supports python 2. If it's not a problem, no problem, forget I said anything... From elyk03 at gmail.com Sat Jan 2 18:58:06 2021 From: elyk03 at gmail.com (Kyle Guinn) Date: Sat, 2 Jan 2021 12:58:06 -0600 Subject: [Slackbuilds-users] python-certifi and python3-certifi In-Reply-To: <664cbb94-372b-9a34-ed10-b92d0d34a5b6@slackbuilds.org> References: <2126091.vFx2qVVIhK@wintermute.sprawl.net> <664cbb94-372b-9a34-ed10-b92d0d34a5b6@slackbuilds.org> Message-ID: On 1/2/21, Willy Sudiarto Raharjo wrote: > On 1/3/21 1:44 AM, Benjamin Trigona-Harany wrote: >> python-certifi now has Python 3 as a mandatory dependency, which makes >> python3-cetifi unnecessary. I'll be removing python3-certifi, so >> maintainers >> should update their REQUIRES accordingly and users should remove python3- >> certifi and rebuild python-certifi after the next update. >> >> If anyone else with overlapping packages like this adds mandatory Python 3 >> >> support to their Python 2 package, let me know and I'll remove my Python 3 >> >> version. > > This are all the scripts that depends on python3-certifi and it must be > updated : > > desktop/anki > desktop/buku > development/Sphinx > development/git-cola > games/fs-uae-arcade > games/fs-uae-launcher > gis/qgis > multimedia/openshot > network/Electrum > python/cloudscraper > python/python3-obspy > system/letsencrypt Don't forget the optional deps in the READMEs, which is where I first noticed it: python/python-requests (python-certifi is already mentioned in REQUIRES) system/borgbackup -Kyle From slackbuilds at jaxartes.net Sat Jan 2 19:03:48 2021 From: slackbuilds at jaxartes.net (Benjamin Trigona-Harany) Date: Sat, 02 Jan 2021 20:03:48 +0100 Subject: [Slackbuilds-users] python-certifi and python3-certifi In-Reply-To: References: <2126091.vFx2qVVIhK@wintermute.sprawl.net> Message-ID: <5236983.rdbgypaU67@wintermute.sprawl.net> On Saturday, 2 January 2021 19:57:05 CET B Watson wrote: > On 1/2/21, Benjamin Trigona-Harany wrote: > > python-certifi now has Python 3 as a mandatory dependency, which makes > > python3-cetifi unnecessary. I'll be removing python3-certifi, so > > maintainers > Is is still going to support python 2, or did upstream drop python 2 > support? If it's become python 3 only, it's going to break some or all > of these builds: > > https://slackbuilds.org/advsearch.php?stype=revdep&q=python-certifi > > If that's going to be a problem, maybe there should be a new > python2-certifi or python-certifi-legacy build, with the last version > that supports python 2. > > If it's not a problem, no problem, forget I said anything... The python-certi SlackBuild installs the module for both Python 2 and Python 3. Whether upstream has dropped support for Python 2, I can't say ... I only deal in Python 3 :) Ben From dchmelik at gmail.com Mon Jan 4 03:00:41 2021 From: dchmelik at gmail.com (David Chmelik) Date: Sun, 3 Jan 2021 19:00:41 -0800 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: <20210101163427.GA4895@pc21.mareichelt.com> References: <20210101163427.GA4895@pc21.mareichelt.com> Message-ID: On 1/1/21 8:34 AM, Markus Reichelt wrote: > * David Chmelik wrote: > >> On Slackware-current with the 5.10.n kernels, I get this error >> building zfs-on-linux.? I don't know if the ZFS project updated it >> for 5.10.n. >> ? CC [M]? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o >> [...] > zfs-0.8.5 is outdated. > > I've got no trouble using zfs-2.0.0 on -current I don't see how you'd build that with the SlackBuild; what about 0.8.6?? Though I see people had various other (non-ZFS, but display/X/KDE) problems with 5.10.n kernels; I might wait... From duncan_roe at optusnet.com.au Mon Jan 4 23:54:01 2021 From: duncan_roe at optusnet.com.au (Duncan Roe) Date: Tue, 5 Jan 2021 10:54:01 +1100 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: References: <20210101163427.GA4895@pc21.mareichelt.com> Message-ID: <20210104235401.GE536@dimstar.local.net> On Sun, Jan 03, 2021 at 07:00:41PM -0800, David Chmelik wrote: > On 1/1/21 8:34 AM, Markus Reichelt wrote: > > * David Chmelik wrote: > > > > > On Slackware-current with the 5.10.n kernels, I get this error > > > building zfs-on-linux.? I don't know if the ZFS project updated it > > > for 5.10.n. > > > ? CC [M]? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o > > > [...] > > zfs-0.8.5 is outdated. > > > > I've got no trouble using zfs-2.0.0 on -current > > I don't see how you'd build that with the SlackBuild; what about 0.8.6?? > Though I see people had various other (non-ZFS, but display/X/KDE) problems > with 5.10.n kernels; I might wait... > Too right - at 5.10.* my laptop display went blank and system hung when it should have changed to small font during boot. Now fixed by reverting the patch that git bisect identified, submitting a bug report now. Cheers ... Duncan. From melvin.mawhin at outlook.com Mon Jan 4 18:58:38 2021 From: melvin.mawhin at outlook.com (Melvin Mawhin) Date: Mon, 4 Jan 2021 18:58:38 +0000 Subject: [Slackbuilds-users] I3-Gaps Message-ID: Just wanted to let you all know that Julian Grinblat is taking over ownership of the I3-gaps package as I have little to no time anymore. I have a few other packages most notably XnViewMP. If anybody is interested in the package, please feel free. Thanks! Melvin Mawhin -------------- next part -------------- An HTML attachment was scrubbed... URL: From yalhcru at gmail.com Wed Jan 6 08:06:54 2021 From: yalhcru at gmail.com (B Watson) Date: Wed, 6 Jan 2021 03:06:54 -0500 Subject: [Slackbuilds-users] dwb and webkitgtk Message-ID: So a while back, the original maintainer gave up dwb, and I took it rather than see it disappear... At this point though, its upstream hasn't updated it since 2016. It relies on webkitgtk 2.4.x, which is supposed to be full of security issues that will never be fixed: from what I've read, the official correct way forward for a project like dwb would be to port it to the newer webkitgtk API (what we call webkit2gtk on SBo). Does anyone use and love dwb? If so, please take over as maintainer for it. If nobody steps up in the next month or so, I'm going to remove it from the repo. At this point, it's junk, from my POV (because of the security holes, and because I don't have any interest in using it anyway). More generally, it looks like any general-purpose web browser that still uses webkitgtk 2.4.x is junk. We have a few builds that depend on the old webkitgtk: https://portix.bitbucket.io/dwb/ ...but at least some of those use it for displaying their built-in help, or other non-internet-browsing purposes, which is probably OK...? Here's an article that explains the webkitgtk mess: https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-security-updates/ My reading of it is basically "anything still using the 1.0 API is unsupported, port to 2.0 or die". Other opinions? From jdashiel at panix.com Wed Jan 6 20:09:55 2021 From: jdashiel at panix.com (Jude DaShiell) Date: Wed, 6 Jan 2021 15:09:55 -0500 Subject: [Slackbuilds-users] stone_soup Message-ID: Has anyone else tried to update from 0.24 to 0.25 yet? I did and got quite far into the build process until: cp: will not overwrite just-created '/tmp/SBo/package-stone_soup/usr/doc/stone_soup-0.25.0/CREDITS.txt' with '/tmp/SBo/package-stone_soup/usr/share/games/crawl/docs/CREDITS.txt' stone_soup: Would you like to continue processing the rest of the q From yalhcru at gmail.com Thu Jan 7 06:34:32 2021 From: yalhcru at gmail.com (B Watson) Date: Thu, 7 Jan 2021 01:34:32 -0500 Subject: [Slackbuilds-users] stone_soup In-Reply-To: References: Message-ID: On 1/6/21, Jude DaShiell wrote: > Has anyone else tried to update from 0.24 to 0.25 yet? > I did and got quite far into the build process until: > cp: will not overwrite just-created > '/tmp/SBo/package-stone_soup/usr/doc/stone_soup-0.25.0/CREDITS.txt' with > '/tmp/SBo/package-stone_soup/usr/share/games/crawl/docs/CREDITS.txt' Confirmed, I get the same error here. As a temporary workaround, edit the SlackBuild, find the "cp -a" command that includes CREDITS.txt (it's at line 109), and remove CREDITS.txt from the command (leaving the rest as-is). A better fix will be forthcoming, but this will let you build the package for now. From dchmelik at gmail.com Thu Jan 7 23:20:39 2021 From: dchmelik at gmail.com (David Chmelik) Date: Thu, 7 Jan 2021 15:20:39 -0800 Subject: [Slackbuilds-users] stone_soup In-Reply-To: References: Message-ID: On 1/6/21 12:09 PM, Jude DaShiell wrote: > Has anyone else tried to update from 0.24 to 0.25 yet? > I did and got quite far into the build process until: > cp: will not overwrite just-created > '/tmp/SBo/package-stone_soup/usr/doc/stone_soup-0.25.0/CREDITS.txt' > with '/tmp/SBo/package-stone_soup/usr/share/games/crawl/docs/CREDITS.txt' > [...] I had to improve the installation of documentation/etc. and there were some changes to how that's done.? Sorry about that.? If they hadn't already taken care of it (as Urchlay mentioned is happening) a fix is uploaded for next SBo update. From d.zlatanidis at gmail.com Sat Jan 9 06:21:35 2021 From: d.zlatanidis at gmail.com (Dimitris Zlatanidis) Date: Sat, 9 Jan 2021 08:21:35 +0200 Subject: [Slackbuilds-users] 35 hours Message-ID: Is there any change in the planet that I don't know? https://ibb.co/0fQmLP9 :) Happy New Year!!! -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat Jan 9 07:58:41 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 9 Jan 2021 14:58:41 +0700 Subject: [Slackbuilds-users] Updates - 20210109.1 Message-ID: <7ffe3c3b-138c-33e1-9df6-5b0ae3d6648d@slackbuilds.org> Hi in this batch, python3-certifi is removed (python-certifi now includes python3 bindings), while some of the scripts that depends on it hasn't been updated to reflect this changes, so it will break some automatic tools. This will be fixed in the next public update, but if you need to build packages that depends on python3-certifi, you can simply install python-certifi with python3 installed before. Sat Jan 9 07:31:38 UTC 2021 academic/ITK: Updated for version 5.1.2. audio/abcde: New maintainer. audio/cd-discid: New maintainer. audio/gogglesmm: Updated for version 1.2.2. audio/mkcue: New maintainer. audio/qmmp: Updated for version 0.12.10. desktop/buku: Updated dependencies. desktop/caffeine-ng: Add dependency. desktop/redshift: Include patch to disable AppIndicator desktop/ssr: Updated for version 0.4.3. desktop/sun: Updated for version 1.3.1. development/Sphinx: Update dependencies. development/Sphinx: Updated for version 3.4.1. development/colordiff: New maintainer. development/d-tools: Updated for version 2.095.0 development/dmd: Updated for version 2.095.0 development/icon: Updated for version 9.5.20i. development/jupyter-nbformat: Updated for version 5.0.8. development/samurai: Updated for version 1.2. development/sbcl: Updated for version 2.1.0. development/universal-ctags: Updated for version 08b1c49 games/ags: updated for version 3.5.0.28 games/freeciv: updated for version 2.6.3 games/hatari: Updated for version 2.3.1. games/stone_soup: python3-PyYAML added to REQUIRES. games/wesnoth: Updated for version 1.14.15 gis/OWSLib: Updated for version 0.21.0. gis/SFCGAL: Updated for version 1.3.9. gis/gpsbabel: Updated for version 1.7.0. gis/osm2pgsql: Updated for version 1.4.0. gis/pdal: Updated for version 2.2.0. gis/pgrouting: Updated for version 3.1.2. gis/proj: Updated for version 7.2.1. gis/pytrainer: Updated for version 2.0.2. gis/qgis: Updated for version 3.16.2. gis/whitebox-tools: Updated for version 1.4.0. graphics/CairoSVG: Updated for version 2.5.0. graphics/exif: Updated for version 0.6.22. graphics/feh: Updated for version 3.6.1. graphics/glslang: Updated for version 11.1.0. graphics/pencil2d: Added (animation/drawing software) graphics/vuescan: Updated MD5SUMs. libraries/QScintilla-qt5: Updated for version 2.11.6. libraries/libversion: Updated for version 3.0.1. libraries/libxnvctrl: Updated for version 460.32.03. libraries/musicbrainzngs: Updated for version 0.7.1. libraries/oath-toolkit: Updated for version 2.6.5. libraries/slv2: Changed maintainer information. multimedia/aegisub: Update DOWNLOAD. multimedia/aom: Updated for version 2.0.1. multimedia/gpodder: Updated for version 3.10.17. multimedia/plexmediaserver: Updated for v 1.21.1.3876_3c3adfcb4. network/TeamSpeak3: Updated for version 3.5.6 network/courier-unicode: Updated for version 2.1.2. network/fwknop: Change maintainer. network/maildrop: Updated for version 3.0.1. network/mumble: Restored missing REQUIRES network/protonmail-bridge: Updated for version 1.5.4. network/protonmail-import-export-app: Updated for version 1.2.3. network/sshuttle: updated for version 1.0.5 network/tixati: Updated for version 2.78_1. network/vivaldi: Updated for version 3.5.2115.87. network/youtube-dl: Updated for version 2021.01.03. office/ProjectLibre: Updated for version 1.9.3. office/calibre-bin: Updated for version 5.9.0. office/lout: Updated for version 3.42. perl/perl-Archive-Extract: Orphaned. perl/perl-CPANPLUS-Dist-Build: Orphaned. perl/perl-CPANPLUS-Dist-Slackware: Change maintainer. perl/perl-CPANPLUS: Updated for version 0.9910 & orphaned. perl/perl-DBIx-Simple: Orphaned. perl/perl-Log-Message-Simple: Orphaned. perl/perl-Log-Message: Orphaned. perl/perl-Module-Pluggable: Orphaned. perl/perl-MusicBrainz-DiscID: New maintainer. perl/perl-Object-Accessor: Orphaned. perl/perl-Package-Constants: Orphaned. perl/perl-Term-ReadLine-Gnu: Updated for version 1.37 & orphaned. perl/perl-Term-UI: Orphaned. perl/perl-WebService-MusicBrainz: New maintainer. python/numexpr: Updated for version 2.7.2. python/parso: Updated for version 0.8.1. python/pySmartDL: Updated for version 1.3.4. python/python-urllib3: Updated for version 1.26.2. python/python3-babel: Updated for version 2.9.0. python/python3-certifi: Removed as python-certifi now supports Python 3. python/pyusb: Updated for version 1.1.0. python/scikit-learn: Updated for version 0.24.0. system/bat: Updated for version 0.17.1. system/cfpeek: Added (CLI processor for structured config files) system/compsize: Updated for version 1.3. system/dosbox-dev: updated for version 0.75_pre4405 system/fzf: Updated for version 0.25.0. system/ifuse: Updated for version 1.1.4. system/letsencrypt: Updated for version 1.11.0. system/lynis: Updated for version 3.0.3. system/mailfromd: Updated for version 8.9. system/mlterm: Updated for version 3.9.1. system/nvidia-driver: Updated for version 460.32.03. system/nvidia-kernel: Updated for version 460.32.03. system/nvidia-legacy390-driver: Updated for version 390.141. system/nvidia-legacy390-kernel: Updated for version 390.141. system/phoronix-test-suite: Updated for version 10.2.0. system/prometheus: Updated for version 2.24.0. system/skim: Updated for version 0.9.3. system/slpkg: Updated for version 3.9.1. system/telegraf: Updated for version 1.17.0 system/ttf-ibm-plex: Updated for version 5.1.3. system/xarchiver: Updated for version 0.5.4.16 +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From alik at ejik.org Sat Jan 9 12:16:59 2021 From: alik at ejik.org (Alexander Verbovetsky) Date: Sat, 09 Jan 2021 15:16:59 +0300 Subject: [Slackbuilds-users] Updates - 20210109.1 In-Reply-To: <7ffe3c3b-138c-33e1-9df6-5b0ae3d6648d@slackbuilds.org> References: <7ffe3c3b-138c-33e1-9df6-5b0ae3d6648d@slackbuilds.org> Message-ID: <0dde83fd-821b-4371-a1a7-a4c34d036742@www.fastmail.com> Hello, > python/python3-babel: Updated for version 2.9.0. .info has VERSION="2.8.1" Best regards, Alexander From willysr at slackbuilds.org Sat Jan 9 12:20:01 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 9 Jan 2021 19:20:01 +0700 Subject: [Slackbuilds-users] Updates - 20210109.1 In-Reply-To: <0dde83fd-821b-4371-a1a7-a4c34d036742@www.fastmail.com> References: <7ffe3c3b-138c-33e1-9df6-5b0ae3d6648d@slackbuilds.org> <0dde83fd-821b-4371-a1a7-a4c34d036742@www.fastmail.com> Message-ID: >> python/python3-babel: Updated for version 2.9.0. > > .info has VERSION="2.8.1" Thanks fixed on my branch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From gray at gnu.org.ua Sat Jan 9 11:30:03 2021 From: gray at gnu.org.ua (Sergey Poznyakoff) Date: Sat, 09 Jan 2021 13:30:03 +0200 Subject: [Slackbuilds-users] Updates - 20210109.1 In-Reply-To: Your message of Sat, 9 Jan 2021 14:58:41 +0700 <7ffe3c3b-138c-33e1-9df6-5b0ae3d6648d@slackbuilds.org> References: <7ffe3c3b-138c-33e1-9df6-5b0ae3d6648d@slackbuilds.org> Message-ID: <20210109133003.16176@ulysses.gnu.org.ua> > perl/perl-Archive-Extract: Orphaned. > perl/perl-CPANPLUS-Dist-Build: Orphaned. > perl/perl-CPANPLUS: Updated for version 0.9910 & orphaned. > perl/perl-DBIx-Simple: Orphaned. I'll take these, if no one else wants them. Best regards, Sergey From rshepard at appl-ecosys.com Sat Jan 9 17:17:02 2021 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sat, 9 Jan 2021 09:17:02 -0800 (PST) Subject: [Slackbuilds-users] SBo upgrades: python3-urllib3 not finding setuptools Message-ID: The upgrade of python3-urllib3 failed because it could not find setuptools. However both python-setuptools-51.1.1-x86_64-1 and setuptools-scm-3.3.3-x86_64-1_SBo are installed. I'm asking for suggestions on building this module. Rich From matteo.bernardini at gmail.com Sat Jan 9 17:55:07 2021 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Sat, 9 Jan 2021 18:55:07 +0100 Subject: [Slackbuilds-users] SBo upgrades: python3-urllib3 not finding setuptools In-Reply-To: References: Message-ID: Rich, as you have already installed in your system python-setuptools-51.1.1-x86_64-1 I suppose you are using current: current also already provide python-urllib3-1.26.2-x86_64-1 so you don't need to install it from SBo. Matteo Il giorno sab 9 gen 2021 alle ore 18:17 Rich Shepard ha scritto: > > The upgrade of python3-urllib3 failed because it could not find setuptools. > However both python-setuptools-51.1.1-x86_64-1 and setuptools-scm-3.3.3-x86_64-1_SBo > are installed. I'm asking for suggestions on building this module. > > Rich > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From rshepard at appl-ecosys.com Sat Jan 9 18:33:55 2021 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sat, 9 Jan 2021 10:33:55 -0800 (PST) Subject: [Slackbuilds-users] SBo upgrades: python3-urllib3 not finding setuptools In-Reply-To: References: Message-ID: On Sat, 9 Jan 2021, Matteo Bernardini wrote: > Rich, as you have already installed in your system > python-setuptools-51.1.1-x86_64-1 I suppose you are using current: current > also already provide python-urllib3-1.26.2-x86_64-1 so you don't need to > install it from SBo. Matteo, Thank you. I've built some packages from -current to take advantage of Python-3.9.1. I'll do the same with python-setuptools. As these are all Python3-related packages they haven't impacted any non-python applications. Stay well, Rich From crts at gmx.net Sun Jan 10 05:38:40 2021 From: crts at gmx.net (CRTS) Date: Sun, 10 Jan 2021 06:38:40 +0100 Subject: [Slackbuilds-users] When to increment BUILD number? Message-ID: <20210110053840.GA15042@rhea.titan.net> Should the BUILD number in a *.SlackBuild script only be incremented when the *.SlackBuild script itself changes or shall it be also incremented when the *.info file or any other file is changed? From dave at slackbuilds.org Sun Jan 10 06:19:19 2021 From: dave at slackbuilds.org (Dave Woodfall) Date: Sun, 10 Jan 2021 06:19:19 +0000 Subject: [Slackbuilds-users] When to increment BUILD number? In-Reply-To: <20210110053840.GA15042@rhea.titan.net> References: <20210110053840.GA15042@rhea.titan.net> Message-ID: <20210110061919.GG18053@t43.r0t.uk> On 10/01/21 06:38, CRTS put forth the proposition: > Should the BUILD number in a *.SlackBuild script only be incremented > when the *.SlackBuild script itself changes or shall it be also incremented > when the *.info file or any other file is changed? Hi CRTS, This is my personal take on it. A BUILD bump is a sign that users need to update, other than a VERSION change. Usually the BUILD will increment if something significant changes in the package. Usually something that affects usage. Maybe a bugfix or patch, or perhaps adding some new documentation or a man page etc. Changing something in the slackbuild that doesn't really affect the resulting package shouldn't need a BUILD bump. If something changes in the .info, maybe like a new md5sum or download location, then it isn't usually necessary to bump the BUILD. An exception might be if perhaps there was some security implications with an old download location (I think most of us know about the rumpus that happened when sourceforge decided to interfere with source tarballs a few years ago). If VERSION changes then BUILD is usually reset to 1. With other files it will depend on what they are, and how much they affect usage and the end package. It's mostly a matter of common sense. Would someone that has the package installed really need to update because of whatever was changed? Hope this helps. There are probably some things I forgot, and there will probably be other opinions coming about this. -- Dave Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come. --Friedrich Nietzsche From mab974 at gmail.com Sun Jan 10 08:09:30 2021 From: mab974 at gmail.com (mab974) Date: Sun, 10 Jan 2021 12:09:30 +0400 Subject: [Slackbuilds-users] yEd update Message-ID: <20210110120930.6ce56acbf08696d29abc69c6@gmail.com> I'd like to take over yEd which is orphaned and update it to 3.20.1. The source is currently hosted at ponce.cc. I suppose this is a temporary situation. And what about the confirmation requested during the official download ? Regards, Michel -*- From jdashiel at panix.com Sun Jan 10 08:56:08 2021 From: jdashiel at panix.com (Jude DaShiell) Date: Sun, 10 Jan 2021 03:56:08 -0500 Subject: [Slackbuilds-users] stone_soup Message-ID: Built successfully run fails with: crawl: symbol lookup error: /usr/lib64/libSDL2_image-2.0.so.0: undefined symbol: SDLRWseek How would I find which uninstalled package has this symbol? I think I may have to do a similar search since if one package is missing it could be others are also missing. From matteo.bernardini at gmail.com Sun Jan 10 08:57:30 2021 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Sun, 10 Jan 2021 09:57:30 +0100 Subject: [Slackbuilds-users] yEd update In-Reply-To: <20210110120930.6ce56acbf08696d29abc69c6@gmail.com> References: <20210110120930.6ce56acbf08696d29abc69c6@gmail.com> Message-ID: Il giorno dom 10 gen 2021 alle ore 09:09 mab974 ha scritto: > > I'd like to take over yEd which is orphaned and update it to 3.20.1. it's yours, thanks for stepping in! > The source is currently hosted at ponce.cc. > I suppose this is a temporary situation. yes, it was because the old download link was broken. > And what about the confirmation requested during the official download ? as they introduced a confirmation you can add a block to the README similar to the one in jdk, something like ************************************************************************ YOU MUST ACCEPT THE DOWNLOAD AGREEMENT BEFORE YOU CAN DOWNLOAD THE YED BINARY PACKAGE. THIS MEANS THAT YOU HAVE TO USE SOME SORT OF WEB BROWSER, E.G. FIREFOX, TO DOWNLOAD IT. LINKS, WGET, ET AL WILL NOT WORK. ************************************************************************ Matteo From dave at slackbuilds.org Sun Jan 10 09:30:21 2021 From: dave at slackbuilds.org (Dave Woodfall) Date: Sun, 10 Jan 2021 09:30:21 +0000 Subject: [Slackbuilds-users] stone_soup In-Reply-To: References: Message-ID: <20210110093021.GH18053@t43.r0t.uk> On 10/01/21 03:56, Jude DaShiell put forth the proposition: > Built successfully run fails with: > crawl: symbol lookup error: /usr/lib64/libSDL2_image-2.0.so.0: undefined > symbol: SDLRWseek > How would I find which uninstalled package has this symbol? I think I may > have to do a similar search since if one package is missing it could be > others are also missing. I have SDL_RWseek in SDL2_image-2.0.5 -- Dave Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come. --Friedrich Nietzsche From jdashiel at panix.com Sun Jan 10 10:06:08 2021 From: jdashiel at panix.com (Jude DaShiell) Date: Sun, 10 Jan 2021 05:06:08 -0500 Subject: [Slackbuilds-users] stone_soup In-Reply-To: <20210110093021.GH18053@t43.r0t.uk> References: <20210110093021.GH18053@t43.r0t.uk> Message-ID: Where did you get SDL2_image-2.0.5 from? It's not in any repository I use or I could be searching for it wrong. 0.24 of stone_soup didn't use this library when run in console. How I found out about this was first running in mate since I was curious what the interface might be like with orca. I ran into this error. So I try again down in console and get the same error. On Sun, 10 Jan 2021, Dave Woodfall wrote: > On 10/01/21 03:56, > Jude DaShiell put forth the proposition: >> Built successfully run fails with: >> crawl: symbol lookup error: /usr/lib64/libSDL2_image-2.0.so.0: undefined >> symbol: SDLRWseek >> How would I find which uninstalled package has this symbol? I think I may >> have to do a similar search since if one package is missing it could be >> others are also missing. > > I have SDL_RWseek in SDL2_image-2.0.5 > > -- > Dave > > Love is a snowmobile racing across the tundra and then suddenly it flips over, > pinning you underneath. At night, the ice weasels come. > --Friedrich Nietzsche > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > From jebrhansen+SBo at gmail.com Sun Jan 10 10:35:32 2021 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Sun, 10 Jan 2021 03:35:32 -0700 Subject: [Slackbuilds-users] stone_soup In-Reply-To: References: <20210110093021.GH18053@t43.r0t.uk> Message-ID: On Sun, Jan 10, 2021, 3:06 AM Jude DaShiell wrote: > Where did you get SDL2_image-2.0.5 from? It's not in any repository I use > or I could be searching for it wrong. > 0.24 of stone_soup didn't use this library when run in console. How I > found out about this was first running in mate since I was curious what > the interface might be like with orca. I ran into this error. So I try > again down in console and get the same error. > > > > On Sun, 10 Jan 2021, Dave Woodfall wrote: > > > On 10/01/21 03:56, > > Jude DaShiell put forth the proposition: > >> Built successfully run fails with: > >> crawl: symbol lookup error: /usr/lib64/libSDL2_image-2.0.so.0: undefined > >> symbol: SDLRWseek > >> How would I find which uninstalled package has this symbol? I think I > may > >> have to do a similar search since if one package is missing it could be > >> others are also missing. > > > > I have SDL_RWseek in SDL2_image-2.0.5 > > > > -- > > Dave > I'm not Dave, but it's available on SBo. https://slackbuilds.org/repository/14.2/libraries/SDL2_image/ Jeremy -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at slackbuilds.org Sun Jan 10 10:52:18 2021 From: dave at slackbuilds.org (Dave Woodfall) Date: Sun, 10 Jan 2021 10:52:18 +0000 Subject: [Slackbuilds-users] stone_soup In-Reply-To: References: <20210110093021.GH18053@t43.r0t.uk> Message-ID: <20210110105218.GI18053@t43.r0t.uk> On 10/01/21 05:06, Jude DaShiell put forth the proposition: > Where did you get SDL2_image-2.0.5 from? It's not in any repository I use > or I could be searching for it wrong. https://slackbuilds.org/repository/14.2/libraries/SDL2_image/ 14.2 > Libraries > SDL2_image (2.0.5) > 0.24 of stone_soup didn't use this library when run in console. How I found > out about this was first running in mate since I was curious what the > interface might be like with orca. I ran into this error. So I try again > down in console and get the same error. > On Sun, 10 Jan 2021, Dave Woodfall wrote: > > On 10/01/21 03:56, > > Jude DaShiell put forth the proposition: > > > Built successfully run fails with: > > > crawl: symbol lookup error: /usr/lib64/libSDL2_image-2.0.so.0: undefined > > > symbol: SDLRWseek > > > How would I find which uninstalled package has this symbol? I think I may > > > have to do a similar search since if one package is missing it could be > > > others are also missing. > > > > I have SDL_RWseek in SDL2_image-2.0.5 > > > > -- > > Dave > > > > Love is a snowmobile racing across the tundra and then suddenly it flips over, > > pinning you underneath. At night, the ice weasels come. > > --Friedrich Nietzsche > > > > -- Dave Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come. --Friedrich Nietzsche From didier at slint.fr Sun Jan 10 11:08:39 2021 From: didier at slint.fr (Didier Spaier) Date: Sun, 10 Jan 2021 12:08:39 +0100 Subject: [Slackbuilds-users] stone_soup In-Reply-To: References: <20210110093021.GH18053@t43.r0t.uk> Message-ID: <9695b2dd-a692-81fa-2032-fc6191711006@slint.fr> Hi Jude, it's available from https;//slackbuilds.org packaging SDL2_image as others pointed out. Running sqg -p stone_soup gives the queue file /var/lib/sbopkg/queues/stone_soup.sqf with this content: SDL2 SDL2_image python3 python3-PyYAML lua stone_soup Then running sbopkg -i and when asked typing Q to use the queuefile works (it only builds and install SDL2_image, python3-PyYAML and stone soup in Slint that you use because SDL2 python3 and lua are already there). Then crawl crashes at startup, but that's probably unrelated Here's the log (same in crawl-ascii): Data directory '/usr/share/games/crawl/dat/' found. Loading databases... Loading spells and features... Loading maps... Regenerating des: /usr/share/games/crawl/dat/des/arrival/._simple.des /usr/share/games/crawl/dat/des/arrival/._simple.des:1: syntax error, unexpected CHARACTER, expecting $end That's all I know. I am not that much of a gamer Didier Le 10/01/2021 ? 11:06, Jude DaShiell a ?crit?: > Where did you get SDL2_image-2.0.5 from?? It's not in any repository I > use or I could be searching for it wrong. > 0.24 of stone_soup didn't use this library when run in console.? How I > found out about this was first running in mate since I was curious what > the interface might be like with orca.? I ran into this error.? So I try > again down in console and get the same error. > > > > On Sun, 10 Jan 2021, Dave Woodfall wrote: > >> On 10/01/21 03:56, >> Jude DaShiell put forth the proposition: >>> Built successfully run fails with: >>> crawl: symbol lookup error: /usr/lib64/libSDL2_image-2.0.so.0: undefined >>> symbol: SDLRWseek >>> How would I find which uninstalled package has this symbol?? I think >>> I may >>> have to do a similar search since if one package is missing it could be >>> others are also missing. >> >> I have SDL_RWseek in SDL2_image-2.0.5 >> >> -- >> Dave >> >> Love is a snowmobile racing across the tundra and then suddenly it >> flips over, >> pinning you underneath.? At night, the ice weasels come. >> ???? --Friedrich Nietzsche From jdashiel at panix.com Sun Jan 10 14:25:00 2021 From: jdashiel at panix.com (Jude DaShiell) Date: Sun, 10 Jan 2021 09:25:00 -0500 Subject: [Slackbuilds-users] stone_soup In-Reply-To: <20210110105218.GI18053@t43.r0t.uk> References: <20210110093021.GH18053@t43.r0t.uk> <20210110105218.GI18053@t43.r0t.uk> Message-ID: Thanks, I got the SDL2_image library installed and ran from console crawl again with no command line switches and ran into this syntax error: /usr/share/games/crawl/dat/des/arrival/._simple.des:1: syntax error, unexpected CHARACTER, expecting $end Can I edit a file, or did I get a bad download? On Sun, 10 Jan 2021, Dave Woodfall wrote: > On 10/01/21 05:06, > Jude DaShiell put forth the proposition: >> Where did you get SDL2_image-2.0.5 from? It's not in any repository I use >> or I could be searching for it wrong. > > https://slackbuilds.org/repository/14.2/libraries/SDL2_image/ > > 14.2 > Libraries > SDL2_image (2.0.5) > > >> 0.24 of stone_soup didn't use this library when run in console. How I found >> out about this was first running in mate since I was curious what the >> interface might be like with orca. I ran into this error. So I try again >> down in console and get the same error. >> On Sun, 10 Jan 2021, Dave Woodfall wrote: >>> On 10/01/21 03:56, >>> Jude DaShiell put forth the proposition: >>>> Built successfully run fails with: >>>> crawl: symbol lookup error: /usr/lib64/libSDL2_image-2.0.so.0: undefined >>>> symbol: SDLRWseek >>>> How would I find which uninstalled package has this symbol? I think I may >>>> have to do a similar search since if one package is missing it could be >>>> others are also missing. >>> >>> I have SDL_RWseek in SDL2_image-2.0.5 >>> >>> -- >>> Dave >>> >>> Love is a snowmobile racing across the tundra and then suddenly it flips over, >>> pinning you underneath. At night, the ice weasels come. >>> --Friedrich Nietzsche >>> >>> > > -- > Dave > > Love is a snowmobile racing across the tundra and then suddenly it flips over, > pinning you underneath. At night, the ice weasels come. > --Friedrich Nietzsche > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > From jdashiel at panix.com Sun Jan 10 14:26:33 2021 From: jdashiel at panix.com (Jude DaShiell) Date: Sun, 10 Jan 2021 09:26:33 -0500 Subject: [Slackbuilds-users] stone_soup In-Reply-To: <9695b2dd-a692-81fa-2032-fc6191711006@slint.fr> References: <20210110093021.GH18053@t43.r0t.uk> <9695b2dd-a692-81fa-2032-fc6191711006@slint.fr> Message-ID: Thanks, confirmed error here. On Sun, 10 Jan 2021, Didier Spaier wrote: > Hi Jude, > > it's available from https;//slackbuilds.org packaging SDL2_image as > others pointed out. > > Running sqg -p stone_soup gives the queue file > /var/lib/sbopkg/queues/stone_soup.sqf > with this content: > SDL2 > SDL2_image > python3 > python3-PyYAML > lua > stone_soup > > Then running sbopkg -i and when asked typing Q to use the queuefile works > (it only builds and install SDL2_image, python3-PyYAML and stone soup in > Slint that you use because SDL2 python3 and lua are already there). > > Then crawl crashes at startup, but that's probably unrelated > Here's the log (same in crawl-ascii): > Data directory '/usr/share/games/crawl/dat/' found. > Loading databases... Loading spells and features... Loading maps... > Regenerating des: /usr/share/games/crawl/dat/des/arrival/._simple.des > /usr/share/games/crawl/dat/des/arrival/._simple.des:1: syntax error, > unexpected > CHARACTER, expecting $end > > That's all I know. I am not that much of a gamer > > Didier > > > Le 10/01/2021 ? 11:06, Jude DaShiell a ?crit?: >> Where did you get SDL2_image-2.0.5 from?? It's not in any repository I use >> or I could be searching for it wrong. >> 0.24 of stone_soup didn't use this library when run in console.? How I >> found out about this was first running in mate since I was curious what >> the interface might be like with orca.? I ran into this error.? So I try >> again down in console and get the same error. >> >> >> >> On Sun, 10 Jan 2021, Dave Woodfall wrote: >> >>> On 10/01/21 03:56, >>> Jude DaShiell put forth the proposition: >>>> Built successfully run fails with: >>>> crawl: symbol lookup error: /usr/lib64/libSDL2_image-2.0.so.0: undefined >>>> symbol: SDLRWseek >>>> How would I find which uninstalled package has this symbol?? I think I >>>> may >>>> have to do a similar search since if one package is missing it could be >>>> others are also missing. >>> >>> I have SDL_RWseek in SDL2_image-2.0.5 >>> >>> -- >>> Dave >>> >>> Love is a snowmobile racing across the tundra and then suddenly it flips >>> over, >>> pinning you underneath.? At night, the ice weasels come. >>> ???? --Friedrich Nietzsche > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > From slackalaxy at gmail.com Sun Jan 10 16:49:28 2021 From: slackalaxy at gmail.com (Petar Petrov) Date: Sun, 10 Jan 2021 18:49:28 +0200 Subject: [Slackbuilds-users] multiple definition of... first defined here -fcommon fix Message-ID: Hi guys, I recently updated my -current installation, and some programs fail to compile with errors like this: /usr/bin/ld: gui.o:(.bss+0x20): multiple definition of `notify_notification_close'; mod_notify.o:(.bss+0x10): first defined here /usr/bin/ld: gui.o:(.bss+0x30): multiple definition of `notify_notification_update'; mod_notify.o:(.bss+0x20): first defined here /usr/bin/ld: gui.o:(.bss+0x28): multiple definition of `notify_notification_show'; mod_notify.o:(.bss+0x18): first defined here /usr/bin/ld: gui.o:(.bss+0x38): multiple definition of `notify_notification_new'; mod_notify.o:(.bss+0x28): first defined here /usr/bin/ld: gui.o:(.bss+0x40): multiple definition of `notify_uninit'; mod_notify.o:(.bss+0x30): first defined here /usr/bin/ld: gui.o:(.bss+0x48): multiple definition of `notify_init'; mod_notify.o:(.bss+0x38): first defined here an example is artha, another one is treebest-ensembl that I maintain. This seems to get fixed by adding "-fcommon" to the compiler flags. For more info: https://gcc.gnu.org/gcc-10/porting_to.html sorry if this has been already discussed, I did not have time to read the mailing list. best, Petar From duncan_roe at optusnet.com.au Sun Jan 10 23:41:06 2021 From: duncan_roe at optusnet.com.au (Duncan Roe) Date: Mon, 11 Jan 2021 10:41:06 +1100 Subject: [Slackbuilds-users] multiple definition of... first defined here -fcommon fix In-Reply-To: References: Message-ID: <20210110234106.GG536@dimstar.local.net> On Sun, Jan 10, 2021 at 06:49:28PM +0200, Petar Petrov wrote: > Hi guys, > > I recently updated my -current installation, and some programs fail to > compile with errors like this: > > /usr/bin/ld: gui.o:(.bss+0x20): multiple definition of > `notify_notification_close'; mod_notify.o:(.bss+0x10): first defined > here > /usr/bin/ld: gui.o:(.bss+0x30): multiple definition of > `notify_notification_update'; mod_notify.o:(.bss+0x20): first defined > here > /usr/bin/ld: gui.o:(.bss+0x28): multiple definition of > `notify_notification_show'; mod_notify.o:(.bss+0x18): first defined > here > /usr/bin/ld: gui.o:(.bss+0x38): multiple definition of > `notify_notification_new'; mod_notify.o:(.bss+0x28): first defined > here > /usr/bin/ld: gui.o:(.bss+0x40): multiple definition of > `notify_uninit'; mod_notify.o:(.bss+0x30): first defined here > /usr/bin/ld: gui.o:(.bss+0x48): multiple definition of `notify_init'; > mod_notify.o:(.bss+0x38): first defined here > > an example is artha, another one is treebest-ensembl that I maintain. > This seems to get fixed by adding "-fcommon" to the compiler flags. > For more info: > https://gcc.gnu.org/gcc-10/porting_to.html > > sorry if this has been already discussed, I did not have time to read > the mailing list. > > best, > > Petar > _______________________________________________ I think no_fortran_common is the default now - will need fixing upstream if that's the culprit Cheers ... Duncan. From crts at gmx.net Mon Jan 11 18:41:16 2021 From: crts at gmx.net (CRTS) Date: Mon, 11 Jan 2021 19:41:16 +0100 Subject: [Slackbuilds-users] When to increment BUILD number? In-Reply-To: <20210110061919.GG18053@t43.r0t.uk> References: <20210110053840.GA15042@rhea.titan.net> <20210110061919.GG18053@t43.r0t.uk> Message-ID: <20210111184116.GA4791@rhea.titan.net> Thanks for your input, Dave. The removal/replacement of the 'python3-certifi' package triggered and I was not sure if there are some official guidelines that I may have overlooked. So in this case I am not going to bump the BUILD number. From 414N at slacky.it Tue Jan 12 22:14:00 2021 From: 414N at slacky.it (414N) Date: Tue, 12 Jan 2021 23:14:00 +0100 Subject: [Slackbuilds-users] RFC for building a golang with modules program (restic) Message-ID: Greetings, I could not find info about this topic, so I decided to ask directly. I'm working on a restic[1] SlackBuild script that builds it from source. Given that: 1. the program is written in golang; 2. it uses the new-ish module system for itself and its dependencies, which also simplifies the build procedure (no need to "emulate" the previously expected $GOPATH/src/package_name directory structure); 3. the dependencies get automatically downloaded during build in $GOPATH/pkg/mod; what I devised when building it is the following: 1. override GOPATH, GOCACHE and GOENV to a path under $TMP to avoid polluting /root/go with build artifacts/caches; 2. packaged all the dependencies downloaded during "go get" under $GOPATH/pkg/mod in a ~100MB tarball, that gets unpacked before building if found -- this should enable totally offline and reproducible builds, while also speeding up the build process. I'd like to inquire if these measures are acceptable for a SBo submission and, in case, where should the "dependencies cache" be put (SBo SF.net repo?[2]). Given that currently there are no SlackBuild templates for golang programs, I can also contribute one based on what I've done with restic. [1]: https://restic.net/ [2]: https://sourceforge.net/projects/slackbuildsdirectlinks/ Kindest regards -- Alan Alberghini SBo clone: GitHub -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 455 bytes Desc: OpenPGP digital signature URL: From erich.public at protonmail.com Wed Jan 13 00:02:15 2021 From: erich.public at protonmail.com (Erich Ritz) Date: Wed, 13 Jan 2021 00:02:15 +0000 Subject: [Slackbuilds-users] RFC for building a golang with modules program (restic) In-Reply-To: References: Message-ID: ??????? Original Message ??????? On Tuesday, January 12, 2021 3:14 PM, 414N <414N at slacky.it> wrote: > Greetings, > > I could not find info about this topic, so I decided to ask directly. > > I'm working on a restic[1] SlackBuild script that builds it from source. > Given that: > > 1. the program is written in golang; > 2. it uses the new-ish module system for itself and its dependencies, > which also simplifies the build procedure (no need to "emulate" the > previously expected $GOPATH/src/package_name directory structure); > > 3. the dependencies get automatically downloaded during build in > $GOPATH/pkg/mod; > > what I devised when building it is the following: > > 4. override GOPATH, GOCACHE and GOENV to a path under $TMP to avoid > polluting /root/go with build artifacts/caches; > > 5. packaged all the dependencies downloaded during "go get" under > $GOPATH/pkg/mod in a ~100MB tarball, that gets unpacked before building > if found -- this should enable totally offline and reproducible builds, > while also speeding up the build process. > > I'd like to inquire if these measures are acceptable for a SBo > submission and, in case, where should the "dependencies cache" be put > (SBo SF.net repo?[2]). > > Given that currently there are no SlackBuild templates for golang > programs, I can also contribute one based on what I've done with restic. > > [1]: https://restic.net/ > [2]: https://sourceforge.net/projects/slackbuildsdirectlinks/ Can you treat it similarly to how some of the Rust builds do it? For example: https://slackbuilds.org/repository/14.2/system/system76-power directly downloads all the dependencies and builds everything at once. This works because direct downloads can be obtained for each and every dependency. When updating the program, every dependency is not necessarily updated. If you use sbopkg, then the old (still valid) dependencies will still exist in /var/cache/sbopkg/, which avoids having to re-download them. Don't credit this methodology to me - I just copied my SlackBuild from an already-existing SlackBuild (don't remember which). Erich > > Kindest regards > > -- > Alan Alberghini > From andrew.david.strong at gmail.com Wed Jan 13 09:11:54 2021 From: andrew.david.strong at gmail.com (andrew) Date: Wed, 13 Jan 2021 20:11:54 +1100 Subject: [Slackbuilds-users] Rust Template... Message-ID: Hi, I am spring cleaning my Slackbuilds and after this is done (another week or so) I am going to get to grips with cargo-c and rav1e. These are both built with Rust. My plan was to pillage the various Rust SlackBuilds available on SBo but has there been any thought by those more experienced in Rust in producing a template for SBo? Selfishly this would make my life easier but it would also make a more unified and coherent set of Rust scripts for SBo... All the best, Andrew Strong -- You think that's air you're breathing now? From melikamp at melikamp.com Thu Jan 14 04:48:48 2021 From: melikamp at melikamp.com (Ivan Zaigralin) Date: Wed, 13 Jan 2021 20:48:48 -0800 Subject: [Slackbuilds-users] Building R under -current Message-ID: <3fb1d468-9f75-6a05-f9e6-1c398f5153a4@melikamp.com> Hi! I am trying to build R 4.0.0 and 4.0.3 under -current, and configure fails with ... > checking how to run the C preprocessor... /lib/cpp > configure: error: in `/opt/R-4.0.3': > configure: error: C preprocessor "/lib/cpp" fails sanity check > See `config.log' for more details The log is attached. Highlight follows. Is anyone else experiencing this? > configure:6761: /lib/cpp -I/usr/local/include conftest.c > In file included from /usr/include/bits/posix1_lim.h:161, > ???????????????? from /usr/include/limits.h:183, > ???????????????? from > /usr/lib64/gcc/x86_64-slackware-linux/10.2.0/include-fixed/limits.h:195, > ???????????????? from > /usr/lib64/gcc/x86_64-slackware-linux/10.2.0/include-fixed/syslimits.h:7, > ???????????????? from > /usr/lib64/gcc/x86_64-slackware-linux/10.2.0/include-fixed/limits.h:34, > ???????????????? from conftest.c:18: > /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No > such file or directory > ?? 38 | #include > ????? |????????? ^~~~~~~~~~~~~~~~ > compilation terminated. > configure:6761: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "R" > | #define PACKAGE_TARNAME "R" > | #define PACKAGE_VERSION "4.0.3" > | #define PACKAGE_STRING "R 4.0.3" > | #define PACKAGE_BUGREPORT "https://bugs.r-project.org" > | #define PACKAGE_URL "https://www.r-project.org" > | #define PACKAGE "R" > | #define VERSION "4.0.3" > | #define R_PLATFORM "x86_64-pc-linux-gnu" > | #define R_CPU "x86_64" > | #define R_VENDOR "pc" > | #define R_OS "linux-gnu" > | #define Unix 1 > | #define R_ARCH "" > | /* end confdefs.h.? */ > | #ifdef __STDC__ > | # include > | #else > | # include > | #endif > | ?? ??? ????? Syntax error > configure:6791: error: in `/opt/R-4.0.3': > configure:6793: error: C preprocessor "/lib/cpp" fails sanity check > See `config.log' for more details -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: text/x-log Size: 32318 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From yalhcru at gmail.com Thu Jan 14 07:29:04 2021 From: yalhcru at gmail.com (B Watson) Date: Thu, 14 Jan 2021 02:29:04 -0500 Subject: [Slackbuilds-users] Building R under -current In-Reply-To: <3fb1d468-9f75-6a05-f9e6-1c398f5153a4@melikamp.com> References: <3fb1d468-9f75-6a05-f9e6-1c398f5153a4@melikamp.com> Message-ID: On 1/13/21, Ivan Zaigralin wrote: >> /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No >> such file or directory >> 38 | #include Are you missing this header? On 14.2, it's in the kernel-headers package (and it looks to be the same on -current too). Have you got that installed? From melikamp at melikamp.com Thu Jan 14 17:23:50 2021 From: melikamp at melikamp.com (Ivan Zaigralin) Date: Thu, 14 Jan 2021 09:23:50 -0800 Subject: [Slackbuilds-users] Building R under -current In-Reply-To: References: <3fb1d468-9f75-6a05-f9e6-1c398f5153a4@melikamp.com> Message-ID: <07f9ea6f-d0d7-b01e-230b-d7d10c4b16ac@melikamp.com> Bingo, thanks! On 1/13/21 11:29 PM, B Watson wrote: > On 1/13/21, Ivan Zaigralin wrote: > >>> /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No >>> such file or directory >>> 38 | #include > Are you missing this header? On 14.2, it's in the kernel-headers > package (and it looks to be the same on -current too). Have you got > that installed? -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From fp at vonck.nl Thu Jan 14 20:54:26 2021 From: fp at vonck.nl (Frans-Pieter Vonck) Date: Thu, 14 Jan 2021 21:54:26 +0100 Subject: [Slackbuilds-users] problem building avr-gcc on current (32bit) Message-ID: Hi, I tried the script for avr-gcc. This was the error from the log: Hope this information is pointing to the cause. Any ideas? Grts, F.P. configure:3458: $? = 0 configure:3447: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ -B/usr/avr/lib/ -isystem /usr/avr/include -isystem /usr/avr/sys-include -V >&5 xgcc: error: unrecognized command line option '-V' xgcc: fatal error: no input files compilation terminated. configure:3458: $? = 1 configure:3447: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ -B/usr/avr/lib/ -isystem /usr/avr/include -isystem /usr/avr/sys-include -qversion >&5 xgcc: error: unrecognized command line option '-qversion'; did you mean '--version'? xgcc: fatal error: no input files compilation terminated. configure:3458: $? = 1 configure:3474: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ -B/usr/avr/lib/ -isystem /usr/avr/include -isystem /usr/avr/sys-include -o conftest -O2 -march=i586 -mtune=i686 conftest.c >&5 xgcc: error: unrecognized command line option '-march=i586' xgcc: error: unrecognized command line option '-mtune=i686' configure:3477: $? = 1 configure:3665: checking for suffix of object files configure:3687: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ -B/usr/avr/lib/ -isystem /usr/avr/include -isystem /usr/avr/sys-include -c -O2 -march=i586 -mtune=i686 conftest.c >&5 xgcc: error: unrecognized command line option '-march=i586' xgcc: error: unrecognized command line option '-mtune=i686' From andrzej at telszewski.com Fri Jan 15 08:55:12 2021 From: andrzej at telszewski.com (Andrzej Telszewski) Date: Fri, 15 Jan 2021 09:55:12 +0100 Subject: [Slackbuilds-users] problem building avr-gcc on current (32bit) In-Reply-To: References: Message-ID: On 14/01/2021 21:54, Frans-Pieter Vonck wrote: > Hi, > I tried the script for avr-gcc. > This was the error from the log: > Hope this information is pointing to the cause. > Any ideas? > Grts, F.P. > > configure:3458: $? = 0 > configure:3447: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc > -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ > -B/usr/avr/lib/ -isystem /usr/avr/include -isystem > /usr/avr/sys-include? ? -V >&5 > xgcc: error: unrecognized command line option '-V' > xgcc: fatal error: no input files > compilation terminated. > configure:3458: $? = 1 > configure:3447: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc > -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ > -B/usr/avr/lib/ -isystem /usr/avr/include -isystem > /usr/avr/sys-include? ? -qversion >&5 > xgcc: error: unrecognized command line option '-qversion'; did you > mean '--version'? > xgcc: fatal error: no input files > compilation terminated. > configure:3458: $? = 1 > configure:3474: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc > -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ > -B/usr/avr/lib/ -isystem /usr/avr/include -isystem > /usr/avr/sys-include? ? -o conftest -O2 -march=i586 -mtune=i686 > conftest.c? >&5 > xgcc: error: unrecognized command line option '-march=i586' > xgcc: error: unrecognized command line option '-mtune=i686' > configure:3477: $? = 1 > configure:3665: checking for suffix of object files > configure:3687: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc > -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ > -B/usr/avr/lib/ -isystem /usr/avr/include -isystem > /usr/avr/sys-include? ? -c -O2 -march=i586 -mtune=i686? conftest.c >&5 > xgcc: error: unrecognized command line option '-march=i586' > xgcc: error: unrecognized command line option '-mtune=i686' > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > The version on SlackBuilds.org is 4.9.2. Haven't you manually bumped the version to 8.2.0? This could cause the issues. From andrzej at telszewski.com Fri Jan 15 08:59:09 2021 From: andrzej at telszewski.com (Andrzej Telszewski) Date: Fri, 15 Jan 2021 09:59:09 +0100 Subject: [Slackbuilds-users] problem building avr-gcc on current (32bit) In-Reply-To: References: Message-ID: <0d25b8c0-030d-022f-b508-6cf68e705f5b@telszewski.com> On 15/01/2021 09:55, Andrzej Telszewski wrote: > > > On 14/01/2021 21:54, Frans-Pieter Vonck wrote: >> Hi, >> I tried the script for avr-gcc. >> This was the error from the log: >> Hope this information is pointing to the cause. >> Any ideas? >> Grts, F.P. >> >> configure:3458: $? = 0 >> configure:3447: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc >> -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ >> -B/usr/avr/lib/ -isystem /usr/avr/include -isystem >> /usr/avr/sys-include? ? -V >&5 >> xgcc: error: unrecognized command line option '-V' >> xgcc: fatal error: no input files >> compilation terminated. >> configure:3458: $? = 1 >> configure:3447: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc >> -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ >> -B/usr/avr/lib/ -isystem /usr/avr/include -isystem >> /usr/avr/sys-include? ? -qversion >&5 >> xgcc: error: unrecognized command line option '-qversion'; did you >> mean '--version'? >> xgcc: fatal error: no input files >> compilation terminated. >> configure:3458: $? = 1 >> configure:3474: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc >> -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ >> -B/usr/avr/lib/ -isystem /usr/avr/include -isystem >> /usr/avr/sys-include? ? -o conftest -O2 -march=i586 -mtune=i686 >> conftest.c? >&5 >> xgcc: error: unrecognized command line option '-march=i586' >> xgcc: error: unrecognized command line option '-mtune=i686' >> configure:3477: $? = 1 >> configure:3665: checking for suffix of object files >> configure:3687: /tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/xgcc >> -B/tmp/SBo/avr-gcc/avr-gcc-build-8.2.0/./gcc/ -B/usr/avr/bin/ >> -B/usr/avr/lib/ -isystem /usr/avr/include -isystem >> /usr/avr/sys-include? ? -c -O2 -march=i586 -mtune=i686 conftest.c >&5 >> xgcc: error: unrecognized command line option '-march=i586' >> xgcc: error: unrecognized command line option '-mtune=i686' >> >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - https://slackbuilds.org/faq/ >> > > The version on SlackBuilds.org is 4.9.2. > > Haven't you manually bumped the version to 8.2.0? > This could cause the issues. > Excerpt from https://www.nongnu.org/avr-libc/NEWS.txt notes: General: This is the first official release supporting AVR-GCC 5 (and above). -------------- next part -------------- An HTML attachment was scrubbed... URL: From dchmelik at gmail.com Sat Jan 16 23:58:13 2021 From: dchmelik at gmail.com (David Chmelik) Date: Sat, 16 Jan 2021 15:58:13 -0800 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: <20210101163427.GA4895@pc21.mareichelt.com> References: <20210101163427.GA4895@pc21.mareichelt.com> Message-ID: On 1/1/21 8:34 AM, Markus Reichelt wrote: > * David Chmelik wrote: > >> On Slackware-current with the 5.10.n kernels, I get this error >> building zfs-on-linux.? I don't know if the ZFS project updated it >> for 5.10.n. >> ? CC [M]? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o >> [...] > zfs-0.8.5 is outdated. > > I've got no trouble using zfs-2.0.0 on -current But were you able to make that version into a Slackware package, and will the maintainer be updating it soon? (three new versions since the one on SBo) From willysr at slackbuilds.org Sun Jan 17 02:08:29 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 17 Jan 2021 09:08:29 +0700 Subject: [Slackbuilds-users] Updates - 20210117.1 Message-ID: Sun Jan 17 01:49:55 UTC 2021 academic/ITK: Do not use hardcoded path. academic/STAR: Updated for version 2.7.7a. academic/amd: BUILD bump for SuiteSparse 5.8.1. academic/arpack-ng: Updated for version 3.8.0. academic/bibletime: Do not use hardcoded path. academic/btf: BUILD bump for SuiteSparse 5.8.1. academic/cadabra2: Do not use hardcoded path. academic/camd: BUILD bump for SuiteSparse 5.8.1. academic/cblas: Switch homepage to https. academic/ccolamd: BUILD bump for SuiteSparse 5.8.1. academic/cholmod: Updated for version 3.0.14. academic/colamd: BUILD bump for SuiteSparse 5.8.1. academic/csparse: BUILD bump for SuiteSparse 5.8.1. academic/cxsparse: BUILD bump for SuiteSparse 5.8.1. academic/klu: BUILD bump for SuiteSparse 5.8.1. academic/lapacke: Switch homepage to https. academic/ldl: BUILD bump for SuiteSparse 5.8.1. academic/octave: Updated for version 6.1.0. academic/rbio: BUILD bump for SuiteSparse 5.8.1. academic/rpy2: Updated for version 3.4.1. academic/spqr: Updated for SuiteSparse 5.8.1. academic/stellarium: Updated for version 0.20.4. academic/suitesparse: Update README academic/suitesparseconfig: Updated for version 5.8.1. academic/sundials: Updated for version 5.6.1. academic/umfpack: Updated for SuiteSparse 5.8.1. academic/xiphos: Do not use hardcoded path. audio/exhale: Updated for version 1.1.1, cmake changes, gcc flags. business/ledger: Update Ledger to the latest 3.2.1 version desktop/anki: Fix DEP. desktop/glabels: Updated for version 3.4.1. desktop/gxkb: Updated for version 0.8.2. desktop/i3-gaps: Updated for version 4.18.3. development/byacc: Updated for version 20210109. development/dkms: Updated for version 2.8.4 development/git-cola: Fix DEP. development/git-lfs: Updated for version 2.13.2. development/gtest: Updated for version 1.10.0. games/commandergenius: Do not use hardcoded path. games/edgar: Updated for version 1.34. games/fs-uae-arcade: Fix DEP. games/fs-uae-launcher: Fix DEP. games/gzdoom: Do not use hardcoded path. games/scummvm: Fix download link. games/starfighter: Updated for version 2.4. games/steam: Updated for version 1.0.0.68 games/stone_soup: Updated for version 0.26.0. games/xmoto: Do not use hardcoded path. gis/SFCGAL: Do not use hardcoded path. gis/google-earth: Updated for version 7.3.0.3832. New maintainer. gis/qgis: Do not use hardcoded path. graphics/flameshot: Do not use hardcoded path. graphics/tuxpaint-stamps: Updated for version 2020.12.27. graphics/tuxpaint: Updated for version 0.9.25. graphics/vuescan: Updated MD5SUMs. graphics/yed: Updated for version 3.20.1. libraries/LucenePlusPlus: Updated for version 3.0.8. libraries/blas: Switch homepage to https. libraries/lapack: Switch homepage to https. libraries/libversion: Do not use hardcoded path. libraries/live555: Update README libraries/lua-readline: Updated for version 2.8. libraries/mujs: Updated for version 1.0.9 libraries/nv-codec-headers: Updated for version 11.0.10.0. libraries/ogre: Do not use hardcoded path. libraries/opencv: Updated for version 4.5.1 libraries/pymediainfo: Updated for version 5.0.3. libraries/qwt: Updated for version 6.1.6 libraries/xblas: Switch homepage and download to https. misc/mosquitto: Updated for version 2.0.5 multimedia/LBRY: Updated for version 0.49.3. multimedia/openshot: Fix DEP. network/Electrum: Fix DEP. network/brave-browser: Updated for version 1.18.78. network/bwm-ng: Updated for version 0.6.3. network/coturn: Updated for version 4.5.2. network/ferm: Updated for version 2.5.1. network/gnirehtet-bin: Added (reverse tethering for Android) network/lighttpd: Updated for version 1.4.58. network/mumble: Fix missing quote. network/netsniff-ng: Updated for version 0.6.8. network/prosody-mod-cloud-notify: Updated for version hg4332. network/rspamd: Do not use hardcoded path. network/signal-desktop: Updated for version 1.39.5. network/tor-browser: Updated for version 10.0.8. network/tor: Update README. network/uTox: Updated for version 0.18.0 network/zoom-linux: Updated for version 5.4.57862.0110 office/lyx: Updated for version 2.3.6.1. office/pdfstudio: Updated for version 2020.3.1. office/pdfstudioviewer: Updated for version 2020.3.1. perl/perl-Archive-Extract: New Maintainer. perl/perl-CPANPLUS-Dist-Build: New Maintainer. perl/perl-CPANPLUS: New Maintainer. perl/perl-DBIx-Simple: New Maintainer. perl/perl-Moo: Updated for version 2.004004. perl/perl-Role-Tiny: Updated for version 2.002003. python/PyGreSQL: Updated for version 5.2.2 python/cloudscraper: Fix DEP. python/ptyprocess: Updated for version 0.7.0. python/python3-babel: Fix VERSION. python/python3-babel: Use versioned CLDR source file. python/python3-obspy: Fix DEP. system/Iosevka-slab: Updated for version 4.4.0. system/Iosevka: Updated for version 4.4.0. system/containerd: Updated for version 1.4.3. system/dfu-util: Updated for version 0.10 system/docker-cli: Added (command line tool for Docker engine) system/docker-proxy: Updated for version 20201215_fa125a3. system/docker: Updated for version 20.10.2. system/firetools: Updated for version 0.9.64. system/intelmas: Updated for version 1.5. system/letsencrypt: Fix DEP. system/mailutils: Updated for version 3.11.1. system/runc: Updated for version 1.0.0_rc92. system/s3fs-fuse: Updated for version 1.88. system/tini: Updated for version 0.19.0. system/tmuxp: Updated for version 1.7.0. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From rshepard at appl-ecosys.com Sun Jan 17 18:24:39 2021 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sun, 17 Jan 2021 10:24:39 -0800 (PST) Subject: [Slackbuilds-users] qwt-6.1.6 fails to build Message-ID: The wqt upgrade in today's list failed to build. The log of the build attempt is attached. Installed here is qt5-5.12.8-x86_64-1_SBo so I don't understand why qwt is building against qt4. What was not captured in the attached file are these lines: patching file qwtconfig.pri Hunk #4 succeeded at 60 with fuzz 1. Hunk #5 succeeded at 137 with fuzz 1. patching file src/src.pro patching file designer/designer.pro Hunk #1 succeeded at 98 (offset 15 lines). patching file examples/examples.pri Info: creating stash file /tmp/SBo/qwt-6.1.6/build-qt4/.qmake.stash cd src/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /tmp/SBo/qwt-6.1.6/src/src.pro LIBDIRSUFFIX=64 ) && make -f Makefile make[1]: Entering directory '/tmp/SBo/qwt-6.1.6/build-qt4/src' compiling ../../src/qwt_abstract_scale_draw.cpp In file included from /usr/include/c++/5.5.0/type_traits:35:0, from /usr/include/qt5/QtCore/qglobal.h:45, from ../../src/qwt_global.h:13, from ../../src/qwt_abstract_scale_draw.h:13, from ../../src/qwt_abstract_scale_draw.cpp:10: /usr/include/c++/5.5.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^ In file included from /usr/include/qt5/QtCore/qglobal.h:105:0, from ../../src/qwt_global.h:13, from ../../src/qwt_abstract_scale_draw.h:13, from ../../src/qwt_abstract_scale_draw.cpp:10: /usr/include/qt5/QtCore/qcompilerdetection.h:564:6: error: #error Qt requires a C++11 compiler and yours does not seem to be that. # error Qt requires a C++11 compiler and yours does not seem to be that. ^ In file included from /usr/include/qt5/QtCore/qatomic.h:46:0, from /usr/include/qt5/QtCore/qglobal.h:1210, from ../../src/qwt_global.h:13, from ../../src/qwt_abstract_scale_draw.h:13, from ../../src/qwt_abstract_scale_draw.cpp:10: /usr/include/qt5/QtCore/qbasicatomic.h:61:4: error: #error "Qt requires C++11 support" # error "Qt requires C++11 support" ^ In file included from ../../src/qwt_global.h:13:0, from ../../src/qwt_abstract_scale_draw.h:13, from ../../src/qwt_abstract_scale_draw.cpp:10: /usr/include/qt5/QtCore/qglobal.h:505:7: error: expected nested-name-specifier before ?qsizetype? using qsizetype = QIntegerForSizeof::Signed; ^ /usr/include/qt5/QtCore/qglobal.h:963:32: error: ?add_const? in namespace ?std? does not name a template type Q_DECL_CONSTEXPR typename std::add_const::type &qAsConst(T &t) Q_DECL_NOTHROW { return t; } ^ /usr/include/qt5/QtCore/qglobal.h:963:41: error: expected unqualified-id before ?::type &qAsConst(T &t) Q_DECL_NOTHROW { return t; } ^ /usr/include/qt5/QtCore/qglobal.h:966:23: error: expected ?,? or ?...? before ?&&? token void qAsConst(const T &&) Q_DECL_EQ_DELETE; ^ /usr/include/qt5/QtCore/qglobal.h:977:25: error: expected ?,? or ?...? before ?&&? token QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end()) {} ^ /usr/include/qt5/QtCore/qglobal.h:979:41: error: expected ?,? or ?...? before ?&&? token QForeachContainer(QForeachContainer &&other) ^ /usr/include/qt5/QtCore/qglobal.h:979:48: error: invalid constructor; you probably meant ?QtPrivate::QForeachContainer (const QtPrivate::QForeachContainer&)? QForeachContainer(QForeachContainer &&other) ^ /usr/include/qt5/QtCore/qglobal.h:987:52: error: expected ?,? or ?...? before ?&&? token QForeachContainer &operator=(QForeachContainer &&other) ^ /usr/include/qt5/QtCore/qglobal.h: In constructor ?QtPrivate::QForeachContainer::QForeachContainer(T)?: /usr/include/qt5/QtCore/qglobal.h:977:34: error: ?move? is not a member of ?std? QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end()) {} ^ /usr/include/qt5/QtCore/qglobal.h:977:44: error: ?t? was not declared in this scope QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end()) {} ^ /usr/include/qt5/QtCore/qglobal.h: In member function ?QtPrivate::QForeachContainer& QtPrivate::QForeachContainer::operator=(QtPrivate::QForeachContainer)?: /usr/include/qt5/QtCore/qglobal.h:989:13: error: ?move? is not a member of ?std? c = std::move(other.c); ^ /usr/include/qt5/QtCore/qglobal.h:989:23: error: ?other? was not declared in this scope c = std::move(other.c); ^ /usr/include/qt5/QtCore/qglobal.h:992:19: error: ?move? is not a member of ?std? control = std::move(other.control); ^ /usr/include/qt5/QtCore/qglobal.h: At global scope: /usr/include/qt5/QtCore/qglobal.h:1002:33: error: ?decay? in namespace ?std? does not name a template type QForeachContainer::type> qMakeForeachContainer(T &&t) ^ /usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before ?::type> qMakeForeachContainer(T &&t) ^ /usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected ?>? before ?::type> qMakeForeachContainer(T &&t) ^ /usr/include/qt5/QtCore/qglobal.h:1002:49: error: expected ?::? before ?qMakeForeachContainer? QForeachContainer::type> qMakeForeachContainer(T &&t) ^ /usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ?,? or ?...? before ?&&? token QForeachContainer::type> qMakeForeachContainer(T &&t) ^ /usr/include/qt5/QtCore/qglobal.h: In function ?int QtPrivate::qMakeForeachContainer(T)?: /usr/include/qt5/QtCore/qglobal.h:1004:44: error: ?decay? in namespace ?std? does not name a template type return QForeachContainer::type>(std::forward(t)); ^ /usr/include/qt5/QtCore/qglobal.h:1004:49: error: expected template-argument before ?::type>(std::forward(t)); ^ /usr/include/qt5/QtCore/qglobal.h:1004:49: error: expected ?>? before ?::type>(std::forward(t)); ^ /usr/include/qt5/QtCore/qglobal.h:1004:59: error: expected ?::? before ?(? token return QForeachContainer::type>(std::forward(t)); ^ /usr/include/qt5/QtCore/qglobal.h:1004:59: error: expected identifier before ?(? token /usr/include/qt5/QtCore/qglobal.h:1004:60: error: ?forward? is not a member of ?std? return QForeachContainer::type>(std::forward(t)); ^ /usr/include/qt5/QtCore/qglobal.h:1004:74: error: expected primary-expression before ?>? token return QForeachContainer::type>(std::forward(t)); ^ /usr/include/qt5/QtCore/qglobal.h:1004:76: error: ?t? was not declared in this scope return QForeachContainer::type>(std::forward(t)); ^ /usr/include/qt5/QtCore/qglobal.h: At global scope: /usr/include/qt5/QtCore/qglobal.h:1038:70: error: expected type-specifier before ?decltype? template inline auto qGetPtrHelper(const Ptr &ptr) -> decltype(ptr.operator->()) { r ^ /usr/include/qt5/QtCore/qglobal.h:1038:70: error: expected initializer before ?decltype? /usr/include/qt5/QtCore/qglobal.h:1172:79: error: ?nullptr? was not declared in this scope Q_CORE_EXPORT int qEnvironmentVariableIntValue(const char *varName, bool *ok=nullptr) Q_DECL_NOEXC ^ In file included from /usr/include/qt5/QtCore/qglobal.h:1204:0, from ../../src/qwt_global.h:13, from ../../src/qwt_abstract_scale_draw.h:13, from ../../src/qwt_abstract_scale_draw.cpp:10: /usr/include/qt5/QtCore/qtypeinfo.h:61:25: error: ?is_enum? is not a member of ?std? isSpecialized = std::is_enum::value, // don't require every enum to be marked manually ^ /usr/include/qt5/QtCore/qtypeinfo.h:61:39: error: expected primary-expression before ?>? token isSpecialized = std::is_enum::value, // don't require every enum to be marked manually ^ /usr/include/qt5/QtCore/qtypeinfo.h:61:40: error: ?::value? has not been declared isSpecialized = std::is_enum::value, // don't require every enum to be marked manually ^ /usr/include/qt5/QtCore/qtypeinfo.h:63:22: error: ?is_integral? is not a member of ?std? isIntegral = std::is_integral::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:63:40: error: expected primary-expression before ?>? token isIntegral = std::is_integral::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:63:41: error: ?::value? has not been declared isIntegral = std::is_integral::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:64:37: error: ?is_enum? is not a member of ?std? isComplex = !isIntegral && !std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:64:51: error: expected primary-expression before ?>? token isComplex = !isIntegral && !std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:64:52: error: ?::value? has not been declared isComplex = !isIntegral && !std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:66:25: error: ?is_enum? is not a member of ?std? isRelocatable = std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:66:39: error: expected primary-expression before ?>? token isRelocatable = std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:66:40: error: ?::value? has not been declared isRelocatable = std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:130:40: error: ?enable_if? in namespace ?std? does not name a template type struct QTypeInfoQuery::isRelocatable || true>::type> : publ ^ /usr/include/qt5/QtCore/qtypeinfo.h:130:49: error: expected template-argument before ?::isRelocatable || true>::type> : publ ^ /usr/include/qt5/QtCore/qtypeinfo.h:130:49: error: expected ?>? before ?::isRelocatable || true>::type> : public ^ /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected ?::? before ?:? token t QTypeInfoQuery::isRelocatable || true>::type> : public QT ^ /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected identifier before ?:? token /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: qualified name does not name a class before ?:? token /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected ?{? before ?:? token /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected unqualified-id before ?:? token /usr/include/qt5/QtCore/qtypeinfo.h:270:1: error: ?is_integral? is not a member of ?std? Q_DECLARE_TYPEINFO_BODY(QFlags, Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:270:1: error: expected primary-expression before ?>? token Q_DECLARE_TYPEINFO_BODY(QFlags, Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:270:1: error: ?::value? has not been declared Q_DECLARE_TYPEINFO_BODY(QFlags, Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: ?is_integral? is not a member of ?std? Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected primary-expression before ?bool? Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected ?}? before ?bool? /usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected unqualified-id before ?>? token Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected declaration before ?}? token Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE); ^ make[1]: *** [obj/qwt_abstract_scale_draw.o] Error 1 Makefile:1447: recipe for target 'obj/qwt_abstract_scale_draw.o' failed make[1]: Leaving directory '/tmp/SBo/qwt-6.1.6/build-qt4/src' make: *** [sub-src-make_first-ordered] Error 2 Makefile:50: recipe for target 'sub-src-make_first-ordered' failed Please advise, Rich -------------- next part -------------- qwt-6.1.6/ qwt-6.1.6/CHANGES-6.1 qwt-6.1.6/playground/ qwt-6.1.6/playground/playground.pri qwt-6.1.6/playground/svgmap/ qwt-6.1.6/playground/svgmap/svgmap.pro qwt-6.1.6/playground/svgmap/main.cpp qwt-6.1.6/playground/svgmap/plot.h qwt-6.1.6/playground/svgmap/plot.cpp qwt-6.1.6/playground/graphicscale/ qwt-6.1.6/playground/graphicscale/canvas.cpp qwt-6.1.6/playground/graphicscale/main.cpp qwt-6.1.6/playground/graphicscale/mainwindow.cpp qwt-6.1.6/playground/graphicscale/canvas.h qwt-6.1.6/playground/graphicscale/mainwindow.h qwt-6.1.6/playground/graphicscale/graphicscale.pro qwt-6.1.6/playground/playground.pro qwt-6.1.6/playground/rescaler/ qwt-6.1.6/playground/rescaler/main.cpp qwt-6.1.6/playground/rescaler/mainwindow.cpp qwt-6.1.6/playground/rescaler/plot.h qwt-6.1.6/playground/rescaler/rescaler.pro qwt-6.1.6/playground/rescaler/plot.cpp qwt-6.1.6/playground/rescaler/mainwindow.h qwt-6.1.6/playground/timescale/ qwt-6.1.6/playground/timescale/panel.cpp qwt-6.1.6/playground/timescale/panel.h qwt-6.1.6/playground/timescale/main.cpp qwt-6.1.6/playground/timescale/mainwindow.cpp qwt-6.1.6/playground/timescale/plot.h qwt-6.1.6/playground/timescale/timescale.pro qwt-6.1.6/playground/timescale/settings.h qwt-6.1.6/playground/timescale/plot.cpp qwt-6.1.6/playground/timescale/mainwindow.h qwt-6.1.6/playground/plotmatrix/ qwt-6.1.6/playground/plotmatrix/plotmatrix.pro qwt-6.1.6/playground/plotmatrix/plotmatrix.h qwt-6.1.6/playground/plotmatrix/main.cpp qwt-6.1.6/playground/plotmatrix/plotmatrix.cpp qwt-6.1.6/playground/scaleengine/ qwt-6.1.6/playground/scaleengine/scaleengine.cpp qwt-6.1.6/playground/scaleengine/transformplot.h qwt-6.1.6/playground/scaleengine/scaleengine.pro qwt-6.1.6/playground/scaleengine/mainwindow.cpp qwt-6.1.6/playground/scaleengine/plot.h qwt-6.1.6/playground/scaleengine/transformplot.cpp qwt-6.1.6/playground/scaleengine/plot.cpp qwt-6.1.6/playground/scaleengine/mainwindow.h qwt-6.1.6/playground/shapes/ qwt-6.1.6/playground/shapes/shapes.pro qwt-6.1.6/playground/shapes/shapes.cpp qwt-6.1.6/playground/symbols/ qwt-6.1.6/playground/symbols/symbols.cpp qwt-6.1.6/playground/symbols/symbols.pro qwt-6.1.6/playground/curvetracker/ qwt-6.1.6/playground/curvetracker/curvetracker.pro qwt-6.1.6/playground/curvetracker/curvetracker.cpp qwt-6.1.6/playground/curvetracker/main.cpp qwt-6.1.6/playground/curvetracker/plot.h qwt-6.1.6/playground/curvetracker/plot.cpp qwt-6.1.6/playground/curvetracker/curvetracker.h qwt-6.1.6/textengines/ qwt-6.1.6/textengines/textengines.pro qwt-6.1.6/textengines/textengines.pri qwt-6.1.6/textengines/mathml/ qwt-6.1.6/textengines/mathml/qwt_mml_document.cpp qwt-6.1.6/textengines/mathml/qtmmlwidget-license qwt-6.1.6/textengines/mathml/qwt_mathml_text_engine.h qwt-6.1.6/textengines/mathml/qwt_mathml_text_engine.cpp qwt-6.1.6/textengines/mathml/qwt_mml_document.h qwt-6.1.6/textengines/mathml/qwtmathml.prf qwt-6.1.6/textengines/mathml/mathml.pro qwt-6.1.6/examples/ qwt-6.1.6/examples/distrowatch/ qwt-6.1.6/examples/distrowatch/main.cpp qwt-6.1.6/examples/distrowatch/barchart.h qwt-6.1.6/examples/distrowatch/distrowatch.pro qwt-6.1.6/examples/distrowatch/barchart.cpp qwt-6.1.6/examples/bode/ qwt-6.1.6/examples/bode/main.cpp qwt-6.1.6/examples/bode/mainwindow.cpp qwt-6.1.6/examples/bode/plot.h qwt-6.1.6/examples/bode/complexnumber.h qwt-6.1.6/examples/bode/pixmaps.h qwt-6.1.6/examples/bode/plot.cpp qwt-6.1.6/examples/bode/bode.pro qwt-6.1.6/examples/bode/mainwindow.h qwt-6.1.6/examples/curvdemo1/ qwt-6.1.6/examples/curvdemo1/curvdemo1.pro qwt-6.1.6/examples/curvdemo1/curvdemo1.cpp qwt-6.1.6/examples/controls/ qwt-6.1.6/examples/controls/dialtab.h qwt-6.1.6/examples/controls/knobtab.h qwt-6.1.6/examples/controls/wheelbox.cpp qwt-6.1.6/examples/controls/knobbox.h qwt-6.1.6/examples/controls/slidertab.h qwt-6.1.6/examples/controls/slidertab.cpp qwt-6.1.6/examples/controls/controls.pro qwt-6.1.6/examples/controls/dialbox.h qwt-6.1.6/examples/controls/main.cpp qwt-6.1.6/examples/controls/dialtab.cpp qwt-6.1.6/examples/controls/knobbox.cpp qwt-6.1.6/examples/controls/knobtab.cpp qwt-6.1.6/examples/controls/wheeltab.cpp qwt-6.1.6/examples/controls/wheelbox.h qwt-6.1.6/examples/controls/sliderbox.cpp qwt-6.1.6/examples/controls/dialbox.cpp qwt-6.1.6/examples/controls/wheeltab.h qwt-6.1.6/examples/controls/sliderbox.h qwt-6.1.6/examples/tvplot/ qwt-6.1.6/examples/tvplot/tvplot.cpp qwt-6.1.6/examples/tvplot/tvplot.pro qwt-6.1.6/examples/tvplot/main.cpp qwt-6.1.6/examples/tvplot/tvplot.h qwt-6.1.6/examples/spectrogram/ qwt-6.1.6/examples/spectrogram/spectrogram.pro qwt-6.1.6/examples/spectrogram/main.cpp qwt-6.1.6/examples/spectrogram/plot.h qwt-6.1.6/examples/spectrogram/plot.cpp qwt-6.1.6/examples/dials/ qwt-6.1.6/examples/dials/speedo_meter.h qwt-6.1.6/examples/dials/cockpit_grid.cpp qwt-6.1.6/examples/dials/speedo_meter.cpp qwt-6.1.6/examples/dials/cockpit_grid.h qwt-6.1.6/examples/dials/attitude_indicator.cpp qwt-6.1.6/examples/dials/attitude_indicator.h qwt-6.1.6/examples/dials/compass_grid.cpp qwt-6.1.6/examples/dials/compass_grid.h qwt-6.1.6/examples/dials/dials.pro qwt-6.1.6/examples/dials/dials.cpp qwt-6.1.6/examples/sysinfo/ qwt-6.1.6/examples/sysinfo/sysinfo.pro qwt-6.1.6/examples/sysinfo/sysinfo.cpp qwt-6.1.6/examples/examples.pri qwt-6.1.6/examples/scatterplot/ qwt-6.1.6/examples/scatterplot/scatterplot.pro qwt-6.1.6/examples/scatterplot/main.cpp qwt-6.1.6/examples/scatterplot/mainwindow.cpp qwt-6.1.6/examples/scatterplot/plot.h qwt-6.1.6/examples/scatterplot/plot.cpp qwt-6.1.6/examples/scatterplot/mainwindow.h qwt-6.1.6/examples/event_filter/ qwt-6.1.6/examples/event_filter/event_filter.pro qwt-6.1.6/examples/event_filter/scalepicker.h qwt-6.1.6/examples/event_filter/colorbar.h qwt-6.1.6/examples/event_filter/canvaspicker.cpp qwt-6.1.6/examples/event_filter/scalepicker.cpp qwt-6.1.6/examples/event_filter/plot.h qwt-6.1.6/examples/event_filter/colorbar.cpp qwt-6.1.6/examples/event_filter/event_filter.cpp qwt-6.1.6/examples/event_filter/README qwt-6.1.6/examples/event_filter/plot.cpp qwt-6.1.6/examples/event_filter/canvaspicker.h qwt-6.1.6/examples/examples.pro qwt-6.1.6/examples/stockchart/ qwt-6.1.6/examples/stockchart/quotefactory.cpp qwt-6.1.6/examples/stockchart/stockchart.pro qwt-6.1.6/examples/stockchart/legend.h qwt-6.1.6/examples/stockchart/griditem.h qwt-6.1.6/examples/stockchart/legend.cpp qwt-6.1.6/examples/stockchart/quotefactory.h qwt-6.1.6/examples/stockchart/main.cpp qwt-6.1.6/examples/stockchart/plot.h qwt-6.1.6/examples/stockchart/plot.cpp qwt-6.1.6/examples/stockchart/griditem.cpp qwt-6.1.6/examples/oscilloscope/ qwt-6.1.6/examples/oscilloscope/samplingthread.cpp qwt-6.1.6/examples/oscilloscope/signaldata.h qwt-6.1.6/examples/oscilloscope/signaldata.cpp qwt-6.1.6/examples/oscilloscope/wheelbox.cpp qwt-6.1.6/examples/oscilloscope/main.cpp qwt-6.1.6/examples/oscilloscope/oscilloscope.pro qwt-6.1.6/examples/oscilloscope/mainwindow.cpp qwt-6.1.6/examples/oscilloscope/osci.css qwt-6.1.6/examples/oscilloscope/plot.h qwt-6.1.6/examples/oscilloscope/knob.cpp qwt-6.1.6/examples/oscilloscope/wheelbox.h qwt-6.1.6/examples/oscilloscope/samplingthread.h qwt-6.1.6/examples/oscilloscope/curvedata.h qwt-6.1.6/examples/oscilloscope/knob.h qwt-6.1.6/examples/oscilloscope/plot.cpp qwt-6.1.6/examples/oscilloscope/mainwindow.h qwt-6.1.6/examples/oscilloscope/curvedata.cpp qwt-6.1.6/examples/realtime/ qwt-6.1.6/examples/realtime/incrementalplot.h qwt-6.1.6/examples/realtime/clear.xpm qwt-6.1.6/examples/realtime/randomplot.h qwt-6.1.6/examples/realtime/scrollzoomer.cpp qwt-6.1.6/examples/realtime/scrollbar.cpp qwt-6.1.6/examples/realtime/scrollbar.h qwt-6.1.6/examples/realtime/main.cpp qwt-6.1.6/examples/realtime/mainwindow.cpp qwt-6.1.6/examples/realtime/incrementalplot.cpp qwt-6.1.6/examples/realtime/realtime.pro qwt-6.1.6/examples/realtime/scrollzoomer.h qwt-6.1.6/examples/realtime/randomplot.cpp qwt-6.1.6/examples/realtime/README qwt-6.1.6/examples/realtime/start.xpm qwt-6.1.6/examples/realtime/mainwindow.h qwt-6.1.6/examples/rasterview/ qwt-6.1.6/examples/rasterview/main.cpp qwt-6.1.6/examples/rasterview/plot.h qwt-6.1.6/examples/rasterview/rasterview.pro qwt-6.1.6/examples/rasterview/plot.cpp qwt-6.1.6/examples/friedberg/ qwt-6.1.6/examples/friedberg/friedberg2007.cpp qwt-6.1.6/examples/friedberg/friedberg.pro qwt-6.1.6/examples/friedberg/friedberg2007.h qwt-6.1.6/examples/friedberg/main.cpp qwt-6.1.6/examples/friedberg/plot.h qwt-6.1.6/examples/friedberg/plot.cpp qwt-6.1.6/examples/stylesheets/ qwt-6.1.6/examples/stylesheets/blue.css qwt-6.1.6/examples/stylesheets/rosy.css qwt-6.1.6/examples/stylesheets/choco.css qwt-6.1.6/examples/stylesheets/oily.css qwt-6.1.6/examples/refreshtest/ qwt-6.1.6/examples/refreshtest/panel.cpp qwt-6.1.6/examples/refreshtest/circularbuffer.h qwt-6.1.6/examples/refreshtest/circularbuffer.cpp qwt-6.1.6/examples/refreshtest/refreshtest.pro qwt-6.1.6/examples/refreshtest/panel.h qwt-6.1.6/examples/refreshtest/main.cpp qwt-6.1.6/examples/refreshtest/mainwindow.cpp qwt-6.1.6/examples/refreshtest/plot.h qwt-6.1.6/examples/refreshtest/settings.h qwt-6.1.6/examples/refreshtest/plot.cpp qwt-6.1.6/examples/refreshtest/mainwindow.h qwt-6.1.6/examples/sinusplot/ qwt-6.1.6/examples/sinusplot/sinusplot.cpp qwt-6.1.6/examples/sinusplot/sinusplot.pro qwt-6.1.6/examples/animation/ qwt-6.1.6/examples/animation/main.cpp qwt-6.1.6/examples/animation/animation.pro qwt-6.1.6/examples/animation/plot.h qwt-6.1.6/examples/animation/plot.cpp qwt-6.1.6/examples/simpleplot/ qwt-6.1.6/examples/simpleplot/simpleplot.pro qwt-6.1.6/examples/simpleplot/simpleplot.cpp qwt-6.1.6/examples/legends/ qwt-6.1.6/examples/legends/panel.cpp qwt-6.1.6/examples/legends/panel.h qwt-6.1.6/examples/legends/main.cpp qwt-6.1.6/examples/legends/legends.pro qwt-6.1.6/examples/legends/mainwindow.cpp qwt-6.1.6/examples/legends/plot.h qwt-6.1.6/examples/legends/settings.h qwt-6.1.6/examples/legends/plot.cpp qwt-6.1.6/examples/legends/mainwindow.h qwt-6.1.6/examples/cpuplot/ qwt-6.1.6/examples/cpuplot/cpuplot.h qwt-6.1.6/examples/cpuplot/cpupiemarker.h qwt-6.1.6/examples/cpuplot/cpustat.h qwt-6.1.6/examples/cpuplot/cpupiemarker.cpp qwt-6.1.6/examples/cpuplot/cpustat.cpp qwt-6.1.6/examples/cpuplot/cpuplot.pro qwt-6.1.6/examples/cpuplot/cpuplot.cpp qwt-6.1.6/examples/radio/ qwt-6.1.6/examples/radio/radio.cpp qwt-6.1.6/examples/radio/tunerfrm.h qwt-6.1.6/examples/radio/ampfrm.cpp qwt-6.1.6/examples/radio/tunerfrm.cpp qwt-6.1.6/examples/radio/mainwindow.cpp qwt-6.1.6/examples/radio/ampfrm.h qwt-6.1.6/examples/radio/radio.pro qwt-6.1.6/examples/radio/mainwindow.h qwt-6.1.6/examples/itemeditor/ qwt-6.1.6/examples/itemeditor/shapefactory.cpp qwt-6.1.6/examples/itemeditor/itemeditor.pro qwt-6.1.6/examples/itemeditor/shapefactory.h qwt-6.1.6/examples/itemeditor/editor.cpp qwt-6.1.6/examples/itemeditor/main.cpp qwt-6.1.6/examples/itemeditor/plot.h qwt-6.1.6/examples/itemeditor/editor.h qwt-6.1.6/examples/itemeditor/plot.cpp qwt-6.1.6/examples/barchart/ qwt-6.1.6/examples/barchart/main.cpp qwt-6.1.6/examples/barchart/barchart.h qwt-6.1.6/examples/barchart/barchart.pro qwt-6.1.6/examples/barchart/barchart.cpp qwt-6.1.6/qwtfunctions.pri qwt-6.1.6/COPYING qwt-6.1.6/INSTALL qwt-6.1.6/src/ qwt-6.1.6/src/qwt_legend_data.cpp qwt-6.1.6/src/qwt_plot_histogram.cpp qwt-6.1.6/src/qwt_pixel_matrix.cpp qwt-6.1.6/src/qwt_scale_widget.cpp qwt-6.1.6/src/qwt_thermo.h qwt-6.1.6/src/qwt_arrow_button.h qwt-6.1.6/src/qwt_plot_abstract_barchart.cpp qwt-6.1.6/src/qwt_plot_glcanvas.h qwt-6.1.6/src/qwt_plot_scaleitem.h qwt-6.1.6/src/qwt_curve_fitter.cpp qwt-6.1.6/src/qwt_graphic.cpp qwt-6.1.6/src/qwt_dyngrid_layout.h qwt-6.1.6/src/qwt_symbol.h qwt-6.1.6/src/qwt_compass_rose.cpp qwt-6.1.6/src/qwt_plot_tradingcurve.h qwt-6.1.6/src/qwt_plot_dict.cpp qwt-6.1.6/src/qwt_dial_needle.cpp qwt-6.1.6/src/qwt_event_pattern.h qwt-6.1.6/src/qwt_plot_item.h qwt-6.1.6/src/qwt_clipper.h qwt-6.1.6/src/qwt_transform.cpp qwt-6.1.6/src/qwt_plot_canvas.h qwt-6.1.6/src/qwt_abstract_scale_draw.h qwt-6.1.6/src/qwt_raster_data.h qwt-6.1.6/src/qwt_point_data.h qwt-6.1.6/src/qwt_point_data.cpp qwt-6.1.6/src/qwt_wheel.cpp qwt-6.1.6/src/qwt_painter.h qwt-6.1.6/src/qwt_dial.cpp qwt-6.1.6/src/qwt_analog_clock.cpp qwt-6.1.6/src/qwt_null_paintdevice.cpp qwt-6.1.6/src/qwt_plot_glcanvas.cpp qwt-6.1.6/src/qwt_sampling_thread.h qwt-6.1.6/src/qwt_legend.cpp qwt-6.1.6/src/qwt_plot_textlabel.h qwt-6.1.6/src/qwt_color_map.cpp qwt-6.1.6/src/qwt_text_label.h qwt-6.1.6/src/qwt_date.h qwt-6.1.6/src/qwt_legend_label.cpp qwt-6.1.6/src/qwt_plot_magnifier.h qwt-6.1.6/src/qwt_plot_directpainter.cpp qwt-6.1.6/src/qwt_plot_picker.h qwt-6.1.6/src/qwt_matrix_raster_data.h qwt-6.1.6/src/qwt_plot_zoneitem.h qwt-6.1.6/src/qwt_thermo.cpp qwt-6.1.6/src/qwt_plot_grid.cpp qwt-6.1.6/src/qwt_matrix_raster_data.cpp qwt-6.1.6/src/qwt_point_mapper.h qwt-6.1.6/src/qwt_legend.h qwt-6.1.6/src/qwt_round_scale_draw.h qwt-6.1.6/src/qwt_plot_spectrogram.h qwt-6.1.6/src/qwt_plot_axis.cpp qwt-6.1.6/src/qwt_system_clock.h qwt-6.1.6/src/qwt_plot_directpainter.h qwt-6.1.6/src/qwt_plot_canvas.cpp qwt-6.1.6/src/qwt_abstract_legend.h qwt-6.1.6/src/qwt_null_paintdevice.h qwt-6.1.6/src/qwt_text_label.cpp qwt-6.1.6/src/qwt_date_scale_engine.cpp qwt-6.1.6/src/qwt_spline.cpp qwt-6.1.6/src/src.pri qwt-6.1.6/src/qwt_analog_clock.h qwt-6.1.6/src/qwt_plot_shapeitem.cpp qwt-6.1.6/src/qwt_transform.h qwt-6.1.6/src/src.pro qwt-6.1.6/src/qwt_raster_data.cpp qwt-6.1.6/src/qwt_plot_spectrocurve.h qwt-6.1.6/src/qwt_plot_multi_barchart.cpp qwt-6.1.6/src/qwt_picker_machine.h qwt-6.1.6/src/qwt_plot_seriesitem.cpp qwt-6.1.6/src/qwt_plot_xml.cpp qwt-6.1.6/src/qwt_math.cpp qwt-6.1.6/src/qwt_abstract_legend.cpp qwt-6.1.6/src/qwt_plot_barchart.cpp qwt-6.1.6/src/qwt_panner.cpp qwt-6.1.6/src/qwt_magnifier.h qwt-6.1.6/src/qwt_plot_scaleitem.cpp qwt-6.1.6/src/qwt_plot_renderer.cpp qwt-6.1.6/src/qwt_compass.h qwt-6.1.6/src/qwt_clipper.cpp qwt-6.1.6/src/qwt_scale_draw.h qwt-6.1.6/src/qwt_point_mapper.cpp qwt-6.1.6/src/qwt_scale_map.h qwt-6.1.6/src/qwt_slider.cpp qwt-6.1.6/src/qwt_arrow_button.cpp qwt-6.1.6/src/qwt_plot_marker.h qwt-6.1.6/src/qwt_date.cpp qwt-6.1.6/src/qwt_plot_spectrogram.cpp qwt-6.1.6/src/qwt_abstract_scale_draw.cpp qwt-6.1.6/src/qwt_plot_barchart.h qwt-6.1.6/src/qwt_plot_seriesitem.h qwt-6.1.6/src/qwt_scale_widget.h qwt-6.1.6/src/qwt_plot_rasteritem.cpp qwt-6.1.6/src/qwt_plot_shapeitem.h qwt-6.1.6/src/qwt_column_symbol.cpp qwt-6.1.6/src/qwt_plot_spectrocurve.cpp qwt-6.1.6/src/qwt_knob.h qwt-6.1.6/src/qwt_legend_label.h qwt-6.1.6/src/qwt_pixel_matrix.h qwt-6.1.6/src/qwt_panner.h qwt-6.1.6/src/qwt_plot_zoneitem.cpp qwt-6.1.6/src/qwt_abstract_slider.cpp qwt-6.1.6/src/qwt_plot_abstract_barchart.h qwt-6.1.6/src/qwt_series_data.cpp qwt-6.1.6/src/qwt_text_engine.h qwt-6.1.6/src/qwt_painter_command.cpp qwt-6.1.6/src/qwt_widget_overlay.cpp qwt-6.1.6/src/qwt_graphic.h qwt-6.1.6/src/qwt_plot_rescaler.h qwt-6.1.6/src/qwt_date_scale_draw.cpp qwt-6.1.6/src/qwt_painter_command.h qwt-6.1.6/src/qwt_symbol.cpp qwt-6.1.6/src/qwt_plot_renderer.h qwt-6.1.6/src/qwt_plot_svgitem.cpp qwt-6.1.6/src/qwt_picker.h qwt-6.1.6/src/qwt_round_scale_draw.cpp qwt-6.1.6/src/qwt_plot_tradingcurve.cpp qwt-6.1.6/src/qwt_scale_draw.cpp qwt-6.1.6/src/qwt_point_polar.cpp qwt-6.1.6/src/qwt_counter.cpp qwt-6.1.6/src/qwt_series_store.h qwt-6.1.6/src/qwt_text.cpp qwt-6.1.6/src/qwt_widget_overlay.h qwt-6.1.6/src/qwt_plot_zoomer.h qwt-6.1.6/src/qwt_compass.cpp qwt-6.1.6/src/qwt_plot_dict.h qwt-6.1.6/src/qwt_date_scale_engine.h qwt-6.1.6/src/qwt_slider.h qwt-6.1.6/src/qwt_plot_intervalcurve.h qwt-6.1.6/src/qwt_spline.h qwt-6.1.6/src/qwt_scale_div.h qwt-6.1.6/src/qwt_plot_legenditem.cpp qwt-6.1.6/src/qwt_picker_machine.cpp qwt-6.1.6/src/qwt_plot_curve.h qwt-6.1.6/src/qwt_sampling_thread.cpp qwt-6.1.6/src/qwt_plot_rescaler.cpp qwt-6.1.6/src/qwt_plot_panner.h qwt-6.1.6/src/qwt_plot_svgitem.h qwt-6.1.6/src/qwt_dial.h qwt-6.1.6/src/qwt_math.h qwt-6.1.6/src/qwt_curve_fitter.h qwt-6.1.6/src/qwt_plot_picker.cpp qwt-6.1.6/src/qwt_plot_grid.h qwt-6.1.6/src/qwt_plot.cpp qwt-6.1.6/src/qwt_abstract_slider.h qwt-6.1.6/src/qwt_system_clock.cpp qwt-6.1.6/src/qwt_plot_zoomer.cpp qwt-6.1.6/src/qwt_interval.h qwt-6.1.6/src/qwt_abstract_scale.cpp qwt-6.1.6/src/qwt_knob.cpp qwt-6.1.6/src/qwt_compass_rose.h qwt-6.1.6/src/qwt_wheel.h qwt-6.1.6/src/qwt_dial_needle.h qwt-6.1.6/src/qwt.h qwt-6.1.6/src/qwt_global.h qwt-6.1.6/src/qwt_abstract_scale.h qwt-6.1.6/src/qwt_point_3d.cpp qwt-6.1.6/src/qwt_magnifier.cpp qwt-6.1.6/src/qwt_picker.cpp qwt-6.1.6/src/qwt_date_scale_draw.h qwt-6.1.6/src/qwt_plot_item.cpp qwt-6.1.6/src/qwt_plot_histogram.h qwt-6.1.6/src/qwt_plot_multi_barchart.h qwt-6.1.6/src/qwt_scale_engine.cpp qwt-6.1.6/src/qwt_painter.cpp qwt-6.1.6/src/qwt_scale_map.cpp qwt-6.1.6/src/qwt_plot_marker.cpp qwt-6.1.6/src/qwt_point_3d.h qwt-6.1.6/src/qwt_column_symbol.h qwt-6.1.6/src/qwt_compat.h qwt-6.1.6/src/qwt_plot_curve.cpp qwt-6.1.6/src/qwt_dyngrid_layout.cpp qwt-6.1.6/src/qwt_text_engine.cpp qwt-6.1.6/src/qwt_plot_legenditem.h qwt-6.1.6/src/qwt_scale_div.cpp qwt-6.1.6/src/qwt_plot_intervalcurve.cpp qwt-6.1.6/src/qwt_color_map.h qwt-6.1.6/src/qwt_plot_rasteritem.h qwt-6.1.6/src/qwt_scale_engine.h qwt-6.1.6/src/qwt_legend_data.h qwt-6.1.6/src/qwt_plot_panner.cpp qwt-6.1.6/src/qwt_plot_magnifier.cpp qwt-6.1.6/src/qwt_counter.h qwt-6.1.6/src/qwt_plot_layout.h qwt-6.1.6/src/qwt_plot.h qwt-6.1.6/src/qwt_text.h qwt-6.1.6/src/qwt_interval_symbol.cpp qwt-6.1.6/src/qwt_point_polar.h qwt-6.1.6/src/qwt_event_pattern.cpp qwt-6.1.6/src/qwt_plot_textlabel.cpp qwt-6.1.6/src/qwt_plot_layout.cpp qwt-6.1.6/src/qwt_series_data.h qwt-6.1.6/src/qwt_interval.cpp qwt-6.1.6/src/qwt_interval_symbol.h qwt-6.1.6/src/qwt_samples.h qwt-6.1.6/qwt.pro qwt-6.1.6/qwtconfig.pri qwt-6.1.6/designer/ qwt-6.1.6/designer/pixmaps/ qwt-6.1.6/designer/pixmaps/qwtthermo.png qwt-6.1.6/designer/pixmaps/qwtscale.png qwt-6.1.6/designer/pixmaps/qwtcounter.png qwt-6.1.6/designer/pixmaps/qwtwheel.png qwt-6.1.6/designer/pixmaps/qwtknob.png qwt-6.1.6/designer/pixmaps/qwtslider.png qwt-6.1.6/designer/pixmaps/qwtplot.png qwt-6.1.6/designer/pixmaps/qwtwidget.png qwt-6.1.6/designer/pixmaps/qwtanalogclock.png qwt-6.1.6/designer/pixmaps/qwtcompass.png qwt-6.1.6/designer/pixmaps/qwtdial.png qwt-6.1.6/designer/qwt_designer_plugin.qrc qwt-6.1.6/designer/qwt_designer_plotdialog.cpp qwt-6.1.6/designer/qwt_designer_plugin.h qwt-6.1.6/designer/qwt_designer_plotdialog.h qwt-6.1.6/designer/qwt_designer_plugin.cpp qwt-6.1.6/designer/designer.pro qwt-6.1.6/qwt.prf qwt-6.1.6/doc/ qwt-6.1.6/doc/articles/ qwt-6.1.6/doc/articles/TODO qwt-6.1.6/doc/man/ qwt-6.1.6/doc/man/man3/ qwt-6.1.6/doc/man/man3/QwtAbstractSeriesStore.3 qwt-6.1.6/doc/man/man3/QwtAbstractLegend.3 qwt-6.1.6/doc/man/man3/QwtScaleMap.3 qwt-6.1.6/doc/man/man3/QwtRoundScaleDraw.3 qwt-6.1.6/doc/man/man3/otherscreenshots.3 qwt-6.1.6/doc/man/man3/QwtEventPattern_MousePattern.3 qwt-6.1.6/doc/man/man3/QwtScaleEngine.3 qwt-6.1.6/doc/man/man3/QwtPlotTradingCurve.3 qwt-6.1.6/doc/man/man3/QwtWeedingCurveFitter.3 qwt-6.1.6/doc/man/man3/QwtSplineCurveFitter.3 qwt-6.1.6/doc/man/man3/QwtPickerMachine.3 qwt-6.1.6/doc/man/man3/QwtSeriesData.3 qwt-6.1.6/doc/man/man3/QwtPickerDragRectMachine.3 qwt-6.1.6/doc/man/man3/curvescreenshots.3 qwt-6.1.6/doc/man/man3/QwtRichTextEngine.3 qwt-6.1.6/doc/man/man3/QwtSpline.3 qwt-6.1.6/doc/man/man3/QwtInterval.3 qwt-6.1.6/doc/man/man3/QwtTextLabel.3 qwt-6.1.6/doc/man/man3/QwtPlotGrid.3 qwt-6.1.6/doc/man/man3/QwtPlotDirectPainter.3 qwt-6.1.6/doc/man/man3/QwtDateScaleDraw.3 qwt-6.1.6/doc/man/man3/QwtPlotMultiBarChart.3 qwt-6.1.6/doc/man/man3/QwtSamplingThread.3 qwt-6.1.6/doc/man/man3/QwtPoint3D.3 qwt-6.1.6/doc/man/man3/QwtDialSimpleNeedle.3 qwt-6.1.6/doc/man/man3/QwtPowerTransform.3 qwt-6.1.6/doc/man/man3/QwtPlotRescaler.3 qwt-6.1.6/doc/man/man3/QwtScaleDiv.3 qwt-6.1.6/doc/man/man3/QwtAbstractSlider.3 qwt-6.1.6/doc/man/man3/QwtDynGridLayout.3 qwt-6.1.6/doc/man/man3/QwtNullPaintDevice.3 qwt-6.1.6/doc/man/man3/QwtCurveFitter.3 qwt-6.1.6/doc/man/man3/QwtPlainTextEngine.3 qwt-6.1.6/doc/man/man3/QwtRasterData.3 qwt-6.1.6/doc/man/man3/QwtPlotSvgItem.3 qwt-6.1.6/doc/man/man3/QwtLinearScaleEngine.3 qwt-6.1.6/doc/man/man3/QwtNullTransform.3 qwt-6.1.6/doc/man/man3/QwtPlotZoomer.3 qwt-6.1.6/doc/man/man3/QwtWheel.3 qwt-6.1.6/doc/man/man3/QwtAbstractScale.3 qwt-6.1.6/doc/man/man3/QwtClipper.3 qwt-6.1.6/doc/man/man3/QwtSetSeriesData.3 qwt-6.1.6/doc/man/man3/qwtlicense.3 qwt-6.1.6/doc/man/man3/QwtSimpleCompassRose.3 qwt-6.1.6/doc/man/man3/QwtPickerClickPointMachine.3 qwt-6.1.6/doc/man/man3/spectrogramscreenshots.3 qwt-6.1.6/doc/man/man3/QwtEventPattern_KeyPattern.3 qwt-6.1.6/doc/man/man3/QwtPlotItem.3 qwt-6.1.6/doc/man/man3/QwtPlotIntervalCurve.3 qwt-6.1.6/doc/man/man3/QwtIntervalSymbol.3 qwt-6.1.6/doc/man/man3/QwtPlotSeriesItem.3 qwt-6.1.6/doc/man/man3/QwtAbstractScaleDraw.3 qwt-6.1.6/doc/man/man3/controlscreenshots.3 qwt-6.1.6/doc/man/man3/QwtPlotCurve.3 qwt-6.1.6/doc/man/man3/qwtchangelog.3 qwt-6.1.6/doc/man/man3/QwtColumnRect.3 qwt-6.1.6/doc/man/man3/QwtCPointerData.3 qwt-6.1.6/doc/man/man3/QwtTransform.3 qwt-6.1.6/doc/man/man3/QwtCompass.3 qwt-6.1.6/doc/man/man3/QwtPlotHistogram.3 qwt-6.1.6/doc/man/man3/QwtGraphic.3 qwt-6.1.6/doc/man/man3/QwtLegendLabel.3 qwt-6.1.6/doc/man/man3/QwtPlotMagnifier.3 qwt-6.1.6/doc/man/man3/QwtCounter.3 qwt-6.1.6/doc/man/man3/QwtLogTransform.3 qwt-6.1.6/doc/man/man3/QwtPixelMatrix.3 qwt-6.1.6/doc/man/man3/QwtText.3 qwt-6.1.6/doc/man/man3/QwtPlotLayout.3 qwt-6.1.6/doc/man/man3/QwtDial.3 qwt-6.1.6/doc/man/man3/QwtPointArrayData.3 qwt-6.1.6/doc/man/man3/QwtPlotGLCanvas.3 qwt-6.1.6/doc/man/man3/QwtWidgetOverlay.3 qwt-6.1.6/doc/man/man3/QwtCompassScaleDraw.3 qwt-6.1.6/doc/man/man3/QwtAlphaColorMap.3 qwt-6.1.6/doc/man/man3/QwtThermo.3 qwt-6.1.6/doc/man/man3/QwtCompassRose.3 qwt-6.1.6/doc/man/man3/QwtMagnifier.3 qwt-6.1.6/doc/man/man3/QwtDate.3 qwt-6.1.6/doc/man/man3/QwtPanner.3 qwt-6.1.6/doc/man/man3/QwtSeriesStore.3 qwt-6.1.6/doc/man/man3/QwtKnob.3 qwt-6.1.6/doc/man/man3/QwtColorMap.3 qwt-6.1.6/doc/man/man3/QwtIntervalSeriesData.3 qwt-6.1.6/doc/man/man3/QwtPoint3DSeriesData.3 qwt-6.1.6/doc/man/man3/QwtPlotTextLabel.3 qwt-6.1.6/doc/man/man3/QwtPickerClickRectMachine.3 qwt-6.1.6/doc/man/man3/QwtArraySeriesData.3 qwt-6.1.6/doc/man/man3/QwtPlotMarker.3 qwt-6.1.6/doc/man/man3/QwtPlotRasterItem.3 qwt-6.1.6/doc/man/man3/QwtPicker.3 qwt-6.1.6/doc/man/man3/QwtScaleWidget.3 qwt-6.1.6/doc/man/man3/QwtPlotRenderer.3 qwt-6.1.6/doc/man/man3/QwtAnalogClock.3 qwt-6.1.6/doc/man/man3/QwtLegendData.3 qwt-6.1.6/doc/man/man3/QwtPlotScaleItem.3 qwt-6.1.6/doc/man/man3/barchartscreenshots.3 qwt-6.1.6/doc/man/man3/QwtOHLCSample.3 qwt-6.1.6/doc/man/man3/QwtPickerDragPointMachine.3 qwt-6.1.6/doc/man/man3/QwtLinearColorMap.3 qwt-6.1.6/doc/man/man3/QwtTradingChartData.3 qwt-6.1.6/doc/man/man3/QwtPickerDragLineMachine.3 qwt-6.1.6/doc/man/man3/QwtIntervalSample.3 qwt-6.1.6/doc/man/man3/QwtPointPolar.3 qwt-6.1.6/doc/man/man3/QwtPainterCommand.3 qwt-6.1.6/doc/man/man3/qwtinstall.3 qwt-6.1.6/doc/man/man3/QwtPlotBarChart.3 qwt-6.1.6/doc/man/man3/QwtPlotSpectrogram.3 qwt-6.1.6/doc/man/man3/QwtLogScaleEngine.3 qwt-6.1.6/doc/man/man3/QwtCompassWindArrow.3 qwt-6.1.6/doc/man/man3/QwtPickerPolygonMachine.3 qwt-6.1.6/doc/man/man3/QwtSymbol.3 qwt-6.1.6/doc/man/man3/QwtTextEngine.3 qwt-6.1.6/doc/man/man3/QwtMathMLTextEngine.3 qwt-6.1.6/doc/man/man3/QwtPlotSpectroCurve.3 qwt-6.1.6/doc/man/man3/QwtPlotZoneItem.3 qwt-6.1.6/doc/man/man3/QwtScaleDraw.3 qwt-6.1.6/doc/man/man3/QwtSystemClock.3 qwt-6.1.6/doc/man/man3/QwtColumnSymbol.3 qwt-6.1.6/doc/man/man3/QwtPlotDict.3 qwt-6.1.6/doc/man/man3/QwtPointMapper.3 qwt-6.1.6/doc/man/man3/QwtEventPattern.3 qwt-6.1.6/doc/man/man3/QwtPickerTrackerMachine.3 qwt-6.1.6/doc/man/man3/QwtLegend.3 qwt-6.1.6/doc/man/man3/QwtPlotShapeItem.3 qwt-6.1.6/doc/man/man3/QwtSlider.3 qwt-6.1.6/doc/man/man3/QwtArrowButton.3 qwt-6.1.6/doc/man/man3/QwtCompassMagnetNeedle.3 qwt-6.1.6/doc/man/man3/QwtDialNeedle.3 qwt-6.1.6/doc/man/man3/QwtScaleArithmetic.3 qwt-6.1.6/doc/man/man3/QwtPlotPanner.3 qwt-6.1.6/doc/man/man3/QwtPainter.3 qwt-6.1.6/doc/man/man3/QwtSetSample.3 qwt-6.1.6/doc/man/man3/QwtPlotPicker.3 qwt-6.1.6/doc/man/man3/QwtSyntheticPointData.3 qwt-6.1.6/doc/man/man3/QwtPlotLegendItem.3 qwt-6.1.6/doc/man/man3/QwtPlotAbstractBarChart.3 qwt-6.1.6/doc/man/man3/QwtPlotCanvas.3 qwt-6.1.6/doc/man/man3/QwtPointSeriesData.3 qwt-6.1.6/doc/man/man3/QwtDateScaleEngine.3 qwt-6.1.6/doc/man/man3/QwtMatrixRasterData.3 qwt-6.1.6/doc/man/man3/QwtPlot.3 qwt-6.1.6/doc/changes.dox qwt-6.1.6/doc/qwt.dox qwt-6.1.6/doc/screenshots.dox qwt-6.1.6/doc/DoxygenLayout.xml qwt-6.1.6/doc/doc.pro qwt-6.1.6/doc/Doxyfile qwt-6.1.6/doc/html/ qwt-6.1.6/doc/html/bode-blue-600x400.png qwt-6.1.6/doc/html/functions_func_r.html qwt-6.1.6/doc/html/qwt__point__polar_8h_source.html qwt-6.1.6/doc/html/class_qwt_point_series_data-members.html qwt-6.1.6/doc/html/class_qwt_plot_svg_item.js qwt-6.1.6/doc/html/inherit_graph_30.png qwt-6.1.6/doc/html/qwt__text__engine_8h_source.html qwt-6.1.6/doc/html/inherit_graph_19.png qwt-6.1.6/doc/html/class_qwt_panner.js qwt-6.1.6/doc/html/inherit_graph_6.png qwt-6.1.6/doc/html/class_qwt_plot_interval_curve__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_arrow_button.js qwt-6.1.6/doc/html/class_qwt_pixel_matrix.js qwt-6.1.6/doc/html/class_qwt_plot_direct_painter-members.html qwt-6.1.6/doc/html/class_qwt_scale_engine.html qwt-6.1.6/doc/html/class_qwt_arrow_button__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_picker.js qwt-6.1.6/doc/html/class_qwt_series_data.js qwt-6.1.6/doc/html/class_qwt_magnifier__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_item.js qwt-6.1.6/doc/html/class_qwt_wheel__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_direct_painter__inherit__graph.png qwt-6.1.6/doc/html/qwt__dial__needle_8h_source.html qwt-6.1.6/doc/html/class_qwt_log_scale_engine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_bar_chart__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_log_transform.js qwt-6.1.6/doc/html/inherit_graph_25.map qwt-6.1.6/doc/html/class_qwt_transform__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle.html qwt-6.1.6/doc/html/class_qwt_plot_curve.html qwt-6.1.6/doc/html/friedberg-bars-600x400.png qwt-6.1.6/doc/html/class_qwt_alpha_color_map__inherit__graph.map qwt-6.1.6/doc/html/functions_func_y.html qwt-6.1.6/doc/html/qwt__compass__rose_8h_source.html qwt-6.1.6/doc/html/functions_y.html qwt-6.1.6/doc/html/class_qwt_clipper-members.html qwt-6.1.6/doc/html/class_qwt_picker-members.html qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_key_pattern.js qwt-6.1.6/doc/html/class_qwt_plot_direct_painter.js qwt-6.1.6/doc/html/class_qwt_array_series_data__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_12.md5 qwt-6.1.6/doc/html/class_qwt_slider__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_item__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_dial_needle__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_knob.html qwt-6.1.6/doc/html/class_qwt_dial-members.html qwt-6.1.6/doc/html/qwt__painter_8h_source.html qwt-6.1.6/doc/html/inherit_graph_3.md5 qwt-6.1.6/doc/html/class_qwt_plot_scale_item__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_abstract_legend.html qwt-6.1.6/doc/html/class_qwt_series_store.html qwt-6.1.6/doc/html/class_qwt_plot_rescaler-members.html qwt-6.1.6/doc/html/class_qwt_system_clock-members.html qwt-6.1.6/doc/html/class_qwt_synthetic_point_data.html qwt-6.1.6/doc/html/class_qwt_interval_symbol.js qwt-6.1.6/doc/html/class_qwt_alpha_color_map.html qwt-6.1.6/doc/html/class_qwt_trading_chart_data__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_picker-members.html qwt-6.1.6/doc/html/functions_eval_u.html qwt-6.1.6/doc/html/inherit_graph_37.map qwt-6.1.6/doc/html/qwt__plot__marker_8h_source.html qwt-6.1.6/doc/html/inherit_graph_27.md5 qwt-6.1.6/doc/html/class_qwt_pixel_matrix__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_log_transform__inherit__graph.png qwt-6.1.6/doc/html/bdwn.png qwt-6.1.6/doc/html/class_qwt_plot__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_30.map qwt-6.1.6/doc/html/class_qwt_legend-members.html qwt-6.1.6/doc/html/class_qwt_date_scale_draw.html qwt-6.1.6/doc/html/qwt__compass_8h_source.html qwt-6.1.6/doc/html/class_qwt_linear_color_map.html qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart-members.html qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine-members.html qwt-6.1.6/doc/html/functions_eval_y.html qwt-6.1.6/doc/html/class_qwt_plot_picker__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_picker_machine__inherit__graph.png qwt-6.1.6/doc/html/functions_eval_r.html qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter.js qwt-6.1.6/doc/html/inherit_graph_30.md5 qwt-6.1.6/doc/html/inherit_graph_45.map qwt-6.1.6/doc/html/navtreeindex5.js qwt-6.1.6/doc/html/class_qwt_plot_marker.js qwt-6.1.6/doc/html/class_qwt_plot_shape_item__inherit__graph.map qwt-6.1.6/doc/html/form_0.png qwt-6.1.6/doc/html/class_qwt_system_clock.html qwt-6.1.6/doc/html/class_qwt_knob__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_point3_d-members.html qwt-6.1.6/doc/html/class_qwt_scale_widget.html qwt-6.1.6/doc/html/class_qwt_set_sample.html qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw.html qwt-6.1.6/doc/html/class_qwt_legend__inherit__graph.png qwt-6.1.6/doc/html/index.html qwt-6.1.6/doc/html/class_qwt_knob.js qwt-6.1.6/doc/html/form_2.png qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_shape_item.html qwt-6.1.6/doc/html/class_qwt_plot_text_label__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_text_label.html qwt-6.1.6/doc/html/qwt__plot__multi__barchart_8h_source.html qwt-6.1.6/doc/html/class_qwt_interval_series_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_zoomer__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_event_pattern__inherit__graph.md5 qwt-6.1.6/doc/html/functions_eval_s.html qwt-6.1.6/doc/html/inherit_graph_14.map qwt-6.1.6/doc/html/class_qwt_plot_spectrogram.html qwt-6.1.6/doc/html/functions_eval_c.html qwt-6.1.6/doc/html/qwt__plot__scaleitem_8h_source.html qwt-6.1.6/doc/html/inherit_graph_23.png qwt-6.1.6/doc/html/functions_func.html qwt-6.1.6/doc/html/class_qwt_plot_rescaler__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__plot__glcanvas_8h_source.html qwt-6.1.6/doc/html/class_qwt_scale_draw__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_log_scale_engine__inherit__graph.map qwt-6.1.6/doc/html/functions_type.html qwt-6.1.6/doc/html/class_qwt_graphic.js qwt-6.1.6/doc/html/class_qwt_plot_scale_item-members.html qwt-6.1.6/doc/html/class_qwt_column_symbol-members.html qwt-6.1.6/doc/html/class_qwt_log_scale_engine__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_8.png qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve.html qwt-6.1.6/doc/html/class_qwt_plot_bar_chart__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_26.md5 qwt-6.1.6/doc/html/class_qwt_plot_item__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_compass_rose.js qwt-6.1.6/doc/html/class_qwt_plot_rescaler__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine-members.html qwt-6.1.6/doc/html/class_qwt_plot_bar_chart.js qwt-6.1.6/doc/html/class_qwt_plot_rescaler.js qwt-6.1.6/doc/html/inherit_graph_2.png qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_c_pointer_data__inherit__graph.png qwt-6.1.6/doc/html/bode-rosy-600x400.png qwt-6.1.6/doc/html/class_qwt_thermo-members.html qwt-6.1.6/doc/html/class_qwt_round_scale_draw.js qwt-6.1.6/doc/html/qwt__legend__data_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_shape_item__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot__inherit__graph.png qwt-6.1.6/doc/html/folderclosed.png qwt-6.1.6/doc/html/class_qwt_simple_compass_rose__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart.html qwt-6.1.6/doc/html/qwt__plot__rescaler_8h_source.html qwt-6.1.6/doc/html/class_qwt_painter-members.html qwt-6.1.6/doc/html/class_qwt_plot_zoomer.html qwt-6.1.6/doc/html/qwt__plot__shapeitem_8h_source.html qwt-6.1.6/doc/html/inherit_graph_41.md5 qwt-6.1.6/doc/html/class_qwt_matrix_raster_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_abstract_slider__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_raster_data.html qwt-6.1.6/doc/html/class_qwt_plot_renderer__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_47.png qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_arrow_button__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_series_item.js qwt-6.1.6/doc/html/class_qwt_alpha_color_map.js qwt-6.1.6/doc/html/class_qwt_plot_legend_item.html qwt-6.1.6/doc/html/class_qwt_abstract_slider.js qwt-6.1.6/doc/html/class_qwt_abstract_slider__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot.html qwt-6.1.6/doc/html/inherit_graph_27.png qwt-6.1.6/doc/html/qwt__arrow__button_8h_source.html qwt-6.1.6/doc/html/functions_x.html qwt-6.1.6/doc/html/class_qwt_text_engine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_point_mapper.js qwt-6.1.6/doc/html/class_qwt_pixel_matrix__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_log_scale_engine-members.html qwt-6.1.6/doc/html/class_qwt_wheel.html qwt-6.1.6/doc/html/class_qwt_date_scale_engine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_compass__inherit__graph.png qwt-6.1.6/doc/html/qwt__plot__rasteritem_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_symbol.html qwt-6.1.6/doc/html/qwt__samples_8h_source.html qwt-6.1.6/doc/html/qwt__null__paintdevice_8h_source.html qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout.html qwt-6.1.6/doc/html/functions_c.html qwt-6.1.6/doc/html/class_qwt_synthetic_point_data__inherit__graph.png qwt-6.1.6/doc/html/functions_dup.js qwt-6.1.6/doc/html/inherit_graph_33.png qwt-6.1.6/doc/html/inherit_graph_48.map qwt-6.1.6/doc/html/tvplot-600x400.png qwt-6.1.6/doc/html/inherit_graph_15.map qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_scale_draw__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_21.md5 qwt-6.1.6/doc/html/class_qwt_null_transform-members.html qwt-6.1.6/doc/html/class_qwt_plot_raster_item-members.html qwt-6.1.6/doc/html/inherit_graph_7.md5 qwt-6.1.6/doc/html/inherit_graph_43.map qwt-6.1.6/doc/html/class_qwt_plot_grid__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__scale__widget_8h_source.html qwt-6.1.6/doc/html/spectrogram-saturation-600x400.png qwt-6.1.6/doc/html/class_qwt_counter__inherit__graph.map qwt-6.1.6/doc/html/functions_eval_b.html qwt-6.1.6/doc/html/inherit_graph_23.map qwt-6.1.6/doc/html/functions_func_w.html qwt-6.1.6/doc/html/cpuplot-600x400.png qwt-6.1.6/doc/html/inherit_graph_31.png qwt-6.1.6/doc/html/inherit_graph_43.md5 qwt-6.1.6/doc/html/class_qwt_curve_fitter-members.html qwt-6.1.6/doc/html/spectrogram-hue-600x400.png qwt-6.1.6/doc/html/class_qwt_plot_marker__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_date_scale_engine.js qwt-6.1.6/doc/html/inherit_graph_42.png qwt-6.1.6/doc/html/class_qwt_plot_histogram__inherit__graph.png qwt-6.1.6/doc/html/qwt__legend__label_8h_source.html qwt-6.1.6/doc/html/class_qwt_legend__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_3.png qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout-members.html qwt-6.1.6/doc/html/class_qwt_plot_rescaler__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_40.md5 qwt-6.1.6/doc/html/functions_eval_o.html qwt-6.1.6/doc/html/inherit_graph_0.png qwt-6.1.6/doc/html/controlscreenshots.html qwt-6.1.6/doc/html/inherit_graph_7.map qwt-6.1.6/doc/html/doxygen.svg qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas-members.html qwt-6.1.6/doc/html/class_qwt_series_data-members.html qwt-6.1.6/doc/html/tab_h.png qwt-6.1.6/doc/html/class_qwt_abstract_scale__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_painter.html qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine.js qwt-6.1.6/doc/html/inherit_graph_6.md5 qwt-6.1.6/doc/html/inherit_graph_0.map qwt-6.1.6/doc/html/qwt__panner_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_knob__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow.js qwt-6.1.6/doc/html/class_qwt_scale_engine__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_44.png qwt-6.1.6/doc/html/class_qwt_trading_chart_data__inherit__graph.md5 qwt-6.1.6/doc/html/form_1.png qwt-6.1.6/doc/html/class_qwt_plot_trading_curve-members.html qwt-6.1.6/doc/html/class_qwt_trading_chart_data.html qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_20.png qwt-6.1.6/doc/html/class_qwt_date_scale_draw-members.html qwt-6.1.6/doc/html/class_qwt_magnifier__inherit__graph.map qwt-6.1.6/doc/html/spectrogram-rgb-600x400.png qwt-6.1.6/doc/html/class_qwt_set_series_data__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_point_series_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_wheel__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__wheel_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.png qwt-6.1.6/doc/html/functions_eval_p.html qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout.js qwt-6.1.6/doc/html/class_qwt_point3_d_series_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_linear_scale_engine.js qwt-6.1.6/doc/html/functions_eval_w.html qwt-6.1.6/doc/html/inherit_graph_32.map qwt-6.1.6/doc/html/class_qwt_compass-members.html qwt-6.1.6/doc/html/class_qwt_analog_clock.js qwt-6.1.6/doc/html/qwt__plot__spectrocurve_8h_source.html qwt-6.1.6/doc/html/class_qwt_simple_compass_rose__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_39.md5 qwt-6.1.6/doc/html/class_qwt_abstract_series_store-members.html qwt-6.1.6/doc/html/functions_func_v.html qwt-6.1.6/doc/html/class_qwt_event_pattern__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_raster_data-members.html qwt-6.1.6/doc/html/class_qwt_text_engine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_series_data__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_power_transform__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_zone_item.html qwt-6.1.6/doc/html/class_qwt_color_map__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_matrix_raster_data.js qwt-6.1.6/doc/html/class_qwt_plot_spectrogram__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_abstract_slider-members.html qwt-6.1.6/doc/html/class_qwt_plot_interval_curve.html qwt-6.1.6/doc/html/class_qwt_plot_interval_curve.js qwt-6.1.6/doc/html/inherit_graph_9.map qwt-6.1.6/doc/html/class_qwt_counter-members.html qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle.js qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine-members.html qwt-6.1.6/doc/html/class_qwt_plot_bar_chart__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_37.png qwt-6.1.6/doc/html/doxygen.css qwt-6.1.6/doc/html/qwt__counter_8h_source.html qwt-6.1.6/doc/html/class_qwt_color_map__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_scale_draw.js qwt-6.1.6/doc/html/class_qwt_compass_scale_draw-members.html qwt-6.1.6/doc/html/inherit_graph_4.md5 qwt-6.1.6/doc/html/class_qwt_interval_series_data-members.html qwt-6.1.6/doc/html/qwt__plot__picker_8h_source.html qwt-6.1.6/doc/html/class_qwt_round_scale_draw__inherit__graph.map qwt-6.1.6/doc/html/qwt__thermo_8h_source.html qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow-members.html qwt-6.1.6/doc/html/class_qwt_legend__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_23.md5 qwt-6.1.6/doc/html/functions_j.html qwt-6.1.6/doc/html/class_qwt_abstract_series_store__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_point3_d.html qwt-6.1.6/doc/html/qwt__event__pattern_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_renderer__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine.js qwt-6.1.6/doc/html/class_qwt_plot_svg_item.html qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart.html qwt-6.1.6/doc/html/class_qwt_plot_zone_item-members.html qwt-6.1.6/doc/html/functions_r.html qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_series_item__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_4.map qwt-6.1.6/doc/html/functions_func_~.html qwt-6.1.6/doc/html/class_qwt_magnifier__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_13.png qwt-6.1.6/doc/html/class_qwt_date_scale_draw.js qwt-6.1.6/doc/html/class_qwt_linear_scale_engine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_legend_data.js qwt-6.1.6/doc/html/class_qwt_text_label-members.html qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine.html qwt-6.1.6/doc/html/inherit_graph_36.map qwt-6.1.6/doc/html/class_qwt_plain_text_engine.html qwt-6.1.6/doc/html/inherit_graph_31.map qwt-6.1.6/doc/html/qwt__date__scale__draw_8h_source.html qwt-6.1.6/doc/html/functions_n.html qwt-6.1.6/doc/html/class_qwt_picker.html qwt-6.1.6/doc/html/inherit_graph_8.map qwt-6.1.6/doc/html/class_qwt_array_series_data-members.html qwt-6.1.6/doc/html/hierarchy.html qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_scale_arithmetic-members.html qwt-6.1.6/doc/html/functions_func_z.html qwt-6.1.6/doc/html/spectrogram-contour1-600x400.png qwt-6.1.6/doc/html/dynsections.js qwt-6.1.6/doc/html/class_qwt_plot_direct_painter__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_39.png qwt-6.1.6/doc/html/class_qwt_null_paint_device__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_rescaler.html qwt-6.1.6/doc/html/class_qwt_scale_widget__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot.js qwt-6.1.6/doc/html/class_qwt_knob-members.html qwt-6.1.6/doc/html/class_qwt_plot_text_label-members.html qwt-6.1.6/doc/html/class_qwt_set_series_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_dict__inherit__graph.md5 qwt-6.1.6/doc/html/navtreeindex11.js qwt-6.1.6/doc/html/qwt__plot__renderer_8h_source.html qwt-6.1.6/doc/html/otherscreenshots.html qwt-6.1.6/doc/html/class_qwt_null_paint_device.js qwt-6.1.6/doc/html/inherit_graph_36.md5 qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_series_store-members.html qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine.html qwt-6.1.6/doc/html/class_qwt_matrix_raster_data__inherit__graph.png qwt-6.1.6/doc/html/functions_eval_j.html qwt-6.1.6/doc/html/qwt__plot__svgitem_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_grid__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_date.js qwt-6.1.6/doc/html/class_qwt_plot_panner-members.html qwt-6.1.6/doc/html/inherit_graph_29.md5 qwt-6.1.6/doc/html/class_qwt_power_transform__inherit__graph.map qwt-6.1.6/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html qwt-6.1.6/doc/html/class_qwt_curve_fitter__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_magnifier-members.html qwt-6.1.6/doc/html/class_qwt_plot_histogram__inherit__graph.map qwt-6.1.6/doc/html/nav_g.png qwt-6.1.6/doc/html/qwt__plot__directpainter_8h_source.html qwt-6.1.6/doc/html/class_qwt_simple_compass_rose.js qwt-6.1.6/doc/html/class_qwt_interval_sample-members.html qwt-6.1.6/doc/html/class_qwt_picker.js qwt-6.1.6/doc/html/class_qwt_plot_trading_curve__inherit__graph.map qwt-6.1.6/doc/html/qwt__clipper_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_event_pattern-members.html qwt-6.1.6/doc/html/inherit_graph_3.map qwt-6.1.6/doc/html/class_qwt_slider.html qwt-6.1.6/doc/html/distrowatch-600x400.png qwt-6.1.6/doc/html/inherit_graph_25.png qwt-6.1.6/doc/html/class_qwt_magnifier.js qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter__inherit__graph.md5 qwt-6.1.6/doc/html/index.qhp qwt-6.1.6/doc/html/class_qwt_scale_engine.js qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart.js qwt-6.1.6/doc/html/qwt__plot__item_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_scale_item__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_series_item__inherit__graph.md5 qwt-6.1.6/doc/html/navtree.js qwt-6.1.6/doc/html/class_qwt_round_scale_draw__inherit__graph.md5 qwt-6.1.6/doc/html/annotated_dup.js qwt-6.1.6/doc/html/class_qwt_trading_chart_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_scale_item__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_linear_color_map__inherit__graph.map qwt-6.1.6/doc/html/functions_func_k.html qwt-6.1.6/doc/html/class_qwt_picker_machine-members.html qwt-6.1.6/doc/html/class_qwt_abstract_series_store.html qwt-6.1.6/doc/html/class_qwt_simple_compass_rose__inherit__graph.map qwt-6.1.6/doc/html/qwt__picker_8h_source.html qwt-6.1.6/doc/html/functions_t.html qwt-6.1.6/doc/html/navtreeindex1.js qwt-6.1.6/doc/html/qwt__text_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_canvas.js qwt-6.1.6/doc/html/class_qwt_graphic__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_alpha_color_map__inherit__graph.png qwt-6.1.6/doc/html/qwt__scale__draw_8h_source.html qwt-6.1.6/doc/html/class_qwt_point_array_data.html qwt-6.1.6/doc/html/class_qwt_rich_text_engine__inherit__graph.png qwt-6.1.6/doc/html/qwt__text__label_8h_source.html qwt-6.1.6/doc/html/class_qwt_linear_color_map__inherit__graph.png qwt-6.1.6/doc/html/functions_func_m.html qwt-6.1.6/doc/html/barchartscreenshots.html qwt-6.1.6/doc/html/class_qwt_plot_magnifier__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve.js qwt-6.1.6/doc/html/class_qwt_round_scale_draw__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_log_transform-members.html qwt-6.1.6/doc/html/inherit_graph_8.md5 qwt-6.1.6/doc/html/qwt__plot__spectrogram_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_curve-members.html qwt-6.1.6/doc/html/graph_legend.md5 qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine-members.html qwt-6.1.6/doc/html/class_qwt_dial.html qwt-6.1.6/doc/html/inherit_graph_2.map qwt-6.1.6/doc/html/class_qwt_scale_engine__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_18.md5 qwt-6.1.6/doc/html/qwt__plot__layout_8h_source.html qwt-6.1.6/doc/html/class_qwt_interval_series_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_o_h_l_c_sample.html qwt-6.1.6/doc/html/class_qwt_thermo.html qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas.html qwt-6.1.6/doc/html/class_qwt_series_store.js qwt-6.1.6/doc/html/functions_func_e.html qwt-6.1.6/doc/html/navtreeindex0.js qwt-6.1.6/doc/html/class_qwt_panner.html qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine.js qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw-members.html qwt-6.1.6/doc/html/class_qwt_plot_zone_item__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plain_text_engine.js qwt-6.1.6/doc/html/class_qwt_painter_command.js qwt-6.1.6/doc/html/inherit_graph_46.png qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_key_pattern.html qwt-6.1.6/doc/html/class_qwt_legend_data-members.html qwt-6.1.6/doc/html/inherit_graph_7.png qwt-6.1.6/doc/html/class_qwt_plot_raster_item.html qwt-6.1.6/doc/html/inherit_graph_28.png qwt-6.1.6/doc/html/inherit_graph_16.map qwt-6.1.6/doc/html/inherit_graph_48.md5 qwt-6.1.6/doc/html/inherit_graph_16.md5 qwt-6.1.6/doc/html/class_qwt_plot_spectrogram__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_curve__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__plot__abstract__barchart_8h_source.html qwt-6.1.6/doc/html/class_qwt_linear_scale_engine-members.html qwt-6.1.6/doc/html/class_qwt_plot_canvas__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_scale_item.js qwt-6.1.6/doc/html/inherit_graph_11.png qwt-6.1.6/doc/html/class_qwt_interval_symbol-members.html qwt-6.1.6/doc/html/class_qwt_dial_simple_needle__inherit__graph.md5 qwt-6.1.6/doc/html/navtreeindex6.js qwt-6.1.6/doc/html/itemeditor-600x400.png qwt-6.1.6/doc/html/functions_func_u.html qwt-6.1.6/doc/html/class_qwt_plot_direct_painter.html qwt-6.1.6/doc/html/inherit_graph_21.png qwt-6.1.6/doc/html/class_qwt_interval_series_data.js qwt-6.1.6/doc/html/functions_func_g.html qwt-6.1.6/doc/html/class_qwt_dial_needle.js qwt-6.1.6/doc/html/spectrogram-value-600x400.png qwt-6.1.6/doc/html/class_qwt_point_array_data.js qwt-6.1.6/doc/html/inherit_graph_20.map qwt-6.1.6/doc/html/class_qwt_scale_draw__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_17.md5 qwt-6.1.6/doc/html/qwt__curve__fitter_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine__inherit__graph.md5 qwt-6.1.6/doc/html/navtreeindex10.js qwt-6.1.6/doc/html/class_qwt_date_scale_draw__inherit__graph.md5 qwt-6.1.6/doc/html/functions_eval_g.html qwt-6.1.6/doc/html/curves.png qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_text_label__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_linear_color_map-members.html qwt-6.1.6/doc/html/class_qwt_scale_widget.js qwt-6.1.6/doc/html/class_qwt_counter.js qwt-6.1.6/doc/html/class_qwt_plot_raster_item.js qwt-6.1.6/doc/html/functions_eval_k.html qwt-6.1.6/doc/html/class_qwt_painter_command-members.html qwt-6.1.6/doc/html/class_qwt_point3_d.js qwt-6.1.6/doc/html/inherit_graph_20.md5 qwt-6.1.6/doc/html/class_qwt_date-members.html qwt-6.1.6/doc/html/bc_s.png qwt-6.1.6/doc/html/radio.png qwt-6.1.6/doc/html/class_qwt_plot_scale_item.html qwt-6.1.6/doc/html/tab_b.png qwt-6.1.6/doc/html/class_qwt_plot_bar_chart.html qwt-6.1.6/doc/html/open.png qwt-6.1.6/doc/html/class_qwt_dial_simple_needle__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_40.map qwt-6.1.6/doc/html/class_qwt_series_data__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_49.md5 qwt-6.1.6/doc/html/class_qwt_plot_trading_curve__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_o_h_l_c_sample.js qwt-6.1.6/doc/html/class_qwt_scale_div.js qwt-6.1.6/doc/html/qwt__scale__map_8h_source.html qwt-6.1.6/doc/html/functions_vars.html qwt-6.1.6/doc/html/class_qwt_legend.html qwt-6.1.6/doc/html/functions_eval_f.html qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_interval.js qwt-6.1.6/doc/html/functions_i.html qwt-6.1.6/doc/html/inherit_graph_18.png qwt-6.1.6/doc/html/class_qwt_plot_legend_item.js qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_zoomer__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_date_scale_draw__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_synthetic_point_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_renderer.html qwt-6.1.6/doc/html/qwt__abstract__legend_8h_source.html qwt-6.1.6/doc/html/class_qwt_abstract_scale__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_trading_curve__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_date.html qwt-6.1.6/doc/html/functions_func_t.html qwt-6.1.6/doc/html/class_qwt_array_series_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_thermo__inherit__graph.png qwt-6.1.6/doc/html/functions_o.html qwt-6.1.6/doc/html/class_qwt_point_array_data-members.html qwt-6.1.6/doc/html/formula.repository qwt-6.1.6/doc/html/class_qwt_plot_marker-members.html qwt-6.1.6/doc/html/class_qwt_compass__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_38.png qwt-6.1.6/doc/html/class_qwt_plain_text_engine__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_series_item__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_12.png qwt-6.1.6/doc/html/class_qwt_null_paint_device__inherit__graph.md5 qwt-6.1.6/doc/html/sysinfo.png qwt-6.1.6/doc/html/inherit_graph_45.md5 qwt-6.1.6/doc/html/qwt__color__map_8h_source.html qwt-6.1.6/doc/html/qwt__transform_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_color_map__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_transform.html qwt-6.1.6/doc/html/inherit_graph_47.map qwt-6.1.6/doc/html/class_qwt_widget_overlay.html qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve-members.html qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_trading_chart_data.js qwt-6.1.6/doc/html/class_qwt_plot_histogram.html qwt-6.1.6/doc/html/functions_eval_d.html qwt-6.1.6/doc/html/functions_s.html qwt-6.1.6/doc/html/class_qwt_plot_curve__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_text_label.html qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle-members.html qwt-6.1.6/doc/html/class_qwt_plot_text_label__inherit__graph.png qwt-6.1.6/doc/html/functions_eval_v.html qwt-6.1.6/doc/html/inherit_graph_50.map qwt-6.1.6/doc/html/sliders.png qwt-6.1.6/doc/html/class_qwt_abstract_scale.html qwt-6.1.6/doc/html/splitbar.png qwt-6.1.6/doc/html/class_qwt_widget_overlay__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_curve_fitter__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_point_series_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_sampling_thread__inherit__graph.png qwt-6.1.6/doc/html/functions_w.html qwt-6.1.6/doc/html/functions_func_l.html qwt-6.1.6/doc/html/inherit_graph_32.md5 qwt-6.1.6/doc/html/functions_d.html qwt-6.1.6/doc/html/class_qwt_linear_scale_engine__inherit__graph.png qwt-6.1.6/doc/html/functions_eval_e.html qwt-6.1.6/doc/html/class_qwt_log_scale_engine.js qwt-6.1.6/doc/html/class_qwt_thermo__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_point3_d_series_data.js qwt-6.1.6/doc/html/class_qwt_plot_canvas-members.html qwt-6.1.6/doc/html/class_qwt_legend_label__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_arrow_button.html qwt-6.1.6/doc/html/inherit_graph_49.map qwt-6.1.6/doc/html/barchart-stacked-600x400.png qwt-6.1.6/doc/html/inherit_graph_10.md5 qwt-6.1.6/doc/html/class_qwt_color_map.js qwt-6.1.6/doc/html/class_qwt_round_scale_draw.html qwt-6.1.6/doc/html/class_qwt_scale_div-members.html qwt-6.1.6/doc/html/class_qwt_null_paint_device.html qwt-6.1.6/doc/html/class_qwt_panner-members.html qwt-6.1.6/doc/html/qwt__abstract__slider_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_scale_widget-members.html qwt-6.1.6/doc/html/spectrogram-contour2-600x400.png qwt-6.1.6/doc/html/qwt__mathml__text__engine_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_41.map qwt-6.1.6/doc/html/class_qwt_plot_bar_chart-members.html qwt-6.1.6/doc/html/class_qwt_plot_layout.js qwt-6.1.6/doc/html/class_qwt_plot_marker__inherit__graph.png qwt-6.1.6/doc/html/qwt__spline_8h_source.html qwt-6.1.6/doc/html/class_qwt_series_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_transform-members.html qwt-6.1.6/doc/html/functions_func.js qwt-6.1.6/doc/html/class_qwt_color_map-members.html qwt-6.1.6/doc/html/class_qwt_raster_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_pixel_matrix.html qwt-6.1.6/doc/html/class_qwt_alpha_color_map__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_set_sample-members.html qwt-6.1.6/doc/html/class_qwt_null_transform__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot-members.html qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_text.html qwt-6.1.6/doc/html/class_qwt_plot_raster_item__inherit__graph.md5 qwt-6.1.6/doc/html/scatterplot-600x400.png qwt-6.1.6/doc/html/nav_f.png qwt-6.1.6/doc/html/inherit_graph_46.map qwt-6.1.6/doc/html/qwt__plot__tradingcurve_8h_source.html qwt-6.1.6/doc/html/class_qwt_linear_color_map.js qwt-6.1.6/doc/html/class_qwt_plot_marker__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_panner__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine.html qwt-6.1.6/doc/html/class_qwt_compass_scale_draw.html qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_picker.html qwt-6.1.6/doc/html/menudata.js qwt-6.1.6/doc/html/class_qwt_scale_engine-members.html qwt-6.1.6/doc/html/inherit_graph_34.md5 qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_mouse_pattern.html qwt-6.1.6/doc/html/inherit_graph_1.md5 qwt-6.1.6/doc/html/class_qwt_plain_text_engine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_canvas__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_column_symbol.js qwt-6.1.6/doc/html/class_qwt_rich_text_engine.html qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.png qwt-6.1.6/doc/html/dir_38ce0752a9eb8d28f937191131181730.html qwt-6.1.6/doc/html/class_qwt_plot_panner.html qwt-6.1.6/doc/html/qwt__plot__seriesitem_8h_source.html qwt-6.1.6/doc/html/class_qwt_spline.js qwt-6.1.6/doc/html/class_qwt_counter.html qwt-6.1.6/doc/html/class_qwt_dial_needle.html qwt-6.1.6/doc/html/class_qwt_curve_fitter.html qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine__inherit__graph.map qwt-6.1.6/doc/html/navtree.css qwt-6.1.6/doc/html/class_qwt_widget_overlay__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_zone_item__inherit__graph.png qwt-6.1.6/doc/html/qwt__system__clock_8h_source.html qwt-6.1.6/doc/html/class_qwt_arrow_button__inherit__graph.png qwt-6.1.6/doc/html/functions_b.html qwt-6.1.6/doc/html/functions_f.html qwt-6.1.6/doc/html/class_qwt_legend_data.html qwt-6.1.6/doc/html/inherit_graph_47.md5 qwt-6.1.6/doc/html/qwt__abstract__scale_8h_source.html qwt-6.1.6/doc/html/qwtlicense.html qwt-6.1.6/doc/html/class_qwt_date_scale_draw__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_1.png qwt-6.1.6/doc/html/class_qwt_point_polar.html qwt-6.1.6/doc/html/class_qwt_plot_grid__inherit__graph.png qwt-6.1.6/doc/html/qwt__series__store_8h_source.html qwt-6.1.6/doc/html/class_qwt_text_engine.js qwt-6.1.6/doc/html/functions_eval_i.html qwt-6.1.6/doc/html/functions_e.html qwt-6.1.6/doc/html/class_qwt_point3_d_series_data__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_46.md5 qwt-6.1.6/doc/html/functions_~.html qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine.html qwt-6.1.6/doc/html/class_qwt_compass_rose-members.html qwt-6.1.6/doc/html/class_qwt_plot_series_item-members.html qwt-6.1.6/doc/html/class_qwt_legend_label.html qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine.js qwt-6.1.6/doc/html/class_qwt_plot_interval_curve-members.html qwt-6.1.6/doc/html/class_qwt_plot_item.html qwt-6.1.6/doc/html/sync_off.png qwt-6.1.6/doc/html/class_qwt_compass_scale_draw.js qwt-6.1.6/doc/html/qwt__analog__clock_8h_source.html qwt-6.1.6/doc/html/class_qwt_o_h_l_c_sample-members.html qwt-6.1.6/doc/html/class_qwt_point3_d_series_data.html qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine-members.html qwt-6.1.6/doc/html/functions_l.html qwt-6.1.6/doc/html/functions_func_i.html qwt-6.1.6/doc/html/functions_p.html qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter-members.html qwt-6.1.6/doc/html/inherit_graph_10.png qwt-6.1.6/doc/html/form_5.png qwt-6.1.6/doc/html/class_qwt_null_transform__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_2.md5 qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart.js qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine.js qwt-6.1.6/doc/html/class_qwt_plot_renderer-members.html qwt-6.1.6/doc/html/class_qwt_plot_legend_item__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_abstract_scale__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_21.map qwt-6.1.6/doc/html/qwt__plot__histogram_8h_source.html qwt-6.1.6/doc/html/class_qwt_point_mapper.html qwt-6.1.6/doc/html/class_qwt_graphic-members.html qwt-6.1.6/doc/html/class_qwt_synthetic_point_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_compass_scale_draw__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__legend_8h_source.html qwt-6.1.6/doc/html/class_qwt_event_pattern.html qwt-6.1.6/doc/html/class_qwt_graphic.html qwt-6.1.6/doc/html/inherit_graph_15.md5 qwt-6.1.6/doc/html/class_qwt_raster_data__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_22.png qwt-6.1.6/doc/html/class_qwt_plot_dict__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_picker_machine.html qwt-6.1.6/doc/html/class_qwt_picker__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_scale_widget__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_set_series_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine-members.html qwt-6.1.6/doc/html/class_qwt_round_scale_draw-members.html qwt-6.1.6/doc/html/qwt__date_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker_machine__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__dyngrid__layout_8h_source.html qwt-6.1.6/doc/html/class_qwt_linear_scale_engine.html qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_zone_item__inherit__graph.map qwt-6.1.6/doc/html/qwt__plot__panner_8h_source.html qwt-6.1.6/doc/html/inherit_graph_5.png qwt-6.1.6/doc/html/class_qwt_text-members.html qwt-6.1.6/doc/html/class_qwt_scale_map.js qwt-6.1.6/doc/html/class_qwt_set_series_data-members.html qwt-6.1.6/doc/html/qwt__picker__machine_8h_source.html qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter.html qwt-6.1.6/doc/html/class_qwt_c_pointer_data-members.html qwt-6.1.6/doc/html/inherit_graph_24.md5 qwt-6.1.6/doc/html/class_qwt_plot_picker__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_26.map qwt-6.1.6/doc/html/class_qwt_plot_dict.js qwt-6.1.6/doc/html/class_qwt_picker_machine.js qwt-6.1.6/doc/html/class_qwt_plot_trading_curve.js qwt-6.1.6/doc/html/class_qwt_sampling_thread-members.html qwt-6.1.6/doc/html/class_qwt_sampling_thread__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_27.map qwt-6.1.6/doc/html/functions_u.html qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout__inherit__graph.map qwt-6.1.6/doc/html/qwt__symbol_8h_source.html qwt-6.1.6/doc/html/class_qwt_column_rect.js qwt-6.1.6/doc/html/inherit_graph_32.png qwt-6.1.6/doc/html/hierarchy.js qwt-6.1.6/doc/html/class_qwt_widget_overlay-members.html qwt-6.1.6/doc/html/inherit_graph_22.map qwt-6.1.6/doc/html/class_qwt_rich_text_engine.js qwt-6.1.6/doc/html/inherit_graph_43.png qwt-6.1.6/doc/html/class_qwt_panner__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_36.png qwt-6.1.6/doc/html/inherit_graph_5.map qwt-6.1.6/doc/html/qwt__sampling__thread_8h_source.html qwt-6.1.6/doc/html/inherit_graph_17.map qwt-6.1.6/doc/html/functions_k.html qwt-6.1.6/doc/html/navtreeindex7.js qwt-6.1.6/doc/html/inherit_graph_49.png qwt-6.1.6/doc/html/class_qwt_legend_label-members.html qwt-6.1.6/doc/html/class_qwt_curve_fitter.js qwt-6.1.6/doc/html/class_qwt_plot_panner.js qwt-6.1.6/doc/html/class_qwt_series_data.html qwt-6.1.6/doc/html/qwt__global_8h_source.html qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter.html qwt-6.1.6/doc/html/class_qwt_plot_picker__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_text_label__inherit__graph.map qwt-6.1.6/doc/html/qwt__point__data_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_canvas.html qwt-6.1.6/doc/html/class_qwt_plot_panner__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_c_pointer_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_matrix_raster_data-members.html qwt-6.1.6/doc/html/inherit_graph_37.md5 qwt-6.1.6/doc/html/class_qwt_transform__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_grid-members.html qwt-6.1.6/doc/html/class_qwt_scale_map-members.html qwt-6.1.6/doc/html/class_qwt_point_array_data__inherit__graph.md5 qwt-6.1.6/doc/html/form_3.png qwt-6.1.6/doc/html/qwt__magnifier_8h_source.html qwt-6.1.6/doc/html/qwt__plot__curve_8h_source.html qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter.js qwt-6.1.6/doc/html/class_qwt_abstract_legend__inherit__graph.map qwt-6.1.6/doc/html/qwt__plot__grid_8h_source.html qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.map qwt-6.1.6/doc/html/functions_enum.html qwt-6.1.6/doc/html/class_qwt_plot_dict-members.html qwt-6.1.6/doc/html/class_qwt_counter__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_25.md5 qwt-6.1.6/doc/html/inherit_graph_39.map qwt-6.1.6/doc/html/functions_func_h.html qwt-6.1.6/doc/html/class_qwt_compass__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine.html qwt-6.1.6/doc/html/pages.html qwt-6.1.6/doc/html/class_qwt_color_map.html qwt-6.1.6/doc/html/class_qwt_c_pointer_data.html qwt-6.1.6/doc/html/inherit_graph_48.png qwt-6.1.6/doc/html/class_qwt_arrow_button-members.html qwt-6.1.6/doc/html/class_qwt_dial__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_legend_item__inherit__graph.map qwt-6.1.6/doc/html/form_4.png qwt-6.1.6/doc/html/qwt__scale__div_8h_source.html qwt-6.1.6/doc/html/class_qwt_magnifier.html qwt-6.1.6/doc/html/functions_v.html qwt-6.1.6/doc/html/class_qwt_plot_canvas__inherit__graph.map qwt-6.1.6/doc/html/qwt__plot__zoomer_8h_source.html qwt-6.1.6/doc/html/class_qwt_analog_clock.html qwt-6.1.6/doc/html/class_qwt_linear_color_map__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_compass_scale_draw__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__plot__magnifier_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_interval_curve__inherit__graph.png qwt-6.1.6/doc/html/functions_g.html qwt-6.1.6/doc/html/class_qwt_analog_clock__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_point_series_data.js qwt-6.1.6/doc/html/qwt__point__mapper_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_histogram__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__interval__symbol_8h_source.html qwt-6.1.6/doc/html/inherit_graph_31.md5 qwt-6.1.6/doc/html/inherit_graph_14.md5 qwt-6.1.6/doc/html/inherit_graph_0.md5 qwt-6.1.6/doc/html/class_qwt_abstract_series_store__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_event_pattern__inherit__graph.map qwt-6.1.6/doc/html/functions_h.html qwt-6.1.6/doc/html/inherit_graph_11.md5 qwt-6.1.6/doc/html/navtreeindex4.js qwt-6.1.6/doc/html/curvescreenshots.html qwt-6.1.6/doc/html/class_qwt_painter_command.html qwt-6.1.6/doc/html/classes.html qwt-6.1.6/doc/html/class_qwt_point_array_data__inherit__graph.png qwt-6.1.6/doc/html/qwt__slider_8h_source.html qwt-6.1.6/doc/html/functions_eval.html qwt-6.1.6/doc/html/class_qwt_array_series_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_text_engine-members.html qwt-6.1.6/doc/html/class_qwt_abstract_legend__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_power_transform.js qwt-6.1.6/doc/html/class_qwt_point_mapper-members.html qwt-6.1.6/doc/html/class_qwt_interval-members.html qwt-6.1.6/doc/html/doc.png qwt-6.1.6/doc/html/class_qwt_plot_svg_item__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_array_series_data.html qwt-6.1.6/doc/html/inherit_graph_9.md5 qwt-6.1.6/doc/html/friedberg-tube-600x400.png qwt-6.1.6/doc/html/qwt__pixel__matrix_8h_source.html qwt-6.1.6/doc/html/class_qwt_raster_data__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_abstract_legend-members.html qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_log_scale_engine.html qwt-6.1.6/doc/html/class_qwt_plot_item-members.html qwt-6.1.6/doc/html/class_qwt_slider__inherit__graph.md5 qwt-6.1.6/doc/html/nav_h.png qwt-6.1.6/doc/html/functions_eval_t.html qwt-6.1.6/doc/html/qwt__math_8h_source.html qwt-6.1.6/doc/html/inherit_graph_38.map qwt-6.1.6/doc/html/inherit_graph_17.png qwt-6.1.6/doc/html/inherit_graph_33.map qwt-6.1.6/doc/html/class_qwt_plot_histogram.js qwt-6.1.6/doc/html/class_qwt_plot_zoomer-members.html qwt-6.1.6/doc/html/class_qwt_widget_overlay.js qwt-6.1.6/doc/html/class_qwt_symbol.js qwt-6.1.6/doc/html/class_qwt_plot_svg_item-members.html qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine.js qwt-6.1.6/doc/html/qwt__column__symbol_8h_source.html qwt-6.1.6/doc/html/inherit_graph_5.md5 qwt-6.1.6/doc/html/class_qwt_pixel_matrix-members.html qwt-6.1.6/doc/html/class_qwt_scale_map.html qwt-6.1.6/doc/html/functions.html qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_panner__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.map qwt-6.1.6/doc/html/functions_eval_x.html qwt-6.1.6/doc/html/class_qwt_plot_curve__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_set_series_data.js qwt-6.1.6/doc/html/inherit_graph_24.png qwt-6.1.6/doc/html/class_qwt_c_pointer_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_raster_data.js qwt-6.1.6/doc/html/class_qwt_abstract_legend__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_layout.html qwt-6.1.6/doc/html/class_qwt_null_paint_device-members.html qwt-6.1.6/doc/html/annotated.html qwt-6.1.6/doc/html/graph_legend.html qwt-6.1.6/doc/html/qwt__knob_8h_source.html qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw.js qwt-6.1.6/doc/html/inherit_graph_26.png qwt-6.1.6/doc/html/qwt__plot__canvas_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_dict.html qwt-6.1.6/doc/html/class_qwt_legend_label__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_synthetic_point_data.js qwt-6.1.6/doc/html/class_qwt_plot_shape_item-members.html qwt-6.1.6/doc/html/class_qwt_plot_spectrogram.js qwt-6.1.6/doc/html/navtreeindex9.js qwt-6.1.6/doc/html/class_qwt_plot_panner__inherit__graph.map qwt-6.1.6/doc/html/search/ qwt-6.1.6/doc/html/search/all_14.js qwt-6.1.6/doc/html/search/all_16.html qwt-6.1.6/doc/html/search/pages_1.js qwt-6.1.6/doc/html/search/all_4.html qwt-6.1.6/doc/html/search/enums_c.html qwt-6.1.6/doc/html/search/enums_9.js qwt-6.1.6/doc/html/search/enumvalues_10.html qwt-6.1.6/doc/html/search/close.svg qwt-6.1.6/doc/html/search/enumvalues_13.js qwt-6.1.6/doc/html/search/variables_9.js qwt-6.1.6/doc/html/search/all_9.html qwt-6.1.6/doc/html/search/enums_2.js qwt-6.1.6/doc/html/search/enums_5.html qwt-6.1.6/doc/html/search/enumvalues_0.html qwt-6.1.6/doc/html/search/functions_7.js qwt-6.1.6/doc/html/search/enums_c.js qwt-6.1.6/doc/html/search/all_6.html qwt-6.1.6/doc/html/search/variables_8.js qwt-6.1.6/doc/html/search/typedefs_4.html qwt-6.1.6/doc/html/search/enumvalues_17.js qwt-6.1.6/doc/html/search/pages_6.js qwt-6.1.6/doc/html/search/variables_a.js qwt-6.1.6/doc/html/search/all_18.js qwt-6.1.6/doc/html/search/enumvalues_4.js qwt-6.1.6/doc/html/search/nomatches.html qwt-6.1.6/doc/html/search/functions_17.js qwt-6.1.6/doc/html/search/enums_5.js qwt-6.1.6/doc/html/search/functions_9.js qwt-6.1.6/doc/html/search/typedefs_9.js qwt-6.1.6/doc/html/search/enumvalues_e.html qwt-6.1.6/doc/html/search/pages_3.html qwt-6.1.6/doc/html/search/enumvalues_a.js qwt-6.1.6/doc/html/search/all_3.js qwt-6.1.6/doc/html/search/functions_3.js qwt-6.1.6/doc/html/search/functions_10.html qwt-6.1.6/doc/html/search/all_15.html qwt-6.1.6/doc/html/search/all_b.js qwt-6.1.6/doc/html/search/functions_c.html qwt-6.1.6/doc/html/search/variables_1.html qwt-6.1.6/doc/html/search/enumvalues_13.html qwt-6.1.6/doc/html/search/all_11.js qwt-6.1.6/doc/html/search/variables_7.html qwt-6.1.6/doc/html/search/variables_6.js qwt-6.1.6/doc/html/search/typedefs_3.js qwt-6.1.6/doc/html/search/typedefs_2.js qwt-6.1.6/doc/html/search/pages_0.js qwt-6.1.6/doc/html/search/pages_7.html qwt-6.1.6/doc/html/search/all_1a.js qwt-6.1.6/doc/html/search/enums_1.html qwt-6.1.6/doc/html/search/functions_3.html qwt-6.1.6/doc/html/search/pages_7.js qwt-6.1.6/doc/html/search/functions_18.js qwt-6.1.6/doc/html/search/pages_4.html qwt-6.1.6/doc/html/search/functions_e.js qwt-6.1.6/doc/html/search/all_17.js qwt-6.1.6/doc/html/search/enums_1.js qwt-6.1.6/doc/html/search/variables_5.js qwt-6.1.6/doc/html/search/enums_e.html qwt-6.1.6/doc/html/search/all_16.js qwt-6.1.6/doc/html/search/all_3.html qwt-6.1.6/doc/html/search/search_l.png qwt-6.1.6/doc/html/search/all_9.js qwt-6.1.6/doc/html/search/searchdata.js qwt-6.1.6/doc/html/search/enumvalues_1.html qwt-6.1.6/doc/html/search/enumvalues_5.js qwt-6.1.6/doc/html/search/typedefs_2.html qwt-6.1.6/doc/html/search/functions_13.html qwt-6.1.6/doc/html/search/enumvalues_3.html qwt-6.1.6/doc/html/search/enumvalues_b.html qwt-6.1.6/doc/html/search/enumvalues_16.js qwt-6.1.6/doc/html/search/enumvalues_17.html qwt-6.1.6/doc/html/search/variables_5.html qwt-6.1.6/doc/html/search/enumvalues_d.html qwt-6.1.6/doc/html/search/pages_2.js qwt-6.1.6/doc/html/search/enums_3.js qwt-6.1.6/doc/html/search/functions_6.html qwt-6.1.6/doc/html/search/typedefs_1.html qwt-6.1.6/doc/html/search/pages_5.js qwt-6.1.6/doc/html/search/typedefs_6.html qwt-6.1.6/doc/html/search/typedefs_7.html qwt-6.1.6/doc/html/search/all_18.html qwt-6.1.6/doc/html/search/functions_5.js qwt-6.1.6/doc/html/search/all_13.html qwt-6.1.6/doc/html/search/enums_b.html qwt-6.1.6/doc/html/search/all_c.html qwt-6.1.6/doc/html/search/all_7.html qwt-6.1.6/doc/html/search/enums_10.js qwt-6.1.6/doc/html/search/all_e.html qwt-6.1.6/doc/html/search/functions_1.js qwt-6.1.6/doc/html/search/enumvalues_8.html qwt-6.1.6/doc/html/search/variables_6.html qwt-6.1.6/doc/html/search/typedefs_0.js qwt-6.1.6/doc/html/search/enums_e.js qwt-6.1.6/doc/html/search/all_15.js qwt-6.1.6/doc/html/search/enumvalues_7.js qwt-6.1.6/doc/html/search/functions_18.html qwt-6.1.6/doc/html/search/variables_0.html qwt-6.1.6/doc/html/search/pages_5.html qwt-6.1.6/doc/html/search/functions_2.js qwt-6.1.6/doc/html/search/search.css qwt-6.1.6/doc/html/search/enumvalues_2.js qwt-6.1.6/doc/html/search/functions_a.html qwt-6.1.6/doc/html/search/functions_12.html qwt-6.1.6/doc/html/search/enumvalues_12.js qwt-6.1.6/doc/html/search/all_c.js qwt-6.1.6/doc/html/search/functions_17.html qwt-6.1.6/doc/html/search/enumvalues_4.html qwt-6.1.6/doc/html/search/functions_4.html qwt-6.1.6/doc/html/search/enumvalues_15.html qwt-6.1.6/doc/html/search/enums_4.html qwt-6.1.6/doc/html/search/enumvalues_1.js qwt-6.1.6/doc/html/search/functions_7.html qwt-6.1.6/doc/html/search/all_19.js qwt-6.1.6/doc/html/search/functions_d.html qwt-6.1.6/doc/html/search/all_12.js qwt-6.1.6/doc/html/search/pages_0.html qwt-6.1.6/doc/html/search/functions_c.js qwt-6.1.6/doc/html/search/typedefs_0.html qwt-6.1.6/doc/html/search/variables_b.html qwt-6.1.6/doc/html/search/typedefs_a.js qwt-6.1.6/doc/html/search/variables_3.js qwt-6.1.6/doc/html/search/enumvalues_f.html qwt-6.1.6/doc/html/search/all_1.js qwt-6.1.6/doc/html/search/all_2.html qwt-6.1.6/doc/html/search/functions_6.js qwt-6.1.6/doc/html/search/all_0.html qwt-6.1.6/doc/html/search/functions_10.js qwt-6.1.6/doc/html/search/all_8.js qwt-6.1.6/doc/html/search/enumvalues_15.js qwt-6.1.6/doc/html/search/functions_14.js qwt-6.1.6/doc/html/search/variables_2.html qwt-6.1.6/doc/html/search/all_14.html qwt-6.1.6/doc/html/search/enumvalues_9.js qwt-6.1.6/doc/html/search/typedefs_a.html qwt-6.1.6/doc/html/search/functions_0.html qwt-6.1.6/doc/html/search/search_r.png qwt-6.1.6/doc/html/search/functions_b.html qwt-6.1.6/doc/html/search/functions_f.html qwt-6.1.6/doc/html/search/typedefs_4.js qwt-6.1.6/doc/html/search/classes_0.html qwt-6.1.6/doc/html/search/enums_8.html qwt-6.1.6/doc/html/search/functions_19.html qwt-6.1.6/doc/html/search/functions_e.html qwt-6.1.6/doc/html/search/enums_9.html qwt-6.1.6/doc/html/search/typedefs_8.html qwt-6.1.6/doc/html/search/all_5.html qwt-6.1.6/doc/html/search/all_11.html qwt-6.1.6/doc/html/search/enumvalues_f.js qwt-6.1.6/doc/html/search/enumvalues_11.js qwt-6.1.6/doc/html/search/enums_f.js qwt-6.1.6/doc/html/search/functions_8.js qwt-6.1.6/doc/html/search/enums_a.js qwt-6.1.6/doc/html/search/pages_4.js qwt-6.1.6/doc/html/search/enumvalues_6.html qwt-6.1.6/doc/html/search/typedefs_6.js qwt-6.1.6/doc/html/search/enums_7.html qwt-6.1.6/doc/html/search/mag_sel.svg qwt-6.1.6/doc/html/search/all_1a.html qwt-6.1.6/doc/html/search/typedefs_7.js qwt-6.1.6/doc/html/search/all_2.js qwt-6.1.6/doc/html/search/enumvalues_b.js qwt-6.1.6/doc/html/search/all_1.html qwt-6.1.6/doc/html/search/classes_0.js qwt-6.1.6/doc/html/search/enums_8.js qwt-6.1.6/doc/html/search/enumvalues_d.js qwt-6.1.6/doc/html/search/variables_7.js qwt-6.1.6/doc/html/search/variables_0.js qwt-6.1.6/doc/html/search/enums_10.html qwt-6.1.6/doc/html/search/enumvalues_a.html qwt-6.1.6/doc/html/search/search.js qwt-6.1.6/doc/html/search/functions_11.js qwt-6.1.6/doc/html/search/variables_1.js qwt-6.1.6/doc/html/search/enumvalues_14.html qwt-6.1.6/doc/html/search/functions_13.js qwt-6.1.6/doc/html/search/functions_0.js qwt-6.1.6/doc/html/search/search_m.png qwt-6.1.6/doc/html/search/all_a.html qwt-6.1.6/doc/html/search/functions_15.js qwt-6.1.6/doc/html/search/pages_6.html qwt-6.1.6/doc/html/search/functions_8.html qwt-6.1.6/doc/html/search/all_4.js qwt-6.1.6/doc/html/search/enumvalues_c.js qwt-6.1.6/doc/html/search/enums_6.html qwt-6.1.6/doc/html/search/typedefs_1.js qwt-6.1.6/doc/html/search/enumvalues_0.js qwt-6.1.6/doc/html/search/functions_14.html qwt-6.1.6/doc/html/search/enums_b.js qwt-6.1.6/doc/html/search/all_6.js qwt-6.1.6/doc/html/search/all_8.html qwt-6.1.6/doc/html/search/functions_5.html qwt-6.1.6/doc/html/search/functions_4.js qwt-6.1.6/doc/html/search/enums_7.js qwt-6.1.6/doc/html/search/enums_4.js qwt-6.1.6/doc/html/search/enums_6.js qwt-6.1.6/doc/html/search/enumvalues_6.js qwt-6.1.6/doc/html/search/variables_b.js qwt-6.1.6/doc/html/search/all_f.js qwt-6.1.6/doc/html/search/functions_2.html qwt-6.1.6/doc/html/search/classes_2.html qwt-6.1.6/doc/html/search/enums_d.html qwt-6.1.6/doc/html/search/functions_15.html qwt-6.1.6/doc/html/search/pages_3.js qwt-6.1.6/doc/html/search/all_10.html qwt-6.1.6/doc/html/search/all_13.js qwt-6.1.6/doc/html/search/enums_0.html qwt-6.1.6/doc/html/search/enums_0.js qwt-6.1.6/doc/html/search/all_17.html qwt-6.1.6/doc/html/search/all_b.html qwt-6.1.6/doc/html/search/typedefs_3.html qwt-6.1.6/doc/html/search/all_19.html qwt-6.1.6/doc/html/search/variables_a.html qwt-6.1.6/doc/html/search/enumvalues_2.html qwt-6.1.6/doc/html/search/all_7.js qwt-6.1.6/doc/html/search/all_0.js qwt-6.1.6/doc/html/search/enums_f.html qwt-6.1.6/doc/html/search/enums_d.js qwt-6.1.6/doc/html/search/functions_19.js qwt-6.1.6/doc/html/search/all_a.js qwt-6.1.6/doc/html/search/variables_3.html qwt-6.1.6/doc/html/search/enums_3.html qwt-6.1.6/doc/html/search/enumvalues_7.html qwt-6.1.6/doc/html/search/functions_16.html qwt-6.1.6/doc/html/search/enumvalues_16.html qwt-6.1.6/doc/html/search/enums_a.html qwt-6.1.6/doc/html/search/variables_8.html qwt-6.1.6/doc/html/search/enumvalues_14.js qwt-6.1.6/doc/html/search/functions_f.js qwt-6.1.6/doc/html/search/functions_1.html qwt-6.1.6/doc/html/search/typedefs_5.js qwt-6.1.6/doc/html/search/typedefs_9.html qwt-6.1.6/doc/html/search/enumvalues_12.html qwt-6.1.6/doc/html/search/enumvalues_5.html qwt-6.1.6/doc/html/search/variables_4.html qwt-6.1.6/doc/html/search/enumvalues_c.html qwt-6.1.6/doc/html/search/all_e.js qwt-6.1.6/doc/html/search/enumvalues_e.js qwt-6.1.6/doc/html/search/functions_d.js qwt-6.1.6/doc/html/search/enums_2.html qwt-6.1.6/doc/html/search/all_d.html qwt-6.1.6/doc/html/search/variables_4.js qwt-6.1.6/doc/html/search/classes_1.js qwt-6.1.6/doc/html/search/functions_12.js qwt-6.1.6/doc/html/search/classes_2.js qwt-6.1.6/doc/html/search/functions_16.js qwt-6.1.6/doc/html/search/all_d.js qwt-6.1.6/doc/html/search/pages_1.html qwt-6.1.6/doc/html/search/all_f.html qwt-6.1.6/doc/html/search/classes_1.html qwt-6.1.6/doc/html/search/enumvalues_3.js qwt-6.1.6/doc/html/search/all_10.js qwt-6.1.6/doc/html/search/functions_a.js qwt-6.1.6/doc/html/search/functions_11.html qwt-6.1.6/doc/html/search/enumvalues_9.html qwt-6.1.6/doc/html/search/functions_b.js qwt-6.1.6/doc/html/search/enumvalues_8.js qwt-6.1.6/doc/html/search/variables_9.html qwt-6.1.6/doc/html/search/pages_2.html qwt-6.1.6/doc/html/search/variables_2.js qwt-6.1.6/doc/html/search/functions_9.html qwt-6.1.6/doc/html/search/typedefs_8.js qwt-6.1.6/doc/html/search/enumvalues_10.js qwt-6.1.6/doc/html/search/enumvalues_11.html qwt-6.1.6/doc/html/search/all_12.html qwt-6.1.6/doc/html/search/all_5.js qwt-6.1.6/doc/html/search/typedefs_5.html qwt-6.1.6/doc/html/class_qwt_series_store__inherit__graph.map qwt-6.1.6/doc/html/stockchart-600x400.png qwt-6.1.6/doc/html/functions_func_f.html qwt-6.1.6/doc/html/inherit_graph_16.png qwt-6.1.6/doc/html/class_qwt_abstract_scale.js qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter-members.html qwt-6.1.6/doc/html/class_qwt_dial.js qwt-6.1.6/doc/html/qwtchangelog.html qwt-6.1.6/doc/html/inherit_graph_34.map qwt-6.1.6/doc/html/jquery.js qwt-6.1.6/doc/html/class_qwt_legend.js qwt-6.1.6/doc/html/functions_eval_n.html qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas.js qwt-6.1.6/doc/html/class_qwt_plot_raster_item__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_legend_item-members.html qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_legend_item__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_date_scale_engine.html qwt-6.1.6/doc/html/class_qwt_counter__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_abstract_series_store.js qwt-6.1.6/doc/html/class_qwt_clipper.html qwt-6.1.6/doc/html/class_qwt_scale_draw.html qwt-6.1.6/doc/html/class_qwt_interval_sample.html qwt-6.1.6/doc/html/class_qwt_synthetic_point_data-members.html qwt-6.1.6/doc/html/inherit_graph_38.md5 qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine-members.html qwt-6.1.6/doc/html/class_qwt_simple_compass_rose-members.html qwt-6.1.6/doc/html/class_qwt_date_scale_engine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_compass.js qwt-6.1.6/doc/html/qwt__date__scale__engine_8h_source.html qwt-6.1.6/doc/html/class_qwt_rich_text_engine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_point_series_data__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_legend_label.js qwt-6.1.6/doc/html/dials2.png qwt-6.1.6/doc/html/class_qwt_dial_simple_needle.html qwt-6.1.6/doc/html/qwt__plot__textlabel_8h_source.html qwt-6.1.6/doc/html/menu.js qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_trading_chart_data-members.html qwt-6.1.6/doc/html/qwtinstall.html qwt-6.1.6/doc/html/class_qwt_power_transform-members.html qwt-6.1.6/doc/html/class_qwt_compass_rose.html qwt-6.1.6/doc/html/class_qwt_scale_div.html qwt-6.1.6/doc/html/inherit_graph_11.map qwt-6.1.6/doc/html/inherit_graph_4.png qwt-6.1.6/doc/html/class_qwt_plot_grid.js qwt-6.1.6/doc/html/class_qwt_graphic__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_scale_widget__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_analog_clock__inherit__graph.map qwt-6.1.6/doc/html/qwt__matrix__raster__data_8h_source.html qwt-6.1.6/doc/html/class_qwt_widget_overlay__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_power_transform__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_12.map qwt-6.1.6/doc/html/inherit_graph_35.png qwt-6.1.6/doc/html/class_qwt_compass_rose__inherit__graph.md5 qwt-6.1.6/doc/html/functions_func_c.html qwt-6.1.6/doc/html/class_qwt_plot_text_label__inherit__graph.map qwt-6.1.6/doc/html/plot.png qwt-6.1.6/doc/html/class_qwt_compass_rose__inherit__graph.map qwt-6.1.6/doc/html/qwt__raster__data_8h_source.html qwt-6.1.6/doc/html/class_qwt_dial_simple_needle.js qwt-6.1.6/doc/html/class_qwt_plot_zone_item.js qwt-6.1.6/doc/html/functions_func_p.html qwt-6.1.6/doc/html/qwt__point__3d_8h_source.html qwt-6.1.6/doc/html/class_qwt_set_sample.js qwt-6.1.6/doc/html/class_qwt_plot_curve.js qwt-6.1.6/doc/html/inherit_graph_34.png qwt-6.1.6/doc/html/class_qwt_linear_scale_engine__inherit__graph.md5 qwt-6.1.6/doc/html/functions_eval_h.html qwt-6.1.6/doc/html/qwt__dial_8h_source.html qwt-6.1.6/doc/html/class_qwt_plot_panner__inherit__graph.png qwt-6.1.6/doc/html/cpuplot-oily-600x400.png qwt-6.1.6/doc/html/functions_func_d.html qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine.html qwt-6.1.6/doc/html/class_qwt_column_symbol.html qwt-6.1.6/doc/html/class_qwt_dial_simple_needle__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_series_item.html qwt-6.1.6/doc/html/class_qwt_transform__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_zoomer__inherit__graph.md5 qwt-6.1.6/doc/html/functions_func_b.html qwt-6.1.6/doc/html/class_qwt_plot_svg_item__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__painter__command_8h_source.html qwt-6.1.6/doc/html/tabs.css qwt-6.1.6/doc/html/inherits.html qwt-6.1.6/doc/html/class_qwt_plot_magnifier.html qwt-6.1.6/doc/html/inherit_graph_44.md5 qwt-6.1.6/doc/html/class_qwt_plot_histogram-members.html qwt-6.1.6/doc/html/class_qwt_plot_grid.html qwt-6.1.6/doc/html/class_qwt_wheel.js qwt-6.1.6/doc/html/class_qwt_plot_magnifier__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_mouse_pattern.js qwt-6.1.6/doc/html/class_qwt_wheel__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_29.map qwt-6.1.6/doc/html/class_qwt_log_transform__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_compass_scale_draw__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_abstract_slider.html qwt-6.1.6/doc/html/class_qwt_plot_zoomer.js qwt-6.1.6/doc/html/spectrogramscreenshots.html qwt-6.1.6/doc/html/qwt__graphic_8h_source.html qwt-6.1.6/doc/html/class_qwt_column_rect.html qwt-6.1.6/doc/html/class_qwt_null_transform__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_rich_text_engine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_power_transform.html qwt-6.1.6/doc/html/class_qwt_dial_simple_needle-members.html qwt-6.1.6/doc/html/class_qwt_dial__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_shape_item.js qwt-6.1.6/doc/html/class_qwt_graphic__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine.html qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow.html qwt-6.1.6/doc/html/class_qwt_plot_magnifier.js qwt-6.1.6/doc/html/class_qwt_plot_item__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_system_clock.js qwt-6.1.6/doc/html/inherit_graph_24.map qwt-6.1.6/doc/html/class_qwt_plot_shape_item__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_matrix_raster_data.html qwt-6.1.6/doc/html/class_qwt_abstract_slider__inherit__graph.map qwt-6.1.6/doc/html/qwt__compat_8h_source.html qwt-6.1.6/doc/html/inherit_graph_6.map qwt-6.1.6/doc/html/closed.png qwt-6.1.6/doc/html/functions_func_n.html qwt-6.1.6/doc/html/graph_legend.png qwt-6.1.6/doc/html/inherit_graph_28.md5 qwt-6.1.6/doc/html/qwt__mml__document_8h_source.html qwt-6.1.6/doc/html/sync_on.png qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine.js qwt-6.1.6/doc/html/dir_03fad1f4ea3ce3b02cb95059119ea2f4.html qwt-6.1.6/doc/html/functions_func_o.html qwt-6.1.6/doc/html/inherit_graph_35.map qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_picker_machine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_wheel-members.html qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__plot_8h_source.html qwt-6.1.6/doc/html/inherit_graph_29.png qwt-6.1.6/doc/html/class_qwt_series_store__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.map qwt-6.1.6/doc/html/tab_a.png qwt-6.1.6/doc/html/class_qwt_slider__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_dial_needle__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_45.png qwt-6.1.6/doc/html/qwt__plot__barchart_8h_source.html qwt-6.1.6/doc/html/class_qwt_c_pointer_data.js qwt-6.1.6/doc/html/resize.js qwt-6.1.6/doc/html/class_qwt_spline.html qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__widget__overlay_8h_source.html qwt-6.1.6/doc/html/class_qwt_date_scale_engine-members.html qwt-6.1.6/doc/html/class_qwt_text_engine.html qwt-6.1.6/doc/html/class_qwt_point_array_data__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_interval_symbol.html qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine-members.html qwt-6.1.6/doc/html/class_qwt_plot_spectrogram__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_series_store__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_text_label.js qwt-6.1.6/doc/html/qwt__plot__intervalcurve_8h_source.html qwt-6.1.6/doc/html/inherit_graph_1.map qwt-6.1.6/doc/html/class_qwt_transform.js qwt-6.1.6/doc/html/class_qwt_analog_clock-members.html qwt-6.1.6/doc/html/navtreeindex3.js qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart-members.html qwt-6.1.6/doc/html/inherit_graph_33.md5 qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_13.map qwt-6.1.6/doc/html/class_qwt_null_paint_device__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_abstract_scale-members.html qwt-6.1.6/doc/html/class_qwt_array_series_data.js qwt-6.1.6/doc/html/qwt__plot__legenditem_8h_source.html qwt-6.1.6/doc/html/class_qwt_event_pattern.js qwt-6.1.6/doc/html/class_qwt_point3_d_series_data__inherit__graph.png qwt-6.1.6/doc/html/functions_eval_m.html qwt-6.1.6/doc/html/class_qwt_plot_trading_curve.html qwt-6.1.6/doc/html/inherit_graph_41.png qwt-6.1.6/doc/html/class_qwt_interval_series_data__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_44.map qwt-6.1.6/doc/html/functions_eval_l.html qwt-6.1.6/doc/html/functions_func_x.html qwt-6.1.6/doc/html/class_qwt_plain_text_engine__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_rich_text_engine-members.html qwt-6.1.6/doc/html/class_qwt_plot_direct_painter__inherit__graph.md5 qwt-6.1.6/doc/html/inherit_graph_18.map qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine.html qwt-6.1.6/doc/html/class_qwt_abstract_series_store__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_sampling_thread.html qwt-6.1.6/doc/html/class_qwt_thermo__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_9.png qwt-6.1.6/doc/html/class_qwt_legend_label__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plain_text_engine-members.html qwt-6.1.6/doc/html/class_qwt_plot_magnifier__inherit__graph.png qwt-6.1.6/doc/html/qwt__series__data_8h_source.html qwt-6.1.6/doc/html/inherit_graph_35.md5 qwt-6.1.6/doc/html/inherit_graph_28.map qwt-6.1.6/doc/html/qwt__plot__zoneitem_8h_source.html qwt-6.1.6/doc/html/class_qwt_analog_clock__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_alpha_color_map-members.html qwt-6.1.6/doc/html/class_qwt_spline-members.html qwt-6.1.6/doc/html/class_qwt_thermo.js qwt-6.1.6/doc/html/class_qwt_log_transform__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_knob__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve__inherit__graph.png qwt-6.1.6/doc/html/barchart-grouped-600x400.png qwt-6.1.6/doc/html/inherit_graph_13.md5 qwt-6.1.6/doc/html/class_qwt_point3_d_series_data-members.html qwt-6.1.6/doc/html/class_qwt_text_label__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_null_transform.js qwt-6.1.6/doc/html/class_qwt_dial_needle__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_point_series_data.html qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.png qwt-6.1.6/doc/html/inherit_graph_14.png qwt-6.1.6/doc/html/class_qwt_scale_engine__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_text_engine__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_point_polar.js qwt-6.1.6/doc/html/class_qwt_plot_spectrogram-members.html qwt-6.1.6/doc/html/folderopen.png qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_matrix_raster_data__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_scale_arithmetic.html qwt-6.1.6/doc/html/functions_eval.js qwt-6.1.6/doc/html/qwt__scale__engine_8h_source.html qwt-6.1.6/doc/html/inherit_graph_50.png qwt-6.1.6/doc/html/class_qwt_date_scale_engine__inherit__graph.png qwt-6.1.6/doc/html/analogclock.png qwt-6.1.6/doc/html/class_qwt_magnifier-members.html qwt-6.1.6/doc/html/class_qwt_plot_svg_item__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_sampling_thread__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_plot_layout-members.html qwt-6.1.6/doc/html/inherit_graph_42.md5 qwt-6.1.6/doc/html/class_qwt_dial__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_plot_interval_curve__inherit__graph.map qwt-6.1.6/doc/html/inherit_graph_50.md5 qwt-6.1.6/doc/html/inherit_graph_19.map qwt-6.1.6/doc/html/qwt__round__scale__draw_8h_source.html qwt-6.1.6/doc/html/class_qwt_slider.js qwt-6.1.6/doc/html/inherit_graph_19.md5 qwt-6.1.6/doc/html/class_qwt_interval.html qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve__inherit__graph.map qwt-6.1.6/doc/html/dials1.png qwt-6.1.6/doc/html/class_qwt_interval_sample.js qwt-6.1.6/doc/html/inherit_graph_40.png qwt-6.1.6/doc/html/qwt__interval_8h_source.html qwt-6.1.6/doc/html/class_qwt_pixel_matrix__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_mouse_pattern-members.html qwt-6.1.6/doc/html/class_qwt_column_rect-members.html qwt-6.1.6/doc/html/class_qwt_plot_raster_item__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_compass_rose__inherit__graph.png qwt-6.1.6/doc/html/class_qwt_plot_renderer.js qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_key_pattern-members.html qwt-6.1.6/doc/html/class_qwt_symbol-members.html qwt-6.1.6/doc/html/class_qwt_plot_marker.html qwt-6.1.6/doc/html/functions_func_s.html qwt-6.1.6/doc/html/class_qwt_set_series_data.html qwt-6.1.6/doc/html/class_qwt_slider-members.html qwt-6.1.6/doc/html/class_qwt_text.js qwt-6.1.6/doc/html/class_qwt_text_label.js qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine.js qwt-6.1.6/doc/html/functions_z.html qwt-6.1.6/doc/html/class_qwt_plot_dict__inherit__graph.map qwt-6.1.6/doc/html/tab_s.png qwt-6.1.6/doc/html/inherit_graph_10.map qwt-6.1.6/doc/html/class_qwt_plot_renderer__inherit__graph.map qwt-6.1.6/doc/html/class_qwt_curve_fitter__inherit__graph.md5 qwt-6.1.6/doc/html/qwt__plot__dict_8h_source.html qwt-6.1.6/doc/html/class_qwt_sampling_thread.js qwt-6.1.6/doc/html/navtreeindex8.js qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.md5 qwt-6.1.6/doc/html/class_qwt_log_transform.html qwt-6.1.6/doc/html/inherit_graph_42.map qwt-6.1.6/doc/html/class_qwt_abstract_legend.js qwt-6.1.6/doc/html/functions_m.html qwt-6.1.6/doc/html/class_qwt_compass.html qwt-6.1.6/doc/html/navtreedata.js qwt-6.1.6/doc/html/class_qwt_interval_series_data.html qwt-6.1.6/doc/html/inherit_graph_15.png qwt-6.1.6/doc/html/class_qwt_null_transform.html qwt-6.1.6/doc/html/qwt__abstract__scale__draw_8h_source.html qwt-6.1.6/doc/html/class_qwt_simple_compass_rose.html qwt-6.1.6/doc/html/inherit_graph_22.md5 qwt-6.1.6/doc/html/navtreeindex2.js qwt-6.1.6/doc/html/class_qwt_point_polar-members.html qwt-6.1.6/doc/html/class_qwt_dial_needle-members.html qwt-6.1.6/doc/html/class_qwt_scale_draw-members.html qwt-6.1.6/doc/html/knob.png qwt-6.1.6/doc/install.dox qwt-6.1.6/qwtbuild.pri qwt-6.1.6/README patching file qwtconfig.pri Hunk #4 succeeded at 60 with fuzz 1. Hunk #5 succeeded at 137 with fuzz 1. patching file src/src.pro patching file designer/designer.pro Hunk #1 succeeded at 98 (offset 15 lines). patching file examples/examples.pri Info: creating stash file /tmp/SBo/qwt-6.1.6/build-qt4/.qmake.stash cd src/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /tmp/SBo/qwt-6.1.6/src/src.pro LIBDIRSUFFIX=64 ) && make -f Makefile make[1]: Entering directory '/tmp/SBo/qwt-6.1.6/build-qt4/src' compiling ../../src/qwt_abstract_scale_draw.cpp Makefile:1447: recipe for target 'obj/qwt_abstract_scale_draw.o' failed make[1]: Leaving directory '/tmp/SBo/qwt-6.1.6/build-qt4/src' Makefile:50: recipe for target 'sub-src-make_first-ordered' failed From mickski56 at hotmail.com Sun Jan 17 20:39:38 2021 From: mickski56 at hotmail.com (mickski56) Date: Sun, 17 Jan 2021 20:39:38 +0000 Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: > The wqt upgrade in today's list failed to build. The log of the build > attempt is attached. Installed here is qt5-5.12.8-x86_64-1_SBo so I > don't understand why qwt is building against qt4. > > What was not captured in the attached file are these lines: > patching file qwtconfig.pri > Hunk #4 succeeded at 60 with fuzz 1. > Hunk #5 succeeded at 137 with fuzz 1. > patching file src/src.pro > patching file designer/designer.pro > Hunk #1 succeeded at 98 (offset 15 lines). > patching file examples/examples.pri > Info: creating stash file /tmp/SBo/qwt-6.1.6/build-qt4/.qmake.stash > cd src/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile > /tmp/SBo/qwt-6.1.6/src/src.pro LIBDIRSUFFIX=64 ) && make -f Makefile > make[1]: Entering directory '/tmp/SBo/qwt-6.1.6/build-qt4/src' > compiling ../../src/qwt_abstract_scale_draw.cpp In file included from > /usr/include/c++/5.5.0/type_traits:35:0, from > /usr/include/qt5/QtCore/qglobal.h:45, from ../../src/qwt_global.h:13, > from ../../src/qwt_abstract_scale_draw.h:13, > from ../../src/qwt_abstract_scale_draw.cpp:10: > /usr/include/c++/5.5.0/bits/c++0x_warning.h:32:2: error: #error This > file requires compiler and library support for the ISO C++ 2011 > standard. This support must be enabled with the -std=c++11 or > -std=gnu++11 compiler options. #error This file requires compiler and > library support \ ^ In file included from > /usr/include/qt5/QtCore/qglobal.h:105:0, from > ../../src/qwt_global.h:13, from > ../../src/qwt_abstract_scale_draw.h:13, from > ../../src/qwt_abstract_scale_draw.cpp:10: > /usr/include/qt5/QtCore/qcompilerdetection.h:564:6: error: #error Qt > requires a C++11 compiler and yours does not seem to be that. # > error Qt requires a C++11 compiler and yours does not seem to be > that. ^ In file included from /usr/include/qt5/QtCore/qatomic.h:46:0, > from /usr/include/qt5/QtCore/qglobal.h:1210, from > ../../src/qwt_global.h:13, from > ../../src/qwt_abstract_scale_draw.h:13, from > ../../src/qwt_abstract_scale_draw.cpp:10: > /usr/include/qt5/QtCore/qbasicatomic.h:61:4: error: #error "Qt > requires C++11 support" # error "Qt requires C++11 support" ^ In > file included from ../../src/qwt_global.h:13:0, from > ../../src/qwt_abstract_scale_draw.h:13, from > ../../src/qwt_abstract_scale_draw.cpp:10: > /usr/include/qt5/QtCore/qglobal.h:505:7: error: expected > nested-name-specifier before ?qsizetype? using qsizetype = > QIntegerForSizeof::Signed; ^ > /usr/include/qt5/QtCore/qglobal.h:963:32: error: ?add_const? in > namespace ?std? does not name a template type Q_DECL_CONSTEXPR > typename std::add_const::type &qAsConst(T &t) Q_DECL_NOTHROW { > return t; } ^ /usr/include/qt5/QtCore/qglobal.h:963:41: error: > expected unqualified-id before ? std::add_const::type &qAsConst(T &t) Q_DECL_NOTHROW { return t; } > ^ /usr/include/qt5/QtCore/qglobal.h:966:23: error: expected ?,? or > ?...? before ?&&? token void qAsConst(const T &&) Q_DECL_EQ_DELETE; ^ > /usr/include/qt5/QtCore/qglobal.h:977:25: error: expected ?,? or > ?...? before ?&&? token QForeachContainer(T &&t) : c(std::move(t)), > i(qAsConst(c).begin()), e(qAsConst(c).end()) {} ^ > /usr/include/qt5/QtCore/qglobal.h:979:41: error: expected ?,? or > ?...? before ?&&? token QForeachContainer(QForeachContainer &&other) > ^ > /usr/include/qt5/QtCore/qglobal.h:979:48: error: invalid constructor; > you probably meant ?QtPrivate::QForeachContainer (const > QtPrivate::QForeachContainer&)? > QForeachContainer(QForeachContainer &&other) ^ > /usr/include/qt5/QtCore/qglobal.h:987:52: error: expected ?,? or > ?...? before ?&&? token QForeachContainer > &operator=(QForeachContainer &&other) ^ > /usr/include/qt5/QtCore/qglobal.h: In constructor > ?QtPrivate::QForeachContainer::QForeachContainer(T)?: > /usr/include/qt5/QtCore/qglobal.h:977:34: error: ?move? is not a > member of ?std? QForeachContainer(T &&t) : c(std::move(t)), > i(qAsConst(c).begin()), e(qAsConst(c).end()) {} ^ > /usr/include/qt5/QtCore/qglobal.h:977:44: error: ?t? was not declared > in this scope QForeachContainer(T &&t) : c(std::move(t)), > i(qAsConst(c).begin()), e(qAsConst(c).end()) {} ^ > /usr/include/qt5/QtCore/qglobal.h: In member function > ?QtPrivate::QForeachContainer& > QtPrivate::QForeachContainer::operator=(QtPrivate::QForeachContainer)?: > /usr/include/qt5/QtCore/qglobal.h:989:13: error: ?move? is not a > member of ?std? c = std::move(other.c); ^ > /usr/include/qt5/QtCore/qglobal.h:989:23: error: ?other? was not > declared in this scope c = std::move(other.c); ^ > /usr/include/qt5/QtCore/qglobal.h:992:19: error: ?move? is not a > member of ?std? control = std::move(other.control); ^ > /usr/include/qt5/QtCore/qglobal.h: At global scope: > /usr/include/qt5/QtCore/qglobal.h:1002:33: error: ?decay? in > namespace ?std? does not name a template type > QForeachContainer::type> > qMakeForeachContainer(T &&t) ^ > /usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected > template-argument before ? std::decay::type> qMakeForeachContainer(T &&t) ^ > /usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected ?>? before > ? argument 1 is invalid QForeachContainer::type> > qMakeForeachContainer(T &&t) ^ > /usr/include/qt5/QtCore/qglobal.h:1002:49: error: expected ?::? > before ?qMakeForeachContainer? QForeachContainer std::decay::type> qMakeForeachContainer(T &&t) ^ > /usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ?,? or > ?...? before ?&&? token QForeachContainer std::decay::type> qMakeForeachContainer(T &&t) ^ > /usr/include/qt5/QtCore/qglobal.h: In function ?int > QtPrivate::qMakeForeachContainer(T)?: > /usr/include/qt5/QtCore/qglobal.h:1004:44: error: ?decay? in > namespace ?std? does not name a template type return > QForeachContainer::type>(std::forward(t)); > ^ /usr/include/qt5/QtCore/qglobal.h:1004:49: error: expected > template-argument before ? std::decay::type>(std::forward(t)); ^ > /usr/include/qt5/QtCore/qglobal.h:1004:49: error: expected ?>? before > ? argument 1 is invalid return QForeachContainer std::decay::type>(std::forward(t)); ^ > /usr/include/qt5/QtCore/qglobal.h:1004:59: error: expected ?::? > before ?(? token return QForeachContainer std::decay::type>(std::forward(t)); ^ > /usr/include/qt5/QtCore/qglobal.h:1004:59: error: expected identifier > before ?(? token /usr/include/qt5/QtCore/qglobal.h:1004:60: error: > ?forward? is not a member of ?std? return QForeachContainer std::decay::type>(std::forward(t)); ^ > /usr/include/qt5/QtCore/qglobal.h:1004:74: error: expected > primary-expression before ?>? token return QForeachContainer std::decay::type>(std::forward(t)); ^ > /usr/include/qt5/QtCore/qglobal.h:1004:76: error: ?t? was not > declared in this scope return QForeachContainer std::decay::type>(std::forward(t)); ^ > /usr/include/qt5/QtCore/qglobal.h: At global scope: > /usr/include/qt5/QtCore/qglobal.h:1038:70: error: expected > type-specifier before ?decltype? template inline auto > qGetPtrHelper(const Ptr &ptr) -> decltype(ptr.operator->()) { r ^ > /usr/include/qt5/QtCore/qglobal.h:1038:70: error: expected > initializer before ?decltype? > /usr/include/qt5/QtCore/qglobal.h:1172:79: error: ?nullptr? was not > declared in this scope Q_CORE_EXPORT int > qEnvironmentVariableIntValue(const char *varName, bool *ok=nullptr) > Q_DECL_NOEXC ^ In file included from > /usr/include/qt5/QtCore/qglobal.h:1204:0, from > ../../src/qwt_global.h:13, from > ../../src/qwt_abstract_scale_draw.h:13, from > ../../src/qwt_abstract_scale_draw.cpp:10: > /usr/include/qt5/QtCore/qtypeinfo.h:61:25: error: ?is_enum? is not a > member of ?std? isSpecialized = std::is_enum::value, // don't > require every enum to be marked manually ^ > /usr/include/qt5/QtCore/qtypeinfo.h:61:39: error: expected > primary-expression before ?>? token isSpecialized = > std::is_enum::value, // don't require every enum to be marked > manually ^ /usr/include/qt5/QtCore/qtypeinfo.h:61:40: error: > ?::value? has not been declared isSpecialized = > std::is_enum::value, // don't require every enum to be marked > manually ^ /usr/include/qt5/QtCore/qtypeinfo.h:63:22: error: > ?is_integral? is not a member of ?std? isIntegral = > std::is_integral::value, ^ > /usr/include/qt5/QtCore/qtypeinfo.h:63:40: error: expected > primary-expression before ?>? token isIntegral = > std::is_integral::value, ^ > /usr/include/qt5/QtCore/qtypeinfo.h:63:41: error: ?::value? has not > been declared isIntegral = std::is_integral::value, ^ > /usr/include/qt5/QtCore/qtypeinfo.h:64:37: error: ?is_enum? is not a > member of ?std? isComplex = !isIntegral && !std::is_enum::value, ^ > /usr/include/qt5/QtCore/qtypeinfo.h:64:51: error: expected > primary-expression before ?>? token isComplex = !isIntegral && > !std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:64:52: > error: ?::value? has not been declared isComplex = !isIntegral && > !std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:66:25: > error: ?is_enum? is not a member of ?std? isRelocatable = > std::is_enum::value, ^ /usr/include/qt5/QtCore/qtypeinfo.h:66:39: > error: expected primary-expression before ?>? token isRelocatable = > std::is_enum::value, ^ > /usr/include/qt5/QtCore/qtypeinfo.h:66:40: error: ?::value? has not > been declared isRelocatable = std::is_enum::value, > ^ > /usr/include/qt5/QtCore/qtypeinfo.h:130:40: error: ?enable_if? in > namespace ?std? does not name a template type struct > QTypeInfoQuery::isRelocatable > || true>::type> : publ ^ /usr/include/qt5/QtCore/qtypeinfo.h:130:49: > error: expected template-argument before ? QTypeInfoQuery::isRelocatable > || true>::type> : publ ^ /usr/include/qt5/QtCore/qtypeinfo.h:130:49: > error: expected ?>? before ? /usr/include/qt5/QtCore/qtypeinfo.h:130:92: error: template argument > 2 is invalid uct QTypeInfoQuery std::enable_if::isRelocatable || true>::type> : public ^ > /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected ?::? > before ?:? token t QTypeInfoQuery std::enable_if::isRelocatable || true>::type> : public > QT ^ /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected > identifier before ?:? token > /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: qualified name > does not name a class before ?:? token > /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected ?{? > before ?:? token /usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: > expected unqualified-id before ?:? token > /usr/include/qt5/QtCore/qtypeinfo.h:270:1: error: ?is_integral? is > not a member of ?std? Q_DECLARE_TYPEINFO_BODY(QFlags, > Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:270:1: > error: expected primary-expression before ?>? token > Q_DECLARE_TYPEINFO_BODY(QFlags, Q_PRIMITIVE_TYPE); ^ > /usr/include/qt5/QtCore/qtypeinfo.h:270:1: error: ?::value? has not > been declared Q_DECLARE_TYPEINFO_BODY(QFlags, Q_PRIMITIVE_TYPE); ^ > /usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: ?is_integral? is > not a member of ?std? Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE); ^ > /usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected > primary-expression before ?bool? Q_DECLARE_TYPEINFO(bool, > Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:300:1: > error: expected ?}? before ?bool? > /usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected > unqualified-id before ?>? token Q_DECLARE_TYPEINFO(bool, > Q_PRIMITIVE_TYPE); ^ /usr/include/qt5/QtCore/qtypeinfo.h:300:1: > error: expected declaration before ?}? token Q_DECLARE_TYPEINFO(bool, > Q_PRIMITIVE_TYPE); ^ > make[1]: *** [obj/qwt_abstract_scale_draw.o] Error 1 > Makefile:1447: recipe for target 'obj/qwt_abstract_scale_draw.o' > failed make[1]: Leaving directory '/tmp/SBo/qwt-6.1.6/build-qt4/src' > make: *** [sub-src-make_first-ordered] Error 2 > Makefile:50: recipe for target 'sub-src-make_first-ordered' failed > > Please advise, > > Rich Check what qmake -v gives you. also ls -l /usr/bin/qmake* I saw the same errors, but my system is setup in a non standard way. i.e qmake is a symlink to either qmake-qt5 or qmake-qt4 depending. It's switched by a script i wrote. For me the solution was to change qmake to qmake-qt4 in the SlackBuild. From rshepard at appl-ecosys.com Sun Jan 17 20:47:56 2021 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sun, 17 Jan 2021 12:47:56 -0800 (PST) Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: On Sun, 17 Jan 2021, mickski56 wrote: > Check what qmake -v gives you. QMake version 3.1 Using Qt version 5.12.8 in /usr/lib64 > also > ls -l /usr/bin/qmake* $ ls -l /usr/bin/qmake* lrwxrwxrwx 1 root root 24 Apr 19 2020 /usr/bin/qmake-qt5 -> /usr/lib64/qt5/bin/qmake* > I saw the same errors, but my system is setup in a non standard way. i.e > qmake is a symlink to either qmake-qt5 or qmake-qt4 depending. It's > switched by a script i wrote. > > For me the solution was to change qmake to qmake-qt4 in the SlackBuild. I don't have qt4 installed. I could change the build script from qmake to qmake-qt5, but that looks like the symlink in /usr/bin. Thanks, Rich From didier at slint.fr Sun Jan 17 21:03:02 2021 From: didier at slint.fr (Didier Spaier) Date: Sun, 17 Jan 2021 22:03:02 +0100 Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: Le 17/01/2021 ? 21:47, Rich Shepard a ?crit?: > I don't have qt4 installed. All the SlackBuilds @ SBo should be run in a full Slackware installation. Period. So please complete your installatipon (meaning all packages shipped in the distribution should be installed and none removed) before reporting an issue. From didier at slint.fr Sun Jan 17 21:12:46 2021 From: didier at slint.fr (Didier Spaier) Date: Sun, 17 Jan 2021 22:12:46 +0100 Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: And as reminder this is mentioned in the FAQ: https://slackbuilds.org/faq/ item #23 Le 17/01/2021 ? 22:03, Didier Spaier a ?crit?: > > All the SlackBuilds @ SBo should be run in a full Slackware > installation. Period. > > So please complete your installation (meaning all packages shipped in > the distribution should be installed and none removed) before reporting > an issue. From rshepard at appl-ecosys.com Sun Jan 17 21:57:56 2021 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sun, 17 Jan 2021 13:57:56 -0800 (PST) Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: On Sun, 17 Jan 2021, Didier Spaier wrote: > All the SlackBuilds @ SBo should be run in a full Slackware installation. > Period. > > So please complete your installatipon (meaning all packages shipped in the > distribution should be installed and none removed) before reporting an issue. This desktop had 14.2/x86_64 installed when built. Since then it's been patched with core and SBo packages. What's a 'full' Slackware installation if not all packages on the distribution DVDs? Since qwt-6.1.3, -6.1.4, and -6.1.5 built without problems you're suggesting that my system must have become non-full since then? Rich From dave at slackbuilds.org Sun Jan 17 22:09:01 2021 From: dave at slackbuilds.org (Dave Woodfall) Date: Sun, 17 Jan 2021 22:09:01 +0000 Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: <20210117220901.GC6827@t43.r0t.uk> On 17/01/21 13:57, Rich Shepard put forth the proposition: > On Sun, 17 Jan 2021, Didier Spaier wrote: > > All the SlackBuilds @ SBo should be run in a full Slackware > > installation. Period. > > > > So please complete your installatipon (meaning all packages shipped in > > the distribution should be installed and none removed) before reporting > > an issue. > This desktop had 14.2/x86_64 installed when built. Since then it's been > patched with core and SBo packages. > What's a 'full' Slackware installation if not all packages on the > distribution DVDs? Since qwt-6.1.3, -6.1.4, and -6.1.5 built without > problems you're suggesting that my system must have become non-full since > then? > Rich A full 14.2 system includes qt4. If you say that you don't have it installed then either you removed it, or you didn't know that it was installed? -- Dave Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come. --Friedrich Nietzsche From didier at slint.fr Sun Jan 17 22:15:14 2021 From: didier at slint.fr (Didier Spaier) Date: Sun, 17 Jan 2021 23:15:14 +0100 Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: Le 17/01/2021 ? 22:57, Rich Shepard a ?crit?: > What's a 'full' Slackware installation if not all packages on the > distribution DVDs? I a previous email you wrote: > I don't have qt4 installed. However qt is indeed included in the distribution DVD, : Quote below from: https://slackware.nl/slackware/slackware64-14.2/PACKAGES.TXT PACKAGE NAME: qt-4.8.7-x86_64-4.txz PACKAGE LOCATION: ./slackware64/l PACKAGE SIZE (compressed): 31844 K PACKAGE SIZE (uncompressed): 133420 K PACKAGE DESCRIPTION: qt: Qt (a multi-platform C++ graphical user interface toolkit) qt: qt: Qt is a complete and well-developed object-oriented framework for qt: developing graphical user interface (GUI) applications using C++. qt: qt: Homepage: http://www.qt.io/ qt: From dave at slackbuilds.org Sun Jan 17 22:20:57 2021 From: dave at slackbuilds.org (Dave Woodfall) Date: Sun, 17 Jan 2021 22:20:57 +0000 Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: <20210117220901.GC6827@t43.r0t.uk> References: <20210117220901.GC6827@t43.r0t.uk> Message-ID: <20210117222057.GD6827@t43.r0t.uk> On 17/01/21 22:09, Dave Woodfall put forth the proposition: > A full 14.2 system includes qt4. Oops, as Didier says it's actually named qt. We usually refer to it as qt4 because the version is 4.8.7 and we want to distinguish it from qt5 etc. -- Dave Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come. --Friedrich Nietzsche From rshepard at appl-ecosys.com Sun Jan 17 23:01:15 2021 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sun, 17 Jan 2021 15:01:15 -0800 (PST) Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: On Sun, 17 Jan 2021, Didier Spaier wrote: > However qt is indeed included in the distribution DVD, : > Quote below from: > https://slackware.nl/slackware/slackware64-14.2/PACKAGES.TXT Silly me. I thought it was replaced by the SBo Qt5. Rich From alik at ejik.org Sun Jan 17 23:35:38 2021 From: alik at ejik.org (Alexander Verbovetsky) Date: Mon, 18 Jan 2021 02:35:38 +0300 Subject: [Slackbuilds-users] Updates - 20210117.1 In-Reply-To: References: Message-ID: <1ad61946-5f1b-42ea-b16d-043f2bf3bfdb@www.fastmail.com> Hello, there are many "Do not use hardcoded path" corrections in this update. Should also file "development/cmake-202x/README_SBo.txt" be updated accordingly? Best regards, Alexander From didier at slint.fr Mon Jan 18 00:10:04 2021 From: didier at slint.fr (Didier Spaier) Date: Mon, 18 Jan 2021 01:10:04 +0100 Subject: [Slackbuilds-users] qwt-6.1.6 fails to build In-Reply-To: References: Message-ID: <80b4c592-742a-0b41-84dd-c35bfb88b2e9@slint.fr> Le 18/01/2021 ? 00:01, Rich Shepard a ?crit : > Silly me. I thought it was replaced by the SBo Qt5. Juts bear in mind that a package included in the Slackware distribution always come from a Slackware repository and nowhere else. The good way to check the changes is to read the ChangeLog. For Slackware64-14.2 it is: https://mirrors.slackware.com/slackware/slackware64-14.2/ChangeLog.txt An associated RSS feed is also available here: https://mirrors.slackware.com/feeds/slackware64-14.2.rss It is also advisable to register to the slackware-security mailing list: http://www.slackware.com/lists/ Didier From willysr at slackbuilds.org Mon Jan 18 17:07:36 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Tue, 19 Jan 2021 00:07:36 +0700 Subject: [Slackbuilds-users] Updates - 20210117.1 In-Reply-To: <1ad61946-5f1b-42ea-b16d-043f2bf3bfdb@www.fastmail.com> References: <1ad61946-5f1b-42ea-b16d-043f2bf3bfdb@www.fastmail.com> Message-ID: > there are many "Do not use hardcoded path" corrections in this update. > Should also file "development/cmake-202x/README_SBo.txt" be updated > accordingly? Thanks pushed in my branch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From myeyeismadeofglass at gmail.com Mon Jan 18 17:07:55 2021 From: myeyeismadeofglass at gmail.com (renan) Date: Mon, 18 Jan 2021 14:07:55 -0300 Subject: [Slackbuilds-users] glusterfs source link Message-ID: Please update the link to https://download.gluster.org/pub/gluster/glusterfs/01.old-releases/4.1/4.1.0/glusterfs-4.1.0.tar.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: From slackbuilds at wilhall.net Tue Jan 19 12:08:45 2021 From: slackbuilds at wilhall.net (Iain Wilson) Date: Tue, 19 Jan 2021 12:08:45 +0000 Subject: [Slackbuilds-users] Updating a slackbuild Message-ID: <4aa67a15-4848-fb51-df81-19b40345f83a@wilhall.net> Hi, I'm new here so please be gentle! I've updated the hyperscan slackbuild to use the latest version 5.4.0 and i noticed that by default the slackbuild won't build HSCollider which is an important testing module in Hyperscan. This is because Slackware64-14.2 doesn't ship the required PCRE 8.41. Hyperscan will build and use PCRE 8.41 if the source code is available in the hyperscan build directory and i've made a simple patch for this, but my question is whether it's frowned upon to wget files from within a slackbuild script ? Regards Iain From matteo.bernardini at gmail.com Tue Jan 19 12:23:50 2021 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Tue, 19 Jan 2021 13:23:50 +0100 Subject: [Slackbuilds-users] Updating a slackbuild In-Reply-To: <4aa67a15-4848-fb51-df81-19b40345f83a@wilhall.net> References: <4aa67a15-4848-fb51-df81-19b40345f83a@wilhall.net> Message-ID: Il giorno mar 19 gen 2021 alle ore 13:08 Iain Wilson via SlackBuilds-users ha scritto: > > Hi, > > I'm new here so please be gentle! > > I've updated the hyperscan slackbuild to use the latest version 5.4.0 > and i noticed that by default the slackbuild won't build HSCollider > which is an important testing module in Hyperscan. This is because > Slackware64-14.2 doesn't ship the required PCRE 8.41. Hyperscan will > build and use PCRE 8.41 if the source code is available in the hyperscan > build directory and i've made a simple patch for this, but my question > is whether it's frowned upon to wget files from within a slackbuild script ? Hi Iain, yes, it's generally not allowed to silently/not silently download stuff from within a SlackBuild script but you can put an additional download link in the hyperscan.info file to indicate that additional tarballs are needed and the handle them appropriately from within the SlackBuild: you can check, as an example, the fontforge.SlackBuild, that has multiple download links for similar reasons https://slackbuilds.org/repository/14.2/graphics/fontforge/ Matteo P.S. No need to say that, as usual, modifications to the SlackBuilds on SBo will be accepted during submission only if they come from the maintainer (or if the maintainer has explicitly agreed). From dave at slackbuilds.org Tue Jan 19 12:33:22 2021 From: dave at slackbuilds.org (Dave Woodfall) Date: Tue, 19 Jan 2021 12:33:22 +0000 Subject: [Slackbuilds-users] Updating a slackbuild In-Reply-To: <4aa67a15-4848-fb51-df81-19b40345f83a@wilhall.net> References: <4aa67a15-4848-fb51-df81-19b40345f83a@wilhall.net> Message-ID: <20210119123322.GE6827@t43.r0t.uk> On 19/01/21 12:08, Slackbuilds Users put forth the proposition: > Hi, > I'm new here so please be gentle! > I've updated the hyperscan slackbuild to use the latest version 5.4.0 and i > noticed that by default the slackbuild won't build HSCollider which is an > important testing module in Hyperscan. This is because Slackware64-14.2 > doesn't ship the required PCRE 8.41. Hyperscan will build and use PCRE 8.41 > if the source code is available in the hyperscan build directory and i've > made a simple patch for this, but my question is whether it's frowned upon > to wget files from within a slackbuild script ? > Regards > Iain Hi Iain, Slackbuilds are usually intended to work without needing a network connection. What we tend to do in cases like this is add the extra source(s) to the .info file, and the slackbuild can move it to wherever it needs to be. Of course if it is something for your own use, you're free to do what you like with it. I have some on my website that clone from git, but they would never be accepted by SBo. Out of interest, did you test hyperscan with our pcre2, which is at 10.35 at the moment? https://slackbuilds.org/repository/14.2/libraries/pcre2/ -- Dave Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come. --Friedrich Nietzsche From slackbuilds at wilhall.net Thu Jan 21 20:40:14 2021 From: slackbuilds at wilhall.net (Iain Wilson) Date: Thu, 21 Jan 2021 20:40:14 +0000 Subject: [Slackbuilds-users] Permission Timeframe Message-ID: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> Hi All, Just a quick question about what sort of timeframe should be expected after asking a maintainer about a possible update to a slackbuild ? In my case it's for the Hyperscan Slackbuild, i contacted the maintainer 2 days ago but i've not heard anything. What would you say is an acceptable amount of time to wait for a possible reply ? Regards, Iain From didier at slint.fr Thu Jan 21 20:43:05 2021 From: didier at slint.fr (Didier Spaier) Date: Thu, 21 Jan 2021 21:43:05 +0100 Subject: [Slackbuilds-users] Permission Timeframe In-Reply-To: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> References: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> Message-ID: At least one week, preferably two, in my opinion. Le 21/01/2021 ? 21:40, Iain Wilson via SlackBuilds-users a ?crit?: > Hi All, > > Just a quick question about what sort of timeframe should be expected > after asking a maintainer about a possible update to a slackbuild ? In > my case it's for the Hyperscan Slackbuild, i contacted the maintainer 2 > days ago but i've not heard anything. What would you say is an > acceptable amount of time to wait for a possible reply ? > > Regards, > > Iain > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From flinchx at protonmail.com Thu Jan 21 20:43:08 2021 From: flinchx at protonmail.com (flinchx) Date: Thu, 21 Jan 2021 20:43:08 +0000 Subject: [Slackbuilds-users] Permission Timeframe In-Reply-To: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> References: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> Message-ID: I believe it's recommented to wait for at least one week when contacting a SlackBuild maintainer for whatever reason. By coincidence, SBo releases updates once per week as well. ??????? Original Message ??????? On Thursday, January 21, 2021 10:40 PM, Iain Wilson via SlackBuilds-users wrote: > Hi All, > > Just a quick question about what sort of timeframe should be expected > after asking a maintainer about a possible update to a slackbuild ? In > my case it's for the Hyperscan Slackbuild, i contacted the maintainer 2 > days ago but i've not heard anything. What would you say is an > acceptable amount of time to wait for a possible reply ? > > Regards, > > Iain > > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ From slackbuilds at wilhall.net Thu Jan 21 20:50:22 2021 From: slackbuilds at wilhall.net (Iain Wilson) Date: Thu, 21 Jan 2021 20:50:22 +0000 Subject: [Slackbuilds-users] Permission Timeframe In-Reply-To: References: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> Message-ID: Thank you. I have a lot to learn! On 21/01/2021 20:43, flinchx via SlackBuilds-users wrote: > I believe it's recommented to wait for at least one week when contacting a SlackBuild maintainer for whatever reason. > > By coincidence, SBo releases updates once per week as well. > > > ??????? Original Message ??????? > On Thursday, January 21, 2021 10:40 PM, Iain Wilson via SlackBuilds-users wrote: > >> Hi All, >> >> Just a quick question about what sort of timeframe should be expected >> after asking a maintainer about a possible update to a slackbuild ? In >> my case it's for the Hyperscan Slackbuild, i contacted the maintainer 2 >> days ago but i've not heard anything. What would you say is an >> acceptable amount of time to wait for a possible reply ? >> >> Regards, >> >> Iain >> >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - https://slackbuilds.org/faq/ > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From matteo.bernardini at gmail.com Thu Jan 21 22:24:19 2021 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Thu, 21 Jan 2021 23:24:19 +0100 Subject: [Slackbuilds-users] Permission Timeframe In-Reply-To: References: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> Message-ID: consider that the maintainer might be busy: in this specific case Ebben seems active, he submitted an update just a few days ago https://git.slackbuilds.org/slackbuilds/log/?qt=author&q=Ebben Il giorno gio 21 gen 2021 alle ore 21:50 Iain Wilson via SlackBuilds-users ha scritto: > > Thank you. I have a lot to learn! > > On 21/01/2021 20:43, flinchx via SlackBuilds-users wrote: > > I believe it's recommented to wait for at least one week when contacting a SlackBuild maintainer for whatever reason. > > > > By coincidence, SBo releases updates once per week as well. > > > > > > ??????? Original Message ??????? > > On Thursday, January 21, 2021 10:40 PM, Iain Wilson via SlackBuilds-users wrote: > > > >> Hi All, > >> > >> Just a quick question about what sort of timeframe should be expected > >> after asking a maintainer about a possible update to a slackbuild ? In > >> my case it's for the Hyperscan Slackbuild, i contacted the maintainer 2 > >> days ago but i've not heard anything. What would you say is an > >> acceptable amount of time to wait for a possible reply ? > >> > >> Regards, > >> > >> Iain > >> > >> SlackBuilds-users mailing list > >> SlackBuilds-users at slackbuilds.org > >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > >> FAQ - https://slackbuilds.org/faq/ > > > > _______________________________________________ > > SlackBuilds-users mailing list > > SlackBuilds-users at slackbuilds.org > > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > > FAQ - https://slackbuilds.org/faq/ > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From slackbuilds at wilhall.net Thu Jan 21 22:32:00 2021 From: slackbuilds at wilhall.net (Iain Wilson) Date: Thu, 21 Jan 2021 22:32:00 +0000 Subject: [Slackbuilds-users] Permission Timeframe In-Reply-To: References: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> Message-ID: <68014b0f-05f3-ad60-f2c2-020e36fc3237@wilhall.net> Of course. I'm new to this mailing list but not to Slackware. Just gonna take some time for me to adjust to how things are done around here. ?? On 21/01/2021 22:24, Matteo Bernardini wrote: > consider that the maintainer might be busy: in this specific case > Ebben seems active, he submitted an update just a few days ago > > https://git.slackbuilds.org/slackbuilds/log/?qt=author&q=Ebben > > Il giorno gio 21 gen 2021 alle ore 21:50 Iain Wilson via > SlackBuilds-users ha scritto: >> Thank you. I have a lot to learn! >> >> On 21/01/2021 20:43, flinchx via SlackBuilds-users wrote: >>> I believe it's recommented to wait for at least one week when contacting a SlackBuild maintainer for whatever reason. >>> >>> By coincidence, SBo releases updates once per week as well. >>> >>> >>> ??????? Original Message ??????? >>> On Thursday, January 21, 2021 10:40 PM, Iain Wilson via SlackBuilds-users wrote: >>> >>>> Hi All, >>>> >>>> Just a quick question about what sort of timeframe should be expected >>>> after asking a maintainer about a possible update to a slackbuild ? In >>>> my case it's for the Hyperscan Slackbuild, i contacted the maintainer 2 >>>> days ago but i've not heard anything. What would you say is an >>>> acceptable amount of time to wait for a possible reply ? >>>> >>>> Regards, >>>> >>>> Iain >>>> >>>> SlackBuilds-users mailing list >>>> SlackBuilds-users at slackbuilds.org >>>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >>>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >>>> FAQ - https://slackbuilds.org/faq/ >>> _______________________________________________ >>> SlackBuilds-users mailing list >>> SlackBuilds-users at slackbuilds.org >>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >>> FAQ - https://slackbuilds.org/faq/ >>> >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - https://slackbuilds.org/faq/ >> > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From willysr at slackbuilds.org Fri Jan 22 16:32:44 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 22 Jan 2021 23:32:44 +0700 Subject: [Slackbuilds-users] Permission Timeframe In-Reply-To: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> References: <9aab787b-caa0-0122-cdab-2cfef26e6324@wilhall.net> Message-ID: <7e9d9a07-7df0-7999-ff97-f4addcbf28f8@slackbuilds.org> > Just a quick question about what sort of timeframe should be expected > after asking a maintainer about a possible update to a slackbuild ? In > my case it's for the Hyperscan Slackbuild, i contacted the maintainer 2 > days ago but i've not heard anything. What would you say is an > acceptable amount of time to wait for a possible reply ? The maintainer is also active he submit his PR in github regularly -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Fri Jan 22 16:44:07 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 22 Jan 2021 23:44:07 +0700 Subject: [Slackbuilds-users] glusterfs source link In-Reply-To: References: Message-ID: <862c9e9e-3699-0507-fed6-e93ea4f536f2@slackbuilds.org> > Please update the link to > > https://download.gluster.org/pub/gluster/glusterfs/01.old-releases/4.1/4.1.0/glusterfs-4.1.0.tar.gz Fixed thanks -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From ml at mareichelt.com Fri Jan 22 17:20:58 2021 From: ml at mareichelt.com (Markus Reichelt) Date: Fri, 22 Jan 2021 18:20:58 +0100 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: References: <20210101163427.GA4895@pc21.mareichelt.com> Message-ID: <20210122172058.GA4466@pc21.mareichelt.com> * David Chmelik wrote: > > I've got no trouble using zfs-2.0.0 on -current > > But were you able to make that version into a Slackware package, and will > the maintainer be updating it soon? (three new versions since the one on > SBo) @Marcin: ping. in case you want to pass maintainership and nobody else wants to pick up the fork, i can take over. @David: yes, i was. i'm using the very same buildscript as listed on SBo for this, adapting the version. works both on 14.2 & my -current as of oct 8th; i decided to stay at that point and only update certain stuff individually (kernel, ...) zfs-2.0.1 both works for me on slackware64-14.2 & my -current /tmp/zfs-on-linux-2.0.1_4.4.252_jg71-x86_64-1_SBo.tgz modinfo /lib/modules/4.4.252-jg71/extra/zfs/zfs.ko |grep -E 'vermagic|version' version: 2.0.1-1 vermagic: 4.4.252-jg71 SMP mod_unload /tmp/zfs-on-linux-2.0.1_5.10.7_jg71-x86_64-1_SBo.tgz /tmp/zfs-on-linux-2.0.1_5.10.9_jg71-x86_64-1_SBo.tgz modinfo /lib/modules/5.10.?-jg71/extra/zfs/zfs.ko |grep -E 'vermagic|^version' version: 2.0.0-1 vermagic: 5.10.7-jg71 SMP mod_unload version: 2.0.1-1 vermagic: 5.10.9-jg71 SMP mod_unload what was your issue? (and do you have the same issue on 14.2?) -- Tahoe-LAFStastic! From willysr at slackbuilds.org Sat Jan 23 11:30:01 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 23 Jan 2021 18:30:01 +0700 Subject: [Slackbuilds-users] Updates - 20210123.1 Message-ID: Sat Jan 23 11:19:30 UTC 2021 academic/cadabra2: Updated for version 2.3.6.3. academic/rpy2: Updated for version 3.4.2. audio/sunvox: Updated for version 1.9.6. desktop/ClipboardViewer: Use archive.org homepage. development/Fennel: Updated for version 0.8.0. development/apache-log4cxx: Updated for version 0.11.0. development/cmake-202x: Update README. development/eclipse-platform: Updated for version 4.18. development/fossil: Updated for version 2.14. development/github-cli: Updated for version 1.5.0. development/hugo: Updated for version 0.80.0. development/jdk15: Updated for version 15.0.2. development/scala: Updated for version 2.12.13. Orphaned. games/Chatbot-Eliza: Fix build, make noarch. games/crispy-doom: Updated for version 5.10.0. graphics/fbpic: Fix build. graphics/vuescan: Updated for version 9.7.45. libraries/gtkglarea: Update homepage and download URLs. libraries/libtommath: Fix build if static libs missing. libraries/qwt-qt5: Updated for version 6.1.6. misc/par2cmdline: Updated for version 0.8.1. misc/rlwrap: Updated for version 0.44. network/bitcoin: Updated for version 0.21.0. network/glusterfs: Fix DOWNLOAD. network/isync: Updated for version 1.3.3. network/newsboat: Updated for version 2.22.1. network/prosody-mod-cloud-notify: Updated for version hg4367. network/protonmail-bridge: Updated for version 1.5.6. network/signal-desktop: Updated for version 1.39.6. office/MasterPDFEditor: Updated for version 5.7.00. office/calibre-bin: Updated for version 5.10.1. office/gnucash-legacy-docs: Fix REQUIRES. office/gnucash-legacy: Remove aqbanking support. office/keepassxc: Updated for version 2.6.3. office/onlyoffice-desktopeditors: Updated for version 6.1.0. office/pandoc-bin: Updated for version 2.11.3.2. office/xournalpp: Updated for version 1.0.20. python/python-branca: Updated for version 0.4.2. python/pyusb: Updated for version 1.1.1. python/terminado: Updated for version 0.9.2. ruby/ruby-build: Updated for version 20210119. ruby/rubygem-ruumba: Updated for version 0.1.17. system/CPU-X: Updated for version 4.1.0. system/kitty: Added (fast, featureful, GPU-based terminal emulator) system/linux-vt-setcolors: Added (change color palette in Linux tty) system/prometheus: Updated for version 2.24.1. system/pspg: Updated for version 4.0.0. system/wine-staging: Updated for version 6.0. rm old patch. system/wine: Updated for version 6.0. rm old patch. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From jdashiel at panix.com Sat Jan 23 14:39:00 2021 From: jdashiel at panix.com (Jude DaShiell) Date: Sat, 23 Jan 2021 09:39:00 -0500 Subject: [Slackbuilds-users] vlc had a security update Message-ID: sbopkg -i vlc correctly doesn't update that package yet. If vlc 3.08 gets removed and you try to build the updated version after sqg -p vlc and then sbopkg -i vlc make all fails for lack of a proper libgcrypt library and another library below that. I have vlc 3.08 restored to this machine after this discovery. libgcrypt isn't in vlc.sqf either ahead of compiling. From didier at slint.fr Sat Jan 23 16:09:05 2021 From: didier at slint.fr (Didier Spaier) Date: Sat, 23 Jan 2021 17:09:05 +0100 Subject: [Slackbuilds-users] vlc had a security update In-Reply-To: References: Message-ID: Hi Jude, That's my mistake. libcgcrypt is shipped in Slint as in Slackware, but last time I built it I forgot to comment out the line that removes the libtool archive in the SlackBuild shipped in Slackware64-current. I will rebuilt the libgcrypt package right now then upgrade vlc, so you'll just have to type as root: slapt-get -u slapt-get --upgrade and if vlc was removed: slapt-get -i vlc or slapt-get --install-set slint Cheers, Didier PS next time you are aware of a security hole in a package shipped in Slint please let us know on the Slint mailing list instead of upgrading locally. Le 23/01/2021 ? 15:39, Jude DaShiell a ?crit?: > sbopkg -i vlc correctly doesn't update that package yet.? If vlc 3.08 > gets removed and you try to build the updated version after sqg -p vlc > and then sbopkg -i vlc make all fails for lack of a proper libgcrypt > library and another library below that.? I have vlc 3.08 restored to > this machine after this discovery.? libgcrypt isn't in vlc.sqf either > ahead of compiling. From jdashiel at panix.com Sat Jan 23 17:55:33 2021 From: jdashiel at panix.com (Jude DaShiell) Date: Sat, 23 Jan 2021 12:55:33 -0500 Subject: [Slackbuilds-users] vlc had a security update In-Reply-To: References: Message-ID: Thanks, I didn't know the source of the mistake. On Sat, 23 Jan 2021, Didier Spaier wrote: > Hi Jude, > > That's my mistake. libcgcrypt is shipped in Slint as in Slackware, but last > time I built it I forgot to comment out the line that removes the libtool > archive in the SlackBuild shipped in Slackware64-current. > > I will rebuilt the libgcrypt package right now then upgrade vlc, so you'll > just have to type as root: > slapt-get -u > slapt-get --upgrade > and if vlc was removed: > slapt-get -i vlc > or > slapt-get --install-set slint > > Cheers, > Didier > > PS next time you are aware of a security hole in a package shipped in Slint > please let us know on the Slint mailing list instead of upgrading locally. > > Le 23/01/2021 ? 15:39, Jude DaShiell a ?crit?: >> sbopkg -i vlc correctly doesn't update that package yet.? If vlc 3.08 gets >> removed and you try to build the updated version after sqg -p vlc and then >> sbopkg -i vlc make all fails for lack of a proper libgcrypt library and >> another library below that.? I have vlc 3.08 restored to this machine >> after this discovery.? libgcrypt isn't in vlc.sqf either ahead of >> compiling. > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > From didier at slint.fr Sat Jan 23 20:08:10 2021 From: didier at slint.fr (Didier Spaier) Date: Sat, 23 Jan 2021 21:08:10 +0100 Subject: [Slackbuilds-users] vlc had a security update In-Reply-To: References: Message-ID: <1854a9e0-4d16-2bef-f7cd-455dc1c6759f@slint.fr> Case closed, I think. Top of http://slackware.uk/slint/x86_64/slint-14.2.1/ChangeLog.txt below: Saturday 23 January 2021 kernel-firmware-20210119_0578970-noarch-1slint: Upgraded. libgcrypt-1.8.6-x86_64-2slint.txz: Rebuilt included /usr/lib64/libgcrypt.la libgpg-error-1.41-x86_64-1slint.txz:Upgraded. included /usr/lib64/libgpg-error.la vlc-3.0.12-x86_64-1slint.txz:Upgraded. +--------------------------+ It took some time to get that uploaded because of an issue with rsync on the server slackware.uk that fortunately Tadgy quickly fixed. Caveat: I have not updated the zillion of dependencies listed there: http://slackware.uk/slint/x86_64/slint-14.2.1/slint/vlc-3.0.12-x86_64-1slint.dep Cheers, Didier Le 23/01/2021 ? 17:09, Didier Spaier a ?crit?: > Hi Jude, > > That's my mistake. libcgcrypt is shipped in Slint as in Slackware, but last > time I built it I forgot to comment out the line that removes the libtool > archive in the SlackBuild shipped in Slackware64-current. > > I will rebuilt the libgcrypt package right now then upgrade vlc, so you'll > just have to type as root: > slapt-get -u > slapt-get --upgrade > and if vlc was removed: > slapt-get -i vlc > or > slapt-get --install-set slint > > Cheers, > Didier > > PS next time you are aware of a security hole in a package shipped in Slint > please let us know on the Slint mailing list instead of upgrading locally. > > Le 23/01/2021 ? 15:39, Jude DaShiell a ?crit?: >> sbopkg -i vlc correctly doesn't update that package yet.? If vlc 3.08 >> gets removed and you try to build the updated version after sqg -p vlc >> and then sbopkg -i vlc make all fails for lack of a proper libgcrypt >> library and another library below that.? I have vlc 3.08 restored to >> this machine after this discovery.? libgcrypt isn't in vlc.sqf either >> ahead of compiling. > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From lists at osh.id.au Sun Jan 24 02:26:21 2021 From: lists at osh.id.au (David O'Shaughnessy) Date: Sun, 24 Jan 2021 10:26:21 +0800 Subject: [Slackbuilds-users] Updates - 20210123.1 In-Reply-To: References: Message-ID: <9b97c057-0232-4f51-8a6c-0159c0699893@www.fastmail.com> Looks like bat.info VERSION should 0.17.1 instead of 0.13.0. -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at osh.id.au Sun Jan 24 02:58:46 2021 From: lists at osh.id.au (David O'Shaughnessy) Date: Sun, 24 Jan 2021 10:58:46 +0800 Subject: [Slackbuilds-users] Docker command Message-ID: After a recent upgrade to docker (20.10.2) on -current, it seems that the `docker` binary is no longer around. It used to be there.. am I missing something here? -- Dave From belka at caraus.de Sun Jan 24 05:32:46 2021 From: belka at caraus.de (belka at caraus.de) Date: Sun, 24 Jan 2021 06:32:46 +0100 Subject: [Slackbuilds-users] Docker command In-Reply-To: References: Message-ID: Check "docker-cli" package. Am 2021-01-24 03:58, schrieb David O'Shaughnessy: > After a recent upgrade to docker (20.10.2) on -current, it seems that > the `docker` binary is no longer around. It used to be there.. am I > missing something here? > > -- > Dave > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ From lists at osh.id.au Sun Jan 24 05:36:40 2021 From: lists at osh.id.au (David O'Shaughnessy) Date: Sun, 24 Jan 2021 13:36:40 +0800 Subject: [Slackbuilds-users] Docker command In-Reply-To: References: Message-ID: On Sun, 24 Jan 2021, at 1:32 PM, belka at caraus.de wrote: > Check "docker-cli" package. Ah, thanks! From yalhcru at gmail.com Tue Jan 26 22:57:52 2021 From: yalhcru at gmail.com (B Watson) Date: Tue, 26 Jan 2021 17:57:52 -0500 Subject: [Slackbuilds-users] Fwd: SlackBuilds? In-Reply-To: <20210124132437.3a7f88d7@LFS90Dev> References: <20210124132437.3a7f88d7@LFS90Dev> Message-ID: K.D.Hedgers's SlackBuilds are up for grabs. Anyone who uses KKEdit, Xfce-Theme-Manager, or ClipboardViewer is welcome to take over maintenance; just reply to this email. More details from Hedger himself: ---------- Forwarded message ---------- From: Keith Hedger Date: Sun, 24 Jan 2021 13:24:37 +0000 Subject: Re: SlackBuilds? To: B Watson Hi Sorry I no longer use slackware so can't practically maintain the slackbuilds, if you can find someone else to maintain them that's fine with me. Up to date source can be found here: https://github.com/KeithDHedger/KKEdit https://github.com/KeithDHedger/Xfce-Theme-Manager https://github.com/KeithDHedger/ClipboardViewer Fbpic is totally broken and no longer maintained. The rest are still being maintained, new website is here: https://keithdhedger.github.io Thanks Keith On Sat, 23 Jan 2021 17:54:53 -0500 B Watson wrote: > Are you still alive and maintaining your SBo builds? Looks like you've > got 4 of them: ClipboardViewer, KKEdit, Xfce-Theme-Manager, fbpic. > > All 4 of them have had issues, since your old free hosting site went > down. I've replaced the homepage URLs with archive.org links and the > downloads with various archived copies. > > If you're no longer maintaining these builds, let me know, so I can > find them new maintainers. From sbolokanov at abv.bg Wed Jan 27 14:16:58 2021 From: sbolokanov at abv.bg (=?utf-8?B?0KHQuNC80L7QvdGKINCR0L7Qu9C+0LrQsNC90L7QstGK?=) Date: Wed, 27 Jan 2021 16:16:58 +0200 (EET) Subject: [Slackbuilds-users] Where to host tarballs who's upstream is down? In-Reply-To: <1034376690.1106667.1611756999927@nm53.abv.bg> References: <1034376690.1106667.1611756999927@nm53.abv.bg> Message-ID: <313526879.1106739.1611757018784@nm53.abv.bg> Micha? Lemke's dmenu fork hosted at bitbucket [https://bitbucket.org/melek/dmenu2] has been down for a while now. So this got me thinking: Is there a generally accepted place where we can submit tarballs? Like a SBo repo for tarballs or something. -- ?. ?. ?????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From fernando.lopezjr at gmail.com Wed Jan 27 14:21:40 2021 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Wed, 27 Jan 2021 07:21:40 -0700 Subject: [Slackbuilds-users] Where to host tarballs who's upstream is down? In-Reply-To: <313526879.1106739.1611757018784@nm53.abv.bg> References: <1034376690.1106667.1611756999927@nm53.abv.bg> <313526879.1106739.1611757018784@nm53.abv.bg> Message-ID: there is a sourceforge alternate repository. On Wed, Jan 27, 2021 at 7:17 AM ?????? ?????????? wrote: > Micha? Lemke's dmenu fork hosted at bitbucket [ > https://bitbucket.org/melek/dmenu2] has been down for a while now. > So this got me thinking: Is there a generally accepted place where we can > submit tarballs? Like a SBo repo for tarballs or something. > > -- ?. ?. ?????????? > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbolokanov at abv.bg Thu Jan 28 09:55:35 2021 From: sbolokanov at abv.bg (=?utf-8?B?0KHQuNC80L7QvdGKINCR0L7Qu9C+0LrQsNC90L7QstGK?=) Date: Thu, 28 Jan 2021 11:55:35 +0200 (EET) Subject: [Slackbuilds-users] Fwd: Re: enet SlackBuild version update In-Reply-To: References: <1751778350.5678.1610545196015@nm53.abv.bg> Message-ID: <1393609348.579228.1611827735059@nm51.abv.bg> otzy_007 has granted me permission to take over enet. PR sent at Willy's github. P.S.: Willy sorry for the noise :) -- ?.. ?. ?????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded message was scrubbed... From: Andrei Subject: Re: enet SlackBuild version update Date: Wed, 13 Jan 2021 15:42:10 +0200 Size: 2612 URL: From dchmelik at gmail.com Fri Jan 29 04:03:06 2021 From: dchmelik at gmail.com (David Chmelik) Date: Thu, 28 Jan 2021 20:03:06 -0800 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: References: <20210101163427.GA4895@pc21.mareichelt.com> Message-ID: On 1/16/21 3:58 PM, David Chmelik wrote: > On 1/1/21 8:34 AM, Markus Reichelt wrote: >> * David Chmelik wrote: >> >>> On Slackware-current with the 5.10.n kernels, I get this error >>> building zfs-on-linux.? I don't know if the ZFS project updated it >>> for 5.10.n. >>> ???? ? CC [M]? /tmp/SBo/zfs-0.8.5/module/zfs/vdev_disk.o >>> [...] >> zfs-0.8.5 is outdated. >> >> I've got no trouble using zfs-2.0.0 on -current > > But were you able to make that version into a Slackware package, and > will the maintainer be updating it soon? (three new versions since the > one on SBo) Anyone?? Last year I reported the above to the maintainer, then a week ago asked if we'd be getting one of the new versions.? I haven't heard back.? Is he on slackbuilds-users?? Hopefully just may be busy making the changes required to make a newer version into a package...? If he quit building it for some reason I wouldn't be able to take over this SlackBuild but isn't it important enough it should be getting an update soon? From yalhcru at gmail.com Fri Jan 29 09:37:59 2021 From: yalhcru at gmail.com (B Watson) Date: Fri, 29 Jan 2021 04:37:59 -0500 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: References: <20210101163427.GA4895@pc21.mareichelt.com> Message-ID: On 1/28/21, David Chmelik wrote: > > Anyone? Last year I reported the above to the maintainer, then a week > ago asked if we'd be getting one of the new versions. I haven't heard > back. Is he on slackbuilds-users? Hopefully just may be busy making > the changes required to make a newer version into a package... If he Guy hasn't updated it, or anything else, since May 30 of 2020, like 8 months ago. And he's not answering emails. If you (or anyone else) were willing to take over the build, it's effectively available now. > quit building it for some reason I wouldn't be able to take over this > SlackBuild but isn't it important enough it should be getting an update > soon? It's not going to get an update because it's "important", it's going to get an update because someone updates it. If that someone isn't you, sadly there's not much you can do but wait. Sometimes the admins will update a build because we think it's "important", or because it's something an admin personally uses (usually an application that nothing else depends on), but ZFS is not something we'd update lightly unless one of us actually *uses* ZFS. A filesystem would need thorough real-world testing, by its maintainer, before he updates it for everyone else to use). To the whole list: Anyone here use zfs-on-linux and want to take over as its maintainer? From ml at mareichelt.com Fri Jan 29 15:28:19 2021 From: ml at mareichelt.com (Markus Reichelt) Date: Fri, 29 Jan 2021 16:28:19 +0100 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: References: <20210101163427.GA4895@pc21.mareichelt.com> Message-ID: <20210129152819.GA14375@pc21.mareichelt.com> * B Watson wrote: > To the whole list: Anyone here use zfs-on-linux and want to take > over as its maintainer? As I already offered I can take over, as I'm actually using zfs-on-linux (still on slack64-14.2 too). I will submit an update to 0.8.6 soon. With 2.0.1 we will see. I still wonder what David's problems on 14.2 with 0.8.6 are exactly... -- The Tahoe-LAFS spirit. From yalhcru at gmail.com Fri Jan 29 18:32:50 2021 From: yalhcru at gmail.com (B Watson) Date: Fri, 29 Jan 2021 13:32:50 -0500 Subject: [Slackbuilds-users] [Slackware-current] zfs-on-linux In-Reply-To: <20210129152819.GA14375@pc21.mareichelt.com> References: <20210101163427.GA4895@pc21.mareichelt.com> <20210129152819.GA14375@pc21.mareichelt.com> Message-ID: On 1/29/21, Markus Reichelt wrote: > > As I already offered I can take over, as I'm actually using > zfs-on-linux (still on slack64-14.2 too). > I will submit an update to 0.8.6 soon. Ah! I'd misread your email, thought you were only using -current. I've updated the maintainer and email in the .info file to: MAINTAINER="Markus Reichelt" EMAIL="slackbuilds at mareichelt.de" From willysr at slackbuilds.org Sat Jan 30 03:38:00 2021 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 30 Jan 2021 10:38:00 +0700 Subject: [Slackbuilds-users] Updates - 20210130.1 Message-ID: <48974ce3-7ee0-d306-82d1-bdfcf2699306@slackbuilds.org> Sat Jan 30 03:30:17 UTC 2021 academic/galculator: Fix build on current. academic/meep: Updated for version 1.17.1. academic/mpb: Updated for version 1.11.1. desktop/Xfce-Theme-Manager: Fix homepage. desktop/dunst: don't clobber config desktop/jgmenu: Updated for version 4.3.0. desktop/kdocker: Added (dock applications into the systray) development/KKEdit: Fix homepage, download. development/bpython: Updated for version 0.21. development/fly: Updated for version 6.7.4. development/google-go-lang: Updated for version 1.14.14. development/postman: Updated for version 8.0.1. development/scala: New maintainer. games/VASSAL: Updated for version 3.4.13. games/xonotic: updated .info libraries/libwacom: Updated for version 1.7. libraries/pylast: Updated for version 4.1.0. libraries/python-ruamel.yaml: Add optional python3 support. misc/asterixInspector: Updated for version 0.13.1. multimedia/LBRY: Updated for version 0.49.4. multimedia/MuseScore: Updated for version 3.6. multimedia/plexmediaserver: Updated for v 1.21.2.3943_a91458577. multimedia/vlc: Updated for version 3.0.12 network/dokuwiki: Add new info. network/enet: Updated for version 1.3.17 + new maintainer network/gnirehtet-bin: Update slackbuild email. network/opera-developer: Updated for version 75.0.3946.0. network/opera: Updated for version 73.0.3856.344. network/protonmail-bridge: Updated for version 1.5.7. network/qutebrowser-tox: Updated for version 2.0.1. network/scrcpy: Added (display and control your Android device) network/telegram: Updated for version 2.5.7. network/vivaldi: Updated for version 3.6.2165.34. network/wireguard-linux-compat: Updated for version 1.0.20210124. perl/perl-PAR: Updated for version 1.017. perl/perl-cairo: Updated for version 1.109. python/curtsies: Updated for version 0.3.5. python/cwcwidth: Added (Python bindings for wcwidth and wcswidth) python/mypy: Updated for version 0.800. python/mypy_extensions: Update DEP. python/thonny: Updated for version 3.3.3. python/typing-extensions: python3 build fixed. ruby/rubygem-asciidoctor: Updated for version 2.0.12. system/bleachbit: Updated for version 4.2.0. system/dget: Updated for version 2.20.5. system/epson-inkjet-printer-escpr2: Updated for version 1.1.25. system/fuse3: Update to version 3.10.1. system/kapacitor: Updated for version 1.5.8. system/localepurge: Updated for version 0.7.3.10. system/lolcat: Updated for version 1.2. system/nvidia-driver: Updated for version 460.39. system/nvidia-kernel: Updated for version 460.39. system/nvidia-legacy390-driver: Build fix. system/rhash: Updated for version 1.4.1 system/telegraf: Updated for version 1.17.2 system/xbattmon: Update HOMEPAGE and DOWNLOAD. system/zfs-on-linux: New maintainer. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: