diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-04-28 19:20:42 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-04-28 21:59:59 +0200 |
commit | 4fb89f039d3dd0ba075ef463a415e355bf512059 (patch) | |
tree | dd9872e728a666cbdc05d533b63b2c048347631b /source/l/mlt/mlt.SlackBuild | |
parent | bb1f04af90988338a8addf80f1e74aacb7b3d94a (diff) | |
download | current-4fb89f039d3dd0ba075ef463a415e355bf512059.tar.gz current-4fb89f039d3dd0ba075ef463a415e355bf512059.tar.xz |
Sun Apr 28 19:20:42 UTC 202420240428192042
a/iniparser-4.2-x86_64-1.txz: Upgraded.
ap/hplip-3.23.12-x86_64-5.txz: Rebuilt.
Replace a single unicode space character in models.dat with an ASCII space
to prevent python3 from tripping over it in some cases. This seems to follow
the extreme programming motto of "do the simplest thing that could possibly
work", so we'll see if it does.
Thanks to pdags.
ap/jove-4.17.5.3-x86_64-1.txz: Upgraded.
l/enchant-2.7.2-x86_64-1.txz: Upgraded.
l/jasper-4.2.4-x86_64-1.txz: Upgraded.
l/libgtop-2.41.3-x86_64-1.txz: Upgraded.
l/mlt-7.24.0-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/l/mlt/mlt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/mlt/mlt.SlackBuild b/source/l/mlt/mlt.SlackBuild index 8a688f399..66c34e9bd 100755 --- a/source/l/mlt/mlt.SlackBuild +++ b/source/l/mlt/mlt.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mlt VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |