mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 21:00:57 +00:00
Enable pulseaudio in mpv
Since pulseaudio is available now, it would be cool if all our media players would support it.
This commit is contained in:
committed by
Fredrik Fornwall
parent
2616d11d54
commit
26d60482d5
@@ -4,7 +4,7 @@ TERMUX_PKG_VERSION=0.29.0
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SHA256=772af878cee5495dcd342788a6d120b90c5b1e677e225c7198f1e76506427319
|
||||
TERMUX_PKG_SRCURL=https://github.com/mpv-player/mpv/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_DEPENDS="ffmpeg, openal-soft, libandroid-glob"
|
||||
TERMUX_PKG_DEPENDS="ffmpeg, openal-soft, libandroid-glob, libpulseaudio"
|
||||
TERMUX_PKG_RM_AFTER_INSTALL="share/icons share/applications"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
@@ -24,7 +24,7 @@ termux_step_make_install () {
|
||||
--disable-libarchive \
|
||||
--disable-libass \
|
||||
--disable-lua \
|
||||
--disable-pulse \
|
||||
--enable-pulse \
|
||||
--enable-openal \
|
||||
--disable-caca \
|
||||
--disable-alsa \
|
||||
|
||||
Reference in New Issue
Block a user