This module provides utility subroutines that make it easier to
develop interactive applications.
From new MAINTAINER wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
Changes: https://rclone.org/changelog/#v1-53-1-2020-09-13
Vendor tarball is provided as a separate download, which means that we
need to download two distfiles. This solution is preferred over using
MOGO_* as it is easier to maintain, and does not result in distinfo to
be ~170k.
OK solene@
- do not treat the -h and -V flags as errors (naddy)
- allow regress test data to be stored in locations other than /tmp
- unveil repositories read-write when adding tags with 'got tag'
- rewrite test argument parsing with the POSIX getopts shell built-in (naddy)
- in tests, accommodate ls -l implementations that print "total 0" (naddy)
- fix a bug where 'got status' showed an unchanged empty file as changed
- handle non-const basename(3) and dirname(3) for POSIX compatibility
- properly handle nonexistent remote repository names given to 'got fetch'
Add an upstream fix for big endian archs, and ONLY_FOR_ARCHS to limit the build
to architectures with (required) OpenGL>=3.2 hardware acceleration, excepted
powerpc64, that is capable but has no drm(4) support for now.
Runtime tested by and OK thfr@ (maintainer)
as was done in commitid 0hUl41XpZYWqoTdp for firefox-esr, change it to
be >= the version of the langpack instead of =.
Will allow langpacks from -release to work with firefox updates in
-stable, otherwise packages updates in -stable required one to uninstall
the corresponding langpacks (which dont get updates, as technically a
langpack cant have security issues)
To be merged to 6.8-stable once i've figured out if firefox 82.0 can be
backported there..
Remove pulseaudio from BUILD_DEPENDS; there is no reference in the source code
and no configure check anymore. This reenables most of x11/qt5/* on !rust archs,
since pulseaudio needs the rust-powered spidermonkey78.
Was already hinted by adr <adr () sdf ! org> on a now closely related issue.
Tested on macppc and amd64.
OK kn@ and rsadowski@ (maintainer)