Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/opentoonz/
Date: Wed, 07 Oct 2020 17:58:32
Message-Id: 1602093505.3c1383564027115def71268d0c5ce43fe0dd147e.sam@gentoo
1 commit: 3c1383564027115def71268d0c5ce43fe0dd147e
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 12:51:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 17:58:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c138356
7
8 media-gfx/opentoonz: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-gfx/opentoonz/Manifest | 1 -
15 media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild | 92 ---------------------------
16 2 files changed, 93 deletions(-)
17
18 diff --git a/media-gfx/opentoonz/Manifest b/media-gfx/opentoonz/Manifest
19 index b9be7cab8c3..17d952a18c8 100644
20 --- a/media-gfx/opentoonz/Manifest
21 +++ b/media-gfx/opentoonz/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST opentoonz-1.2.1.tar.gz 39843446 BLAKE2B f9035bab5c6fa1d86459b401ca94acbffe8e38a2f5ec2bc97f303c7e829b9f6695480e7ab7a7560909f6ce45109ca1704d5020ff774964b5ed72b1b01588e93b SHA512 3eaf5983b5ec7424338e25975228b9bf6e9da61b2699c52377528966ecf07971868426bda0a64c780c2876cc1f0e4adb63c46767e8099fbfe32a8d1586c13f44
24 DIST opentoonz-1.3.0.tar.gz 39920932 BLAKE2B 292e01c078a4cf461fff0814a60e4ab6aea9a74a63f23e854815632432e07e65d5c01dce9d3aab36595f94ca06dd83b078e52858532d8dadb2e7518514c08b08 SHA512 5df272c943f2c222a457545c99388266579d88c702d6c7e71dfe0c924a0189e30323cf9e369c96755c507ee5347620da0140215b2647555f0b3bdae41c615c71
25 DIST opentoonz-1.4.0.tar.gz 53531141 BLAKE2B adb7a85fb0581d92119b5f6b75dc320428ea0763955f8c883072cba78045acdeea75a5cea82065a29d2c59f53b4843d8ff92690c9a47c01605b4702fd36d6c13 SHA512 777f5d59ec8076e1e53a81347e15bef198bea77449073f1e9d5fdd371a61e20fd6dc8b26c6656c783959782bd71008fbb63c05742aaa50c92bd317aded7d0649
26
27 diff --git a/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild b/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild
28 deleted file mode 100644
29 index b1aa0a87358..00000000000
30 --- a/media-gfx/opentoonz/opentoonz-1.2.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,92 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit cmake-utils
39 -
40 -DESCRIPTION="An open-source full-featured 2D animation creation software"
41 -HOMEPAGE="https://github.com/opentoonz/opentoonz"
42 -SRC_URI="https://github.com/opentoonz/opentoonz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD libtiff"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - app-arch/lz4:=
51 - >=dev-libs/boost-1.55.0:=
52 - dev-libs/lzo:2=
53 - >=dev-qt/qtcore-5.9:5
54 - >=dev-qt/qtgui-5.9:5
55 - >=dev-qt/qtmultimedia-5.9:5[widgets]
56 - >=dev-qt/qtnetwork-5.9:5
57 - >=dev-qt/qtopengl-5.9:5
58 - >=dev-qt/qtprintsupport-5.9:5
59 - >=dev-qt/qtscript-5.9:5
60 - >=dev-qt/qtsvg-5.9:5
61 - >=dev-qt/qtwidgets-5.9:5
62 - >=dev-qt/qtxml-5.9:5
63 - media-libs/freeglut:=
64 - media-libs/freetype:2=
65 - media-libs/glew:=
66 - media-libs/libjpeg-turbo:=
67 - >=media-libs/libmypaint-1.3.0
68 - media-libs/libpng:=
69 - media-libs/libsdl2:=
70 - sci-libs/cblas-reference:=
71 - >=sci-libs/superlu-4.1:=
72 - sys-libs/zlib:=
73 - virtual/libusb:=
74 - virtual/opengl
75 -"
76 -DEPEND="
77 - $RDEPEND
78 - virtual/pkgconfig
79 - dev-qt/linguist-tools:5
80 -"
81 -
82 -CMAKE_USE_DIR="${S}"/toonz/sources
83 -
84 -src_configure()
85 -{
86 - local mycmakeargs=(
87 - -DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
88 - -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
89 - -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
90 - -DCMAKE_SKIP_RPATH=ON
91 - )
92 -
93 - # The upstream uses their own modified libtiff
94 - # See: https://github.com/opentoonz/opentoonz/blob/master/doc/how_to_build_linux.md#building-libtiff
95 - cd thirdparty/tiff-4.0.3 || die
96 - econf \
97 - --with-pic \
98 - --disable-jbig \
99 - --enable-static \
100 - --disable-shared
101 -
102 - cmake-utils_src_configure
103 -}
104 -
105 -src_compile() {
106 - cd "${S}"/thirdparty/tiff-4.0.3 || die
107 - emake
108 -
109 - cmake-utils_src_compile
110 -}
111 -
112 -pkg_postinst()
113 -{
114 - elog "It is supposedly optional but some files are"
115 - elog "actually required to run the executable properly."
116 - elog
117 - elog "The .config/OpenToonz/ directory in your home folder"
118 - elog "will contain your settings, work and other files."
119 - elog
120 - elog "We need to create it from the command-line:"
121 - elog
122 - elog "$ mkdir -p \$HOME/.config/OpenToonz"
123 - elog "$ cp -r /usr/share/opentoonz/stuff/ \$HOME/.config/OpenToonz/"
124 -}