summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-21 16:12:00 +0000
committerDaniel Bermond2018-11-21 16:12:00 +0000
commit1cc011c1cb3dc152d848584397624f72b031095e (patch)
tree167b52f8859b0730aaf5f1070acc1834465e0ac0
parente4834b2864575702f748172ce08713b0f7f7d2b7 (diff)
downloadaur-1cc011c1cb3dc152d848584397624f72b031095e.tar.gz
Use gcc current to build (fixed upstream)
Build was failing when using gcc8. This problem was fixed upstream. References ---------- https://github.com/pkuvcl/xavs2/issues/17 https://github.com/pkuvcl/xavs2/commit/f018e1da10196c1f03ed8834d5db64ef67f3cc71
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 163038428c9d..4247c366daae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xavs2-git
pkgdesc = Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard (git version)
pkgver = 1.2.r109.g9a06546
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pkuvcl/xavs2/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 46b8dca7a774..ec59343b5ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=xavs2-git
_srcname=xavs2
pkgver=1.2.r109.g9a06546
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard (git version)'
url='https://github.com/pkuvcl/xavs2/'
@@ -20,13 +20,6 @@ replaces=('libxavs2-git')
source=('git+https://github.com/pkuvcl/xavs2.git')
sha256sums=('SKIP')
-prepare() {
- cd "$_srcname"
-
- # use gcc7 (it does not build with gcc8)
- sed -i 's/gcc/gcc-7/' build/linux/configure
-}
-
pkgver() {
cd "$_srcname"