diff options
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 |
commit | 4c57870cc80482d8134add78a7ac38e82b477541 (patch) | |
tree | e4152d2adee726590e4a32f5322b59cb9619fe8b /misc | |
parent | 43d341c5031526a6f91e7b51b493e09d08d7f42b (diff) |
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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/QCMA/QCMA.SlackBuild | 4 | ||||
-rw-r--r-- | misc/QCMA/qcma-avdecoder.patch.gz | bin | 0 -> 309 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/QCMA/QCMA.SlackBuild b/misc/QCMA/QCMA.SlackBuild index 687b3b45766a9..cc3c097a3c5f7 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 Binary files differnew file mode 100644 index 0000000000000..1de3b4c0a95ad --- /dev/null +++ b/misc/QCMA/qcma-avdecoder.patch.gz |