diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-09-24 20:31:33 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-28 11:42:56 +0200 |
commit | aa876c82db21b3b5365064a97744491513c37882 (patch) | |
tree | e28ce7060b5a3f559b0e137176b5979a9ad2ad32 /media-video/mpv | |
parent | media-video/mpv: expand PN in URLs in 9999 (diff) | |
download | gentoo-aa876c82db21b3b5365064a97744491513c37882.tar.gz gentoo-aa876c82db21b3b5365064a97744491513c37882.tar.bz2 gentoo-aa876c82db21b3b5365064a97744491513c37882.zip |
media-video/mpv: drop obsolete gnome2_icon_savelist call in 9999
Also move android configure option around as did upstream.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 6ee16874ace0..0323a501e934 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -182,6 +182,7 @@ src_configure() { $(use_enable zsh-completion zsh-comp) $(use_enable test) + --disable-android $(use_enable iconv) $(use_enable samba libsmbclient) $(use_enable lua) @@ -237,7 +238,6 @@ src_configure() { $(usex vaapi "$(use_enable gbm vaapi-drm)" '--disable-vaapi-drm') $(use_enable libcaca caca) $(use_enable jpeg) - --disable-android $(use_enable raspberry-pi rpi) $(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl') --disable-mali-fbdev # Only available in overlays. @@ -292,10 +292,6 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { local rv softvol_0_18_1=0 osc_0_21_0=0 txtsubs_0_24_0=0 opengl_0_25_0=0 |