Skip to content

Commit

Permalink
bump(main/mpd): 0.23.16
Browse files Browse the repository at this point in the history
* Remove fmt-11.patch which was added in upstream.
  MusicPlayerDaemon/MPD@e380ae9
  MusicPlayerDaemon/MPD@1402869

* Remove unnecessary src-decoder-plugins-FfmpegIo.hxx.patch file.

* Add libopenmpt and mpg123 dependencies.

* Remove unnecessary TERMUX_PKG_RM_AFTER_INSTALL for fmt files.
  Those are not installed after using system fmt library.
  • Loading branch information
Biswa96 committed Dec 3, 2024
1 parent 6fc1d3e commit 4c423ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 117 deletions.
8 changes: 3 additions & 5 deletions packages/mpd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://www.musicpd.org
TERMUX_PKG_DESCRIPTION="Music player daemon"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.23.15"
TERMUX_PKG_REVISION=4
TERMUX_PKG_VERSION="0.23.16"
TERMUX_PKG_SRCURL=https://github.com/MusicPlayerDaemon/MPD/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=d2865d8f8ea79aa509b1465b99a2b8f3f449fe894521c97feadc2dca85a6ecd2
TERMUX_PKG_SHA256=a3ba8a4ef53c681ae5d415a79fbd1409d61cb3d03389a51595af24b330ecbb61
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="chromaprint, dbus, ffmpeg, game-music-emu, libao, libbz2, libc++, libcurl, libexpat, libflac, libicu, libid3tag, libmad, libmp3lame, libmpdclient, libnfs, libogg, libopus, libsamplerate, libsndfile, libsoxr, libsqlite, libvorbis, openal-soft, pcre2, pulseaudio, yajl, zlib, fmt"
TERMUX_PKG_DEPENDS="chromaprint, dbus, ffmpeg, game-music-emu, libao, libbz2, libc++, libcurl, libexpat, libflac, libicu, libid3tag, libmad, libmp3lame, libmpdclient, libnfs, libogg, libopenmpt, libopus, libsamplerate, libsndfile, libsoxr, libsqlite, libvorbis, mpg123, openal-soft, pcre2, pulseaudio, yajl, zlib, fmt"
TERMUX_PKG_BUILD_DEPENDS="boost, boost-headers, libiconv"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dalsa=disabled
Expand All @@ -22,7 +21,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dipv6=enabled
"
TERMUX_PKG_CONFFILES="etc/mpd.conf"
TERMUX_PKG_RM_AFTER_INSTALL="include/fmt lib/pkgconfig/fmt.pc"
TERMUX_PKG_SERVICE_SCRIPT=("mpd" "if [ -f \"$TERMUX_ANDROID_HOME/.mpd/mpd.conf\" ]; then CONFIG=\"$TERMUX_ANDROID_HOME/.mpd/mpd.conf\"; else CONFIG=\"$TERMUX_PREFIX/etc/mpd.conf\"; fi\nexec mpd --stdout --no-daemon \$CONFIG 2>&1")
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
Expand Down
102 changes: 0 additions & 102 deletions packages/mpd/fmt-11.patch

This file was deleted.

10 changes: 0 additions & 10 deletions packages/mpd/src-decoder-plugins-FfmpegIo.hxx.patch

This file was deleted.

0 comments on commit 4c423ca

Please sign in to comment.