[arch-commits] Commit in opentoonz/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed May 4 13:44:44 UTC 2022
Date: Wednesday, May 4, 2022 @ 13:44:44
Author: arojas
Revision: 1194175
archrelease: copy trunk to community-x86_64
Added:
opentoonz/repos/community-x86_64/PKGBUILD
(from rev 1194174, opentoonz/trunk/PKGBUILD)
Deleted:
opentoonz/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-04 13:44:41 UTC (rev 1194174)
+++ PKGBUILD 2022-05-04 13:44:44 UTC (rev 1194175)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: cyrant <cyrant at tuta dot io>
-
-pkgname=opentoonz
-pkgver=1.5.0
-pkgrel=4
-pkgdesc='Software for producing a 2D animation'
-arch=('x86_64')
-url='https://opentoonz.github.io/e/'
-license=('BSD')
-depends=('cblas' 'ffmpeg' 'freeglut' 'glew' 'libmypaint' 'opencv' 'qt5-multimedia' 'qt5-script'
- 'qt5-serialport' 'qt5-svg' 'superlu')
-makedepends=('boost' 'cmake' 'ninja' 'qt5-tools')
-source=("https://github.com/opentoonz/$pkgname/archive/v${pkgver}/$pkgname-$pkgver.tar.gz")
-sha256sums=('fba0f381fb71ffda89e6423b4d461450d4851f93830342e69e36313070af5990')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # Specify path for ffmpeg
- sed -i 's|"ffmpegPath", QMetaType::QString, ""|"ffmpegPath", QMetaType::QString, "/usr/bin"|' \
- toonz/sources/toonzlib/preferences.cpp
-}
-
-build() {
- pushd $pkgname-$pkgver/thirdparty/tiff-4.0.3
- ./configure --with-pic --disable-jbig
- make
- popd
-
- cmake -S $pkgname-$pkgver/toonz/sources -B build -G Ninja \
- -DCMAKE_INSTALL_PREFIX='/usr' \
- -DCMAKE_SKIP_RPATH=YES
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
- install -Dm644 $pkgname-$pkgver/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
Copied: opentoonz/repos/community-x86_64/PKGBUILD (from rev 1194174, opentoonz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-04 13:44:44 UTC (rev 1194175)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: cyrant <cyrant at tuta dot io>
+
+pkgname=opentoonz
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Software for producing a 2D animation'
+arch=('x86_64')
+url='https://opentoonz.github.io/e/'
+license=('BSD')
+depends=('cblas' 'ffmpeg' 'freeglut' 'glew' 'libmypaint' 'opencv' 'qt5-multimedia' 'qt5-script'
+ 'qt5-serialport' 'qt5-svg' 'superlu')
+makedepends=('boost' 'cmake' 'ninja' 'qt5-tools')
+source=("https://github.com/opentoonz/$pkgname/archive/v${pkgver}/$pkgname-$pkgver.tar.gz")
+sha256sums=('9a6c28cb3933756dbebb45e849bdafc9e6d93d0328c4fd4d7bc8ec3ae481f684')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # Specify path for ffmpeg
+ sed -i 's|"ffmpegPath", QMetaType::QString, ""|"ffmpegPath", QMetaType::QString, "/usr/bin"|' \
+ toonz/sources/toonzlib/preferences.cpp
+}
+
+build() {
+ pushd $pkgname-$pkgver/thirdparty/tiff-4.0.3
+ ./configure --with-pic --disable-jbig
+ make
+ popd
+
+ cmake -S $pkgname-$pkgver/toonz/sources -B build -G Ninja \
+ -DCMAKE_INSTALL_PREFIX='/usr' \
+ -DCMAKE_SKIP_RPATH=YES
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $pkgname-$pkgver/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
More information about the arch-commits
mailing list