Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
Date: Sat, 09 May 2020 21:49:53
Message-Id: 1589060968.3df8b7234b27684aba525dd0560f421402c7af6c.whissi@gentoo
1 commit: 3df8b7234b27684aba525dd0560f421402c7af6c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 21:49:28 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 21:49:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df8b723
7
8 media-video/vlc: migrate to CPU_FLAGS_PPC
9
10 Backport of commit 3c5592c9868fe849d4c3485e2a24cf648474d9f5.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 media-video/vlc/vlc-3.0.10.ebuild | 7 ++++---
16 1 file changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/media-video/vlc/vlc-3.0.10.ebuild b/media-video/vlc/vlc-3.0.10.ebuild
19 index d94bd836583..597a9a7fc19 100644
20 --- a/media-video/vlc/vlc-3.0.10.ebuild
21 +++ b/media-video/vlc/vlc-3.0.10.ebuild
22 @@ -29,7 +29,7 @@ HOMEPAGE="https://www.videolan.org/vlc/"
23 LICENSE="LGPL-2.1 GPL-2"
24 SLOT="0/5-9" # vlc - vlccore
25
26 -IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast
27 +IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast
28 dav1d dbus dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac
29 fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate
30 libass libcaca libnotify +libsamplerate libtar libtiger linsys lirc
31 @@ -37,7 +37,8 @@ IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromeca
32 nfs ogg omxil optimisememory opus png projectm pulseaudio +qt5 rdp
33 run-as-root samba sdl-image sftp shout sid skins soxr speex srt ssl svg taglib
34 theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland +X
35 - x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_x86_mmx cpu_flags_x86_sse
36 + x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_x86_mmx
37 + cpu_flags_x86_sse
38 "
39 REQUIRED_USE="
40 chromecast? ( encode )
41 @@ -277,7 +278,6 @@ src_configure() {
42 --enable-vlc
43 $(use_enable a52)
44 $(use_enable alsa)
45 - $(use_enable altivec)
46 $(use_enable aom)
47 $(use_enable archive)
48 $(use_enable aribsub)
49 @@ -289,6 +289,7 @@ src_configure() {
50 $(use_enable chromecast)
51 $(use_enable chromecast microdns)
52 $(use_enable cpu_flags_arm_neon neon)
53 + $(use_enable cpu_flags_ppc_altivec altivec)
54 $(use_enable cpu_flags_x86_mmx mmx)
55 $(use_enable cpu_flags_x86_sse sse)
56 $(use_enable dav1d)