summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Michaël Celerier2019-12-10 20:58:32 +0100
committerJean-Michaël Celerier2019-12-10 20:58:32 +0100
commit371b989a1f6093b5d3296786a4cb8589e444fe77 (patch)
treef05ae6da1cce6e8a2995386f8e8e76eda73b55f2
parent52fe083abe0bf9cd8e22543f2af1a3e2968ba668 (diff)
downloadaur-371b989a1f6093b5d3296786a4cb8589e444fe77.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135cb18c69ee..159f975c86d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -73,6 +73,12 @@ pkgbase = ossia-score-git
source = git+https://github.com/jcelerier/Qt-Color-Widgets.git
source = git+https://github.com/jcelerier/phantomstyle.git
source = git+https://anongit.kde.org/scratch/mart/desktopqqc2style.git
+ source = git+https://github.com/jcelerier/rubberband.git
+ source = git+https://github.com/jcelerier/libsamplerate.git
+ source = git+https://github.com/OculusVR/Flicks.git
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f72767f221b7..a287f31cf776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,6 +62,9 @@ source=('git+https://github.com/OSSIA/score.git'
"git+https://github.com/jcelerier/Qt-Color-Widgets.git"
"git+https://github.com/jcelerier/phantomstyle.git"
"git+https://anongit.kde.org/scratch/mart/desktopqqc2style.git"
+"git+https://github.com/jcelerier/rubberband.git"
+"git+https://github.com/jcelerier/libsamplerate.git"
+"git+https://github.com/OculusVR/Flicks.git"
)
sha256sums=(
'SKIP'
@@ -108,6 +111,9 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
)
_gitname=score
@@ -161,9 +167,12 @@ build() {
git config submodule.3rdparty/websocketpp.url $srcdir/websocketpp
git config submodule.3rdparty/whereami.url $srcdir/whereami
git config submodule.3rdparty/wiiuse.url $srcdir/wiiuse
+ git config submodule.3rdparty/libsamplerate.url $srcdir/libsamplerate
+ git config submodule.3rdparty/rubberband.url $srcdir/rubberband
git config submodule.CMake/cmake-modules.url $srcdir/cmake-modules
)
+ git checkout musical2
git submodule update --init --recursive
mkdir -p "$srcdir/build"