summaryrefslogtreecommitdiff
path: root/media-video/x264-encoder
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-14 19:15:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-14 19:15:59 +0000
commit6f946f8547c6734595001a6594646d6ca28b0c6d (patch)
tree8d904234be0f3b43ae10218ccb873239c3a865c4 /media-video/x264-encoder
parent6df913b15740f28006956240c7b59bc70c1a4150 (diff)
downloadbaldeagleos-repo-6f946f8547c6734595001a6594646d6ca28b0c6d.tar.gz
baldeagleos-repo-6f946f8547c6734595001a6594646d6ca28b0c6d.tar.xz
baldeagleos-repo-6f946f8547c6734595001a6594646d6ca28b0c6d.zip
Adding metadata
Diffstat (limited to 'media-video/x264-encoder')
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20240513-r1.ebuild (renamed from media-video/x264-encoder/x264-encoder-0.0.20240513.ebuild)9
-rw-r--r--media-video/x264-encoder/x264-encoder-9999.ebuild9
2 files changed, 8 insertions, 10 deletions
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20240513.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20240513-r1.ebuild
index 7349f0638fb4..0549b663a4ed 100644
--- a/media-video/x264-encoder/x264-encoder-0.0.20240513.ebuild
+++ b/media-video/x264-encoder/x264-encoder-0.0.20240513-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,11 +22,11 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="avs custom-cflags ffmpeg ffmpegsource +interlaced mp4 +threads"
+IUSE="avs custom-cflags ffmpeg ffmpegsource +interlaced mp4"
REQUIRED_USE="ffmpegsource? ( ffmpeg )"
RDEPEND="
- ~media-libs/x264-${PV}[interlaced=,threads=]
+ ~media-libs/x264-${PV}[interlaced=,threads(+)]
ffmpeg? ( media-video/ffmpeg:= )
ffmpegsource? ( media-libs/ffmpegsource )
mp4? ( >=media-video/gpac-0.5.2:= )
@@ -65,8 +65,7 @@ src_configure() {
$(usex ffmpeg "" "--disable-lavf --disable-swscale") \
$(usex ffmpegsource "" "--disable-ffms") \
$(usex interlaced "" "--disable-interlaced") \
- $(usex mp4 "" "--disable-gpac") \
- $(usex threads "" "--disable-thread") || die
+ $(usex mp4 "" "--disable-gpac") || die
# this is a nasty workaround for bug #376925 for x264 that also applies
# here, needed because as upstream doesn't like us fiddling with their CFLAGS
diff --git a/media-video/x264-encoder/x264-encoder-9999.ebuild b/media-video/x264-encoder/x264-encoder-9999.ebuild
index 488b1f76ddb7..4b38630c0018 100644
--- a/media-video/x264-encoder/x264-encoder-9999.ebuild
+++ b/media-video/x264-encoder/x264-encoder-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,11 +22,11 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="avs custom-cflags ffmpeg ffmpegsource +interlaced mp4 +threads"
+IUSE="avs custom-cflags ffmpeg ffmpegsource +interlaced mp4"
REQUIRED_USE="ffmpegsource? ( ffmpeg )"
RDEPEND="
- ~media-libs/x264-${PV}[interlaced=,threads=]
+ ~media-libs/x264-${PV}[interlaced=,threads(+)]
ffmpeg? ( media-video/ffmpeg:= )
ffmpegsource? ( media-libs/ffmpegsource )
mp4? ( >=media-video/gpac-0.5.2:= )
@@ -61,8 +61,7 @@ src_configure() {
$(usex ffmpeg "" "--disable-lavf --disable-swscale") \
$(usex ffmpegsource "" "--disable-ffms") \
$(usex interlaced "" "--disable-interlaced") \
- $(usex mp4 "" "--disable-gpac") \
- $(usex threads "" "--disable-thread") || die
+ $(usex mp4 "" "--disable-gpac") || die
# this is a nasty workaround for bug #376925 for x264 that also applies
# here, needed because as upstream doesn't like us fiddling with their CFLAGS