Skip to content

Commit

Permalink
Merge pull request #115 from OpenVoiceOS/feat/mpv
Browse files Browse the repository at this point in the history
[mpv] Replace VLC by MPV player
  • Loading branch information
goldyfruit authored Jul 29, 2024
2 parents 11081ca + 7716546 commit 3b3b315
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/ovos_installer/tasks/virtualenv/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- sox
- libsox-fmt-all
- flac
- vlc
- mpv
- libxslt1-dev
- libopenblas-dev
- pkg-config
Expand All @@ -50,7 +50,7 @@
- mpg123
- sox
- flac
- vlc
- mpv
- openblas-serial
- pkgconf-pkg-config
- libicu-devel
Expand All @@ -70,7 +70,7 @@
- mpg123
- sox
- flac
- vlc
- mpv
- libopenblas_serial-devel
- portaudio-devel
state: "{{ ovos_installer_uninstall }}"
Expand All @@ -89,7 +89,7 @@
- mpg123
- sox
- flac
- vlc
- mpv
- libxslt
- openblas
state: "{{ ovos_installer_uninstall }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ovos-audio[extras]
ovos-audio-plugin-mpv
ovos-audio-plugin-simple
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
ovos-audio-transformer-plugin-ggwave
Expand All @@ -17,7 +18,6 @@ ovos-PHAL-plugin-alsa
ovos-PHAL-plugin-system
ovos-PHAL-plugin-ipgeo
ovos-plugin-manager[offline]
ovos-plugin-vlc
ovos-translate-server-plugin
ovos-stt-plugin-vosk
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ovos-audio-plugin-mpv
ovos-audio-plugin-simple
ovos-backend-client
ovos-classifiers
Expand Down

0 comments on commit 3b3b315

Please sign in to comment.