summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Steven Voges2022-10-28 09:06:43 +0200
committer Willy Sudiarto Raharjo2022-10-29 05:28:39 +0200
commita826a426dde4d013db089af8414d9fd6b65683d8 (patch)
tree80e7ec1016a243da5a2e6452f6ea2fb39391718e
parent82592f7509788ef773a33b186c59c924d80feeda (diff)
downloadslackbuilds-a826a426dde4d013db089af8414d9fd6b65683d8.tar.gz
audio/cubeb: Updated for version 0.2.1543.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/cubeb/cubeb.SlackBuild8
-rw-r--r--audio/cubeb/cubeb.info6
2 files changed, 9 insertions, 5 deletions
diff --git a/audio/cubeb/cubeb.SlackBuild b/audio/cubeb/cubeb.SlackBuild
index 0a9c78bf54..9cea865cbe 100644
--- a/audio/cubeb/cubeb.SlackBuild
+++ b/audio/cubeb/cubeb.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cubeb
-VERSION=${VERSION:-20220721_dc511c6}
-SRCVER=${SRCVER:-dc511c6b3597b6384d28949285b9289e009830ea}
+VERSION=${VERSION:-0.2.1543}
+SRCVER=${SRCVER:-27d2a102b0b75d9e49d43bc1ea516233fb87d778}
SANITIZERSCMAKE=${SANITIZERSCMAKE:-aab6948fa863bc1cbe5d0850bc46b9ef02ed4c1a}
ALSA=${ALSA:-true}
JACK=${JACK:-false}
@@ -102,11 +102,15 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS LICENSE README.md docs \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+mv $PKG/usr/share/doc/cubeb/* $PKG/usr/doc/$PRGNAM-$VERSION/
+rm -r $PKG/usr/share
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/audio/cubeb/cubeb.info b/audio/cubeb/cubeb.info
index cb76b0147f..1a4e1a46e1 100644
--- a/audio/cubeb/cubeb.info
+++ b/audio/cubeb/cubeb.info
@@ -1,9 +1,9 @@
PRGNAM="cubeb"
-VERSION="20220721_dc511c6"
+VERSION="0.2.1543"
HOMEPAGE="https://github.com/mozilla/cubeb"
-DOWNLOAD="https://github.com/mozilla/cubeb/archive/dc511c6b3597b6384d28949285b9289e009830ea/cubeb-dc511c6b3597b6384d28949285b9289e009830ea.tar.gz \
+DOWNLOAD="https://github.com/mozilla/cubeb/archive/27d2a102b0b75d9e49d43bc1ea516233fb87d778/cubeb-27d2a102b0b75d9e49d43bc1ea516233fb87d778.tar.gz \
https://github.com/arsenm/sanitizers-cmake/archive/aab6948fa863bc1cbe5d0850bc46b9ef02ed4c1a/sanitizers-cmake-aab6948fa863bc1cbe5d0850bc46b9ef02ed4c1a.tar.gz"
-MD5SUM="5a40e81e1d6b2438c9b618ffcb679430 \
+MD5SUM="d1d221e822cbaf4dbdb4f8ab418b2148 \
0492fedbd255d1d831db432c2578a0c1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""