From d429b2ff6dda57a4c26c269869d9377b59078dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Offenh=C3=A4user?= Date: Fri, 23 Feb 2024 23:03:04 +0100 Subject: [PATCH] Ports: Add libxmp This is a library that can render most tracker module files into a PCM buffer. --- Ports/AvailablePorts.md | 1 + Ports/libxmp/package.sh | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100755 Ports/libxmp/package.sh diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 7cd474cf18..a094ffa429 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -183,6 +183,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis | | [`libwebp`](libwebp/) | libwebp | 1.3.1 | https://github.com/webmproject/libwebp | | [`libxml2`](libxml2/) | libxml2 | 2.11.5 | http://www.xmlsoft.org/ | +| [`libxmp`](libxmp/) | libxmp | 4.6.0 | https://github.com/libxmp/libxmp | | [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML | | [`libzip`](libzip/) | libzip | 1.10.1 | https://libzip.org/ | | [`links`](links/) | Links web browser | 2.29 | http://links.twibright.com/ | diff --git a/Ports/libxmp/package.sh b/Ports/libxmp/package.sh new file mode 100755 index 0000000000..17415cbc31 --- /dev/null +++ b/Ports/libxmp/package.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env -S bash ../.port_include.sh +port='libxmp' +version='4.6.0' +files=( + "https://github.com/libxmp/libxmp/releases/download/libxmp-${version}/libxmp-${version}.tar.gz#2d3c45fe523b50907e89e60f9a3b7f4cc9aab83ec9dbba7743eaffbcdcb35ea6" +) +useconfigure='true' +use_fresh_config_sub='false'