Skip to content

Commit

Permalink
main/soxr: new package (0.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose authored and q66 committed Aug 7, 2023
1 parent a6e9fe5 commit 425bbf2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions main/soxr-devel
26 changes: 26 additions & 0 deletions main/soxr/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
pkgname = "soxr"
pkgver = "0.1.3"
pkgrel = 0
build_style = "cmake"
configure_args = [
"-DBUILD_SHARED_LIBS=ON",
"-DBUILD_TESTS=ON",
]
hostmakedepends = [
"cmake",
"ninja",
"pkgconf",
]
pkgdesc = "High quality, one-dimensional sample-rate conversion library"
maintainer = "psykose <alice@ayaya.dev>"
license = "LGPL-2.1-or-later"
url = "https://sourceforge.net/projects/soxr"
source = f"$(SOURCEFORGE_SITE)/soxr/soxr-{pkgver}-Source.tar.xz"
sha256 = "b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889"
# FIXME: cfi, int test failures
hardening = ["vis", "!int"]


@subpackage("soxr-devel")
def _devel(self):
return self.default_devel()
2 changes: 2 additions & 0 deletions main/soxr/update.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
url = "https://sourceforge.net/projects/soxr/files/"
pattern = r"soxr-([\d+.]+)-Source"

0 comments on commit 425bbf2

Please sign in to comment.