Update cinelerra to EAPI 7

This commit is contained in:
2021-03-10 19:08:50 +02:00
parent 7394e46c3d
commit a8a2d70b96
@@ -1,7 +1,7 @@
# Copyright 2020 Gentoo Authors # Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=6 EAPI=7
inherit autotools eutils multilib flag-o-matic inherit autotools eutils multilib flag-o-matic
DESCRIPTION="The most advanced non-linear video editor and compositor" DESCRIPTION="The most advanced non-linear video editor and compositor"
@@ -90,7 +90,9 @@ src_configure() {
src_install() { src_install() {
emake -j1 DESTDIR="${D}" install emake -j1 DESTDIR="${D}" install
dohtml -a png,html,texi,sdw -r doc/*
readarray -d '' HTML_DOCS < <(find doc/ \( -name \*.png -o -name \*.html -o -name \*.texi -o -name \*.swd \) -print0)
einstalldocs
rm -rf "${D}"/usr/include rm -rf "${D}"/usr/include