mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:37:15 +08:00
opencolorio update to 1.0.9-1
This commit is contained in:
parent
54e4c7ab9a
commit
1ab562eb40
@ -1,12 +1,8 @@
|
|||||||
#
|
# Maintainer: UtG <utg[dot]chakra.linux[at]gmail[dot]com>
|
||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer abveritas@chakra-project.org
|
|
||||||
# contributor Sven-Hendrik Haase <sh@lutzhaase.com>
|
# contributor Sven-Hendrik Haase <sh@lutzhaase.com>
|
||||||
|
|
||||||
pkgname=opencolorio
|
pkgname=opencolorio
|
||||||
pkgver=1.0.8
|
pkgver=1.0.9
|
||||||
_pkgver=8883824
|
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A color management framework for visual effects and animation"
|
pkgdesc="A color management framework for visual effects and animation"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -15,11 +11,11 @@ license=('BSD')
|
|||||||
depends=('python3')
|
depends=('python3')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
source=("http://github.com/imageworks/OpenColorIO/tarball/v$pkgver")
|
source=("http://github.com/imageworks/OpenColorIO/tarball/v$pkgver")
|
||||||
sha1sums=('9b9bac9ed85c84f53775686eb72f3d612b148fef')
|
sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
|
||||||
|
|
||||||
build()
|
build()
|
||||||
{
|
{
|
||||||
mv imageworks-OpenColorIO-$_pkgver $pkgname-$pkgver
|
mv imageworks-OpenColorIO-* $pkgname-$pkgver
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||||
@ -34,5 +30,3 @@ package()
|
|||||||
|
|
||||||
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
|
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
|
||||||
|
Loading…
Reference in New Issue
Block a user