Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Thu, 28 Sep 2017 09:43:56
Message-Id: 1506591776.aa876c82db21b3b5365064a97744491513c37882.monsieurp@gentoo
1 commit: aa876c82db21b3b5365064a97744491513c37882
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 24 17:31:33 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 09:42:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa876c82
7
8 media-video/mpv: drop obsolete gnome2_icon_savelist call in 9999
9
10 Also move android configure option around as did upstream.
11
12 Package-Manager: Portage-2.3.10, Repoman-2.3.3
13
14 media-video/mpv/mpv-9999.ebuild | 6 +-----
15 1 file changed, 1 insertion(+), 5 deletions(-)
16
17 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
18 index 6ee16874ace..0323a501e93 100644
19 --- a/media-video/mpv/mpv-9999.ebuild
20 +++ b/media-video/mpv/mpv-9999.ebuild
21 @@ -182,6 +182,7 @@ src_configure() {
22 $(use_enable zsh-completion zsh-comp)
23 $(use_enable test)
24
25 + --disable-android
26 $(use_enable iconv)
27 $(use_enable samba libsmbclient)
28 $(use_enable lua)
29 @@ -237,7 +238,6 @@ src_configure() {
30 $(usex vaapi "$(use_enable gbm vaapi-drm)" '--disable-vaapi-drm')
31 $(use_enable libcaca caca)
32 $(use_enable jpeg)
33 - --disable-android
34 $(use_enable raspberry-pi rpi)
35 $(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl')
36 --disable-mali-fbdev # Only available in overlays.
37 @@ -292,10 +292,6 @@ src_install() {
38 fi
39 }
40
41 -pkg_preinst() {
42 - gnome2_icon_savelist
43 -}
44 -
45 pkg_postinst() {
46 local rv softvol_0_18_1=0 osc_0_21_0=0 txtsubs_0_24_0=0 opengl_0_25_0=0