[Lunar-commits] <moonbase-other> soxr: Adding to moonbase. It can be an optional_depends for audacity when it
stumbles
stumbles at lunar-linux.org
Sun Jun 2 01:49:56 CEST 2013
commit c310e017e3c1fce2c382bf43d35debb89e436daf
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 01 Jun 2013 16:46:54 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c310e017e3c1fce2c382bf43d35debb89e436daf
soxr: Adding to moonbase. It can be an optional_depends for audacity when it
gets a bump to 2.0.3.
---
audio/soxr/BUILD | +2/-0
audio/soxr/DEPENDS | +3/-0
audio/soxr/DETAILS | +18/-0
3 files changed, 23 insertions(+)
--- /dev/null
+++ b/audio/soxr/BUILD
@@ -0,0 +1,2 @@
+
+ default_cmake_build
--- /dev/null
+++ b/audio/soxr/DEPENDS
@@ -0,0 +1,3 @@
+depends cmake
+
+optional_depends "ffmpeg" "-DWITH_AVFFT=ON" "-DWITH_AVFFT=OFF" "To use libavcodec for SIMD DFT support"
--- /dev/null
+++ b/audio/soxr/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=soxr
+ VERSION=0.1.1-Source
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:f5d90e375db3914a522fef477898bde8c70243e7
+ WEB_SITE=http://sourceforge.net/projects/soxr/
+ ENTERED=20130601
+ UPDATED=20130601
+ SHORT="one-dimensional sample-rate conversion"
+cat << EOF
+The SoX Resampler library `libsoxr' performs one-dimensional sample-rate conversions,
+it may be used, for example, to resample PCM-encoded audio.
+
+It aims to give fast and high quality results for any constant (rational or irrational)
+resampling ratio. Phase-response, preserved bandwidth, aliasing, and rejection level
+parameters are all configurable; alternatively, simple `preset' configurations may be
+selected. An experimental, variable-rate resampling mode of operation is also included.
+EOF
More information about the Lunar-commits
mailing list