From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3D26139360 for ; Thu, 12 Aug 2021 17:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC022E0821; Thu, 12 Aug 2021 17:58:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2900E0821 for ; Thu, 12 Aug 2021 17:58:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F2C0342B41 for ; Thu, 12 Aug 2021 17:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424E389F for ; Thu, 12 Aug 2021 17:58:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1628791092.99e83b470410eeced368ad8a636b6f72e37dcfc8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kino/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kino/kino-1.3.4-r2.ebuild X-VCS-Directories: media-video/kino/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99e83b470410eeced368ad8a636b6f72e37dcfc8 X-VCS-Branch: master Date: Thu, 12 Aug 2021 17:58:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c59af315-2b4a-494e-b7ab-f6b6dc35c689 X-Archives-Hash: 3579f6976bf0df0e10af55724a051553 commit: 99e83b470410eeced368ad8a636b6f72e37dcfc8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 12 17:39:10 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 12 17:58:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e83b47 media-video/kino: EAPI-7 bump, add dev-util/glib-utils, use ESYSROOT - fix DESCRIPTION - add missing || die Bug: https://bugs.gentoo.org/783720 Closes: https://bugs.gentoo.org/671216 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/kino/kino-1.3.4-r2.ebuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/media-video/kino/kino-1.3.4-r2.ebuild b/media-video/kino/kino-1.3.4-r2.ebuild index 2d5b56e858f..c076e0ad8b7 100644 --- a/media-video/kino/kino-1.3.4-r2.ebuild +++ b/media-video/kino/kino-1.3.4-r2.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit autotools udev xdg -DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux" +DESCRIPTION="Non-linear DV editor for GNU/Linux" HOMEPAGE="http://www.kinodv.org/" SRC_URI="mirror://sourceforge/kino/${P}.tar.gz" @@ -15,8 +16,7 @@ IUSE="alsa dvdr gpac lame quicktime sox vorbis" # Optional dependency on cinelerra-cvs (as a replacement for libquicktime) # dropped because kino may run with it but won't build anymore. - -CDEPEND=" +DEPEND=" >=x11-libs/gtk+-2.6.0:2 >=gnome-base/libglade-2.5.0 >=dev-libs/glib-2:2 @@ -33,10 +33,7 @@ CDEPEND=" >=media-video/ffmpeg-3:0= quicktime? ( >=media-libs/libquicktime-0.9.5 ) " -DEPEND="${CDEPEND} - dev-util/intltool -" -RDEPEND="${CDEPEND} +RDEPEND="${DEPEND} media-video/mjpegtools media-sound/rawrec dvdr? ( media-video/dvdauthor @@ -46,6 +43,10 @@ RDEPEND="${CDEPEND} sox? ( media-sound/sox ) vorbis? ( media-sound/vorbis-tools ) " +BDEPEND=" + dev-util/glib-utils + dev-util/intltool +" src_prepare() { default @@ -93,12 +94,12 @@ src_configure() { $(use_enable quicktime) \ $(use_with sparc dv1394) \ --with-udev-rules-dir="$(get_udevdir)"/rules.d \ - CPPFLAGS="-I${ROOT}usr/include/libavcodec -I${ROOT}usr/include/libavformat -I${ROOT}usr/include/libswscale" + CPPFLAGS="-I${ESYSROOT}usr/include/libavcodec -I${ESYSROOT}usr/include/libavformat -I${ESYSROOT}usr/include/libswscale" } src_install() { default - mv "${ED}/$(get_udevdir)"/rules.d/{,99-}kino.rules + mv "${ED}/$(get_udevdir)"/rules.d/{,99-}kino.rules || die fowners root:root -R /usr/share/kino/help #177378 find "${ED}" -name '*.la' -delete || die #385361 }