diff options
author | Alexander Edland <s@ocv.me> | 2018-07-15 01:32:01 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2018-08-05 17:49:46 +0200 |
commit | 6d6dbedfadb72bb01602eba5db1ff26efcfd25ca (patch) | |
tree | 9ced2b5408816c6e41180f3ec7bd4b21241e0f35 /community/sox | |
parent | d97514343c205fd17a0bfa19f922ab53fb70f214 (diff) | |
download | aports-6d6dbedfadb72bb01602eba5db1ff26efcfd25ca.tar.bz2 aports-6d6dbedfadb72bb01602eba5db1ff26efcfd25ca.tar.xz |
community/sox: enable spectrograms
Diffstat (limited to 'community/sox')
-rw-r--r-- | community/sox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sox/APKBUILD b/community/sox/APKBUILD index 6c09f33157..249da9b7e3 100644 --- a/community/sox/APKBUILD +++ b/community/sox/APKBUILD @@ -10,7 +10,7 @@ options="!check" # No test suite. license="GPL LGPL" makedepends="ffmpeg-dev libao-dev libvorbis-dev libogg-dev lame-dev libmad-dev bash alsa-lib-dev libsndfile-dev libsamplerate-dev - libtool file-dev libid3tag-dev flac-dev gsm-dev opusfile-dev + file-dev libid3tag-dev flac-dev gsm-dev opusfile-dev libpng-dev autoconf automake libtool " depends= |