Skip to content
Snippets Groups Projects
  1. Jul 04, 2020
    • Ralph Giles's avatar
      Update CHANGES for the 1.3.7 release · 6819d9f0
      Ralph Giles authored
      
      Summary of commits since the last release.
      
      Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
      Signed-off-by: default avatarThomas Daede <daede003@umn.edu>
      6819d9f0
    • Ralph Giles's avatar
      Ignore example executables. · 63aeb7ef
      Ralph Giles authored
      
      Stop these clutting the `git status` output.
      
      Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
      63aeb7ef
    • Ralph Giles's avatar
      Rebuild specification. · 94140bc2
      Ralph Giles authored
      
      The tools to build the Vorbis format specification are a heavy
      dependency, so we keep a built copy of that documentation in
      the repository for the convenience of casual developers.
      
      Rebuild the documents to bump the date and footer link
      for the 1.3.7 release.
      
      The spec build is broken on current texlive releases, with symptoms
      like a missing table of contents in the pdf and incorrect size
      attributes on figure images in the html output. This version
      was build in a debian:9 (stretch) container to recover more
      of the expected behaviour.
      
      Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
      94140bc2
    • Ralph Giles's avatar
      Fix dependency loop in the specification. · 96f750a5
      Ralph Giles authored
      
      Building the html version of the Vorbis format specification
      creates a series of image files containing figures and rendered
      equations. Previously we were treating these as part of the
      static documentation, since we keep a copy of the spec in
      the repository.
      
      Hopever, since the static images were listed as dependencies
      of the specification document (as the not-generated ones are)
      rebuilding the spec necessarily rebuilt them as well, which
      meant the spec would always be considered out of date and
      rebuilt needlessly.
      
      Instead, split the static image files from the set which
      are generated as part of the specification build process,
      and only mark dependence on the former.
      
      This allows us to drop the inconsistent DISTCLEAN line which
      was working around the problem of always needing to rebuild
      the spec, even when it was included in the distribution.
      
      Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
      96f750a5
    • Ralph Giles's avatar
      Update documentation cleanfiles. · 6b30b1f6
      Ralph Giles authored
      
      Add a new intermediate file generated when building the spec.
      It's necessary to remove all intermediates to pass `make distcheck`.
      
      Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
      6b30b1f6
    • Ralph Giles's avatar
      Fix EFF Open Audio License removal. · ed775294
      Ralph Giles authored
      
      The earlier commit changed the html, but not the original
      TeX source document.
      
      Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
      ed775294
    • Ralph Giles's avatar
      Fix a link typo in the spec colophon. · 68cbf438
      Ralph Giles authored
      
      This was introduced by the recent https link update patch.
      
      Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
      68cbf438
  2. Jul 03, 2020
  3. Jul 02, 2020
  4. Jun 16, 2020
    • Ralph Giles's avatar
      autotools: Use AC_CANONICAL_HOST · 5fd186e2
      Ralph Giles authored
      
      We were calling AC_CANONICAL_TARGET in configure.ac under the
      mistaken impression that this allowed setting the target
      architecture for cross-compilation output.
      
      However, in GNU terminology the system type that this the
      target of cross-compilation is the "host" and "target"
      is reserved for setting what the output of the compiled
      application should itself target, when compiling a
      cross-compiler. Finally "build" is the system type the
      build system is itself running under.
      
      So to cross-compile, one invokes `./configure --host ...`
      not `--target`.
      
      In any case, we only make use of the `host` variable,
      so that is the macro we need to invoke to provide it.
      
      Thanks to Maarten Bosmans for reporting the issue.
      
      Signed-off-by: default avatarMarvin Scholz <epirat07@gmail.com>
      5fd186e2
  5. Jun 13, 2020
  6. Jun 10, 2020
  7. Apr 15, 2020
  8. Apr 08, 2020
  9. Apr 07, 2020
Loading