[go: up one dir, main page]

Activity for Ross Burton

  • Ross Burton Ross Burton posted a comment on discussion Help

    Did a tiny bit of digging, the zip format says this: 4.4.14 internal file attributes: (2 bytes) Bits 1 and 2 are reserved for use by PKWARE. 4.4.14.1 The lowest bit of this field indicates, if set, that the file is apparently an ASCII or text file. If not set, that the file apparently contains binary data. The remaining bits are unused in version 1.0. Looks like 7zip ignores the internal file attributes?

  • Ross Burton Ross Burton posted a comment on discussion Help

    Unzip has a -a option that is "auto-convert any text files". Quoting from the manpage: convert text files. Ordinarily all files are extracted exactly as they are stored (as ''binary'' files). The -a option causes files identified by zip as text files (those with the 't' label in zipinfo listings, rather than 'b') to be automatically extracted as such, converting line endings, end-of-file characters and the character set itself as necessary. (For example, Unix files use line feeds (LFs) for end-of-line...

  • Ross Burton Ross Burton posted a comment on ticket #158

    I've tested the change, it's essential for autoreconf to work out of the box, and the diff is simply adding that line to the top-level Makefile.am.

  • Ross Burton Ross Burton created ticket #158

    Tell autoreconf where to write aclocal macros

  • Ross Burton Ross Burton posted a comment on discussion Help

    Hi, This is a weird one that I hope someone has a simple answer to. I have an Exchange server and I want to categorise messages for processing later with a script that connects using DavMail. I use macOS Mail and can assign different coloured flags to messages. This works well for what I want. I then realised that they all appear as "\Flagged" in IMAP with no differentiation between the colour that I can see in any of the headers or envelope. Even weirder: the colours don't appear in Outlook either,...

  • Ross Burton Ross Burton created ticket #491

    Don't hardcode interpreter in utils/smartquotes.py

  • Ross Burton Ross Burton created ticket #25

    Allow cross-compiling

  • Ross Burton Ross Burton posted a comment on ticket #743

    Yes, but: 1) The last release was in 2019, there are non-trivial changes in git since. 2) We tend to re-autogen from scratch anyway, older tarballs tends to have older autoconf/libtool/etc which are buggy or missing support for some architectures. This and 742 are the only issue with cross. Currently we build a host gutenprint to just build that header and then copy it into a target build, but that also means patching the makefile.

  • Ross Burton Ross Burton created ticket #743

    Cannot do out-of-tree build from git

  • Ross Burton Ross Burton created ticket #742

    Cannot cross-compile gutenprint

  • Ross Burton Ross Burton created ticket #195

    POSIX shell detection can't be preset

  • Ross Burton Ross Burton posted a comment on ticket #268

    Yes I suspected the port would be trivial, there was only one change to audio processing (buffer isn't cleared for you). I'd argue that as libsdl1 is dead, the sdl port should be for sdl2.

  • Ross Burton Ross Burton created ticket #268

    Port to libsdl2

  • Ross Burton Ross Burton posted a comment on ticket #39

    Also, change AM_INIT_AUTOMAKE to AM_INIT_AUTOMAKE([foreign]), as libid3tag doesn't...

1