summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cabello2023-09-07 16:45:42 +0200
committerAdrià Cabello2023-09-07 16:45:42 +0200
commite5bfaed9e2e4d556ec4403eab274fb4ed7244f26 (patch)
tree7e9a502a2e62c6aecb93b16e25b28b6c6a89b62f
parent805d175bdcbb4f33832e032621ae334505363d2b (diff)
downloadaur-xstudio.tar.gz
Added depends: nlohmann-json
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD22
2 files changed, 22 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe798faaa22d..87d67c6ac856 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xstudio
pkgdesc = Media playback and review application designed for professionals working in the film and TV post production industries.
pkgver = 0.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://materialx.org/
arch = x86_64
license = Apache
@@ -22,6 +22,7 @@ pkgbase = xstudio
depends = ffmpeg
depends = opentimelineio
depends = taglib
+ depends = nlohmann-json
provides = xstudio
source = git+https://github.com/AcademySoftwareFoundation/xstudio.git
source = xstudio.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 7354d9b315b4..5469c3091346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,30 @@
# Maintainer: Adrià Cabello <adro.cc79 at protonmail dot com>
pkgname=xstudio
pkgver=0.11.2
-pkgrel=1
+pkgrel=2
pkgdesc="Media playback and review application designed for professionals working in the film and TV post production industries."
arch=('x86_64')
url="https://materialx.org/"
license=('Apache')
-depends+=('cmake' 'opencolorio' 'spdlog' 'actor-framework' 'opencolorio' 'openexr' 'python-sphinx_rtd_theme' 'pybind11' 'qt5-base' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-declarative' 'qt5-tools' 'python-breathe' 'ffmpeg' 'opentimelineio' 'taglib')
+depends+=(cmake
+ opencolorio
+ spdlog
+ actor-framework
+ opencolorio
+ openexr
+ python-sphinx_rtd_theme
+ pybind11
+ qt5-base
+ qt5-graphicaleffects
+ qt5-quickcontrols
+ qt5-declarative
+ qt5-tools
+ python-breathe
+ ffmpeg
+ opentimelineio
+ taglib
+ nlohmann-json
+ )
provides=('xstudio')
source=(git+"https://github.com/AcademySoftwareFoundation/${pkgname}.git"
"xstudio.desktop"