summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-09-21 17:02:35 +0200
committerAlexandre Bouvier2022-09-21 17:02:35 +0200
commit0ca110e981020df129a9122c76e87999b51b777f (patch)
tree896599608e7d0f7315207ecf373406f566501dbe
parent97859e529ec3f663a03a7d43cc9ac56078f91c6e (diff)
downloadaur-0ca110e981020df129a9122c76e87999b51b777f.tar.gz
update to 0.2.r1395.g28c8aa4
* remove upstreamed patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 5 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7f402cd4c4a..f95c0827a4d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cubeb-git
pkgdesc = Cross platform audio library
- pkgver = 0.2.r1393.g4783607
- pkgrel = 3
+ pkgver = 0.2.r1395.g28c8aa4
+ pkgrel = 1
url = https://github.com/mozilla/cubeb
arch = aarch64
arch = armv7h
@@ -23,7 +23,7 @@ pkgbase = cubeb-git
optdepends = jack: for JACK backend
optdepends = libpulse: for PulseAudio backend
optdepends = sndio: for sndio backend
- provides = cubeb=0.2.r1393.g4783607
+ provides = cubeb=0.2.r1395.g28c8aa4
provides = libcubeb.so
conflicts = cubeb
source = cubeb::git+https://github.com/mozilla/cubeb.git
diff --git a/PKGBUILD b/PKGBUILD
index e5413d3a237d..2eb6d38a99a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Zion Nimchuk <zionnimchuk@gmail.com>
_pkgname=cubeb
pkgname=$_pkgname-git
-pkgver=0.2.r1393.g4783607
-pkgrel=3
+pkgver=0.2.r1395.g28c8aa4
+pkgrel=1
pkgdesc="Cross platform audio library"
arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://github.com/mozilla/cubeb"
@@ -26,14 +26,6 @@ pkgver() {
git describe --long --tags | sed 's/^cubeb-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd $_pkgname
- sed -i '/install(TARGETS test_/d' CMakeLists.txt
- sed -i 's/@PACKAGE@/@CMAKE_PROJECT_NAME@/' docs/Doxyfile.in
- sed -i 's/@VERSION@/@CMAKE_PROJECT_VERSION@/' docs/Doxyfile.in
- sed -i '$a install(DIRECTORY ${CMAKE_BINARY_DIR}/docs/html/ TYPE DOC)' CMakeLists.txt
-}
-
build() {
cmake -S $_pkgname -B build \
-DBUILD_SHARED_LIBS=ON \
@@ -42,7 +34,6 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" \
-DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_SANITIZERS=OFF \
-Wno-dev