Commit graph

5 commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen
1597f4d987 Fix libavcodec copy_reference_ops_from_ref internal compiler error.
The build failed on i686-sortix-gcc 14.2.0 (compiled with
x86_64-sortix-gcc 5.2.0) running on x86_64-sortix on optimization levels
above -O1. Hopefully this workaround stabilizes the build and can
hopefully be removed in the future.
2024-08-30 22:03:15 +02:00
Jonas 'Sortie' Termansen
c3ad938dbf Fix ffmpeg building with texinfo 7. 2024-08-30 22:03:15 +02:00
Jonas 'Sortie' Termansen
8789069f7e Fix invalid port LICENSE values. 2022-08-28 23:00:38 +02:00
Jonas 'Sortie' Termansen
5aecdea33d Update to ffmpeg-5.0.1. 2022-07-11 00:25:00 +02:00
Jonas 'Sortie' Termansen
9588b0d3db Add ports to the Sortix repository.
This change imports the ports collection from the former porttix and srctix
repositories and converts them to port(5) files with metadata pointing to
the upstream release tarballs with patches checked into this repository.
Ports are now developed and versioned along with the operating system and
are automatically built per the PACKAGES environment variable. The patches
are licensed under the same license as the relevant ports.

Tix has gained support for the new port(5) format. tix-port(8) is the new
high level ports build even point that handles downloading pstream releases
into the new mirror cache directory, applying the patches, building the port
with the lower-level tix-build(8), and finally installing the binary
package. The new tix-vars(8) program parses port(5) files and the new
tix-rmdiff(8) program produces input for tix-rmpatch(8).

The old doc/ directory is discontinued in favor of manual pages documenting
the new ports system.

The obsolete porttix-create(8) and srctix-create(8) programs are removed.
2022-06-13 22:29:53 +02:00