public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kino/
Date: Thu, 12 Aug 2021 17:58:38 +0000 (UTC)	[thread overview]
Message-ID: <1628791092.99e83b470410eeced368ad8a636b6f72e37dcfc8.asturm@gentoo> (raw)

commit:     99e83b470410eeced368ad8a636b6f72e37dcfc8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 12 17:39:10 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
 }


             reply	other threads:[~2021-08-12 17:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12 17:58 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-14  7:03 [gentoo-commits] repo/gentoo:master commit in: media-video/kino/ Agostino Sarubbo
2021-08-13 21:55 Sam James
2021-08-13  6:52 Agostino Sarubbo
2021-08-13  6:51 Agostino Sarubbo
2021-05-31  9:20 David Seifert
2020-11-14 21:48 David Seifert
2020-04-26  9:25 Mikle Kolyada
2018-08-18 17:40 Andreas Sturmlechner
2018-06-03 11:47 Andreas Sturmlechner
2017-07-27 22:00 Denis Dupeyron
2017-06-21 12:17 Agostino Sarubbo
2017-06-21 11:57 Agostino Sarubbo
2017-06-18 14:01 Agostino Sarubbo
2017-06-17  9:28 Pacho Ramos
2016-10-12 18:11 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1628791092.99e83b470410eeced368ad8a636b6f72e37dcfc8.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox