Diff gnome-video-effects-0.5.0-r1 with a gnome-video-effects-0.6.0

/usr/portage/media-video/gnome-video-effects/gnome-video-effects-0.6.0.ebuild 2023-10-09 14:52:31.820368409 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
inherit gnome.org meson
6
inherit gnome.org meson optfeature
7 7

  
8 8
DESCRIPTION="Effects for Cheese, the webcam video and picture application"
9 9
HOMEPAGE="https://wiki.gnome.org/Projects/GnomeVideoEffects"
10 10

  
11 11
LICENSE="GPL-2"
12 12
SLOT="0"
13
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
13
KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
14 14

  
15 15
DEPEND=""
16 16
RDEPEND=""
......
20 20

  
21 21
# This ebuild does not install any binaries
22 22
RESTRICT="binchecks strip"
23

  
24
pkg_postinst() {
25
	optfeature "Scanline video effect" media-plugins/frei0r-plugins
26
}
Thank you!