summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2023-04-27 16:49:56 +0200
committerAlexandre Bouvier2023-04-27 16:49:56 +0200
commit75b02f35223788e665e97414a92ab0795ff08571 (patch)
tree70615adbdc448e0a74ff1bb199dbe961d0913885
parent9f665cb84fca75c7896b1135e920c7207493fc5a (diff)
downloadaur-75b02f35223788e665e97414a92ab0795ff08571.tar.gz
update to 0.2.r1448.g1ba9237
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01bb988701d6..5e58c234c657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cubeb-git
pkgdesc = Cross platform audio library
- pkgver = 0.2.r1427.g70b4e3d
+ pkgver = 0.2.r1448.g1ba9237
pkgrel = 1
url = https://github.com/mozilla/cubeb
arch = aarch64
@@ -9,7 +9,7 @@ pkgbase = cubeb-git
arch = i686
arch = pentium4
arch = x86_64
- license = ISC
+ license = custom:ISC
checkdepends = gtest
makedepends = alsa-lib
makedepends = cmake
@@ -25,7 +25,7 @@ pkgbase = cubeb-git
optdepends = jack: for JACK backend
optdepends = libpulse: for PulseAudio backend
optdepends = sndio: for sndio backend
- provides = cubeb=0.2.r1427.g70b4e3d
+ provides = cubeb=0.2.r1448.g1ba9237
provides = libcubeb.so
conflicts = cubeb
source = cubeb::git+https://github.com/mozilla/cubeb.git
diff --git a/PKGBUILD b/PKGBUILD
index ebb7469218c5..b95a06679994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Zion Nimchuk <zionnimchuk@gmail.com>
_pkgname=cubeb
pkgname=$_pkgname-git
-pkgver=0.2.r1427.g70b4e3d
+pkgver=0.2.r1448.g1ba9237
pkgrel=1
pkgdesc="Cross platform audio library"
arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://github.com/mozilla/cubeb"
-license=('ISC')
+license=('custom:ISC')
depends=('gcc-libs' 'glibc')
makedepends=(
'alsa-lib'
@@ -45,7 +45,6 @@ build() {
cmake -S $_pkgname -B build \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTS="$CHECKFUNC" \
- -DBUNDLE_SPEEX=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" \
-DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \
@@ -56,7 +55,7 @@ build() {
}
check() {
- ctest --test-dir build -E 'audio|callback_ret|device_changed_callback|devices|duplex|latency|record|sanity|tone'
+ ctest --test-dir build -E 'audio|callback_ret|devices|latency|sanity|tone'
}
package() {