Skip to content

Commit

Permalink
bump(main/libtsduck): 3.39.3956
Browse files Browse the repository at this point in the history
  • Loading branch information
tqfx committed Jan 8, 2025
1 parent 3f58724 commit 323d0ff
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
24 changes: 0 additions & 24 deletions packages/libtsduck/Makefile.inc.patch.beforehostbuild

This file was deleted.

5 changes: 2 additions & 3 deletions packages/libtsduck/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://tsduck.io/
TERMUX_PKG_DESCRIPTION="An extensible toolkit for MPEG transport streams"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.38.3822"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="3.39.3956"
_VERSION=$(echo "${TERMUX_PKG_VERSION}" | sed 's/\./-/2')
TERMUX_PKG_SRCURL=https://github.com/tsduck/tsduck/archive/refs/tags/v${_VERSION}.tar.gz
TERMUX_PKG_SHA256=18bb779584384197dbb72af406cdcd42fe06efbf4a6ca8fd3138eb518b7ad369
TERMUX_PKG_SHA256=1a391504967bd7a6ffb1cabd98bc6ee904a742081c0a17ead4d6639d58c82979
TERMUX_PKG_DEPENDS="libandroid-glob, libc++, libcurl, libedit"
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down
24 changes: 24 additions & 0 deletions packages/libtsduck/scripts-make-config.sh.patch.beforehostbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
--- a/scripts/make-config.sh
+++ b/scripts/make-config.sh
@@ -144,9 +144,9 @@ debug "NOEXTLIBS='$NOEXTLIBS'"
#-----------------------------------------------------------------------------

# Enforce English locale by default in all commands for predictible output.
-LANGUAGE=en_US.UTF-8
-LC_ALL=en_US.UTF-8
-LANG=en_US.UTF-8
+LANGUAGE=C.UTF-8
+LC_ALL=C.UTF-8
+LANG=C.UTF-8

[[ -z $LOCAL_OS ]] && LOCAL_OS=$(uname -s | tr A-Z a-z)
[[ -z $LOCAL_ARCH ]] && LOCAL_ARCH=$(uname -m)
@@ -332,7 +332,7 @@ else
BINDIR="$BINROOT/debug-${MAIN_ARCH}${hpart}${BINDIR_SUFFIX}"
else
# Default BINDIR for release mode.
- BINDIR="$BINROOT/release-${MAIN_ARCH}${hpart}${BINDIR_SUFFIX}"
+ BINDIR="$BINROOT/release"
fi
fi

0 comments on commit 323d0ff

Please sign in to comment.