public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/arm64/, profiles/arch/arm/
@ 2017-10-21 22:43 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2017-10-21 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d71dd4aee2d16cf8c6199235996cfb61ba52fb31
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 22:39:07 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 22:39:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71dd4ae

profiles: Mask video_cards_imx except on arm(64)

Closes: https://bugs.gentoo.org/633812

 profiles/arch/arm/use.mask   | 1 +
 profiles/arch/arm64/use.mask | 2 ++
 profiles/arch/base/use.mask  | 1 +
 3 files changed, 4 insertions(+)

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index 7b6e97b404c..972a345b4e1 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -99,6 +99,7 @@ ace
 # Unmask ARM-only video-cards
 -video_cards_exynos
 -video_cards_freedreno
+-video_cards_imx
 -video_cards_omap
 -video_cards_tegra
 -video_cards_vc4

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 8febd9a873d..0acb6cb1d71 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -177,6 +177,8 @@ vim-syntax
 -video_cards_exynos
 # e.g. Snapdragon 410E (dragonboard)
 -video_cards_freedreno
+# e.g. NXP i.MX
+-video_cards_imx
 # e.g. Nvidia's Tegra K1 T132 Denver
 -video_cards_nouveau
 -video_cards_tegra

diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index ba1db3ffc3f..4bbd9a658e2 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -145,6 +145,7 @@ video_cards_virtualbox
 # not needed on non-arm systems
 video_cards_exynos
 video_cards_freedreno
+video_cards_imx
 video_cards_omap
 video_cards_tegra
 video_cards_vc4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/arm64/, profiles/arch/arm/
@ 2021-10-07 22:23 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2021-10-07 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2628d88cb6ca5126bd2014f17e008c26bf372e0e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 22:18:35 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 22:22:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2628d88c

profiles: Copy applicable masks from ffmpeg to ffmpeg-chromium

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/arch/arm/package.use.mask    | 1 +
 profiles/arch/arm64/package.use.force | 1 +
 profiles/arch/arm64/package.use.mask  | 1 +
 profiles/arch/base/package.use.mask   | 1 +
 4 files changed, 4 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index bbc6713a53a..c855277818b 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -332,6 +332,7 @@ media-gfx/xsane ocr
 # Alexis Ballier <aballier@gentoo.org> (2015-11-14)
 # MMAL is available on the Raspberry Pi (armv6 & armv7 so far)
 media-video/ffmpeg -mmal
+media-video/ffmpeg-chromium -mmal
 
 # Markus Meier <maekke@gentoo.org> (2015-10-10)
 # unkeyworded deps, bug #552330

diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force
index 5612ce870a4..90e884f46c8 100644
--- a/profiles/arch/arm64/package.use.force
+++ b/profiles/arch/arm64/package.use.force
@@ -13,6 +13,7 @@ dev-libs/keystone llvm_targets_AArch64
 # Aaron Bauman <bman@gentoo.org> (2019-12-27)
 # ffmpeg does support 64 bit neon
 media-video/ffmpeg cpu_flags_arm_neon
+media-video/ffmpeg-chromium cpu_flags_arm_neon
 
 # Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21)
 # iasl is keyworded ~arm64

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 5f06bb4b2c4..ddc7dccfcf5 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -192,6 +192,7 @@ net-wireless/kismet ubertooth
 # Aaron Bauman <bman@gentoo.org> (2019-12-27)
 # ffmpeg does support 64 bit neon
 media-video/ffmpeg -cpu_flags_arm_neon
+media-video/ffmpeg-chromium -cpu_flags_arm_neon
 
 # Tomáš Mózes <hydrapolic@gmail.com> (2019-12-19)
 # dev-libs/criterion is not keyworded yet

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 4e3dd6695b6..089f99dfad2 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -257,6 +257,7 @@ media-video/mpv raspberry-pi
 # MMAL is only available on the Raspberry Pi:
 # Mask it globally, unmask it on arm.
 media-video/ffmpeg mmal
+media-video/ffmpeg-chromium mmal
 
 # Brian Evans <grknight@gentoo.org (2015-09-14)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-07 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21 22:43 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/arm64/, profiles/arch/arm/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2021-10-07 22:23 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox