summaryrefslogtreecommitdiff
path: root/media-video/ogmrip/ogmrip-1.0.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /media-video/ogmrip/ogmrip-1.0.1.ebuild
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'media-video/ogmrip/ogmrip-1.0.1.ebuild')
-rw-r--r--media-video/ogmrip/ogmrip-1.0.1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-video/ogmrip/ogmrip-1.0.1.ebuild b/media-video/ogmrip/ogmrip-1.0.1.ebuild
index 0c63e0d65033..c0d8008fc0a1 100644
--- a/media-video/ogmrip/ogmrip-1.0.1.ebuild
+++ b/media-video/ogmrip/ogmrip-1.0.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-GCONF_DEBUG=no
+EAPI=7
inherit gnome2
@@ -15,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="aac dbus debug dts gtk libnotify matroska mp3 mp4 nls ogm spell srt static-libs theora vorbis x264 xvid"
-COMMON_DEPEND="
+DEPEND="
>=dev-libs/glib-2.16:2
>=app-i18n/enca-1.9
dev-libs/libxml2
@@ -45,10 +44,10 @@ COMMON_DEPEND="
theora? ( media-libs/libtheora )
vorbis? ( media-sound/vorbis-tools )
"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
gnome-base/gvfs
"
-DEPEND="${COMMON_DEPEND}
+BDEPEND="
dev-util/gtk-doc-am
nls? ( sys-devel/gettext
dev-util/intltool )