Date: Wednesday, May 10, 2023 @ 20:43:50
Author: arojas
Revision: 1459824
archrelease: copy trunk to community-x86_64
Added:
opentoonz/repos/community-x86_64/PKGBUILD
(from rev 1459823, opentoonz/trunk/PKGBUILD)
Deleted:
opentoonz/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 42 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 20:43:38 UTC (rev 1459823)
+++ PKGBUILD 2023-05-10 20:43:50 UTC (rev 1459824)
@@ -1,46 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: cyrant <cyrant at tuta dot io>
-
-pkgname=opentoonz
-pkgver=1.6.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"
- https://github.com/opentoonz/opentoonz/commit/1e6244f3.patch)
-sha256sums=('9a6c28cb3933756dbebb45e849bdafc9e6d93d0328c4fd4d7bc8ec3ae481f684'
- '37bc0b828c2aa3aa6353f815413b6412f25a32a74dc2af5fb68d992c35428345')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # Specify path for ffmpeg
- sed -i 's|"ffmpegPath", QMetaType::QString, ""|"ffmpegPath",
QMetaType::QString, "/usr/bin"|' \
- toonz/sources/toonzlib/preferences.cpp
-
- patch -p1 -i ../1e6244f3.patch # Fix build with GCC 13
-}
-
-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 \
- -DWITH_TRANSLATION=OFF
- # WITH_TRANSLATION doesn't do anything, generated translations aren't
installed
- 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 1459823,
opentoonz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 20:43:50 UTC (rev 1459824)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: cyrant <cyrant at tuta dot io>
+
+pkgname=opentoonz
+pkgver=1.7.1
+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=('d0daf60d06510efe15d0db3f9eed0162499ed58061504dca27892c2b9ea5f22d')
+
+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 \
+ -DWITH_TRANSLATION=OFF
+ # WITH_TRANSLATION doesn't do anything, generated translations aren't
installed
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $pkgname-$pkgver/LICENSE.txt
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}