Update PKGBUILD
This commit is contained in:
parent
bcc103e572
commit
f57416d22b
|
@ -31,6 +31,7 @@ depends=(
|
||||||
libusbmuxd
|
libusbmuxd
|
||||||
libplist
|
libplist
|
||||||
libimobiledevice
|
libimobiledevice
|
||||||
|
phonon-qt5
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
|
@ -55,7 +56,10 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/strawberry/strawberry-build"
|
cd "${srcdir}/strawberry/strawberry-build"
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DUSE_SYSTEM_TAGLIB=ON \
|
||||||
|
-DENABLE_STREAM_DEEZER=ON \
|
||||||
|
-DENABLE_PHONON=ON
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue