summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Michaël Celerier2021-09-07 00:10:43 +0200
committerJean-Michaël Celerier2021-09-07 00:10:43 +0200
commit04ebbc29ed4a90e40a053435c6903facae19ad8a (patch)
treee7e82c31796816162a5d70701ef861b4ac670cb4
parent2cca6e73f53a6ef8bd78bf7bdcbc848f4511e9f7 (diff)
downloadaur-04ebbc29ed4a90e40a053435c6903facae19ad8a.tar.gz
update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b936bcb1873e..d390517ab0f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ossia-score-git
pkgdesc = ossia score, an interactive sequencer for the intermedia arts (git master)
- pkgver = r8835.6ef5c108e
+ pkgver = r9202.f90a636c8
pkgrel = 1
url = https://ossia.io
arch = x86_64
@@ -31,11 +31,12 @@ pkgbase = ossia-score-git
replaces = i-score
source = git+https://github.com/jcelerier/QCodeEditor
source = git+https://github.com/Vidvox/hap
+ source = git+https://github.com/jcelerier/libsndfile
source = git+https://github.com/ossia/score
source = git+https://github.com/ossia/libossia
source = git+https://github.com/catchorg/Catch2
source = git+https://github.com/OculusVR/Flicks
- source = git+https://github.com/Microsoft/GSL
+ source = git+https://github.com/jcelerier/GSL
source = git+https://github.com/jcelerier/Servus
source = git+https://github.com/jcelerier/dnssd
source = git+https://github.com/jcelerier/SmallFunction
@@ -76,8 +77,8 @@ pkgbase = ossia-score-git
source = git+https://github.com/gpakosz/whereami
source = git+https://github.com/OSSIA/wiiuse.git
source = git+https://github.com/OSSIA/cmake-modules
- source = git+https://github.com/libpd/libpd
- source = git+https://github.com/pure-data/pure-data
+ source = git+https://github.com/jcelerier/libpd
+ source = git+https://github.com/jcelerier/pure-data
source = git+https://github.com/jcelerier/magicitems
source = git+https://github.com/jcelerier/phantomstyle
source = git+https://github.com/jcelerier/snappy
@@ -155,6 +156,6 @@ pkgbase = ossia-score-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
pkgname = ossia-score-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a9663dceedc6..4ec1ed451e55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# printf "'SKIP'%.0s\n" {1..43}
pkgname=ossia-score-git
-pkgver=r8835.6ef5c108e
+pkgver=r9202.f90a636c8
pkgrel=1
pkgdesc="ossia score, an interactive sequencer for the intermedia arts (git master)"
arch=('x86_64')
@@ -23,11 +23,12 @@ replaces=('i-score')
source=(
"git+https://github.com/jcelerier/QCodeEditor"
"git+https://github.com/Vidvox/hap"
+"git+https://github.com/jcelerier/libsndfile"
"git+https://github.com/ossia/score"
"git+https://github.com/ossia/libossia"
"git+https://github.com/catchorg/Catch2"
"git+https://github.com/OculusVR/Flicks"
-"git+https://github.com/Microsoft/GSL"
+"git+https://github.com/jcelerier/GSL"
"git+https://github.com/jcelerier/Servus"
"git+https://github.com/jcelerier/dnssd"
"git+https://github.com/jcelerier/SmallFunction"
@@ -68,8 +69,8 @@ source=(
"git+https://github.com/gpakosz/whereami"
"git+https://github.com/OSSIA/wiiuse.git"
"git+https://github.com/OSSIA/cmake-modules"
-"git+https://github.com/libpd/libpd"
-"git+https://github.com/pure-data/pure-data"
+"git+https://github.com/jcelerier/libpd"
+"git+https://github.com/jcelerier/pure-data"
"git+https://github.com/jcelerier/magicitems"
"git+https://github.com/jcelerier/phantomstyle"
"git+https://github.com/jcelerier/snappy"
@@ -150,6 +151,7 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
+'SKIP'
)
_gitname=score
@@ -164,6 +166,7 @@ build() {
git config submodule.3rdparty/QCodeEditor.url $srcdir/QCodeEditor
git config submodule.3rdparty/hap.url $srcdir/hap
+ git config submodule.3rdparty/libsndfile.url $srcdir/libsndfile
git config submodule.3rdparty/libossia.url $srcdir/libossia
git config submodule.3rdparty/libpd.url $srcdir/libpd
git config submodule.3rdparty/magicitems.url $srcdir/magicitems
@@ -239,7 +242,7 @@ build() {
-DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
"$srcdir/$_gitname"
- cmake --build .
+ cmake --build . --parallel
}
package() {