This is really awesome. It works nicely on 10.5 and to my great surprise anime streaming even works with MPV!Follow-up: aniworld, a downloader for anime with search
View attachment 2571370
View attachment 2571371
This is really awesome. It works nicely on 10.5 and to my great surprise anime streaming even works with MPV!
Yes, it and fastanime have the prompt toolkit issue which seems limited to 10.5 (and perhaps 10.4)Just in case, have you seen viu?
Yes, it and fastanime have the prompt toolkit issue which seems limited to 10.5 (and perhaps 10.4)
sudo port -f deactivate qt4-mac
sudo port -v -N install qt4-mac-devel
ELinks 0.19.0rc1
----------------
Released on 2025-12-06
* option document.browse.margin_auto #360 (hard margins)
* TERM=dumb for js tests. #361
* option document.html.compress_empty_lines #362
* css visiblity: hidden support
* experimental iframe support
* spartan protocol
* window.scroll in js
* inline images support in html documents (meson option kitty)
and options document.html.kitty and document.html.sixel. Note that need
also enable kitty or sixel in terminal options
* include-fragment support (now is easier to download something from github)
I wonder if latest elinks works? In 0.19rc1 there were such lines in NEWS file:
![]()
GitHub - rkd77/elinks: Fork of elinks
Fork of elinks. Contribute to rkd77/elinks development by creating an account on GitHub.github.com
Of course for GUI-driven OS like OSX it sounds silly to use console browser, but if it can download src from too popular github ... I have earlier version from 2024 compiled on Slackware, I can read discussions on github but not tried downloads yet. new build I tried to configure desires libdom/libcss (from Netsurf?)
I wonder if latest elinks works? In 0.19rc1 there were such lines in NEWS file:
![]()
GitHub - rkd77/elinks: Fork of elinks
Fork of elinks. Contribute to rkd77/elinks development by creating an account on GitHub.github.com
Of course for GUI-driven OS like OSX it sounds silly to use console browser, but if it can download src from too popular github ... I have earlier version from 2024 compiled on Slackware, I can read discussions on github but not tried downloads yet. new build I tried to configure desires libdom/libcss (from Netsurf?)
I wonder if latest elinks works? In 0.19rc1
But after a couple of days of compiling dependencies, I ran into a few which refuse to compile, gd2 (which according to my boyfriend is because of libheif) yt-dlp, yt-dlp-ejs (I was able to kind of make them compile by using python310 instead of the specified 313)
QMPlay2 (which cannot find any of the qt4 plugins it wants)
vim, py313-asn1 and ghostscript.
Should I post the complete logs of all this?
Is it more likely to be ok on 10.6.8?
Thank you for your work!
Interesting, though I have to mention that I currently have no logs of yt-dlp and -ejs, since I have removed the broken gd2 port, but when it's working I will add then on GitHubThen something else is failing? yt-dlp itself has nothing to compile, it is a pure-python port. If you install ports as `sudo port -v install`, it will show what it does and where the failure happens. What we need to know is which port actually fails to build, not the end-point of what was intended to be installed.
Indeed, I have also tried this prebuilt from _ppc64 that you mentioned, however, just as the 10.6.8 prebuilt, it crashes on startup, without displaying any bit of UI. And yes, I followed what was said for 10.5.8 on your websiteThis should not happen, and I had a working build on Leopard: https://macos-powerpc.org/packages_ppc64/QMPlay2
Could you confirm if you use PPCPorts base and not standard MacPorts (possibly with sources from PPCPorts added to sources.conf)? Also, does it fail to build or fails at runtime?
I will try the same set of ports today when I install 10.6.8 as well, I will be informing you of any issuesOn 10.6.8 you get a lot of ports pre-built, plus it is the system where I test and fix stuff, so yes, for building third-party software 10.6.8 will be easier.