summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-08-14 13:09:17 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-08-14 21:17:56 +0700
commit4c57870cc80482d8134add78a7ac38e82b477541 (patch)
treee4152d2adee726590e4a32f5322b59cb9619fe8b
parent43d341c5031526a6f91e7b51b493e09d08d7f42b (diff)
downloadslackbuilds-4c57870cc80482d8134add78a7ac38e82b477541.tar.gz
slackbuilds-4c57870cc80482d8134add78a7ac38e82b477541.tar.xz
misc/QCMA: Patch to allow building on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--misc/QCMA/QCMA.SlackBuild4
-rw-r--r--misc/QCMA/qcma-avdecoder.patch.gzbin0 -> 309 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/QCMA/QCMA.SlackBuild b/misc/QCMA/QCMA.SlackBuild
index 687b3b4576..cc3c097a3c 100644
--- a/misc/QCMA/QCMA.SlackBuild
+++ b/misc/QCMA/QCMA.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=QCMA
VERSION=${VERSION:-0.4.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -74,6 +74,8 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
+# thanks arch linux maintainer
+zcat $CWD/qcma-avdecoder.patch.gz | patch -p1
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/misc/QCMA/qcma-avdecoder.patch.gz b/misc/QCMA/qcma-avdecoder.patch.gz
new file mode 100644
index 0000000000..1de3b4c0a9
--- /dev/null
+++ b/misc/QCMA/qcma-avdecoder.patch.gz
Binary files differ