Skip to content

Commit

Permalink
fix more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Jan 12, 2024
1 parent 7ff470f commit b040739
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/espeak-ng/package.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE_NAME="espeak-ng"
PACKAGE_VERSION="1.50"
PACKAGE_SRC="https://github.com/espeak-ng/espeak-ng/releases/download/${PACKAGE_VERSION}/espeak-ng-${PACKAGE_VERSION}.tgz"
PACKAGE_VERSION="1.51"
PACKAGE_SRC="https://github.com/espeak-ng/espeak-ng/archive/refs/tags/${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="base glibc"
LANGUAGES_TO_INSTALL="es en ca"

Expand Down
2 changes: 1 addition & 1 deletion packages/gdbm/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="GNU dbm"
PACKAGE_VERSION="1.18.1"
PACKAGE_VERSION="1.23"
PACKAGE_SRC="https://ftp.gnu.org/gnu/gdbm/gdbm-${PACKAGE_VERSION}.tar.gz"

configure_package() {
Expand Down
2 changes: 1 addition & 1 deletion packages/mpd/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="MPD"
PACKAGE_VERSION="0.22.10"
PACKAGE_VERSION="0.23.15"
PACKAGE_DEPENDS="curl alsa-lib flac opus libvorbis libogg faad2 libsndfile lame libid3tag soxr libao libshout chromaprint boost avahi libnfs yajl pcre sqlite3 sndio libupnp ffmpeg zziplib bzip2 libmpdclient"
PACKAGE_SRC="https://github.com/MusicPlayerDaemon/MPD/archive/refs/tags/v${PACKAGE_VERSION}.tar.gz"
PACKAGE_USE_SEPARATE_BUILD_DIR="true"
Expand Down
4 changes: 2 additions & 2 deletions packages/snapcast/package.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PACKAGE_NAME="Snapcast"
PACKAGE_VERSION="0.25.0"
PACKAGE_VERSION="0.27.0"
PACKAGE_SRC="https://github.com/badaix/snapcast/archive/v${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="alsa libvorbis opus flac soxr avahi expat"
BOOST_VERSION="1.76.0"
BOOST_VERSION="1.84.0"
BOOST="boost_${BOOST_VERSION//./_}"
BUILD_TARGETS="server client"

Expand Down
10 changes: 10 additions & 0 deletions packages/snapcast/patches/cstdint.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/common/sample_format.hpp 2024-01-12 14:11:35.041836115 +0100
+++ b/common/sample_format.hpp 2024-01-12 14:11:50.401846387 +0100
@@ -20,6 +20,7 @@
#define SAMPLE_FORMAT_H

#include <string>
+#include <cstdint>


/**
11 changes: 11 additions & 0 deletions packages/upmpdcli/patches/remove-statx.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/src/pathut.cpp 2023-09-11 14:58:07.000000000 +0200
+++ b/src/pathut.cpp 2024-01-11 18:29:45.347142294 +0100
@@ -1103,7 +1103,7 @@
#endif
}

-#if defined(STATX_TYPE)
+#if !defined(STATX_TYPE)

#include <sys/syscall.h>

0 comments on commit b040739

Please sign in to comment.