mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
commit
1a1c170f77
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libmpdclient"
|
PKG_NAME="libmpdclient"
|
||||||
PKG_VERSION="2.19"
|
PKG_VERSION="2.20"
|
||||||
PKG_SHA256="158aad4c2278ab08e76a3f2b0166c99b39fae00ee17231bd225c5a36e977a189"
|
PKG_SHA256="18793f68e939c3301e34d8fcadea1f7daa24143941263cecadb80126194e277d"
|
||||||
PKG_LICENSE="BSD-3c"
|
PKG_LICENSE="BSD-3c"
|
||||||
PKG_SITE="https://www.musicpd.org"
|
PKG_SITE="https://www.musicpd.org"
|
||||||
PKG_URL="https://www.musicpd.org/download/libmpdclient/2/libmpdclient-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://www.musicpd.org/download/libmpdclient/2/libmpdclient-${PKG_VERSION}.tar.xz"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
113
|
||||||
|
- Update to version 0.23.5
|
||||||
|
- libmpdclient: update to 2.20
|
||||||
|
- Update libopenmpt to 0.5.15
|
||||||
|
|
||||||
112
|
112
|
||||||
- Update to version 0.23.3
|
- Update to version 0.23.3
|
||||||
|
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="mpd"
|
PKG_NAME="mpd"
|
||||||
PKG_VERSION="0.23.3"
|
PKG_VERSION="0.23.5"
|
||||||
PKG_SHA256="b300625701005c6b14649f11dac118d05540529a5385d05b7c3062c0ce08f399"
|
PKG_SHA256="f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299"
|
||||||
PKG_REV="112"
|
PKG_REV="113"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.musicpd.org"
|
PKG_SITE="https://www.musicpd.org"
|
||||||
PKG_URL="http://www.musicpd.org/download/mpd/$(get_pkg_version_maj_min)/mpd-${PKG_VERSION}.tar.xz"
|
PKG_URL="http://www.musicpd.org/download/mpd/$(get_pkg_version_maj_min)/mpd-${PKG_VERSION}.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain alsa-lib avahi boost curl faad2 ffmpeg flac glib lame libcdio libfmt \
|
PKG_DEPENDS_TARGET="toolchain alsa-lib avahi boost curl faad2 ffmpeg flac glib lame libcdio libfmt \
|
||||||
libgcrypt libiconv libid3tag libmad libmpdclient libsamplerate libvorbis \
|
libgcrypt libiconv libid3tag libmad libmpdclient libopenmpt libsamplerate \
|
||||||
libnfs libogg mpd-mpc opus pulseaudio samba wavpack yajl"
|
libvorbis libnfs libogg mpd-mpc opus pulseaudio samba wavpack yajl"
|
||||||
PKG_SECTION="service.multimedia"
|
PKG_SECTION="service.multimedia"
|
||||||
PKG_SHORTDESC="Music Player Daemon (MPD): a free and open Music Player Server"
|
PKG_SHORTDESC="Music Player Daemon (MPD): a free and open Music Player Server"
|
||||||
PKG_LONGDESC="Music Player Daemon (${PKG_VERSION}) is a flexible and powerful server-side application for playing music"
|
PKG_LONGDESC="Music Player Daemon (${PKG_VERSION}) is a flexible and powerful server-side application for playing music"
|
||||||
@ -22,80 +22,79 @@ PKG_IS_ADDON="yes"
|
|||||||
PKG_ADDON_NAME="Music Player Daemon (MPD)"
|
PKG_ADDON_NAME="Music Player Daemon (MPD)"
|
||||||
PKG_ADDON_TYPE="xbmc.service"
|
PKG_ADDON_TYPE="xbmc.service"
|
||||||
|
|
||||||
PKG_MESON_OPTS_TARGET=" \
|
PKG_MESON_OPTS_TARGET="-Dadplug=disabled \
|
||||||
-Dadplug=disabled \
|
-Dalsa=enabled \
|
||||||
-Dalsa=enabled \
|
-Dao=disabled \
|
||||||
-Dao=disabled \
|
-Daudiofile=disabled \
|
||||||
-Daudiofile=disabled \
|
-Dbzip2=enabled \
|
||||||
-Dbzip2=enabled \
|
-Dcdio_paranoia=disabled \
|
||||||
-Dcdio_paranoia=disabled \
|
-Dchromaprint=disabled \
|
||||||
-Dchromaprint=disabled \
|
-Dcue=true \
|
||||||
-Dcue=true \
|
-Dcurl=enabled \
|
||||||
-Dcurl=enabled \
|
-Ddatabase=true \
|
||||||
-Ddatabase=true \
|
-Ddocumentation=disabled \
|
||||||
-Ddocumentation=disabled \
|
-Ddsd=true \
|
||||||
-Ddsd=true \
|
-Dexpat=enabled \
|
||||||
-Dexpat=enabled \
|
-Dfaad=enabled \
|
||||||
-Dfaad=enabled \
|
-Dffmpeg=enabled \
|
||||||
-Dffmpeg=enabled \
|
-Dfifo=true \
|
||||||
-Dfifo=true \
|
-Dflac=enabled \
|
||||||
-Dflac=enabled \
|
-Dfluidsynth=disabled \
|
||||||
-Dfluidsynth=disabled \
|
-Dfuzzer=false \
|
||||||
-Dfuzzer=false \
|
-Dgme=disabled \
|
||||||
-Dgme=disabled \
|
-Dhttpd=true \
|
||||||
-Dhttpd=true \
|
-Dhtml_manual=false \
|
||||||
-Dhtml_manual=false \
|
-Diconv=disabled \
|
||||||
-Diconv=disabled \
|
-Dicu=disabled \
|
||||||
-Dicu=disabled \
|
-Did3tag=enabled \
|
||||||
-Did3tag=enabled \
|
-Dipv6=enabled \
|
||||||
-Dipv6=enabled \
|
-Diso9660=enabled \
|
||||||
-Diso9660=enabled \
|
-Djack=disabled \
|
||||||
-Djack=disabled \
|
-Dlame=enabled \
|
||||||
-Dlame=enabled \
|
-Dlibmpdclient=enabled \
|
||||||
-Dlibmpdclient=enabled \
|
-Dlibsamplerate=enabled \
|
||||||
-Dlibsamplerate=enabled \
|
-Dlocal_socket=false \
|
||||||
-Dlocal_socket=false \
|
-Dmad=enabled \
|
||||||
-Dmad=enabled \
|
-Dmanpages=false \
|
||||||
-Dmanpages=false \
|
-Dmikmod=disabled \
|
||||||
-Dmikmod=disabled \
|
-Dmms=disabled \
|
||||||
-Dmms=disabled \
|
-Dmodplug=disabled \
|
||||||
-Dmodplug=disabled \
|
-Dmpcdec=disabled \
|
||||||
-Dmpcdec=disabled \
|
-Dmpg123=disabled \
|
||||||
-Dmpg123=disabled \
|
-Dneighbor=false \
|
||||||
-Dneighbor=false \
|
-Dnfs=enabled \
|
||||||
-Dnfs=enabled \
|
-Dopenal=disabled \
|
||||||
-Dopenal=disabled \
|
-Dopus=enabled \
|
||||||
-Dopus=enabled \
|
-Doss=disabled \
|
||||||
-Doss=disabled \
|
-Dpipe=true \
|
||||||
-Dpipe=true \
|
-Dpulse=enabled \
|
||||||
-Dpulse=enabled \
|
-Dqobuz=enabled \
|
||||||
-Dqobuz=enabled \
|
-Drecorder=false \
|
||||||
-Drecorder=false \
|
-Dshine=disabled \
|
||||||
-Dshine=disabled \
|
-Dshout=disabled \
|
||||||
-Dshout=disabled \
|
-Dsidplay=disabled \
|
||||||
-Dsidplay=disabled \
|
-Dsmbclient=enabled \
|
||||||
-Dsmbclient=enabled \
|
-Dsndfile=enabled \
|
||||||
-Dsndfile=enabled \
|
-Dsndio=disabled \
|
||||||
-Dsndio=disabled \
|
-Dsolaris_output=disabled \
|
||||||
-Dsolaris_output=disabled \
|
-Dsoundcloud=enabled \
|
||||||
-Dsoundcloud=enabled \
|
-Dsoxr=enabled \
|
||||||
-Dsoxr=enabled \
|
-Dsqlite=enabled \
|
||||||
-Dsqlite=enabled \
|
-Dsyslog=disabled \
|
||||||
-Dsyslog=disabled \
|
-Dsystemd=disabled \
|
||||||
-Dsystemd=disabled \
|
-Dtest=false \
|
||||||
-Dtest=false \
|
-Dtwolame=disabled \
|
||||||
-Dtwolame=disabled \
|
-Dupnp=disabled \
|
||||||
-Dupnp=disabled \
|
-Dvorbis=enabled \
|
||||||
-Dvorbis=enabled \
|
-Dvorbisenc=enabled \
|
||||||
-Dvorbisenc=enabled \
|
-Dwave_encoder=true \
|
||||||
-Dwave_encoder=true \
|
-Dwavpack=enabled \
|
||||||
-Dwavpack=enabled \
|
-Dwebdav=enabled \
|
||||||
-Dwebdav=enabled \
|
-Dwildmidi=disabled \
|
||||||
-Dwildmidi=disabled \
|
-Dyajl=enabled \
|
||||||
-Dyajl=enabled \
|
-Dzeroconf=avahi \
|
||||||
-Dzeroconf=avahi \
|
-Dzlib=enabled \
|
||||||
-Dzlib=enabled \
|
-Dzzip=disabled"
|
||||||
-Dzzip=disabled"
|
|
||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libopenmpt"
|
PKG_NAME="libopenmpt"
|
||||||
PKG_VERSION="0.4.17"
|
PKG_VERSION="0.5.15"
|
||||||
PKG_SHA256="1df99191400c62dbdfd144f5ffd6aedbfd39fb9c6c47e83355a222632b793593"
|
PKG_SHA256="bca80f897b479d39926e16058db4fb9fd618ab8be6cbe96608736628bfd8b15c"
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="https://lib.openmpt.org/libopenmpt/"
|
PKG_SITE="https://lib.openmpt.org/libopenmpt/"
|
||||||
PKG_URL="https://lib.openmpt.org/files/libopenmpt/src/${PKG_NAME}-${PKG_VERSION}+release.autotools.tar.gz"
|
PKG_URL="https://lib.openmpt.org/files/libopenmpt/src/${PKG_NAME}-${PKG_VERSION}+release.autotools.tar.gz"
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
--- a/libopenmpt/libopenmpt.pc.in 2016-07-09 18:17:00.000000000 +0000
|
||||||
|
+++ b/libopenmpt/libopenmpt.pc.in 2021-12-25 00:53:54.189008995 +0000
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
Description: Tracker module player based on OpenMPT
|
||||||
|
Version: @VERSION@
|
||||||
|
Requires.private: @LIBOPENMPT_REQUIRES_PRIVATE@
|
||||||
|
-Libs: -L${libdir} -lopenmpt
|
||||||
|
+Libs: -L${libdir} -lopenmpt -lvorbisfile
|
||||||
|
Libs.private: @LIBOPENMPT_LIBS_PRIVATE@
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user