summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorThomas Orgis2020-09-30 15:51:03 +0200
committerThomas Orgis2020-09-30 15:51:03 +0200
commit368c206db591ed742ff9e8d2669e71e983b856e8 (patch)
treedac77ce882b84523c77b0be74b89be543844a56c /audio-libs
parentbe6a872225340df9e846a41c457036a1b6d28a05 (diff)
soxr: spell created
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/soxr/BUILD2
-rwxr-xr-xaudio-libs/soxr/DEPENDS1
-rwxr-xr-xaudio-libs/soxr/DETAILS15
-rw-r--r--audio-libs/soxr/HISTORY2
4 files changed, 20 insertions, 0 deletions
diff --git a/audio-libs/soxr/BUILD b/audio-libs/soxr/BUILD
new file mode 100755
index 0000000000..215c7c130f
--- /dev/null
+++ b/audio-libs/soxr/BUILD
@@ -0,0 +1,2 @@
+cmake_build &&
+ctest -j$MAKE_NJOBS
diff --git a/audio-libs/soxr/DEPENDS b/audio-libs/soxr/DEPENDS
new file mode 100755
index 0000000000..60dd6147cc
--- /dev/null
+++ b/audio-libs/soxr/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/audio-libs/soxr/DETAILS b/audio-libs/soxr/DETAILS
new file mode 100755
index 0000000000..c31ef480d6
--- /dev/null
+++ b/audio-libs/soxr/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=soxr
+ VERSION=0.1.3
+ SOURCE=$SPELL-$VERSION-Source.tar.xz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.xz}"
+ SOURCE_URL[0]=http://sourceforge.net/projects/soxr/files/$SOURCE/download
+ SOURCE_HASH=sha512:f4883ed298d5650399283238aac3dbe78d605b988246bea51fa343d4a8ce5ce97c6e143f6c3f50a3ff81795d9c19e7a07217c586d4020f6ced102aceac46aaa8
+ WEB_SITE=https://sourceforge.net/projects/soxr/
+ ENTERED=20200925
+ LICENSE[0]=LGPL
+ KEYWORDS="audio"
+ SHORT="The SoX resampler library"
+cat << EOF
+The SoX resampler library libsoxr performs one-dimensional sample-rate
+conversion. I may be used, for example, to resample PCM-encoded audio.
+EOF
diff --git a/audio-libs/soxr/HISTORY b/audio-libs/soxr/HISTORY
new file mode 100644
index 0000000000..05ebed77ae
--- /dev/null
+++ b/audio-libs/soxr/HISTORY
@@ -0,0 +1,2 @@
+2020-09-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: spell created