From lists at osh.id.au Wed Sep 2 03:37:27 2020 From: lists at osh.id.au (David O'Shaughnessy) Date: Tue, 01 Sep 2020 20:37:27 -0700 Subject: [Slackbuilds-users] JabRef 5.0 SlackBuild In-Reply-To: <4af63987-bb3e-4b19-be5e-4783f1d539fc@www.fastmail.com> References: <4af63987-bb3e-4b19-be5e-4783f1d539fc@www.fastmail.com> Message-ID: For the JabRef 5 people, here's 5.1. On Fri, 24 Jul 2020, at 2:44 PM, David O'Shaughnessy wrote: > SlackBuild for JabRef 5.0 attached, for those interested. The new version does away with jdk dep (they now bundle in their own jre). > > -- > 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/ > > > > *Attachments:* > * jabref-5.0.tar -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: jabref.tar Type: application/x-tar Size: 10240 bytes Desc: not available URL: From erich.public at protonmail.com Fri Sep 4 15:16:55 2020 From: erich.public at protonmail.com (Erich Ritz) Date: Fri, 04 Sep 2020 15:16:55 +0000 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds Message-ID: Hi list, Does anyone have (or aware of) a vim formatting rules file for SlackBuilds? I recently submitted a SlackBuild that had mixed tabs and spaces... I want to avoid that oversight in the future. After a quick internet search all I turned up was this, which is for automatically treating the *.info file as a shell script: --- https://www.linuxquestions.org/questions/slackware-14/tip-have-vim-handle-slackbuild-info-files-properly-4175628148/ Put the following in .vimrc: autocmd BufEnter,BufNew *.info call CheckSlackBuildInfo() function CheckSlackBuildInfo() ??? if filereadable(expand('%:p:r'). '.SlackBuild') ??????? setlocal filetype=sh ??? endif endfunction Then, if you open a file whose extension is .info and there's a corresponding SlackBuild in the same directory, vim will treat the .info file as shell script. --- Based on the SlackBuild template file, it looks like SlackBuild files should be indented 2 spaces, and indentation should always be with spaces (no tabs). I think I want the following options set: :set expandtab :set tabstop=2 :set shiftwidth=2 After inheriting all other settings from the filetype 'sh'. Erich From dave at slackbuilds.org Fri Sep 4 16:09:02 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Fri, 4 Sep 2020 17:09:02 +0100 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: References: Message-ID: <20200904160902.GM18677@blackswan.r0t.uk> On 04/09/20 15:16, Slackbuilds Users put forth the proposition: > Hi list, > Does anyone have (or aware of) a vim formatting rules file for SlackBuilds? I recently submitted a SlackBuild that had mixed tabs and spaces... I want to avoid that oversight in the future. > After a quick internet search all I turned up was this, which is for automatically treating the *.info file as a shell script: > --- > https://www.linuxquestions.org/questions/slackware-14/tip-have-vim-handle-slackbuild-info-files-properly-4175628148/ > Put the following in .vimrc: > autocmd BufEnter,BufNew *.info call CheckSlackBuildInfo() > function CheckSlackBuildInfo() > ??? if filereadable(expand('%:p:r'). '.SlackBuild') > ??????? setlocal filetype=sh > ??? endif > endfunction > Then, if you open a file whose extension is .info and there's a corresponding SlackBuild in the same directory, vim will treat the .info file as shell script. > --- > Based on the SlackBuild template file, it looks like SlackBuild files should be indented 2 spaces, and indentation should always be with spaces (no tabs). > I think I want the following options set: > :set expandtab > :set tabstop=2 > :set shiftwidth=2 > After inheriting all other settings from the filetype 'sh'. > Erich I use those settings everywhere mostly, but you can make an autocmd for slackbuilds something like: au BufRead,BufNewFile *.SlackBuild setl expandtab | \ setl tabstop=2 | \ setl etc... `setl' is short for `setlocal', and it only works in the buffer with the slackbuild open, in case you have other buffers open. -- 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 artourter at gmail.com Fri Sep 4 17:46:42 2020 From: artourter at gmail.com (Greg' Ar Tourter) Date: Fri, 4 Sep 2020 18:46:42 +0100 Subject: [Slackbuilds-users] documentation file for pdfstudioviewer no longer available Message-ID: Hi, It looks like the documentation file for pdfstudioviewer is no longer available for download. There is now only an online version. The online version has a different link for the pdf file ( https://www.qoppa.com/files/pdfstudioviewer/guide/assets/docs/pdfstudio2019_userguide.pdf) but you still get a 404 error when you try to download it. Can the pdf document be removed from the slackbuild as it currently makes it fail if you haven't got the file in the cache. (This is also valid for the slackbuild currently in "approved") Cheers Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: From alik at ejik.org Fri Sep 4 18:25:25 2020 From: alik at ejik.org (Alexander Verbovetsky) Date: Fri, 4 Sep 2020 21:25:25 +0300 (MSK) Subject: [Slackbuilds-users] documentation file for pdfstudioviewer no longer available In-Reply-To: References: Message-ID: <517bd52e-239d-6d4-6fd2-6739665614cc@ejik.org> Hello, > It looks like the documentation file for pdfstudioviewer is no longer > available for download. There is now only an online version. The > online version has a different link for the pdf > file(https://www.qoppa.com/files/pdfstudioviewer/guide/assets/docs/pdfstudio201 > 9_userguide.pdf) but you still get a 404 error when you try to > download it. Thanks! The file can be found on sbosrcarch: https://slackware.uk/sbosrcarch/by-name/office/pdfstudioviewer/pdfstudioviewer2019_userguide.pdf The same is for pdfstudio. The upstream is in the process of big update, which can explain the chaos on the site. Best regards, Alexander From flinchx at protonmail.com Sat Sep 5 00:13:22 2020 From: flinchx at protonmail.com (flinchx) Date: Sat, 05 Sep 2020 00:13:22 +0000 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: <20200904160902.GM18677@blackswan.r0t.uk> References: <20200904160902.GM18677@blackswan.r0t.uk> Message-ID: Vim has a thing called modeline. Perhaps such settings could be added straighgt into SlackBuild template files, this will exclude the need for each contributor to manage them explicitly in vimrc? ??????? Original Message ??????? On Friday, September 4, 2020 7:09 PM, Dave Woodfall wrote: > On 04/09/20 15:16, > Slackbuilds Users slackbuilds-users at slackbuilds.org put forth the proposition: > > > Hi list, > > Does anyone have (or aware of) a vim formatting rules file for SlackBuilds? I recently submitted a SlackBuild that had mixed tabs and spaces... I want to avoid that oversight in the future. > > After a quick internet search all I turned up was this, which is for automatically treating the *.info file as a shell script: > > > > -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > https://www.linuxquestions.org/questions/slackware-14/tip-have-vim-handle-slackbuild-info-files-properly-4175628148/ > > Put the following in .vimrc: > > autocmd BufEnter,BufNew *.info call CheckSlackBuildInfo() > > function CheckSlackBuildInfo() > > ??? if filereadable(expand('%:p:r'). '.SlackBuild') > > ??????? setlocal filetype=sh > > ??? endif > > endfunction > > Then, if you open a file whose extension is .info and there's a corresponding SlackBuild in the same directory, vim will treat the .info file as shell script. > > > > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > Based on the SlackBuild template file, it looks like SlackBuild files should be indented 2 spaces, and indentation should always be with spaces (no tabs). > > I think I want the following options set: > > :set expandtab > > :set tabstop=2 > > :set shiftwidth=2 > > After inheriting all other settings from the filetype 'sh'. > > Erich > > I use those settings everywhere mostly, but you can make an autocmd > for slackbuilds something like: > > au BufRead,BufNewFile *.SlackBuild setl expandtab | > \ setl tabstop=2 | > \ setl etc... > > `setl' is short for`setlocal', and it only works in the buffer with > the slackbuild open, in case you have other buffers open. > > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > 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 willysr at slackbuilds.org Sat Sep 5 01:13:17 2020 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 5 Sep 2020 08:13:17 +0700 Subject: [Slackbuilds-users] documentation file for pdfstudioviewer no longer available In-Reply-To: References: Message-ID: <39d359fa-9db9-e7ea-f758-853dcb0f4cf8@slackbuilds.org> > It looks like the documentation file for pdfstudioviewer is no longer > available for download. There is now only an online version. The online > version has a different link for the pdf file ( > https://www.qoppa.com/files/pdfstudioviewer/guide/assets/docs/pdfstudio2019_userguide.pdf) > but you still get a 404 error when you try to download it. > > Can the pdf document be removed from the slackbuild as it currently makes > it fail if you haven't got the file in the cache. (This is also valid for > the slackbuild currently in "approved") Done -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sat Sep 5 01:46:47 2020 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 5 Sep 2020 08:46:47 +0700 Subject: [Slackbuilds-users] Updates - 20200905.1 Message-ID: <2f99a305-10b4-bfc5-1532-802beca69eea@slackbuilds.org> Sat Sep 5 01:28:04 UTC 2020 academic/STAR: Updated for version 2.7.5c. academic/ViennaRNA: Updated for version 2.4.15. academic/bibletime: Updated for version 3.0. academic/cvc4: Updated for version 1.8. academic/eprover: Updated for version 2.5. academic/pysam: Updated for version 0.16.0.1. academic/rpy2: Updated for version 3.3.5. audio/fabla: Patch for the newer lv2. audio/lv2dynparam1: Fix for the newer lv2. audio/yoshimi: Updated for version 1.7.2. audio/zynjacku: Fix for the newer lv2. desktop/dbgl-legacy: Added (a Java frontend for DOSBox). desktop/dbgl: Updated for version 0.92. desktop/enlightenment: Updated for version 0.24.2. desktop/qt5ct: Updated for version 1.1. desktop/spectrwm: Updated for version 3.4.1. development/Fennel: Updated for version 0.5.0. development/atom: Updated for version 1.50.0. development/avra: Updated for version 1.4.2. development/brotli: Updated for version 1.0.9. development/check: Updated for version 0.15.2. development/chibi-scheme: Updated for version 0.9. development/dbeaver-ce: Updated for version 7.1.5. development/fossil: Updated for version 2.12.1. development/gambas3: Updated for version 3.15.1. development/google-webdesigner: Updated for version 8.0.3.0603. development/gprolog: Updated for version 1.4.5. development/hopper: Updated for version 4.5.29. development/idea: Updated for version 2020.2. development/kotlin: Updated for version 1.4.0. development/mg-troglobit: Updated for version 3.4. development/mlr: Updated for version 5.8.0. development/nodejs: Updated for version 12.16.3. development/regina-rexx: Updated for version 3.9.3. development/robotframework: Updated for version 3.2.2. development/sbcl: Updated for version 2.0.7. development/swi-prolog: Updated for version 8.2.1. development/tiled: updated for version 1.4.2 development/vscode-bin: Updated for version 1.48.2. games/0ad-data: Updated for version 0.0.23b. games/0ad: Updated for version 0.0.23b. games/CorsixTH: Updated for version 0.63. games/ags: updated for version 3.5.0.26 games/freedink: Patched for newer SDL2. games/fs-uae-arcade: Updated for version 3.0.5. games/fs-uae-launcher: Updated for version 3.0.5. games/fs-uae: Updated for version 3.0.5. games/mgba: Updated for version 0.8.2 games/ppsspp: Updated for version 1.10.3 games/solarus-quest-editor: Updated for version 1.6.4. games/solarus: Updated for version 1.6.4. games/starfighter: Updated for version 2.3.1. games/vegastrike: Patched and rebuilt. games/warzone2100: updated for version 3.4.1 graphics/apitrace: Updated for v 9.0, Moved from Development. graphics/brlcad: updated for version 7.30.10 graphics/renderdoc: Added (Stand-alone graphics debugging tool) graphics/ueberzug: Updated for version 18.1.6. graphics/vuescan: Updated MD5SUMs. libraries/Botan: Updated for version 2.15.0. libraries/PyQt5: Fix download link. libraries/QScintilla-qt5: Fix download link. libraries/SDL_kitchensink: updated for version 1.0.9 libraries/adns: Updated for version 1.6.0. libraries/efl: Updated for version 1.24.3. libraries/gloox: Updated for version 1.0.23. libraries/iddawc: updated for version 0.9.6 libraries/leptonica: Updated for version 1.80.0. libraries/lua-posix: Updated for version 35.0. libraries/orcania: updated for version 2.1.1 libraries/python-efl: Updated for version 1.24.0. libraries/python3-PyQt5: Fix download link. libraries/python3-PyQtWebEngine: Fix download link. libraries/rhonabwy: updated for version 0.9.12 libraries/slv2: Fix for the newer lv2. libraries/ulfius: updated for version 2.6.9 libraries/yder: updated for version 1.4.12 misc/jmri: Updated for version 4.20. misc/slop: Updated for version 7.5. multimedia/fdkaac: Updated for version 1.0.0 multimedia/get_iplayer: Updated for version 3.26. multimedia/plexmediaserver: Updated for v 1.20.1.3252_a78fef9a9. network/AdGuardHome: Updated for version 0.103.3. network/UDR: Updated for version 0.9.4_774f2e7. network/brave-browser: Updated for version 1.11.104. network/ddclient: Updated for version 3.9.1. network/discord: Updated for version 0.0.11. network/dma: Added (DragonFlyBSD Mail Agent). network/dokuwiki: Updated for version 20200729. network/dropbox: Updated for version 104.4.175. network/glewlwyd: updated for version 2.3.3 network/i2pd: Updated for version 2.33.0. network/keepalived: Updated for version 2.1.5. network/neomutt: Updated for version 20200821. network/nicotine+: Updated for version 2.0.1. network/onedrive: Updated for version 2.4.5. network/persepolis: Fix MD5SUM. network/protonmail-bridge: Updated for version 1.3.3. network/pulse-sms: Added (SMS messaging for Desktop) network/qutebrowser-tox: Update pdf.js version. network/qutebrowser-tox: Updated for version 1.13.1. network/sfeed: Updated for version 1.34.5. network/shorewall-core: Updated for version 5.2.7. network/shorewall6: Updated for version 5.2.7. network/shorewall: Updated for version 5.2.7. network/signal-desktop: Updated for version 1.34.5. network/sshuttle: updated for version 1.0.4 network/teamviewer: Updated for version 15.9.5. network/tinc: Updated for version 1.0.36. network/tor-browser: Updated for version 9.5.4. network/tor: Updated for v 0.4.3.6. network/urlscan: Updated for version 0.9.5. network/wireguard-linux-compat: Updated for version 1.0.20200729. network/wireguard-tools: Updated for version 1.0.20200827. network/wsdd2: Added (WSD/LLMNR Descovery/Name Service Daemon) network/yle-dl: Updated for version 20200807. network/zoom-linux: Updated for version 5.2.454870.0831. office/LibreOffice: Mention clearing of environment variables office/MasterPDFEditor: Fix build. office/MasterPDFEditor: Updated for version 5.6.42. office/calibre-bin: Updated for version 4.23.0. office/fop: New dependency added. office/gnucash-docs: Updated for version 3.11. office/gnucash: Updated for version 3.11. office/lyx: Updated for version 2.3.5.2. office/onlyoffice-desktopeditors: Updated for version 5.6.0. office/pandoc-bin: Updated for version 2.10.1. office/pdfstudio: Remove PDF docs. office/pdfstudio: Updated for version 2019.2.3. office/pdfstudioviewer: Remove PDF docs. office/pdfstudioviewer: Updated for version 2019.2.3. office/zim: Updated for version 0.73.2. perl/MoarVM: Updated for version 2020.08. perl/nqp: Updated for version 2020.08.2. perl/perl-CPANPLUS-Dist-Slackware: Updated for version 1.029. perl/perl-DBD-SQLite: Updated for version 1.66. perl/rakudo: Updated for version 2020.08.2. python/google-images-download: Updated for version 620e7f5. python/internetarchive: Updated for version 1.9.4. python/josepy: Updated for version 1.4.0. python/mypy: Updated for version 0.782. python/python2-sip: Fix download link. python/python3-isort: Updated for version 5.4.2. python/python3-sip: Fix download link. python/ruffus: Updated for version 2.8.4. system/Solaar: Updated for version 1.0.3. system/ansible: Updated for version 2.9.13. system/avfs: Updated for version 1.1.3. system/beebem: Added (Acorn BBC Micro and Master 128 emulator). system/chronograf: Updated for version 1.8.6. system/dosbox-dev: updated for version 0.75_pre4358 system/dosbox-x: Updated for version 0.83.2. system/epson-inkjet-printer-escpr2: Updated for version 1.1.16. system/intel-microcode: Updated for version 20200616. system/intelmas: Updated for version 1.2. system/jdupes: updated for version 1.18.2 system/libtrash: Updated for version 3.6. system/logwatch: Updated for version 7.5.4. system/makeself: Updated for version 2.4.2. system/ncdu: Updated for version 1.15.1. system/nvidia-driver: Updated for version 450.66. system/nvidia-kernel: Updated for version 450.66. system/scrypt: Updated for version 1.3.1. system/sleepd: Fix bug. system/system76-power: Updated for version 1.1.10. system/terminology: Updated for version 1.8.0. system/thin-provisioning-tools: Updated for version 0.9.0. system/usermin: Updated for version 1.803. system/webmin: Updated for version 1.955. system/worker: Updated for version 4.5.1. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From chris.willing at linux.com Sat Sep 5 07:40:02 2020 From: chris.willing at linux.com (Christoph Willing) Date: Sat, 5 Sep 2020 17:40:02 +1000 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: References: <20200904160902.GM18677@blackswan.r0t.uk> Message-ID: On 5/9/20 10:13 am, flinchx via SlackBuilds-users wrote: > Vim has a thing called modeline. > > Perhaps such settings could be added straighgt into SlackBuild template files, this will exclude the need for each contributor to manage them explicitly in vimrc? > Not everyone uses vim to edit their SlackBuilds so I'd be against adding such support. chris From duncan_roe at optusnet.com.au Sat Sep 5 08:15:45 2020 From: duncan_roe at optusnet.com.au (Duncan Roe) Date: Sat, 5 Sep 2020 18:15:45 +1000 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: References: <20200904160902.GM18677@blackswan.r0t.uk> Message-ID: <20200905081545.GA6585@dimstar.local.net> On Sat, Sep 05, 2020 at 05:40:02PM +1000, Christoph Willing wrote: > On 5/9/20 10:13 am, flinchx via SlackBuilds-users wrote: > > Vim has a thing called modeline. > > > > Perhaps such settings could be added straighgt into SlackBuild template files, this will exclude the need for each contributor to manage them explicitly in vimrc? > > > > Not everyone uses vim to edit their SlackBuilds so I'd be against adding > such support. > > chris Seconded Cheers ... Duncan. From flinchx at protonmail.com Sat Sep 5 13:49:49 2020 From: flinchx at protonmail.com (flinchx) Date: Sat, 05 Sep 2020 13:49:49 +0000 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: References: <20200904160902.GM18677@blackswan.r0t.uk> Message-ID: A vim modeline is just a commented line at the end of the file. Its presence there shouldn't force anyone to use vim. Neither should it affect anyone who is using another text editor for editing SlackBuilds, as long as that comment line just stays there. I'm merely providing an option rather than strongly trying to advocate for enforcing such a change, since I'm not even contributing buildscripts to SBo, so my voice is quiet. ??????? Original Message ??????? On Saturday, September 5, 2020 10:40 AM, Christoph Willing wrote: > On 5/9/20 10:13 am, flinchx via SlackBuilds-users wrote: > > > Vim has a thing called modeline. > > Perhaps such settings could be added straighgt into SlackBuild template files, this will exclude the need for each contributor to manage them explicitly in vimrc? > > Not everyone uses vim to edit their SlackBuilds so I'd be against adding > such support. > > chris > > 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 dickson.tim at googlemail.com Sat Sep 5 14:03:07 2020 From: dickson.tim at googlemail.com (Tim Dickson) Date: Sat, 5 Sep 2020 15:03:07 +0100 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: References: <20200904160902.GM18677@blackswan.r0t.uk> Message-ID: <0ba3868e-bc66-21ab-7ded-debdb3d19d0e@googlemail.com> i use pico myself. Apparently there are security reasons why modeline is usually disabled, especially for root user. Tim On 05/09/2020 08:40, Christoph Willing wrote: > On 5/9/20 10:13 am, flinchx via SlackBuilds-users wrote: >> Vim has a thing called modeline. >> >> Perhaps such settings could be added straighgt into SlackBuild template files, this will exclude the need for each contributor to manage them explicitly in vimrc? >> > Not everyone uses vim to edit their SlackBuilds so I'd be against adding > such support. > > chris > > _______________________________________________ > 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/ > -- This email has been checked for viruses by AVG. https://www.avg.com From dave at slackbuilds.org Sat Sep 5 14:10:27 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Sat, 5 Sep 2020 15:10:27 +0100 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: References: <20200904160902.GM18677@blackswan.r0t.uk> Message-ID: <20200905141027.GP18677@blackswan.r0t.uk> On 05/09/20 13:49, Slackbuilds Users put forth the proposition: > A vim modeline is just a commented line at the end of the file. Its presence there shouldn't force anyone to use vim. Neither should it affect anyone who is using another text editor for editing SlackBuilds, as long as that comment line just stays there. > I'm merely providing an option rather than strongly trying to advocate for enforcing such a change, since I'm not even contributing buildscripts to SBo, so my voice is quiet. > ??????? Original Message ??????? > On Saturday, September 5, 2020 10:40 AM, Christoph Willing wrote: > > On 5/9/20 10:13 am, flinchx via SlackBuilds-users wrote: > > > > > Vim has a thing called modeline. > > > Perhaps such settings could be added straighgt into SlackBuild template files, this will exclude the need for each contributor to manage them explicitly in vimrc? > > > > Not everyone uses vim to edit their SlackBuilds so I'd be against adding > > such support. > > > > chris > > I'm not really bothered either way, since I already have vim setup with an autocmd, but I'd like to point out that root's vim has modeline execution turned off by default as a security measure, so if you're in the habit of testing a slackbuild, then edit it, then test again, you would need to keep logging in and out in-between all the time. It is possible to bypass that security measure, but I wouldn't advise it. -- 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 slacker6896 at gmail.com Sat Sep 5 14:39:20 2020 From: slacker6896 at gmail.com (Sebastien BALLET) Date: Sat, 5 Sep 2020 16:39:20 +0200 Subject: [Slackbuilds-users] Submission failure Message-ID: Hello, I'm unable to submit an update for one of my slackbuilds. I tried multiple time but I get the same error message : Can not connect to E-Mail server (alt4.gmail-smtp-in.l.google.com). Go back and enter a valid E-Mail address. How to solve this ? Thanks. -- SeB -------------- next part -------------- An HTML attachment was scrubbed... URL: From weberk294 at gmail.com Sat Sep 5 16:02:41 2020 From: weberk294 at gmail.com (Kurt M. Weber) Date: Sat, 5 Sep 2020 11:02:41 -0500 Subject: [Slackbuilds-users] lyx checksum failure Message-ID: Hello, It appears that there is an error in the submitted checksum for the upgraded lyx slackbuild that was pushed in the last update.? It's specified in the .info as 2c5ea6321f30a4907a6b2a74ccaef1a5, but it should be 9152c9525c8c7ee1ad0c43901101acad. --Kurt Weber From dave at slackbuilds.org Sat Sep 5 16:15:43 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Sat, 5 Sep 2020 17:15:43 +0100 Subject: [Slackbuilds-users] lyx checksum failure In-Reply-To: References: Message-ID: <20200905161543.GQ18677@blackswan.r0t.uk> On 05/09/20 11:02, Kurt M. Weber put forth the proposition: > Hello, > It appears that there is an error in the submitted checksum for the upgraded > lyx slackbuild that was pushed in the last update.? It's specified in the > .info as 2c5ea6321f30a4907a6b2a74ccaef1a5, but it should be > 9152c9525c8c7ee1ad0c43901101acad. > --Kurt Weber My fault. I spotted it had the wrong MD5, but forgot to correct it after testing. It'll be fixed in my branch. -- 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 lenardrspencer at gmail.com Sat Sep 5 22:50:54 2020 From: lenardrspencer at gmail.com (Lenard Spencer) Date: Sat, 5 Sep 2020 18:50:54 -0400 Subject: [Slackbuilds-users] Submission failure In-Reply-To: References: Message-ID: Same problem. Trying to submit a corrected nvidia-kernel script. On Sat, Sep 5, 2020, 10:22 Sebastien BALLET wrote: > Hello, > > I'm unable to submit an update for one of my slackbuilds. I tried multiple > time but I get the same error message : > > Can not connect to E-Mail server (alt4.gmail-smtp-in.l.google.com). > Go back and enter a valid E-Mail address. > > How to solve this ? > > Thanks. > > -- > SeB > _______________________________________________ > 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/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rsamurti at gmail.com Sun Sep 6 08:54:52 2020 From: rsamurti at gmail.com (Ananda Murthy R S) Date: Sun, 6 Sep 2020 14:24:52 +0530 Subject: [Slackbuilds-users] lyx checksum failure In-Reply-To: <20200905161543.GQ18677@blackswan.r0t.uk> References: <20200905161543.GQ18677@blackswan.r0t.uk> Message-ID: Uploaded the corrected file. Thanks for pointing it out. Anand On Sat, Sep 5, 2020 at 9:45 PM Dave Woodfall wrote: > On 05/09/20 11:02, > Kurt M. Weber put forth the proposition: > > Hello, > > It appears that there is an error in the submitted checksum for the > upgraded > > lyx slackbuild that was pushed in the last update. It's specified in the > > .info as 2c5ea6321f30a4907a6b2a74ccaef1a5, but it should be > > 9152c9525c8c7ee1ad0c43901101acad. > > --Kurt Weber > > My fault. I spotted it had the wrong MD5, but forgot to correct it > after testing. > > It'll be fixed in my branch. > > -- > 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/ > > -- Close Windows ! Open source !! Free software from proprietary mafia !!! -------------- next part -------------- An HTML attachment was scrubbed... URL: From slacker6896 at gmail.com Sun Sep 6 09:31:32 2020 From: slacker6896 at gmail.com (Sebastien BALLET) Date: Sun, 6 Sep 2020 11:31:32 +0200 Subject: [Slackbuilds-users] Submission failure In-Reply-To: References: Message-ID: Hello, Tried again and it works. Thanks. -- SeB Le sam. 5 sept. 2020 ? 16:39, Sebastien BALLET a ?crit : > Hello, > > I'm unable to submit an update for one of my slackbuilds. I tried multiple > time but I get the same error message : > > Can not connect to E-Mail server (alt4.gmail-smtp-in.l.google.com). > Go back and enter a valid E-Mail address. > > How to solve this ? > > Thanks. > > -- > SeB > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at slackbuilds.org Sun Sep 6 10:41:27 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Sun, 6 Sep 2020 11:41:27 +0100 Subject: [Slackbuilds-users] lyx checksum failure In-Reply-To: References: <20200905161543.GQ18677@blackswan.r0t.uk> Message-ID: <20200906104127.GX18677@blackswan.r0t.uk> On 06/09/20 14:24, Ananda Murthy R S put forth the proposition: > Uploaded the corrected file. > Thanks for pointing it out. > Anand I'd already fixed it in by branch. I've removed the new submission. Dave > On Sat, Sep 5, 2020 at 9:45 PM Dave Woodfall wrote: > > On 05/09/20 11:02, > > Kurt M. Weber put forth the proposition: > > > Hello, > > > It appears that there is an error in the submitted checksum for the > > upgraded > > > lyx slackbuild that was pushed in the last update. It's specified in the > > > .info as 2c5ea6321f30a4907a6b2a74ccaef1a5, but it should be > > > 9152c9525c8c7ee1ad0c43901101acad. > > > --Kurt Weber > > > > My fault. I spotted it had the wrong MD5, but forgot to correct it > > after testing. > > > > It'll be fixed in my branch. > > > > -- > > 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 > > > > > -- > Close Windows ! Open source !! > Free software from proprietary mafia !!! -- 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 sborg63 at disroot.org Sun Sep 6 12:09:17 2020 From: sborg63 at disroot.org (sborg63) Date: Sun, 6 Sep 2020 13:09:17 +0100 Subject: [Slackbuilds-users] Submission failureR; SlackBuilds-users Digest, Vol 173, Issue 4 In-Reply-To: References: Message-ID: <20200906130917.2755ed9d@knotsUL> I had sometimes this problem as well, but then there is/was a message about 'white-listing' the email-address. Apparently not all email-servers (the one the SBo response will be send to) are immediately trusted by the receiving end. The email/submission might be accepted after trying the submission again, 5 min or so later. A bot wouldn't care about a rejected mail, a human might and try again (I think it's dubbed 'grey-listing'). So, I would try again.. HTH, Rob On Sun, 06 Sep 2020 08:55:34 +0000 slackbuilds-users-request at slackbuilds.org wrote: > Message: 5 > Date: Sat, 5 Sep 2020 18:50:54 -0400 > From: Lenard Spencer > To: "SlackBuilds.org Users List" > Subject: Re: [Slackbuilds-users] Submission failure > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Same problem. Trying to submit a corrected nvidia-kernel script. > > > On Sat, Sep 5, 2020, 10:22 Sebastien BALLET > wrote: > > > Hello, > > > > I'm unable to submit an update for one of my slackbuilds. I tried > > multiple time but I get the same error message : > > > > Can not connect to E-Mail server (alt4.gmail-smtp-in.l.google.com). > > Go back and enter a valid E-Mail address. > > > > How to solve this ? > > > > Thanks. > > > > -- > > SeB > > __________ From atelszewski at gmail.com Mon Sep 7 21:02:38 2020 From: atelszewski at gmail.com (Andrzej Telszewski) Date: Mon, 7 Sep 2020 23:02:38 +0200 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: <20200905141027.GP18677@blackswan.r0t.uk> References: <20200904160902.GM18677@blackswan.r0t.uk> <20200905141027.GP18677@blackswan.r0t.uk> Message-ID: <751b548d-22f7-3a30-7611-929e41c0b832@gmail.com> On 05/09/2020 16:10, Dave Woodfall wrote: > I'm not really bothered either way, since I already have vim setup > with an autocmd, but I'd like to point out that root's vim has > modeline execution turned off by default as a security measure, > so if you're in the habit of testing a slackbuild, then edit it, then > test again, you would need to keep logging in and out in-between all > the time. I edit using Qt Creator as regular user. I then test building in QEMU (libvirt). If your hardware allows, I strongly suggest going this path. There are more added benefits to this choice as well. From erich.public at protonmail.com Tue Sep 8 14:33:10 2020 From: erich.public at protonmail.com (Erich Ritz) Date: Tue, 08 Sep 2020 14:33:10 +0000 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: <20200904160902.GM18677@blackswan.r0t.uk> References: <20200904160902.GM18677@blackswan.r0t.uk> Message-ID: ??????? Original Message ??????? On Friday, September 4, 2020 9:09 AM, Dave Woodfall wrote: > On 04/09/20 15:16, > Slackbuilds Users slackbuilds-users at slackbuilds.org put forth the proposition: > > > Hi list, > > Does anyone have (or aware of) a vim formatting rules file for SlackBuilds? I recently submitted a SlackBuild that had mixed tabs and spaces... I want to avoid that oversight in the future. > > After a quick internet search all I turned up was this, which is for automatically treating the *.info file as a shell script: > > > > > > I use those settings everywhere mostly, but you can make an autocmd > for slackbuilds something like: > > au BufRead,BufNewFile *.SlackBuild setl expandtab | > \ setl tabstop=2 | > \ setl etc... > > `setl' is short for`setlocal', and it only works in the buffer with > the slackbuild open, in case you have other buffers open. > > > Dave > Thanks everybody for the feedback. I've appended the following to my ~/.vimrc: --- " Options for SlackBuilds autocmd BufEnter,BufNew *.info call CheckSlackBuildInfo() function CheckSlackBuildInfo() if filereadable(expand('%:p:r'). '.SlackBuild') setlocal filetype=sh endif endfunction autocmd BufEnter,BufNew *.SlackBuild call SetSlackBuildType() function SetSlackBuildType() setlocal filetype=sh setlocal expandtab setlocal tabstop=2 setlocal shiftwidth=2 endfunction --- Erich From dave at slackbuilds.org Tue Sep 8 15:04:51 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Tue, 8 Sep 2020 16:04:51 +0100 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: <751b548d-22f7-3a30-7611-929e41c0b832@gmail.com> References: <20200904160902.GM18677@blackswan.r0t.uk> <20200905141027.GP18677@blackswan.r0t.uk> <751b548d-22f7-3a30-7611-929e41c0b832@gmail.com> Message-ID: <20200908150451.GA18677@blackswan.r0t.uk> On 07/09/20 23:02, Andrzej Telszewski put forth the proposition: > I edit using Qt Creator as regular user. You use that as a general purpose editor? Isn't it rather slow compared to plain vim, and doesn't it also need X11 running to use it? I don't use X11 unless it's absolutely necessary - for example, to use a GUI web browser to access some websites that either need javascript support that I can't get in my usual browser (elinks), or where having images makes life easier (for shopping mostly). Or sometimes to test something with a GUI to see if it actually works. > I then test building in QEMU (libvirt). > If your hardware allows, I strongly suggest going this path. > There are more added benefits to this choice as well. There are some high spec VMs available for admin use, but I only use them for large builds that would take a long time and tie my PC up, otherwise I use a chroot with an overlay filesystem mounted in RAM. At the end of a test session I simple unmount and remount the overlay and everything is reset back to a clean chroot. -- 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 atelszewski at gmail.com Tue Sep 8 15:50:51 2020 From: atelszewski at gmail.com (Andrzej Telszewski) Date: Tue, 8 Sep 2020 17:50:51 +0200 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: <20200908150451.GA18677@blackswan.r0t.uk> References: <20200904160902.GM18677@blackswan.r0t.uk> <20200905141027.GP18677@blackswan.r0t.uk> <751b548d-22f7-3a30-7611-929e41c0b832@gmail.com> <20200908150451.GA18677@blackswan.r0t.uk> Message-ID: On 08/09/2020 17:04, Dave Woodfall wrote: > On 07/09/20 23:02, > Andrzej Telszewski put forth the proposition: >> I edit using Qt Creator as regular user. > You use that as a general purpose editor? Isn't it rather slow > compared to plain vim, and doesn't it also need X11 running to use > it? I guess I'm a bit younger than you. :-> I'm X11 guy, using plain Linux VT only for emergency tasks. When it comes to speed, well, it doesn't matter. The machine is fast enough and SlackBuilds are small enough. > I don't use X11 unless it's absolutely necessary - for example, to > use a GUI web browser to access some websites that either need > javascript support that I can't get in my usual browser (elinks), or > where having images makes life easier (for shopping mostly). Or > sometimes to test something with a GUI to see if it actually works. > >> I then test building in QEMU (libvirt). >> If your hardware allows, I strongly suggest going this path. >> There are more added benefits to this choice as well. > There are some high spec VMs available for admin use, What do you mean by VM _for admin_? You mean VM that is not running on your PC, but rather somewhere else, e.g. in the SBo infrastructure? > but I only use > them for large builds that would take a long time and tie my PC up, > otherwise I use a chroot with an overlay filesystem mounted in RAM. > At the end of a test session I simple unmount and remount the overlay > and everything is reset back to a clean chroot. That is an option. But I prefer QEMU, since everything is running under regular user, no _root_ required. In addition, except for scripts/packages directories, no real hardware (i.e. /dev /proc /sys) is shared, so the SlackBuild can go mad and it will not hurt me. From dave at slackbuilds.org Tue Sep 8 16:17:54 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Tue, 8 Sep 2020 17:17:54 +0100 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: References: <20200904160902.GM18677@blackswan.r0t.uk> <20200905141027.GP18677@blackswan.r0t.uk> <751b548d-22f7-3a30-7611-929e41c0b832@gmail.com> <20200908150451.GA18677@blackswan.r0t.uk> Message-ID: <20200908161754.GB18677@blackswan.r0t.uk> On 08/09/20 17:50, Andrzej Telszewski put forth the proposition: > On 08/09/2020 17:04, Dave Woodfall wrote: > > On 07/09/20 23:02, > > Andrzej Telszewski put forth the proposition: > > > I edit using Qt Creator as regular user. > > You use that as a general purpose editor? Isn't it rather slow > > compared to plain vim, and doesn't it also need X11 running to use > > it? > I guess I'm a bit younger than you. :-> > I'm X11 guy, using plain Linux VT only for emergency tasks. > When it comes to speed, well, it doesn't matter. > The machine is fast enough and SlackBuilds are small enough. > > I don't use X11 unless it's absolutely necessary - for example, to > > use a GUI web browser to access some websites that either need > > javascript support that I can't get in my usual browser (elinks), or > > where having images makes life easier (for shopping mostly). Or > > sometimes to test something with a GUI to see if it actually works. > > > > > I then test building in QEMU (libvirt). > > > If your hardware allows, I strongly suggest going this path. > > > There are more added benefits to this choice as well. > > There are some high spec VMs available for admin use, > What do you mean by VM _for admin_? > You mean VM that is not running on your PC, but rather somewhere else, e.g. > in the SBo infrastructure? Yes > > but I only use > > them for large builds that would take a long time and tie my PC up, > > otherwise I use a chroot with an overlay filesystem mounted in RAM. > > At the end of a test session I simple unmount and remount the overlay > > and everything is reset back to a clean chroot. > That is an option. > But I prefer QEMU, since everything is running under regular user, no _root_ > required. > In addition, except for scripts/packages directories, no real hardware (i.e. > /dev /proc /sys) is shared, so the SlackBuild can go mad and it will not > hurt me. I don't mount all of /dev, only a few things that are needed like /dev/null and /dev/pts to be able to use screen. No /sys at all. I usually mount /proc so I can use ps, but most of the files in it are empty. -- 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 Tue Sep 8 18:32:05 2020 From: yalhcru at gmail.com (B Watson) Date: Tue, 8 Sep 2020 14:32:05 -0400 Subject: [Slackbuilds-users] bad md5sum for audio/exhale Message-ID: .info file MD5SUM doesn't match the md5sum of the download file. However the package appears to build just fine. From poprocks at gmail.com Thu Sep 10 03:42:49 2020 From: poprocks at gmail.com (Logan Rathbone) Date: Wed, 9 Sep 2020 23:42:49 -0400 Subject: [Slackbuilds-users] Vim indent settings for SlackBuilds In-Reply-To: <20200908150451.GA18677@blackswan.r0t.uk> References: <20200904160902.GM18677@blackswan.r0t.uk> <20200905141027.GP18677@blackswan.r0t.uk> <751b548d-22f7-3a30-7611-929e41c0b832@gmail.com> <20200908150451.GA18677@blackswan.r0t.uk> Message-ID: <20200910034249.GA9694@logantablet.local.domain> On Tue, Sep 08, 2020 at 04:04:51PM +0100, Dave Woodfall wrote: >On 07/09/20 23:02, >Andrzej Telszewski put forth the proposition: >> I edit using Qt Creator as regular user. > >You use that as a general purpose editor? Isn't it rather slow >compared to plain vim, and doesn't it also need X11 running to use >it? Nope - you can also run it under Wayland! :-D From andrew.david.strong at gmail.com Thu Sep 10 06:12:54 2020 From: andrew.david.strong at gmail.com (andrew) Date: Thu, 10 Sep 2020 16:12:54 +1000 Subject: [Slackbuilds-users] bad md5sum for audio/exhale In-Reply-To: References: Message-ID: <20200910061254.GA24593@ilium.andrews-corner.org> On Tue, Sep 08, 2020 at 02:32:05PM -0400, B Watson wrote: > .info file MD5SUM doesn't match the md5sum of the download file. > > However the package appears to build just fine. Indeed the md5sum is completely wrong, I am not sure what went wrong there although obviously an error on my part. This version is quite old now so I will update to 1.0.7 and submit the newer version plus a correct md5 sum tonight. Thanks for letting me know the error, Andrew -- You think that's air you're breathing now? From crts at gmx.net Thu Sep 10 21:08:42 2020 From: crts at gmx.net (CRTS) Date: Thu, 10 Sep 2020 23:08:42 +0200 Subject: [Slackbuilds-users] physfs 3.x breaks packages Message-ID: <20200910210842.GC18218@rhea.titan.net> Hi, I just had two packages break because of the new physfs 3.0.2. The problem is that the macro '__EXPORT__' is no longer defined the new version and must be replaced with by 'PHYSFS_DECL' by all packages that have a dependency on 'physfs' - at least that is how I got those packages to build. In both cases the file 'physfswrops.h' had to be patched. Here is a sample patch that I used, to give you an idea what to look for when you create a patch for your Slackbuilds: > --- physfsrwops.h.org 2020-09-10 20:53:37.210572563 +0200 > +++ physfsrwops.h 2020-09-10 20:56:15.565592853 +0200 > @@ -39,7 +39,7 @@ > * @return A valid SDL_RWops structure on success, NULL on error. Specifics > * of the error can be gleaned from PHYSFS_getLastError(). > */ > -__EXPORT__ SDL_RWops *PHYSFSRWOPS_openRead(const char *fname); > +PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openRead(const char *fname); > > /** > * Open a platform-independent filename for writing, and make it accessible > @@ -51,7 +51,7 @@ > * @return A valid SDL_RWops structure on success, NULL on error. Specifics > * of the error can be gleaned from PHYSFS_getLastError(). > */ > -__EXPORT__ SDL_RWops *PHYSFSRWOPS_openWrite(const char *fname); > +PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openWrite(const char *fname); > > /** > * Open a platform-independent filename for appending, and make it accessible > @@ -63,7 +63,7 @@ > * @return A valid SDL_RWops structure on success, NULL on error. Specifics > * of the error can be gleaned from PHYSFS_getLastError(). > */ > -__EXPORT__ SDL_RWops *PHYSFSRWOPS_openAppend(const char *fname); > +PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openAppend(const char *fname); > > /** > * Make a SDL_RWops from an existing PhysicsFS file handle. You should > @@ -75,7 +75,7 @@ > * @return A valid SDL_RWops structure on success, NULL on error. Specifics > * of the error can be gleaned from PHYSFS_getLastError(). > */ > -__EXPORT__ SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_file *handle); > +PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_file *handle); > > #ifdef __cplusplus > } Regards CRTS From yalhcru at gmail.com Fri Sep 11 06:46:26 2020 From: yalhcru at gmail.com (B Watson) Date: Fri, 11 Sep 2020 02:46:26 -0400 Subject: [Slackbuilds-users] physfs 3.x breaks packages In-Reply-To: <20200910210842.GC18218@rhea.titan.net> References: <20200910210842.GC18218@rhea.titan.net> Message-ID: On 9/10/20, CRTS wrote: > Hi, > > I just had two packages break because of the new physfs 3.0.2. > The problem is that the macro '__EXPORT__' is no longer defined > the new version and must be replaced with by 'PHYSFS_DECL' by > all packages that have a dependency on 'physfs' - at least > that is how I got those packages to build. Which two packages? I just updated one (games/asc) to fix this very issue, and I thought I'd tested all the others that depend on physfs. So which one is still broken? From crts at gmx.net Fri Sep 11 07:47:35 2020 From: crts at gmx.net (CRTS) Date: Fri, 11 Sep 2020 09:47:35 +0200 Subject: [Slackbuilds-users] physfs 3.x breaks packages In-Reply-To: References: <20200910210842.GC18218@rhea.titan.net> Message-ID: <20200911074301.GA5132@rhea.titan.net> I have already contacted the maintainers for both packages. The other package was 'SDL_sound' but 'physfs' is not listed explicitly as dependency for that package. The package builds fine if 'physfs' is not installed. However, it breaks when 'physfs' is present. The offending file is: 'SDL_sound-1.0.3/playsound/physfsrwops.h' On Fri, Sep 11, 2020 at 02:46:26AM -0400, B Watson wrote: > On 9/10/20, CRTS wrote: > > Hi, > > > > I just had two packages break because of the new physfs 3.0.2. > > The problem is that the macro '__EXPORT__' is no longer defined > > the new version and must be replaced with by 'PHYSFS_DECL' by > > all packages that have a dependency on 'physfs' - at least > > that is how I got those packages to build. > > Which two packages? I just updated one (games/asc) to fix this > very issue, and I thought I'd tested all the others that depend on > physfs. So which one is still broken? > _______________________________________________ > 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 bgrundy at gmail.com Fri Sep 11 16:06:36 2020 From: bgrundy at gmail.com (Barry Grundy) Date: Fri, 11 Sep 2020 12:06:36 -0400 Subject: [Slackbuilds-users] discord download fails Message-ID: The .info file for discord: DOWNLOAD_x86_64=" https://dl.discordapp.net/apps/linux/0.0.10/discord-0.0.11.deb" Should be: DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.*11* /discord-0.0.11.deb" (FYI: version 12 is available and works fine with a version bump only) -- ---- Barry Grundy bgrundy at gmail.com bgrundy at linuxleo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at slackbuilds.org Fri Sep 11 16:48:47 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Fri, 11 Sep 2020 17:48:47 +0100 Subject: [Slackbuilds-users] discord download fails In-Reply-To: References: Message-ID: <20200911164847.GK18677@blackswan.r0t.uk> On 11/09/20 12:06, Barry Grundy put forth the proposition: > The .info file for discord: > DOWNLOAD_x86_64=" > https://dl.discordapp.net/apps/linux/0.0.10/discord-0.0.11.deb" > Should be: > DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.*11* > /discord-0.0.11.deb" > (FYI: version 12 is available and works fine with a version bump only) > -- > ---- > Barry Grundy > bgrundy at gmail.com > bgrundy at linuxleo.com Fixed in my branch. Thanks Barry. -- 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 kfritz at sonic.net Fri Sep 11 19:50:18 2020 From: kfritz at sonic.net (Kent Fritz) Date: Fri, 11 Sep 2020 12:50:18 -0700 Subject: [Slackbuilds-users] plex-home-theater broken Message-ID: <5e05e2b9-13a1-2325-2cda-7bd01f7bb56b@sonic.net> In testing dependencies of a library I'm updating, plex-home-theater won't build for me, and not due to my changes. I haven't mailed the maintainer as there was a message here back in February looking for new maintainers of their orphaned packages. https://lists.slackbuilds.org/pipermail/slackbuilds-users/2020-February/024044.html Is it time to retire this package?? It's dead upstream. Thanks, Kent. From kfritz at sonic.net Fri Sep 11 20:12:43 2020 From: kfritz at sonic.net (Kent Fritz) Date: Fri, 11 Sep 2020 13:12:43 -0700 Subject: [Slackbuilds-users] plex-home-theater broken In-Reply-To: <5e05e2b9-13a1-2325-2cda-7bd01f7bb56b@sonic.net> References: <5e05e2b9-13a1-2325-2cda-7bd01f7bb56b@sonic.net> Message-ID: Update: the problem is libcec, which is listed as an optional dependency in the README.? Current libcec is incompatible with plex-home-theater.? Builds OK without it. On 9/11/20 12:50 PM, Kent Fritz wrote: > In testing dependencies of a library I'm updating, plex-home-theater > won't build for me, and not due to my changes. I haven't mailed the > maintainer as there was a message here back in February looking for > new maintainers of their orphaned packages. > > https://lists.slackbuilds.org/pipermail/slackbuilds-users/2020-February/024044.html > > > Is it time to retire this package?? It's dead upstream. > > Thanks, > > Kent. > > _______________________________________________ > 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 kingbeowulf at gmail.com Sat Sep 12 01:08:00 2020 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 11 Sep 2020 18:08:00 -0700 Subject: [Slackbuilds-users] [Slackbuild-users] SDL2_gfx category Message-ID: Hello, SDL2_gfx is in development, is a library, and all other SDL2_* are in libraries (as is SDL-*). Would it not be prudent to move SDL2_gfx to the development category? -Ed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From alik at ejik.org Sat Sep 12 12:27:12 2020 From: alik at ejik.org (Alexander Verbovetsky) Date: Sat, 12 Sep 2020 15:27:12 +0300 (MSK) Subject: [Slackbuilds-users] smoffice2021 Message-ID: Hello, I maintained smoffice2016 and smoffice2018, which are now frozen. There is a new active version smoffice2021, but I can't submit it because I stopped using SoftMaker Office. Thus, it's available to whoever wants to pick it up! Best regards, Alexander From chytraeu at sdf.org Sat Sep 12 14:18:30 2020 From: chytraeu at sdf.org (Donald Cooley) Date: Sat, 12 Sep 2020 09:18:30 -0500 Subject: [Slackbuilds-users] smoffice2021 In-Reply-To: References: Message-ID: <24b943e5-8976-f8dc-6478-7c8b9c3cd0d6@sdf.org> On 9/12/20 7:27 AM, Alexander Verbovetsky wrote: > Hello, > > I maintained smoffice2016 and smoffice2018, which are now frozen. There > is a new active version smoffice2021, but I can't submit it because I > stopped using SoftMaker Office. > > Thus, it's available to whoever wants to pick it up! > > Best regards, > Alexander > _______________________________________________ > 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/ > I'll take it. I am a light user of their office suite. Donald Cooley From rshepard at appl-ecosys.com Sat Sep 12 16:23:00 2020 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sat, 12 Sep 2020 09:23:00 -0700 (PDT) Subject: [Slackbuilds-users] smoffice2021 In-Reply-To: <24b943e5-8976-f8dc-6478-7c8b9c3cd0d6@sdf.org> References: <24b943e5-8976-f8dc-6478-7c8b9c3cd0d6@sdf.org> Message-ID: On Sat, 12 Sep 2020, Donald Cooley via SlackBuilds-users wrote: > I'll take it. I am a light user of their office suite. Donald, Having never before heard of SoftMaker I just looked at their web site. I'm curious why you (or any other linux user) would pay for their software when there's LibreOffice, OpenOffice, Calibra, AbiWord, and probably other word processors available at no cost. I'm not criticizing, only curious. Regards, Rich From rshepard at appl-ecosys.com Sat Sep 12 16:45:43 2020 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sat, 12 Sep 2020 09:45:43 -0700 (PDT) Subject: [Slackbuilds-users] smoffice2021 In-Reply-To: References: <24b943e5-8976-f8dc-6478-7c8b9c3cd0d6@sdf.org> Message-ID: On Sat, 12 Sep 2020, Rich Shepard wrote: > Having never before heard of SoftMaker I just looked at their web site. I'm > curious why you (or any other linux user) would pay for their software when > there's LibreOffice, OpenOffice, Calibra, AbiWord, and probably other word > processors available at no cost. > > I'm not criticizing, only curious. I meant to send this off the mail list. My apologies to everyone else. Rich From willysr at slackbuilds.org Sat Sep 12 16:58:40 2020 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 12 Sep 2020 23:58:40 +0700 Subject: [Slackbuilds-users] Updates - 20200912.1 Message-ID: <8ee223a7-ead2-99f0-9477-44391b401048@slackbuilds.org> Sat Sep 12 16:46:54 UTC 2020 academic/gwyddion: Updated for version 2.56. academic/xiphos: Fix man location. audio/aj-snapshot: Updated for version 0.9.9 desktop/kupfer: Updated for version v320. desktop/wmalauncher: Updated for version 2020.0905. desktop/x-tile: updated for version 3.2 desktop/xkblayout-state: Updated for version 1b_git20200909. development/dart-sdk: Updated for version 2.9.2 development/dbeaver-ce: Updated for version 7.2.0. development/love-legacy072: Fix download URL. development/love-legacy080: Fix download URL. development/redo: Added (a recursive build system) development/slibtool: Updated for version 0.5.29. development/swi-prolog: Remove dependency on unixODBC. development/watchman: No-upgrade comment in README. games/0ad: BUILD version bump. games/VASSAL: Updated for version 3.4.0. games/asc: Fix broken build. games/d1x-rebirth: Fix download URL. games/d2x-rebirth: Fix download URL. games/dreamchess: Updated for version 0.3.0. games/glestae: Fix build when wxGTK3 installed. games/higan: Use github download URL. games/mgba: Updated for version 0.8.3 games/starfighter: Updated for version 2.3.2. games/yarntown: Added (2D homage to Bloodborne for solarus engine) gis/Fiona: Updated for version 1.8.17. gis/Shapely: Updated for version 1.7.1. gis/postgis: Updated for version 3.0.2. gis/proj: Updated for 7.1.1. gis/pyshp: Updated for version 2.1.1. graphics/feh: Updated for version 3.5. libraries/aqbanking: Updated for version 6.2.2. libraries/c-ares: Updated for version 1.16.1. libraries/gloox: Updated for version 1.0.24. libraries/gwenhywfar: Updated for version 5.4.0. libraries/libtorrent-rasterbar: Updated for version 1.2.10. libraries/libuv: Updated for version 1.39.0. libraries/libxnvctrl: Updated for version 450.66. libraries/mxml: Updated for version 3.1. misc/discount: Updated for version 2.2.7. multimedia/flashplayer-plugin: Updated for version 32.0.0.433. multimedia/pepperflash-plugin: Updated for version 32.0.0.433. network/bitcoin: Updated for version 0.20.1. network/brave-browser: Updated for version 1.12.114. network/discord: Fix download link. network/felinks: Added (A fork of Elinks, the web browser). network/hydra: Updated for version 9.1. network/signal-desktop: Updated for version 1.36.1. network/sipp: Updated for version 3.6.0. network/vivaldi: Updated for version 3.3.2022.45. network/wireguard-linux-compat: Updated for version 1.0.20200908. office/keepassxc: Updated for version 2.6.1. office/lyx: Fix MD5SUM. office/onlyoffice-desktopeditors: Updated for version 5.6.4. office/pdfstudio: Updated for version 2020.0.1. office/pdfstudioviewer: Updated for version 2020.0.1. perl/perl-Modern-Perl: Added (enable features of Modern Perl) python/python3-isort: Updated for version 5.5.1. system/autoslackpkg: Updated for version 1.1. system/bindfs: Updated for version 1.14.7. system/dash: Updated for version 0.5.11.2. system/direvent: Added (Directory event monitoring daemon) system/entr: Updated for version 4.6. system/epson-inkjet-printer-escpr2: Updated for version 1.1.17. system/john: Updated for version 1.9.0. system/letsencrypt: Updated for version 1.8.0. system/maxcso: Updated for version 1.12.0. system/mkslack: Updated for version 5.3.5. system/nvidia-driver: Fix typo. system/nvidia-kernel: Fix version. system/pspg: Updated for version 3.1.3. system/secure-delete: Updated for version 3.1_6. system/wesnoth: Updated to version 1.14.13 system/xarchiver: Updated to version 0.5.4.15 +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From jeffersoncarneiro at slackjeff.com.br Sat Sep 12 18:24:18 2020 From: jeffersoncarneiro at slackjeff.com.br (Professor Jefferson Rocha) Date: Sat, 12 Sep 2020 15:24:18 -0300 Subject: [Slackbuilds-users] New Request in .info Message-ID: <20200912182418.GA11494@darkstar.slack.org> Hello, I would like to request a new feature in the '.info' file for a license variable. We have the license for SlackBuilds but not the source itself. I know how easy it is +toconsult the source or the project website, but many new'bies' end up not doing it! -------------------- > At Professor Jefferson Carneiro. From yalhcru at gmail.com Sat Sep 12 18:43:53 2020 From: yalhcru at gmail.com (B Watson) Date: Sat, 12 Sep 2020 14:43:53 -0400 Subject: [Slackbuilds-users] [Slackbuild-users] SDL2_gfx category In-Reply-To: References: Message-ID: On 9/11/20, King Beowulf wrote: > SDL2_gfx is in development, is a library, and all other SDL2_* are in > libraries (as is SDL-*). If it's up for vote, I vote for moving it to libraries. > Would it not be prudent to move SDL2_gfx to > the development category? You mean, to the libraries category, right? From jdashiel at panix.com Sun Sep 13 11:05:07 2020 From: jdashiel at panix.com (Jude DaShiell) Date: Sun, 13 Sep 2020 07:05:07 -0400 Subject: [Slackbuilds-users] straw-viewer and youtube-viewer Message-ID: straw-viewer has a new git clone url: https://github.com/trizen/straw-viewer The url in the SlackBuild file fails. The youtube-viewer package will build but fails to run correctly any longer. straw-viewer is a fork of youtube-viewer and I suspect the author decided to no longer support youtube-viewer. -- From yalhcru at gmail.com Sun Sep 13 18:23:36 2020 From: yalhcru at gmail.com (B Watson) Date: Sun, 13 Sep 2020 14:23:36 -0400 Subject: [Slackbuilds-users] straw-viewer and youtube-viewer In-Reply-To: References: Message-ID: On 9/13/20, Jude DaShiell wrote: > straw-viewer has a new git clone url: > https://github.com/trizen/straw-viewer Huh? It's the same URL. Except mine has a slash at the end, so it looks like: https://github.com/trizen/straw-viewer/ Works for me either way, with or without the trailing slash. It looks like there's a new release today (0.0.9) so I'll be updating the build anyway. > The url in the SlackBuild file fails. What URL is failing for you? > The youtube-viewer package will build but fails to run correctly any > longer. You have to get a google API key. The README on SBo says: ********* Note: Google has revoked the API key formerly used by youtube-viewer. To use this, you'll have to create a Google account and register for an API key. See /usr/doc/youtube-viewer-$VERSION/README.md for instructions. See https://github.com/trizen/youtube-viewer/issues/308 for more information. If you don't like this restriction, try using straw-viewer instead. ********* > straw-viewer is a fork of youtube-viewer and I suspect the author decided > to no longer support youtube-viewer. The last commit to youtube-viewer was on August 26, around 3 weeks ago. There have been several releases of youtube-viewer since the straw-viewer fork was created. It looks like the author is still maintaining youtube-viewer... Though I'm not maintaining the SlackBuild actively. I don't have a google API key and don't want one. Sooner or later, youtube-viewer will get handed off to someone else as maintainer, or if not, it'll eventually get removed from SBo... probably when Slackware 15.0 get released. From jdashiel at panix.com Sun Sep 13 18:26:18 2020 From: jdashiel at panix.com (Jude DaShiell) Date: Sun, 13 Sep 2020 14:26:18 -0400 Subject: [Slackbuilds-users] straw-viewer and youtube-viewer In-Reply-To: References: Message-ID: What was in the file downloaded by sbopkg had a part of its name .naptime. as the second part of the domain. On Sun, 13 Sep 2020, B Watson wrote: > Date: Sun, 13 Sep 2020 14:23:36 > From: B Watson > Reply-To: SlackBuilds.org Users List > To: SlackBuilds.org Users List > Subject: Re: [Slackbuilds-users] straw-viewer and youtube-viewer > > On 9/13/20, Jude DaShiell wrote: > > straw-viewer has a new git clone url: > > https://github.com/trizen/straw-viewer > > Huh? It's the same URL. Except mine has a slash at the end, so it > looks like: > > https://github.com/trizen/straw-viewer/ > > Works for me either way, with or without the trailing slash. > > It looks like there's a new release today (0.0.9) so I'll be updating > the build anyway. > > > The url in the SlackBuild file fails. > > What URL is failing for you? > > > The youtube-viewer package will build but fails to run correctly any > > longer. > > You have to get a google API key. The README on SBo says: > > ********* > Note: Google has revoked the API key formerly used by youtube-viewer. To > use this, you'll have to create a Google account and register for an API > key. See /usr/doc/youtube-viewer-$VERSION/README.md for instructions. > See https://github.com/trizen/youtube-viewer/issues/308 for more > information. > > If you don't like this restriction, try using straw-viewer instead. > ********* > > > straw-viewer is a fork of youtube-viewer and I suspect the author decided > > to no longer support youtube-viewer. > > The last commit to youtube-viewer was on August 26, around 3 weeks > ago. There have been several releases of youtube-viewer since the > straw-viewer fork was created. It looks like the author is still > maintaining youtube-viewer... > > Though I'm not maintaining the SlackBuild actively. I don't have a > google API key and don't want one. Sooner or later, youtube-viewer > will get handed off to someone else as maintainer, or if not, it'll > eventually get removed from SBo... probably when Slackware 15.0 get > released. > _______________________________________________ > 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 kingbeowulf at gmail.com Sun Sep 13 19:05:16 2020 From: kingbeowulf at gmail.com (King Beowulf) Date: Sun, 13 Sep 2020 12:05:16 -0700 Subject: [Slackbuilds-users] [Slackbuild-users] SDL2_gfx category In-Reply-To: References: Message-ID: <51a6609c-16c4-6aa7-8522-132abcda0a53@gmail.com> On 9/12/20 11:43 AM, B Watson wrote: > On 9/11/20, King Beowulf wrote: > >> SDL2_gfx is in development, is a library, and all other SDL2_* are in >> libraries (as is SDL-*). > > If it's up for vote, I vote for moving it to libraries. > >> Would it not be prudent to move SDL2_gfx to >> the development category? > > You mean, to the libraries category, right? Read what I mean, not what I write. LOL. ( I blame all the wildfire smoke.) Yes, I vote that all SDL* be in category "libraries" -Ed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From kingbeowulf at gmail.com Sun Sep 13 19:11:12 2020 From: kingbeowulf at gmail.com (King Beowulf) Date: Sun, 13 Sep 2020 12:11:12 -0700 Subject: [Slackbuilds-users] Updates - 20200912.1 In-Reply-To: <8ee223a7-ead2-99f0-9477-44391b401048@slackbuilds.org> References: <8ee223a7-ead2-99f0-9477-44391b401048@slackbuilds.org> Message-ID: On 9/12/20 9:58 AM, Willy Sudiarto Raharjo wrote: > system/wesnoth: Updated to version 1.14.13 wesnoth should be in category "games" which, according to my local updates branch (I haven't pulled updated master yet), it still sits. Thus, I wasn't me, I swear! -Ed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From yalhcru at gmail.com Sun Sep 13 21:18:28 2020 From: yalhcru at gmail.com (B Watson) Date: Sun, 13 Sep 2020 17:18:28 -0400 Subject: [Slackbuilds-users] straw-viewer and youtube-viewer In-Reply-To: References: Message-ID: On 9/13/20, Jude DaShiell wrote: > What was in the file downloaded by sbopkg had a part of its name > .naptime. as the second part of the domain. naptime.net was the old download location. You're looking at an outdated copy of the SlackBuild. Have a look here: http://slackbuilds.org/repository/14.2/multimedia/straw-viewer/ The .info file has the download link, and it's a github.com link. From jdashiel at panix.com Mon Sep 14 04:52:09 2020 From: jdashiel at panix.com (Jude DaShiell) Date: Mon, 14 Sep 2020 00:52:09 -0400 Subject: [Slackbuilds-users] straw-viewer and youtube-viewer In-Reply-To: References: Message-ID: This appears good now. On Sun, 13 Sep 2020, B Watson wrote: > Date: Sun, 13 Sep 2020 17:18:28 > From: B Watson > Reply-To: SlackBuilds.org Users List > To: SlackBuilds.org Users List > Subject: Re: [Slackbuilds-users] straw-viewer and youtube-viewer > > On 9/13/20, Jude DaShiell wrote: > > What was in the file downloaded by sbopkg had a part of its name > > .naptime. as the second part of the domain. > > naptime.net was the old download location. You're looking at an > outdated copy of the SlackBuild. > > Have a look here: > > http://slackbuilds.org/repository/14.2/multimedia/straw-viewer/ > > The .info file has the download link, and it's a github.com link. > _______________________________________________ > 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 Mon Sep 14 16:33:46 2020 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Mon, 14 Sep 2020 09:33:46 -0700 (PDT) Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 Message-ID: When I enter new references into my bibliographic software I've copied the abstract (a large block of text) and pasted it into the bibliographic application. This has worked fine with PDF versions through 1.2 (perhaps 1.4), but definitely not with version 1.7 files. Chunks of text are lost when I paste the highlighted text into that application or a text file. I've tried xpdf, mupdf, gv, evince, qpdfviewer, zathera, adobe-reader, MasterPDFEditor, pdftotext, and others I don't recall. Is there a 14.2-compatible tool that allows copying of PDF-1.7 highlighted text? TIA, Rich From alik at ejik.org Mon Sep 14 16:43:20 2020 From: alik at ejik.org (Alexander Verbovetsky) Date: Mon, 14 Sep 2020 19:43:20 +0300 Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: References: Message-ID: <8c4fb543-a073-4780-95ff-a596a2e64031@www.fastmail.com> Hello, On Mon, 14 Sep 2020, at 19:33, Rich Shepard wrote: > When I enter new references into my bibliographic software I've copied > the abstract (a large block of text) and pasted it into the > bibliographic application. This has worked fine with PDF versions > through 1.2 (perhaps 1.4), but definitely not with version 1.7 files. > Chunks of text are lost when I paste the highlighted text into that > application or a text file. > > I've tried xpdf, mupdf, gv, evince, qpdfviewer, zathera, adobe-reader, > MasterPDFEditor, pdftotext, and others I don't recall. > > Is there a 14.2-compatible tool that allows copying of PDF-1.7 > highlighted text? There is pdfstudioviewer. To me it sounds strange that the version is a problem. Maybe there is no text inside, just picture? PDF is a container, not a format. Could you show an example file? Best regards, Alexander From rshepard at appl-ecosys.com Mon Sep 14 16:57:13 2020 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Mon, 14 Sep 2020 09:57:13 -0700 (PDT) Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: <8c4fb543-a073-4780-95ff-a596a2e64031@www.fastmail.com> References: <8c4fb543-a073-4780-95ff-a596a2e64031@www.fastmail.com> Message-ID: On Mon, 14 Sep 2020, Alexander Verbovetsky wrote: > There is pdfstudioviewer. To me it sounds strange that the version is a > problem. Alexander, Version 14.2 uses xpdf-3.04; current has xpdf-4.02 but this requires newer versions of both glibc and another library (I forget which). It's the PDF version that matters. > Maybe there is no text inside, just picture? PDF is a container, not a > format. Scientific journal articles are primarily text with occasional plots or other images. And I believe that PDF stand for "Portable Document Format." I'll try pdfstudioviewer. Thanks, Rich From rellis at dp100.com Mon Sep 14 17:15:18 2020 From: rellis at dp100.com (Richard Ellis) Date: Mon, 14 Sep 2020 13:15:18 -0400 Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: References: <8c4fb543-a073-4780-95ff-a596a2e64031@www.fastmail.com> Message-ID: <20200914171518.GT9090@d820.dp100.com> On Mon, Sep 14, 2020 at 09:57:13AM -0700, Rich Shepard wrote: >On Mon, 14 Sep 2020, Alexander Verbovetsky wrote: >>Maybe there is no text inside, just picture? PDF is a container, not >>a format. > >Scientific journal articles are primarily text with occasional plots >or other images. And I believe that PDF stand for "Portable Document >Format." The Adobe name does expand to those words, but the word "Document" in the name bears no resemblence to how the data inside the PDF document produces a visual output. The internal structure of a PDF is basicacally best described as "electronic paper" than as a "document". PDF, internally, is simply a way of specifying how to physically position "visual things" on a virtual sheet of paper, and whether you have any luck with extracting "text" later depends very much upon how the creating software generated the internal PDF data. From jdashiel at panix.com Mon Sep 14 17:53:25 2020 From: jdashiel at panix.com (Jude DaShiell) Date: Mon, 14 Sep 2020 13:53:25 -0400 Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: <20200914171518.GT9090@d820.dp100.com> References: <8c4fb543-a073-4780-95ff-a596a2e64031@www.fastmail.com> <20200914171518.GT9090@d820.dp100.com> Message-ID: Although adobe has accessibility options that can be enabled for pdf files most pdf file creators do not use them. When creators do use accessibility options usually printing and converting files become easier except in the case all a pdf file contains is images. On Mon, 14 Sep 2020, Richard Ellis via SlackBuilds-users wrote: > Date: Mon, 14 Sep 2020 13:15:18 > From: Richard Ellis via SlackBuilds-users > To: slackbuilds-users at slackbuilds.org > Cc: Richard Ellis > Subject: Re: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 > > On Mon, Sep 14, 2020 at 09:57:13AM -0700, Rich Shepard wrote: > >On Mon, 14 Sep 2020, Alexander Verbovetsky wrote: > >>Maybe there is no text inside, just picture? PDF is a container, not a > >>format. > > > >Scientific journal articles are primarily text with occasional plots or other > >images. And I believe that PDF stand for "Portable Document Format." > > The Adobe name does expand to those words, but the word "Document" in the name > bears no resemblence to how the data inside the PDF document produces a visual > output. > > The internal structure of a PDF is basicacally best described as "electronic > paper" than as a "document". PDF, internally, is simply a way of specifying > how to physically position "visual things" on a virtual sheet of paper, and > whether you have any luck with extracting "text" later depends very much upon > how the creating software generated the internal PDF data. > > _______________________________________________ > 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 Mon Sep 14 17:55:48 2020 From: jdashiel at panix.com (Jude DaShiell) Date: Mon, 14 Sep 2020 13:55:48 -0400 Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: References: <8c4fb543-a073-4780-95ff-a596a2e64031@www.fastmail.com> <20200914171518.GT9090@d820.dp100.com> Message-ID: A way to assess probability a pdf file can be printed or converted is to run a full accessibility check on the pdf first and if possible fix any errors that come up on the report. On Mon, 14 Sep 2020, Jude DaShiell wrote: > Date: Mon, 14 Sep 2020 13:53:25 > From: Jude DaShiell > Reply-To: SlackBuilds.org Users List > To: Richard Ellis via SlackBuilds-users > Subject: Re: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 > > Although adobe has accessibility options that can be enabled for pdf > files most pdf file creators do not use them. When creators do use > accessibility options usually printing and converting files become > easier except in the case all a pdf file contains is images. > > On Mon, 14 Sep 2020, Richard Ellis via SlackBuilds-users wrote: > > > Date: Mon, 14 Sep 2020 13:15:18 > > From: Richard Ellis via SlackBuilds-users > > To: slackbuilds-users at slackbuilds.org > > Cc: Richard Ellis > > Subject: Re: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 > > > > On Mon, Sep 14, 2020 at 09:57:13AM -0700, Rich Shepard wrote: > > >On Mon, 14 Sep 2020, Alexander Verbovetsky wrote: > > >>Maybe there is no text inside, just picture? PDF is a container, not a > > >>format. > > > > > >Scientific journal articles are primarily text with occasional plots or other > > >images. And I believe that PDF stand for "Portable Document Format." > > > > The Adobe name does expand to those words, but the word "Document" in the name > > bears no resemblence to how the data inside the PDF document produces a visual > > output. > > > > The internal structure of a PDF is basicacally best described as "electronic > > paper" than as a "document". PDF, internally, is simply a way of specifying > > how to physically position "visual things" on a virtual sheet of paper, and > > whether you have any luck with extracting "text" later depends very much upon > > how the creating software generated the internal PDF data. > > > > _______________________________________________ > > 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 Mon Sep 14 18:28:07 2020 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Mon, 14 Sep 2020 11:28:07 -0700 (PDT) Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: References: <8c4fb543-a073-4780-95ff-a596a2e64031@www.fastmail.com> <20200914171518.GT9090@d820.dp100.com> Message-ID: On Mon, 14 Sep 2020, Jude DaShiell wrote: > A way to assess probability a pdf file can be printed or converted is to > run a full accessibility check on the pdf first and if possible fix any > errors that come up on the report. The issue is not printability or copying but the version. I have no issues with any of the installed PDF viewers for documents created with pdf-1.4 and earlier. It's the ones created with pdf-1.7 that are the issue. Thanks, Jude, Rich From milgram at cgpp.com Mon Sep 14 18:43:29 2020 From: milgram at cgpp.com (Judah Milgram) Date: Mon, 14 Sep 2020 14:43:29 -0400 Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: References: <8c4fb543-a073-4780-95ff-a596a2e64031@www.fastmail.com> <20200914171518.GT9090@d820.dp100.com> Message-ID: I just tried xpdf 3.04 on a PDF that /usr/bin/file says is PDF 1.7 and it copy/pastes as expected. Maybe the text in the file has been converted to bitmap for some reason? As a diagnostic, you might throw /usr/bin/pdftotext at it and see what if anything comes out. Judah On 9/14/20 2:28 PM, Rich Shepard wrote: > On Mon, 14 Sep 2020, Jude DaShiell wrote: > >> A way to assess probability a pdf file can be printed or converted is to >> run a full accessibility check on the pdf first and if possible fix any >> errors that come up on the report. > > The issue is not printability or copying but the version. I have no issues > with any of the installed PDF viewers for documents created with pdf-1.4 > and > earlier. It's the ones created with pdf-1.7 that are the issue. > > Thanks, Jude, > > 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/ -- Judah Milgram milgram at cgpp.com 301-257-7069 From dave at slackbuilds.org Mon Sep 14 18:48:28 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Mon, 14 Sep 2020 19:48:28 +0100 Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: References: Message-ID: <20200914184828.GB21600@blackswan.r0t.uk> On 14/09/20 09:33, Rich Shepard put forth the proposition: > When I enter new references into my bibliographic software I've copied the > abstract (a large block of text) and pasted it into the bibliographic > application. This has worked fine with PDF versions through 1.2 (perhaps > 1.4), but definitely not with version 1.7 files. Chunks of text are lost > when I paste the highlighted text into that application or a text file. > I've tried xpdf, mupdf, gv, evince, qpdfviewer, zathera, adobe-reader, > MasterPDFEditor, pdftotext, and others I don't recall. > Is there a 14.2-compatible tool that allows copying of PDF-1.7 highlighted > text? > TIA, > Rich Hi Rich, Which DE or WM are you using? And are you using the select to copy and middle-click to paste method, or are you using ^C and ^V keybinds? How many words or characters are we talking about? It may be something in your clipboard manager perhaps. Just a thought. -- 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 didier at slint.fr Mon Sep 14 19:33:23 2020 From: didier at slint.fr (Didier Spaier) Date: Mon, 14 Sep 2020 21:33:23 +0200 Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 In-Reply-To: References: Message-ID: As requested by Alexander, please provide a file version 1.7 or a link to a file version 1.7 and tell which block of text in it you want to paste, so we can try to reproduce the issue and investigate further. Really, this is the best thing you can do to help us help you. Didier Le 14/09/2020 ? 18:33, Rich Shepard a ?crit?: > When I enter new references into my bibliographic software I've copied the > abstract (a large block of text) and pasted it into the bibliographic > application. This has worked fine with PDF versions through 1.2 (perhaps > 1.4), but definitely not with version 1.7 files. Chunks of text are lost > when I paste the highlighted text into that application or a text file. > > I've tried xpdf, mupdf, gv, evince, qpdfviewer, zathera, adobe-reader, > MasterPDFEditor, pdftotext, and others I don't recall. > > Is there a 14.2-compatible tool that allows copying of PDF-1.7 highlighted > text? > > TIA, > > Rich From rshepard at appl-ecosys.com Tue Sep 15 13:25:31 2020 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 15 Sep 2020 06:25:31 -0700 (PDT) Subject: [Slackbuilds-users] Copying PDF-1.7 text using -14.2 [RESOLVED] In-Reply-To: References: Message-ID: On Mon, 14 Sep 2020, Rich Shepard wrote: > Is there a 14.2-compatible tool that allows copying of PDF-1.7 highlighted > text? Yep, there is. I display a PDF-1.7 document using xpdf then print it to a .ps file. Then when I use the default -14.2 ps2pdf to convert the PostScript to PDF format it's in PDF version 1.4. This kludge allows me to copy large blocks of text correctly. Thanks all! Stay well, Rich From jebrhansen+SBo at gmail.com Wed Sep 16 07:11:24 2020 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Wed, 16 Sep 2020 01:11:24 -0600 Subject: [Slackbuilds-users] discord download fails In-Reply-To: <20200911164847.GK18677@blackswan.r0t.uk> References: <20200911164847.GK18677@blackswan.r0t.uk> Message-ID: On Fri, Sep 11, 2020, 10:48 AM Dave Woodfall wrote: > On 11/09/20 12:06, > Barry Grundy put forth the proposition: > > The .info file for discord: > > DOWNLOAD_x86_64=" > > https://dl.discordapp.net/apps/linux/0.0.10/discord-0.0.11.deb" > > Should be: > > DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.*11* > > /discord-0.0.11.deb" > > (FYI: version 12 is available and works fine with a version bump only) > > -- > > ---- > > Barry Grundy > > bgrundy at gmail.com > > bgrundy at linuxleo.com > > Fixed in my branch. Thanks Barry. > > -- > Dave > Thanks for fixing this Dave. I was out camping and didn't have service. Barry, I'll get the update to 0.0.12 pushed before the weekend. Thanks for the heads up! Jeremy > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dchmelik at gmail.com Wed Sep 16 08:29:07 2020 From: dchmelik at gmail.com (David Chmelik) Date: Wed, 16 Sep 2020 01:29:07 -0700 Subject: [Slackbuilds-users] discord download fails In-Reply-To: References: <20200911164847.GK18677@blackswan.r0t.uk> Message-ID: <91129247-e696-a06b-f944-c92428f3c4c1@gmail.com> On 9/16/20 12:11 AM, Jeremy Hansen wrote: > On Fri, Sep 11, 2020, 10:48 AM Dave Woodfall > wrote: > > On 11/09/20 12:06, > Barry Grundy > put > forth the proposition: > > The .info file for discord: > > DOWNLOAD_x86_64=" > > https://dl.discordapp.net/apps/linux/0.0.10/discord-0.0.11.deb" > > Should be: > > DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.*11* > > /discord-0.0.11.deb" > > (FYI: version 12 is available and works fine with a version bump > only) > > -- > > ---- > > Barry Grundy > > bgrundy at gmail.com > > bgrundy at linuxleo.com > > Fixed in my branch.? Thanks Barry. > > -- > Dave > > > Thanks for fixing this Dave. I was out camping and didn't have service. > > Barry, I'll get the update to 0.0.12 pushed before the weekend. Thanks > for the heads up! > > Jeremy Yes, and why use a .deb?? Discord makes .tar.gz now... From jebrhansen+SBo at gmail.com Wed Sep 16 08:45:27 2020 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Wed, 16 Sep 2020 02:45:27 -0600 Subject: [Slackbuilds-users] discord download fails In-Reply-To: <91129247-e696-a06b-f944-c92428f3c4c1@gmail.com> References: <20200911164847.GK18677@blackswan.r0t.uk> <91129247-e696-a06b-f944-c92428f3c4c1@gmail.com> Message-ID: On Wed, Sep 16, 2020, 2:29 AM David Chmelik wrote: > On 9/16/20 12:11 AM, Jeremy Hansen wrote: > > On Fri, Sep 11, 2020, 10:48 AM Dave Woodfall > > wrote: > > > > On 11/09/20 12:06, > > Barry Grundy > put > > forth the proposition: > > > The .info file for discord: > > > DOWNLOAD_x86_64=" > > > https://dl.discordapp.net/apps/linux/0.0.10/discord-0.0.11.deb" > > > Should be: > > > DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.*11* > > > /discord-0.0.11.deb" > > > (FYI: version 12 is available and works fine with a version bump > > only) > > > -- > > > ---- > > > Barry Grundy > > > bgrundy at gmail.com > > > bgrundy at linuxleo.com > > > > Fixed in my branch. Thanks Barry. > > > > -- > > Dave > > > > > > Thanks for fixing this Dave. I was out camping and didn't have service. > > > > Barry, I'll get the update to 0.0.12 pushed before the weekend. Thanks > > for the heads up! > > > > Jeremy > > Yes, and why use a .deb? Discord makes .tar.gz > They had the tar.gz available when I first created the SlackBuild, but I think the deb had simpler locations and required less tweaking. However, it's been a while since I looked, so I don't remember for sure. If you know of any benefits with the tar.gz, I'd be happy to reconsider. Jeremy > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat Sep 19 02:17:41 2020 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 19 Sep 2020 09:17:41 +0700 Subject: [Slackbuilds-users] Updates - 20200919.1 Message-ID: Sat Sep 19 01:55:45 UTC 2020 academic/HMMER: Updated for version 3.3.1. academic/PhyMLR: Updated for version 3.3.20200621. academic/RepeatMasker: Updated for version 4.1.1. academic/amplifx: Change URLs. academic/bedtools: Updated for version 2.29.2. academic/bibletime: Use cmake-202x. academic/diamond: Updated for version 0.9.36. academic/fiji: Updated for version 20200902_2101. academic/genometools: Updated for version 1.6.1. academic/io_lib: Updated for version 1.14.13. academic/jalview: Updated for version 2.11.1.0. academic/lalnview: Update script. academic/mafft: Updated for version 7.471. academic/megax: Updated for version 10.1.8_1. academic/meme-suite: Updated for version 5.1.1. academic/ncbi-blast+: Updated for version 2.10.1. academic/nco: Updated for version 4.9.4. academic/paml: Updated for version 4.9j. academic/pamlX: Update substitution. academic/seaview: Updated for version 5.0.4. academic/seqkit: Updated for version 0.13.2. academic/spades: Updated for version 3.14.1. academic/treerecs: Updated for version 1.2. academic/trfind: Updated for version 4.09.1. academic/trimmomatic: Updated for version 0.39. academic/ugene: Updated for version 35.0. academic/wehi-weasel: Updated for version 3.7.1.18. audio/exhale: Updated for version 1.0.7. audio/pianobar: Updated for version 2019.01.25. desktop/fvwm3: Added (fvwm window manager). development/Fennel: Updated for version 0.6.0. development/apache-jmeter: Updated for version 5.3. development/byacc: Updated for version 20200910. development/cf-cli: Updated for version 7.1.0. development/cmake-202x: Added (cross-platform, FOSS make system) development/dart-sdk: Updated for version 2.9.3 development/gambas3: Updated for version 3.15.2. development/git-lfs: Updated for version 2.12.0. development/kotlin: Updated for version 1.4.10. development/minikube: Updated for version 1.13.0. development/neovim-remote: Added (remote control for neovim). development/octant: Updated for version 0.15.0. development/slibtool: Updated for version 0.5.31. development/yarn: Updated for version 1.22.5. games/angband: Updated for version 4.2.1. games/crispy-doom: Updated for version 5.9.1. games/nsudoku: Update URL. games/stone_soup: Updated for version 0.25.0. graphics/librecad: Updated for version 9f2c32d. graphics/mtpaint: Updated for version 3.49.29. graphics/qrencode: Updated for version 4.1.0. graphics/vuescan: Updated for version 9.7.33. libraries/bcdoc: Switch to python3. libraries/botocore: Updated for version 1.18.0. libraries/hiredis: Updated for version 1.0.0. libraries/libbson: Added (a cross platform BSON Library for C) libraries/libmicrohttpd: Updated for version 0.9.70. libraries/mxml: Remove static library. libraries/pexpect: Updated for version 4.8.0. misc/xca: Add doinst.sh. misc/xca: Updated for version 2.3.0. multimedia/straw-viewer: Updated for version 0.0.9. network/awscli: Updated for version 1.18.141. network/brave-browser: Updated for version 1.14.81. network/driftnet: Updated for version 1.3.0. network/hostapd: Security fix: CVE-2019-16275/CVE-2020-12695. network/r2e: Update DOWNLOAD url. network/rss2email: Added (rss to email gateway). network/shadowsocks-libev: Updated for version 3.3.5. network/sqlmap: Updated for version 1.4.9. network/squid: Updated for version 4.13. network/tor: Updated for version 0.4.4.5. network/ufw: Updated for version 0.36. network/youtube-dl: Updated for version 2020.09.14. network/zoom-linux: Updated for version 5.2.458699.0906. office/pdf2djvu: Updated for version 0.9.17.1. perl/perl-Class-Tiny: Updated for version 1.008. python/jmespath: Updated for version 0.10.0. python/pyasn1: Add optional dependency: python3. python/python-bitstring: Added (binary data analysis library). python/python3-isort: Updated for version 5.5.2. python/python3-rsa: Added (pure-Python RSA implementation). python/s3transfer: Added python3 support. system/autojump: Updated for version 22.5.3. system/clamav: Updated for version 0.103.0. system/clamtk: Updated for version 6.05. system/davfs2: Updated for version 1.5.6. system/epson-inkjet-printer-escpr2: Updated for version 1.1.18. system/fio: Updated for version 3.23. system/irqbalance: Updated for version 1.7.0. system/noto-emoji: Updated for version 20200916. system/osquery: Updated for version 4.5.0. system/terminology: Updated for version 1.8.1. system/yaft: Added (Yet another framebuffer terminal). +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From Jim.Diamond at acadiau.ca Sun Sep 20 16:30:09 2020 From: Jim.Diamond at acadiau.ca (Jim Diamond) Date: Sun, 20 Sep 2020 13:30:09 -0300 Subject: [Slackbuilds-users] perl-html-form Message-ID: <20200920163009.GA4990@jdiamond-mb.acadiau.ca> Anyone else having the problem below, or is it just me? Thanks. Jim -> # sboupgrade perl-html-form Class that represents an HTML form element. Proceed with perl-html-form? [y] perl-html-form added to upgrade queue. Upgrade queue: perl-html-form Are you sure you wish to continue? [y] --2020-09-20 13:28:50-- https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz Resolving cpan.metacpan.org... 151.101.126.217, 2a04:4e42:1e::729 Connecting to cpan.metacpan.org|151.101.126.217|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2020-09-20 13:28:51 ERROR 404: Not Found. --2020-09-20 13:28:51-- ftp://slackware.uk/sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e/HTML-Form-6.07.tar.gz => ?HTML-Form-6.07.tar.gz? Resolving slackware.uk... 91.109.244.240, 2a02:2498:1:227::240 Connecting to slackware.uk|91.109.244.240|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e ... No such directory ?sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e?. Unable to download/verify source file(s) for perl-html-form: Unable to wget https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz. Do you want to proceed? [n] Failures: perl-html-form: Unable to wget https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz. From dave at slackbuilds.org Sun Sep 20 17:03:04 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Sun, 20 Sep 2020 18:03:04 +0100 Subject: [Slackbuilds-users] perl-html-form In-Reply-To: <20200920163009.GA4990@jdiamond-mb.acadiau.ca> References: <20200920163009.GA4990@jdiamond-mb.acadiau.ca> Message-ID: <20200920170304.GL21600@blackswan.r0t.uk> Hi Jim, It's not just you. On 20/09/20 13:30, Slackbuilds Users put forth the proposition: > Anyone else having the problem below, or is it just me? > Thanks. > Jim > -> > # sboupgrade perl-html-form > Class that represents an HTML form element. > Proceed with perl-html-form? [y] > perl-html-form added to upgrade queue. > Upgrade queue: perl-html-form > Are you sure you wish to continue? [y] > --2020-09-20 13:28:50-- https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz > Resolving cpan.metacpan.org... 151.101.126.217, 2a04:4e42:1e::729 > Connecting to cpan.metacpan.org|151.101.126.217|:443... connected. > HTTP request sent, awaiting response... 404 Not Found > 2020-09-20 13:28:51 ERROR 404: Not Found. > --2020-09-20 13:28:51-- ftp://slackware.uk/sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e/HTML-Form-6.07.tar.gz > => ?HTML-Form-6.07.tar.gz? > Resolving slackware.uk... 91.109.244.240, 2a02:2498:1:227::240 > Connecting to slackware.uk|91.109.244.240|:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD (1) /sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e ... > No such directory ?sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e?. > Unable to download/verify source file(s) for perl-html-form: > Unable to wget https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz. > Do you want to proceed? [n] > Failures: > perl-html-form: Unable to wget https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz. -- 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 Sun Sep 20 19:18:31 2020 From: yalhcru at gmail.com (B Watson) Date: Sun, 20 Sep 2020 15:18:31 -0400 Subject: [Slackbuilds-users] perl-html-form In-Reply-To: <20200920163009.GA4990@jdiamond-mb.acadiau.ca> References: <20200920163009.GA4990@jdiamond-mb.acadiau.ca> Message-ID: On 9/20/20, Jim Diamond via SlackBuilds-users wrote: > https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz > Resolving cpan.metacpan.org... 151.101.126.217, 2a04:4e42:1e::729 > Connecting to cpan.metacpan.org|151.101.126.217|:443... connected. > HTTP request sent, awaiting response... 404 Not Found > 2020-09-20 13:28:51 ERROR 404: Not Found. Wrong URL. At some point, the CPAN author changed. Found the new URL by going to the homepage (from the .info file) and finding the link there. It's: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.07.tar.gz The md5sum matches, too. > /sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e ... > No such directory sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e . sbosrcarch can't archive nonexistent URLs... though now that I've found the right URL, I can manually add it to the archive. From Jim.Diamond at acadiau.ca Mon Sep 21 14:29:30 2020 From: Jim.Diamond at acadiau.ca (Jim Diamond) Date: Mon, 21 Sep 2020 11:29:30 -0300 Subject: [Slackbuilds-users] perl-html-form In-Reply-To: References: <20200920163009.GA4990@jdiamond-mb.acadiau.ca> Message-ID: <20200921142930.GA21085@jdiamond-mb.acadiau.ca> Dave and B, thanks for letting me know it isn't just me. And digging up the info. Donald, you are listed as the maintainer... are you able to do the update? Cheers. Jim On Sun, Sep 20, 2020 at 15:18 (-0400), B Watson wrote: > On 9/20/20, Jim Diamond via SlackBuilds-users > wrote: >> https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz >> Resolving cpan.metacpan.org... 151.101.126.217, 2a04:4e42:1e::729 >> Connecting to cpan.metacpan.org|151.101.126.217|:443... connected. >> HTTP request sent, awaiting response... 404 Not Found >> 2020-09-20 13:28:51 ERROR 404: Not Found. > Wrong URL. At some point, the CPAN author changed. Found the new URL > by going to the homepage (from the .info file) and finding the link > there. It's: > https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.07.tar.gz > The md5sum matches, too. >> /sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e ... >> No such directory sbosrcarch/by-md5/7/1/71718750e6a2132b50eeca417a55e18e . > sbosrcarch can't archive nonexistent URLs... though now that I've > found the right URL, I can manually add it to the archive. From erich.public at protonmail.com Mon Sep 21 14:50:16 2020 From: erich.public at protonmail.com (Erich Ritz) Date: Mon, 21 Sep 2020 14:50:16 +0000 Subject: [Slackbuilds-users] BibleTime README Message-ID: <-BCKoyR9RlH4ndPALrsTXZhs_gadsmcS_E4pyGzjev2QnnYFx_GjWz89SeZ7MmrO-W6t9W2C-Lxuh0u7d8u8NibX0WBa8-AEFugwssSURbE=@protonmail.com> Hi Tim and B. Watson, Due to the latest update to BibleTime (https://git.slackbuilds.org/slackbuilds/commit/?id=b6f67ff21c1d2877c0b2c19c2d35928221f81f95) I believe the last paragraph of BibleTime's README needs to be removed (the note about cmake). The corresponding comment in the SlackBuild was removed, so it looks like just an oversight. Erich -------------- next part -------------- An HTML attachment was scrubbed... URL: From yalhcru at gmail.com Mon Sep 21 16:11:17 2020 From: yalhcru at gmail.com (B Watson) Date: Mon, 21 Sep 2020 12:11:17 -0400 Subject: [Slackbuilds-users] perl-html-form In-Reply-To: <20200921142930.GA21085@jdiamond-mb.acadiau.ca> References: <20200920163009.GA4990@jdiamond-mb.acadiau.ca> <20200921142930.GA21085@jdiamond-mb.acadiau.ca> Message-ID: On 9/21/20, Jim Diamond via SlackBuilds-users wrote: > > Donald, you are listed as the maintainer... are you able to do the > update? No need. I already fixed it in my git branch, it'll get merged in the next update (this weekend). From kristofru at gmail.com Mon Sep 21 16:14:28 2020 From: kristofru at gmail.com (Chris Abela) Date: Mon, 21 Sep 2020 18:14:28 +0200 Subject: [Slackbuilds-users] davfs2 Maintenance Message-ID: Hi All, I am not in a position to maintain the davfs SalckBuild any longer. Please let us know if anyone is interested in taking over. Chris Abela -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at osh.id.au Tue Sep 22 05:49:40 2020 From: lists at osh.id.au (David O'Shaughnessy) Date: Mon, 21 Sep 2020 22:49:40 -0700 Subject: [Slackbuilds-users] Version bumping SlackBuilds (sbup) Message-ID: <4b60f084-f59e-4684-b21a-77174990af71@www.fastmail.com> Hello all, here's a script I made for doing version bumps on SlackBuilds (I get tired of doing this by hand). The idea is you can do `sbup version` in a directory to version bump the .info and SlackBuild (i.e., version, download, and md5s). I'm only new to Python so I'd appreciate any comments, code, or ideas. I'm sure much of this can be done in a better way. https://gitlab.com/oshd/sbup -- Dave From lists at osh.id.au Tue Sep 22 06:03:04 2020 From: lists at osh.id.au (David O'Shaughnessy) Date: Mon, 21 Sep 2020 23:03:04 -0700 Subject: [Slackbuilds-users] Version bumping SlackBuilds (sbup) In-Reply-To: <4b60f084-f59e-4684-b21a-77174990af71@www.fastmail.com> References: <4b60f084-f59e-4684-b21a-77174990af71@www.fastmail.com> Message-ID: On Mon, 21 Sep 2020, at 10:49 PM, David O'Shaughnessy wrote: > Hello all, here's a script I made for doing version bumps on > SlackBuilds (I get tired of doing this by hand). The idea is you can do > `sbup version` in a directory to version bump the .info and SlackBuild > (i.e., version, download, and md5s). Forgot to say, if you have sbuild installed, it will offer to test build the new script in a chroot/overlayfs. https://gitlab.com/oshd/sbuild -- Dave From kfritz at sonic.net Tue Sep 22 22:38:34 2020 From: kfritz at sonic.net (Kent Fritz) Date: Tue, 22 Sep 2020 15:38:34 -0700 Subject: [Slackbuilds-users] Updates - 20200919.1 In-Reply-To: References: Message-ID: My update of libraries/hiredis has the wrong MD5, as pointed out by a helpful user.? I tested updating? to 0.14.1 version first, and that's the MD5 in there. Can one of the admins just tweak it to: 209ae570cdee65a5143ea6db8ac07fe3 Happy to submit updated slackbuild if that's preferred. On 9/18/20 7:17 PM, Willy Sudiarto Raharjo wrote: > libraries/hiredis: Updated for version 1.0.0. > From willysr at slackbuilds.org Tue Sep 22 23:05:21 2020 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Wed, 23 Sep 2020 06:05:21 +0700 Subject: [Slackbuilds-users] Updates - 20200919.1 In-Reply-To: References: Message-ID: > Happy to submit updated slackbuild if that's preferred. Yes please :) -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sat Sep 26 09:24:40 2020 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 26 Sep 2020 16:24:40 +0700 Subject: [Slackbuilds-users] Updates - 20200926.1 Message-ID: <97a8cf3b-a43e-b621-f04d-7e597112223d@slackbuilds.org> Sat Sep 26 09:13:36 UTC 2020 academic/bibletime: Fix README. academic/xiphos: Updated for version 4.2.1. audio/ardour: Updated for version 6.3. desktop/i3-gaps: Updated for version 4.18.2. desktop/i3: Updated for version 4.18.2. development/ShellCheck-bin: Updated for version 0.7.1. development/cloc: Update to 1.88. development/composer: Updated for version 1.10.13 development/d-tools: Updated for version 2.093.1 development/dmd: Updated for version 2.093.1 development/dotnet-runtime: Updated for version 3.1.8. development/dotnet-sdk: Updated for version 3.1.402. development/meson: Update to 0.55.3. development/universal-ctags: Updated for version 86bdb84 development/vscode-bin: Updated for version 1.49.2. games/supertuxkart: Upgrade to 1.2. gis/GMT: Updated for version 6.1.1. gis/python3-basemap: Updated for version 1.2.2. graphics/vuescan: Updated for version 9.7.35. graphics/yacreader: Updated for version 9.7.1.2009123. libraries/Impacket: Updated for version 0.9.21. libraries/aspnetcore-runtime: Updated for version 3.1.8. libraries/libmediainfo: Update to 20.08. libraries/libzen: Update to 0.4.37. libraries/ode: Updated for version 0.16.2. libraries/tcl-promise: Added (A promise/future lib for tcl) misc/KeePass: Updated for version 2.46. multimedia/castget: Added (A command line tool to download podcasts) multimedia/mediainfo: Update to 20.08. multimedia/smplayer: Updated for version 20.4.2. multimedia/smtube: Updated for version 20.6.0. network/Electrum: Updated for version 4.0.3. network/anydesk: Updated for version 6.0.1. network/discord: Update to 0.0.12. network/newsboat: Updated for version 2.21. network/nordvpn: Updated for version 3.8.4. network/openresolv: Update to 3.11.0. network/qutebrowser-tox: Updated for version 1.13.1. network/rspamd: Updated for version 2.5. network/shorewall-core: Updated for version 5.2.8. network/shorewall6: Updated for version 5.2.8. network/shorewall: Updated for version 5.2.8. network/signal-desktop: Updated for version 1.36.2. network/sslscan: Updated for version 2.0.1. network/tor-browser: Updated for version 10.0. network/varnish: Updated for version 6.5.0. network/vivaldi: Updated for version 3.3.2022.47. network/wireshark: Updated for version 3.2.7. network/zoom-linux: Updated for version 5.3.465578.0920. office/calibre-bin: Updated for version 5.0.1. perl/perl-html-form: Fix download URL. python/passlib: Updated for version 1.7.2. python/python3-isort: Updated for version 5.5.3. python/python3-obspy: Updated for version 1.2.2. system/JetBrainsMono: Updated for version 2.001. system/archivemount: Updated for version 0.9.1. system/epson-inkjet-printer-escpr2: Updated for version 1.1.19. system/jsawk: Support mozjs78 from -current. system/monitorix: Updated for version 3.12.0. system/openmpi: Updated for version 4.0.5. system/powershell: Updated for version 7.0.3. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From Jim.Diamond at acadiau.ca Sat Sep 26 20:31:04 2020 From: Jim.Diamond at acadiau.ca (Jim Diamond) Date: Sat, 26 Sep 2020 17:31:04 -0300 Subject: [Slackbuilds-users] smplayer md5sum failure Message-ID: <20200926203104.GA30160@jdiamond-mb.acadiau.ca> After the most recent updates: sboupgrade smplayer .. Upgrade queue: smplayer Are you sure you wish to continue? [y] --2020-09-26 17:29:24-- https://downloads.sourceforge.net/smplayer/smplayer-20.4.2.tar.bz2 Resolving downloads.sourceforge.net... 216.105.38.13 Connecting to downloads.sourceforge.net|216.105.38.13|:443... connected. HTTP request sent, awaiting response... 307 Temporary Redirect Location: https://sourceforge.net/projects/smplayer/files/SMPlayer/20.4.2/smplayer-20.4.2.tar.bz2/download?use_mirror=phoenixnap [following] --2020-09-26 17:29:25-- https://sourceforge.net/projects/smplayer/files/SMPlayer/20.4.2/smplayer-20.4.2.tar.bz2/download?use_mirror=phoenixnap Resolving sourceforge.net... 216.105.38.13 Connecting to sourceforge.net|216.105.38.13|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 402751 (393K) [text/html] Saving to: ?smplayer-20.4.2.tar.bz2? smplayer-20.4.2.tar. 100%[===================>] 393.31K 1.46MB/s in 0.3s 2020-09-26 17:29:26 (1.46 MB/s) - ?smplayer-20.4.2.tar.bz2? saved [402751/402751] --2020-09-26 17:29:26-- ftp://slackware.uk/sbosrcarch/by-md5/f/f/ffdbcfa231d8d445b4a4578d27e9e225/smplayer-20.4.2.tar.bz2 => ?smplayer-20.4.2.tar.bz2? Resolving slackware.uk... 91.109.244.240, 2a02:2498:1:227::240 Connecting to slackware.uk|91.109.244.240|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /sbosrcarch/by-md5/f/f/ffdbcfa231d8d445b4a4578d27e9e225 ... No such directory ?sbosrcarch/by-md5/f/f/ffdbcfa231d8d445b4a4578d27e9e225?. Unable to download/verify source file(s) for smplayer: md5sum failure for /usr/local/poo/usr-sbo-142/distfiles/smplayer-20.4.2.tar.bz2. Do you want to proceed? [n] Failures: smplayer: md5sum failure for /usr/local/poo/usr-sbo-142/distfiles/smplayer-20.4.2.tar.bz2. From dave at slackbuilds.org Sat Sep 26 20:48:10 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Sat, 26 Sep 2020 21:48:10 +0100 Subject: [Slackbuilds-users] smplayer md5sum failure In-Reply-To: <20200926203104.GA30160@jdiamond-mb.acadiau.ca> References: <20200926203104.GA30160@jdiamond-mb.acadiau.ca> Message-ID: <20200926204810.GC21600@blackswan.r0t.uk> On 26/09/20 17:31, Slackbuilds Users put forth the proposition: > After the most recent updates: > sboupgrade smplayer > .. > Upgrade queue: smplayer > Are you sure you wish to continue? [y] > --2020-09-26 17:29:24-- https://downloads.sourceforge.net/smplayer/smplayer-20.4.2.tar.bz2 > Resolving downloads.sourceforge.net... 216.105.38.13 > Connecting to downloads.sourceforge.net|216.105.38.13|:443... connected. > HTTP request sent, awaiting response... 307 Temporary Redirect > Location: https://sourceforge.net/projects/smplayer/files/SMPlayer/20.4.2/smplayer-20.4.2.tar.bz2/download?use_mirror=phoenixnap [following] > --2020-09-26 17:29:25-- https://sourceforge.net/projects/smplayer/files/SMPlayer/20.4.2/smplayer-20.4.2.tar.bz2/download?use_mirror=phoenixnap > Resolving sourceforge.net... 216.105.38.13 > Connecting to sourceforge.net|216.105.38.13|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: 402751 (393K) [text/html] > Saving to: ?smplayer-20.4.2.tar.bz2? > smplayer-20.4.2.tar. 100%[===================>] 393.31K 1.46MB/s in 0.3s > 2020-09-26 17:29:26 (1.46 MB/s) - ?smplayer-20.4.2.tar.bz2? saved [402751/402751] > --2020-09-26 17:29:26-- ftp://slackware.uk/sbosrcarch/by-md5/f/f/ffdbcfa231d8d445b4a4578d27e9e225/smplayer-20.4.2.tar.bz2 > => ?smplayer-20.4.2.tar.bz2? > Resolving slackware.uk... 91.109.244.240, 2a02:2498:1:227::240 > Connecting to slackware.uk|91.109.244.240|:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD (1) /sbosrcarch/by-md5/f/f/ffdbcfa231d8d445b4a4578d27e9e225 ... > No such directory ?sbosrcarch/by-md5/f/f/ffdbcfa231d8d445b4a4578d27e9e225?. > Unable to download/verify source file(s) for smplayer: > md5sum failure for /usr/local/poo/usr-sbo-142/distfiles/smplayer-20.4.2.tar.bz2. > Do you want to proceed? [n] > Failures: > smplayer: md5sum failure for /usr/local/poo/usr-sbo-142/distfiles/smplayer-20.4.2.tar.bz2. You need to download the source in a browser for that one. What you have there is `text/html', which shows in the download output. Sourceforge has unfortunately been broken for many downloads for a while now. One trick I found is to do: . *info && links $DOWNLOAD (or $DOWNLOAD_x86_64). But that counts out using a frontend script. -- 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 Sep 26 21:11:19 2020 From: yalhcru at gmail.com (B Watson) Date: Sat, 26 Sep 2020 17:11:19 -0400 Subject: [Slackbuilds-users] smplayer md5sum failure In-Reply-To: <20200926204810.GC21600@blackswan.r0t.uk> References: <20200926203104.GA30160@jdiamond-mb.acadiau.ca> <20200926204810.GC21600@blackswan.r0t.uk> Message-ID: On 9/26/20, Dave Woodfall wrote: >> Length: 402751 (393K) [text/html] >> Saving to: smplayer-20.4.2.tar.bz2 >> smplayer-20.4.2.tar. 100%[===================>] 393.31K 1.46MB/s in >> 0.3s >> 2020-09-26 17:29:26 (1.46 MB/s) - smplayer-20.4.2.tar.bz2 saved >> [402751/402751] >> --2020-09-26 17:29:26-- >> ftp://slackware.uk/sbosrcarch/by-md5/f/f/ffdbcfa231d8d445b4a4578d27e9e225/smplayer-20.4.2.tar.bz2 > > You need to download the source in a browser for that one. What you > have there is `text/html', which shows in the download output. > Sourceforge has unfortunately been broken for many downloads for a > while now. One trick I found is to do: Not so. I just downloaded it with wget, and it was fine. To the original poster: Do you have a custom User-agent string set in your /etc/wgetrc or ~/.wgetrc perhaps? I used to spoof a Firefox user-agent, and it broke wget downloads from sourceforge. You can retry the download with "wget --user-agent wget " and see if that works. Aside: 393K for an HTML page? Insane. From dave at slackbuilds.org Sat Sep 26 21:38:27 2020 From: dave at slackbuilds.org (Dave Woodfall) Date: Sat, 26 Sep 2020 22:38:27 +0100 Subject: [Slackbuilds-users] smplayer md5sum failure In-Reply-To: References: <20200926203104.GA30160@jdiamond-mb.acadiau.ca> <20200926204810.GC21600@blackswan.r0t.uk> Message-ID: <20200926213827.GD21600@blackswan.r0t.uk> On 26/09/20 17:11, B Watson put forth the proposition: > On 9/26/20, Dave Woodfall wrote: > >> Length: 402751 (393K) [text/html] > >> Saving to: smplayer-20.4.2.tar.bz2 > > You need to download the source in a browser for that one. What you > > have there is `text/html', which shows in the download output. > > Sourceforge has unfortunately been broken for many downloads for a > > while now. One trick I found is to do: > Not so. I just downloaded it with wget, and it was fine. You are correct. I'd forgotten that I'd set a user-agent in curl, and it turns out using a Firefox UA produces 241K HTML files, but when I unset the UA I do get bz2. > Aside: 393K for an HTML page? Insane. Yeah, that is pretty bad. I opened one in links to check, and it turns out to be the usual smplayer homepage. I imagine there is a lot of inline