Skip to content

Commit

Permalink
app-cdr/brasero: Fix dependencies
Browse files Browse the repository at this point in the history
yelp-tools and gnome-common are needed when running eautoreconf. PackageKit
was removed from the tree some time ago.

Closes: https://bugs.gentoo.org/788898
Thanks-to: Agostino Sarubbo
Thanks-to: Andrey Volkov
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed May 9, 2021
1 parent 5b25808 commit 491968e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app-cdr/brasero/brasero-3.12.2-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Brasero"

LICENSE="GPL-2+ CC-BY-SA-3.0"
SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3
IUSE="+css +introspection +libburn mp3 nautilus packagekit playlist test tracker"
IUSE="+css +introspection +libburn mp3 nautilus playlist test tracker"
RESTRICT="!test? ( test )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"

COMMON_DEPEND="
DEPEND="
>=dev-libs/glib-2.29.14:2
>=x11-libs/gtk+-3:3[introspection?]
media-libs/gstreamer:1.0
Expand All @@ -36,7 +36,7 @@ COMMON_DEPEND="
playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= )
tracker? ( app-misc/tracker:3= )
"
RDEPEND="${COMMON_DEPEND}
RDEPEND="${DEPEND}
media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-meta:1.0[mp3?]
x11-themes/hicolor-icon-theme
Expand All @@ -46,9 +46,10 @@ RDEPEND="${COMMON_DEPEND}
app-cdr/cdrtools
app-cdr/dvd+rw-tools
)
packagekit? ( app-admin/packagekit-base )
"
DEPEND="${COMMON_DEPEND}
BDEPEND="
app-text/yelp-tools
gnome-base/gnome-common
>=dev-util/intltool-0.50
dev-util/itstool
>=dev-util/gtk-doc-am-1.12
Expand Down

0 comments on commit 491968e

Please sign in to comment.