summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2015-10-12 22:33:44 +0200
committerOle Reifschneider <tranquility@gentoo.org>2015-10-12 22:33:44 +0200
commit2f6da3e58d4aac8986f97706623319b2cabcbb86 (patch)
tree8fa9d760460e1c1e73807266ffbbe262b2dc3a53 /app-text
parentgnome-base/gnome-light: Bump version to 3.18.0 (diff)
downloadgnome-2f6da3e58d4aac8986f97706623319b2cabcbb86.tar.gz
gnome-2f6da3e58d4aac8986f97706623319b2cabcbb86.tar.bz2
gnome-2f6da3e58d4aac8986f97706623319b2cabcbb86.zip
app-text/evince: add subslot and sync live ebuild
Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: 7E8B4D42
Diffstat (limited to 'app-text')
-rw-r--r--app-text/evince/evince-3.18.0.ebuild2
-rw-r--r--app-text/evince/evince-9999.ebuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/app-text/evince/evince-3.18.0.ebuild b/app-text/evince/evince-3.18.0.ebuild
index 63418d6b..10e01edf 100644
--- a/app-text/evince/evince-3.18.0.ebuild
+++ b/app-text/evince/evince-3.18.0.ebuild
@@ -37,7 +37,7 @@ COMMON_DEPEND="
virtual/tex-base
dev-libs/kpathsea:=
t1lib? ( >=media-libs/t1lib-5:= ) )
- gnome? ( gnome-base/gnome-desktop:3 )
+ gnome? ( gnome-base/gnome-desktop:3= )
introspection? ( >=dev-libs/gobject-introspection-1 )
libsecret? ( >=app-crypt/libsecret-0.5 )
multimedia? ( media-libs/gstreamer:1.0= )
diff --git a/app-text/evince/evince-9999.ebuild b/app-text/evince/evince-9999.ebuild
index b750ea91..82e106b0 100644
--- a/app-text/evince/evince-9999.ebuild
+++ b/app-text/evince/evince-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evince"
LICENSE="GPL-2+ CC-BY-SA-3.0"
# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
SLOT="0/evd3.4-evv3.3"
-IUSE="djvu dvi gnome +introspection libsecret nautilus nsplugin +postscript t1lib tiff xps"
+IUSE="djvu dvi gnome +introspection libsecret multimedia nautilus nsplugin +postscript t1lib tiff xps"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
@@ -36,7 +36,7 @@ COMMON_DEPEND="
>=dev-libs/libxml2-2.5:2
sys-libs/zlib:=
x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.15.3:3[introspection?]
+ >=x11-libs/gtk+-3.16.0:3[introspection?]
gnome-base/gsettings-desktop-schemas
>=x11-libs/cairo-1.10:=
>=app-text/poppler-0.24:=[cairo]
@@ -45,9 +45,10 @@ COMMON_DEPEND="
virtual/tex-base
dev-libs/kpathsea:=
t1lib? ( >=media-libs/t1lib-5:= ) )
- gnome? ( gnome-base/gnome-desktop:3 )
+ gnome? ( gnome-base/gnome-desktop:3= )
introspection? ( >=dev-libs/gobject-introspection-1 )
libsecret? ( >=app-crypt/libsecret-0.5 )
+ multimedia? ( media-libs/gstreamer:1.0= )
nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
postscript? ( >=app-text/libspectre-0.2:= )
tiff? ( >=media-libs/tiff-3.6:0= )
@@ -106,6 +107,7 @@ src_configure() {
$(use_with libsecret keyring) \
$(use_enable gnome libgnome-desktop) \
$(use_enable introspection) \
+ $(use_enable multimedia) \
$(use_enable nautilus) \
$(use_enable nsplugin browser-plugin) \
$(use_enable postscript ps) \