multimedia-tools: add mpv

This commit is contained in:
Jonas Karlman 2019-01-26 20:34:53 +01:00
parent db1edada4f
commit 742bd38024
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,6 @@
110
- Add mpv
109 109
- Update squeezelite to b2ed99e and support all possible media formats - Update squeezelite to b2ed99e and support all possible media formats

View File

@ -3,7 +3,7 @@
PKG_NAME="multimedia-tools" PKG_NAME="multimedia-tools"
PKG_VERSION="1.0" PKG_VERSION="1.0"
PKG_REV="109" PKG_REV="110"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv" PKG_SITE="https://libreelec.tv"
@ -11,7 +11,7 @@ PKG_URL=""
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="virtual" PKG_SECTION="virtual"
PKG_SHORTDESC="A bundle of multimedia tools and programs" 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_IS_ADDON="yes"
PKG_ADDON_NAME="Multimedia Tools" PKG_ADDON_NAME="Multimedia Tools"
@ -22,6 +22,7 @@ PKG_DEPENDS_TARGET="toolchain \
alsa-utils \ alsa-utils \
mediainfo \ mediainfo \
mpg123 \ mpg123 \
mpv-drmprime \
opencaster \ opencaster \
squeezelite \ squeezelite \
tsdecrypt \ tsdecrypt \
@ -47,6 +48,9 @@ addon() {
# mpg123 # mpg123
cp -P $(get_build_dir mpg123)/.install_pkg/usr/bin/* $ADDON_BUILD/$PKG_ADDON_ID/bin/ 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 # opencaster
cp -P $(get_build_dir opencaster)/.install_pkg/* $ADDON_BUILD/$PKG_ADDON_ID/bin/ cp -P $(get_build_dir opencaster)/.install_pkg/* $ADDON_BUILD/$PKG_ADDON_ID/bin/