Skip to content

Commit

Permalink
bump(main/libwebrtc-audio-processing): 1.3
Browse files Browse the repository at this point in the history
Switch from freedesktop.org to www.freedesktop.org as the former has an
invalid certificate, fixing the build error noted in #21130.
  • Loading branch information
fornwall committed Aug 15, 2024
1 parent 0baf22b commit 983514d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/libwebrtc-audio-processing/build.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
TERMUX_PKG_DESCRIPTION="A library containing the AudioProcessing module from the WebRTC project"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.3.1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4dabdd0789acd117d88d53f0a793cf4e906c6a93ee9aa6975ec928eafbf1dfe5
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_VERSION=1.3
TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=95552fc17faa0202133707bbb3727e8c2cf64d4266fe31bfdb2298d769c1db75
TERMUX_PKG_DEPENDS="libc++, abseil-cpp"

termux_step_pre_configure() {
LDFLAGS+=" $($CC -print-libgcc-file-name)"
Expand Down
1 change: 1 addition & 0 deletions packages/pipewire/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="MIT, LGPL-2.1, LGPL-3.0, GPL-2.0"
TERMUX_PKG_LICENSE_FILE="COPYING, LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.2.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${TERMUX_PKG_VERSION}/pipewire-${TERMUX_PKG_VERSION}.tar.bz2"
TERMUX_PKG_SHA256=a78516611257429633a1e020566cf03150a73d58c54e67bff936fd103d5bc6ce
TERMUX_PKG_AUTO_UPDATE=true
Expand Down

0 comments on commit 983514d

Please sign in to comment.