mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
multimedia-tools: add mpv
This commit is contained in:
parent
db1edada4f
commit
742bd38024
@ -1,3 +1,6 @@
|
||||
110
|
||||
- Add mpv
|
||||
|
||||
109
|
||||
- Update squeezelite to b2ed99e and support all possible media formats
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="multimedia-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="109"
|
||||
PKG_REV="110"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -11,7 +11,7 @@ PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_SHORTDESC="A bundle of multimedia tools and programs"
|
||||
PKG_LONGDESC="This bundle currently includes alsamixer, mediainfo, mesa-demos, mpg123, opencaster, squeezelite, tsdecrypt and tstools."
|
||||
PKG_LONGDESC="This bundle currently includes alsamixer, mediainfo, mesa-demos, mpg123, mpv, opencaster, squeezelite, tsdecrypt and tstools."
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Multimedia Tools"
|
||||
@ -22,6 +22,7 @@ PKG_DEPENDS_TARGET="toolchain \
|
||||
alsa-utils \
|
||||
mediainfo \
|
||||
mpg123 \
|
||||
mpv-drmprime \
|
||||
opencaster \
|
||||
squeezelite \
|
||||
tsdecrypt \
|
||||
@ -47,6 +48,9 @@ addon() {
|
||||
# mpg123
|
||||
cp -P $(get_build_dir mpg123)/.install_pkg/usr/bin/* $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
|
||||
# mpv
|
||||
cp -P $(get_build_dir mpv-drmprime)/.install_pkg/usr/bin/* $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
|
||||
# opencaster
|
||||
cp -P $(get_build_dir opencaster)/.install_pkg/* $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user