summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2022-09-17 23:12:21 +0800
committerChih-Hsuan Yen2022-09-17 23:12:52 +0800
commit0a4f325cf339e9cdd8c600371f6771f7c5110f52 (patch)
tree73c023a1b5a21f6587bf49dc77bf1aba371beacb
parent3724c6ce948114495b966e1fcff26e94d25f8a0b (diff)
downloadaur-0a4f325cf339e9cdd8c600371f6771f7c5110f52.tar.gz
depend on and rebuild with libFLAC.so
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 078f78773828..fe2751d113fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = python-torchaudio
depends = opencore-amr
depends = lame
depends = libogg
- depends = flac
+ depends = libFLAC.so
depends = libvorbis
depends = opus
depends = opusfile
diff --git a/PKGBUILD b/PKGBUILD
index e76fe3e3d830..221b76deaaab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Data manipulation and transformation for audio signal processing, power
arch=('x86_64' 'i686')
url="https://github.com/pytorch/audio"
license=('BSD')
-depends=('python' 'python-pytorch' 'bzip2' 'xz' 'opencore-amr' 'lame' 'libogg' 'flac' 'libvorbis' 'opus' 'opusfile' 'zlib')
+depends=('python' 'python-pytorch' 'bzip2' 'xz' 'opencore-amr' 'lame' 'libogg' 'libFLAC.so' 'libvorbis' 'opus' 'opusfile' 'zlib')
optdepends=('python-kaldi-io')
makedepends=('git' 'python-setuptools' 'cmake' 'ninja' 'gcc11' 'boost')
conflicts=('python-torchaudio-git')