From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59234138332 for ; Fri, 16 Feb 2018 00:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60F3CE09BE; Fri, 16 Feb 2018 00:19:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C302E09BD for ; Fri, 16 Feb 2018 00:19:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6C6A335C2E for ; Fri, 16 Feb 2018 00:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A6B4211 for ; Fri, 16 Feb 2018 00:19:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1518740370.e2bd29ea77a35378e813747062b2adf855a9ded6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e2bd29ea77a35378e813747062b2adf855a9ded6 X-VCS-Branch: master Date: Fri, 16 Feb 2018 00:19:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e902a55-f6df-4568-b8cf-695e05b07386 X-Archives-Hash: 8d3ccfb5c35427ed752d3e65758bbe08 commit: e2bd29ea77a35378e813747062b2adf855a9ded6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 15 23:48:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 16 00:19:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bd29ea media-video/vlc: Sort myeconfargs Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/vlc/vlc-3.0.9999.ebuild | 12 ++++++------ media-video/vlc/vlc-9999.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index e356e59f36b..867d5642179 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -286,6 +286,8 @@ src_configure() { $(use_enable cddb libcddb) $(use_enable chromaprint) $(use_enable chromecast) + $(use_enable cpu_flags_x86_mmx mmx) + $(use_enable cpu_flags_x86_sse sse) $(use_enable dbus) $(use_enable dbus kwallet) $(use_enable dc1394) @@ -326,7 +328,6 @@ src_configure() { $(use_enable lua) $(use_enable macosx-notifications osx-notifications) $(use_enable macosx-qtkit) - $(use_enable cpu_flags_x86_mmx mmx) $(use_enable modplug mod) $(use_enable mp3 mad) $(use_enable mpeg libmpeg2) @@ -334,12 +335,12 @@ src_configure() { $(use_enable musepack mpc) $(use_enable ncurses) $(use_enable neon) - $(use_enable ogg) $(use_enable ogg) + $(use_enable ogg) $(use_enable omxil) $(use_enable omxil omxil-vout) $(use_enable opencv) - $(use_enable opus) $(use_enable optimisememory optimize-memory) + $(use_enable opus) $(use_enable png) $(use_enable postproc) $(use_enable projectm) @@ -351,12 +352,11 @@ src_configure() { $(use_enable samba smbclient) $(use_enable schroedinger) $(use_enable sdl-image) - $(use_enable sid) $(use_enable sftp) $(use_enable shout) + $(use_enable sid) $(use_enable skins skins2) $(use_enable speex) - $(use_enable cpu_flags_x86_sse sse) $(use_enable svg) $(use_enable svg svgdec) $(use_enable taglib) @@ -378,10 +378,10 @@ src_configure() { $(use_enable wma-fixed) $(use_with X x) $(use_enable x264) + $(use_enable x265) $(use_enable xcb) $(use_enable xml libxml2) $(use_enable xv xvideo) - $(use_enable x265) $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 1c5dfc061e5..e06476b87fe 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -286,6 +286,8 @@ src_configure() { $(use_enable cddb libcddb) $(use_enable chromaprint) $(use_enable chromecast) + $(use_enable cpu_flags_x86_mmx mmx) + $(use_enable cpu_flags_x86_sse sse) $(use_enable dbus) $(use_enable dbus kwallet) $(use_enable dc1394) @@ -326,7 +328,6 @@ src_configure() { $(use_enable lua) $(use_enable macosx-notifications osx-notifications) $(use_enable macosx-qtkit) - $(use_enable cpu_flags_x86_mmx mmx) $(use_enable modplug mod) $(use_enable mp3 mad) $(use_enable mpeg libmpeg2) @@ -334,12 +335,12 @@ src_configure() { $(use_enable musepack mpc) $(use_enable ncurses) $(use_enable neon) - $(use_enable ogg) $(use_enable ogg) + $(use_enable ogg) $(use_enable omxil) $(use_enable omxil omxil-vout) $(use_enable opencv) - $(use_enable opus) $(use_enable optimisememory optimize-memory) + $(use_enable opus) $(use_enable png) $(use_enable postproc) $(use_enable projectm) @@ -351,12 +352,11 @@ src_configure() { $(use_enable samba smbclient) $(use_enable schroedinger) $(use_enable sdl-image) - $(use_enable sid) $(use_enable sftp) $(use_enable shout) + $(use_enable sid) $(use_enable skins skins2) $(use_enable speex) - $(use_enable cpu_flags_x86_sse sse) $(use_enable svg) $(use_enable svg svgdec) $(use_enable taglib) @@ -378,10 +378,10 @@ src_configure() { $(use_enable wma-fixed) $(use_with X x) $(use_enable x264) + $(use_enable x265) $(use_enable xcb) $(use_enable xml libxml2) $(use_enable xv xvideo) - $(use_enable x265) $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx)