mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
multimedia-tools: add alsamixer, bump mpg123 and squeezelite
This commit is contained in:
parent
0eef387b2b
commit
650a44ddd5
@ -1,3 +1,8 @@
|
||||
8.0.103
|
||||
- Add alsamixer
|
||||
- Update mpg123 to 1.23.6
|
||||
- Update squeezelite to 33cca7e
|
||||
|
||||
8.0.102
|
||||
- Remove IR support from squeezelite
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="multimedia-tools"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="102"
|
||||
PKG_REV="103"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE=""
|
||||
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_SHORTDESC="A bundle of multimedia tools and programs"
|
||||
PKG_LONGDESC="This bundle currently includes mediainfo, mesa-demos, mpg123, opencaster, squeezelite, tsdecrypt and tstools."
|
||||
PKG_LONGDESC="This bundle currently includes alsamixer, mediainfo, mesa-demos, mpg123, opencaster, squeezelite, tsdecrypt and tstools."
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Multimedia Tools"
|
||||
@ -38,6 +38,7 @@ PKG_ADDON_REPOVERSION="8.0"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_DEPENDS_TARGET="toolchain \
|
||||
alsa-utils \
|
||||
mediainfo \
|
||||
mesa-demos \
|
||||
mpg123 \
|
||||
@ -48,6 +49,9 @@ PKG_DEPENDS_TARGET="toolchain \
|
||||
|
||||
addon() {
|
||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
# alsamixer
|
||||
cp -P $(get_build_dir alsa-utils)/.$TARGET_NAME/alsamixer/alsamixer $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
|
||||
# mediainfo
|
||||
cp -P $(get_build_dir mediainfo)/Project/GNU/CLI/mediainfo $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user