net-misc/spice-gtk: update live ebuild
authorMatthias Maier <tamiko@gentoo.org>
Mon, 19 Mar 2018 15:19:27 +0000 (10:19 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 19 Mar 2018 15:19:27 +0000 (10:19 -0500)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-misc/spice-gtk/spice-gtk-9999.ebuild

index 6dcfc676df85a76a27f36df3862784777f14f62d..d489cfc08da7a72ce18209d970e4f12a83d1a8a3 100644 (file)
@@ -15,7 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-gtk.git"
 KEYWORDS=""
-IUSE="dbus gstaudio gstvideo gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
+IUSE="dbus gstaudio gstvideo +gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
 
 REQUIRED_USE="?? ( pulseaudio gstaudio )"
 
@@ -37,7 +37,6 @@ RDEPEND="
                media-libs/gst-plugins-good:1.0
                )
        >=x11-libs/pixman-0.17.7
-       >=media-libs/celt-0.5.1.1:0.5.1
        media-libs/opus
        gtk3? ( x11-libs/gtk+:3[introspection?] )
        >=dev-libs/glib-2.36:2
@@ -102,25 +101,26 @@ src_configure() {
        fi
 
        myconf="
-               --disable-maintainer-mode \
-               $(use_enable static-libs static) \
-               $(use_enable introspection) \
-               $(use_with sasl) \
-               $(use_enable smartcard) \
-               $(use_enable usbredir) \
-               $(use_with usbredir usb-ids-path /usr/share/misc/usb.ids) \
-               $(use_with usbredir usb-acl-helper-dir /usr/libexec) \
-               $(use_with gtk3 gtk 3.0) \
-               $(use_enable policykit polkit) \
-               $(use_enable pulseaudio pulse) \
-               $(use_enable gstaudio) \
-               $(use_enable gstvideo) \
-               $(use_enable mjpeg builtin-mjpeg) \
-               $(use_enable vala) \
-               $(use_enable webdav) \
-               $(use_enable dbus) \
-               --disable-gtk-doc \
-               --disable-werror \
+               $(use_enable static-libs static)
+               $(use_enable introspection)
+               $(use_with sasl)
+               $(use_enable smartcard)
+               $(use_enable usbredir)
+               $(use_with usbredir usb-ids-path /usr/share/misc/usb.ids)
+               $(use_with usbredir usb-acl-helper-dir /usr/libexec)
+               $(use_with gtk3 gtk 3.0)
+               $(use_enable policykit polkit)
+               $(use_enable pulseaudio pulse)
+               $(use_enable gstaudio)
+               $(use_enable gstvideo)
+               $(use_enable mjpeg builtin-mjpeg)
+               $(use_enable vala)
+               $(use_enable webdav)
+               $(use_enable dbus)
+               --disable-celt051
+               --disable-gtk-doc
+               --disable-maintainer-mode
+               --disable-werror
                --enable-pie"
 
        econf ${myconf}