summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-05-09 23:49:28 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-05-09 23:49:28 +0200
commit3df8b7234b27684aba525dd0560f421402c7af6c (patch)
treeac14525f8961c2b60a1f4f7fa2909b4072474402 /media-video
parentnet-firewall/shorewall: drop old (diff)
downloadgentoo-3df8b7234b27684aba525dd0560f421402c7af6c.tar.gz
gentoo-3df8b7234b27684aba525dd0560f421402c7af6c.tar.bz2
gentoo-3df8b7234b27684aba525dd0560f421402c7af6c.zip
media-video/vlc: migrate to CPU_FLAGS_PPC
Backport of commit 3c5592c9868fe849d4c3485e2a24cf648474d9f5. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vlc/vlc-3.0.10.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-3.0.10.ebuild b/media-video/vlc/vlc-3.0.10.ebuild
index d94bd8365833..597a9a7fc199 100644
--- a/media-video/vlc/vlc-3.0.10.ebuild
+++ b/media-video/vlc/vlc-3.0.10.ebuild
@@ -29,7 +29,7 @@ HOMEPAGE="https://www.videolan.org/vlc/"
LICENSE="LGPL-2.1 GPL-2"
SLOT="0/5-9" # vlc - vlccore
-IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast
+IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast
dav1d dbus dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac
fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate
libass libcaca libnotify +libsamplerate libtar libtiger linsys lirc
@@ -37,7 +37,8 @@ IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromeca
nfs ogg omxil optimisememory opus png projectm pulseaudio +qt5 rdp
run-as-root samba sdl-image sftp shout sid skins soxr speex srt ssl svg taglib
theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland +X
- x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_x86_mmx cpu_flags_x86_sse
+ x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_x86_mmx
+ cpu_flags_x86_sse
"
REQUIRED_USE="
chromecast? ( encode )
@@ -277,7 +278,6 @@ src_configure() {
--enable-vlc
$(use_enable a52)
$(use_enable alsa)
- $(use_enable altivec)
$(use_enable aom)
$(use_enable archive)
$(use_enable aribsub)
@@ -289,6 +289,7 @@ src_configure() {
$(use_enable chromecast)
$(use_enable chromecast microdns)
$(use_enable cpu_flags_arm_neon neon)
+ $(use_enable cpu_flags_ppc_altivec altivec)
$(use_enable cpu_flags_x86_mmx mmx)
$(use_enable cpu_flags_x86_sse sse)
$(use_enable dav1d)