Versions
v2.8.1_p20251019 :: 2.7 :: gentoo
- Modified
- License
- GPL-2 MIT PSF-2 LGPL-2 OFL-1.1
- Keywords
- ~amd64 ~x86
- USE flags
- debug nls nvenc vaapi vdpau xv
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- nvenc
- Add support for NVIDIA Encoder/Decoder (NVENC/NVDEC) API for hardware accelerated encoding and decoding on NVIDIA cards (requires x11-drivers/nvidia-drivers)
- vaapi
- Enable Video Acceleration API for hardware decoding
- vdpau
- Enable the Video Decode and Presentation API for Unix acceleration interface
- xv
- Add in optional support for the Xvideo extension (an X API for video playback)
Dependencies
dev-db / sqlite : SQL database engine
media-libs / libva : Video Acceleration (VA) API for Linux
media-libs / nv-codec-headers : FFmpeg version of headers required to interface with Nvidias codec APIs
virtual / zlib : Virtual for libz.so providers
x11-libs / libX11 : X.Org X11 library
x11-libs / libXext : X.Org Xext library
Runtime Dependencies
dev-db / sqlite : SQL database engine
media-libs / libva : Video Acceleration (VA) API for Linux
media-libs / nv-codec-headers : FFmpeg version of headers required to interface with Nvidias codec APIs
virtual / libintl : Virtual for the GNU Internationalization Library
virtual / zlib : Virtual for libz.so providers
x11-libs / libX11 : X.Org X11 library
x11-libs / libXext : X.Org Xext library
Depending packages
media-libs / avidemux-plugins : Plugins for Avidemux video editor
media-video / avidemux : Video editor designed for simple cutting, filtering and encoding tasks
Bugs
- 714196
- media-libs/avidemux-core-2.7.8 : /.../sched.h: error: void* myAdmMemcpy(void*, const void*, size_t) redeclared as different kind o (musl)
- 879697
- media-libs/avidemux-core: possible configure breakage with Clang 16
- 896236
- media-libs/avidemux-core-2.8.1-r1 fails to compile (MUSL-CLANG-SYSTEM): os_bsd_check.cpp:6:2: error: Unable to detect GCC for BSD family
- 919122
- media-libs/avidemux-core-2.8.1-r1[nvenc]: CMake Error: nvenc requested but not found
- 927170
- media-libs/avidemux-core-2.8.1-r1 installs files that contain a TEXTREL
- 931135
- media-libs/avidemux-core-2.8.1-r1 fails to compile with >=media-libs/nv-codec-headers-12 - ERROR: nvenc requested but not found
- 955540
- media-libs/avidemux-core-2.8.1-r1: error: non-constant-expression cannot be narrowed from type 'uint32_t' (aka 'unsigned int') to 'int' in initializer list [-Wc++11-narrowing]
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Nicolas PARLANT · gentoo
media-libs/avidemux-core: fix lto for bundled ffmpeg
--enable-lto added by default by upstream is removed w/ a patch But add it again is needed if lto is wanted Closes: https://bugs.gentoo.org/966255 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44682 Closes: https://github.com/gentoo/gentoo/pull/44682 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: drop 2.8.1-r1
Closes: https://bugs.gentoo.org/955254 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Nicolas PARLANT · gentoo
media-libs/avidemux-core: add 2.8.1_p20251019
* rm sdl, only for win here * deps : add x11-libs/libXext for xv add x11-libs/X11 for vaapi and vdpau * bundled-ffmpeg : CC and AR are now defined as CMAKE_C_COMPILER/CMAKE_AR export PKG_CONFIG avoid automagic with --disable-autodetect disable lto, handled by user-flags (patch) enable ffnvcodec if required, autodetect by default (patch) fix gcc15 with -std=gnu17 Thanks to MeisterP/Poncho: * add snapshot, switch to qt6 * drop gcc workaround * remove cmake phase functions run by default * drop system-ffmpeg use flag (masked since 2013) Closes: https://bugs.gentoo.org/911926 Co-authored-by: Poncho <poncho@spahan.ch> Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44572 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Add := to virtual/zlib deps, part 1
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-*/*: update for virtual/zlib
Update done using: ``` git grep -l sys-libs/zlib media-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
media-libs/avidemux-core: update ffmpeg usedeps
...for what it's worth anyway, this depended on an unexisting >=ffmpeg-9 (USE is masked). Rather than do the || ( lame mp3 ) dance just depend on lame directly and drop the bogus >=9. Odds are that when this is unmasked (if ever), ffmpeg[lame] will have taken over. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/avidemux-core: fix build w/ binutils-2.41
Closes: https://bugs.gentoo.org/911986 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: drop 2.7.8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/avidemux-core: add nvenc support
Closes: https://bugs.gentoo.org/890332 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/avidemux-core: fix LICENSE
Closes: https://bugs.gentoo.org/890040 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/avidemux-core: add 2.8.1
Closes: https://bugs.gentoo.org/830464 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
media-libs/libva: Rename from x11-libs/libva
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
media-libs/avidemux-core: Remove nvenc flag
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/avidemux-core: drop 2.7.6
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marco Scardovi · gentoo
media-libs/avidemux-core: bump to 2.7.8
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Savchenko · gentoo
media-libs/avidemux-core: fix build with gcc-11
Stay on C++14 stardard (GNU variant) Closes: https://bugs.gentoo.org/768210 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-libs/avidemux-core: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
media-libs/avidemux-core: [QA] Inherit flag-o-matic.eclass explicitly
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
media-libs/avidemux-core: bump to v2.7.6
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: Drop 2.7.3-r1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
media-libs/avidemux-core: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
*/*: Switch media-video proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
media-libs/avidemux-core: drop old 2.7.0
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Stefan Strogin · gentoo
media-libs/avidemux-core: bump version to 2.7.4
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
media-libs/avidemux-core: fix bad tarball filename
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
media-libs/avidemux-core: bump version to 2.7.3
- EAPI=7. - Add patch to fix libraries permissions. Bug: https://bugs.gentoo.org/657386 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: Drop 2.6.20-r2
Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: No one is maintaining this, drop 9999
Bug: https://bugs.gentoo.org/689342 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
media-video/avidemux: Fix blockers
Closes: https://bugs.gentoo.org/644126 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: 2.7.0 version bump
Add x11-libs/libva slot operator. Closes: https://bugs.gentoo.org/641636 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: Sorting, fix DESCRIPTION
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: Sort and fix DEPENDs
Package-Manager: Portage-2.3.17, Repoman-2.3.6 - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: Drop 2.6.20 (r0)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Andreas Sturmlechner · gentoo
media-libs/avidemux-core: Drop 2.6.8
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Peter Levine · gentoo
media-libs/avidemux-core: Revbump needed for PR-5835
Bug: https://bugs.gentoo.org/625930 Package-Manager: Portage-2.3.10, Repoman-2.3.3 - Peter Levine · gentoo
media-libs/avidemux-core: Remove support for x11-drivers/ati-drivers
Package-Manager: Portage-2.3.10, Repoman-2.3.3 - Peter Levine · gentoo
media-libs/avidemux-core: Fix building avidemux-plugins with >=cmake-3.9.0
Bug: https://bugs.gentoo.org/625930 Package-Manager: Portage-2.3.10, Repoman-2.3.3 - Peter Levine · gentoo
media-libs/avidemux-core: Undo changes from bug #461496
Undo the hardcoding of the build path in an installable cmake module. Causes failure in the configure phase of media-video/avidemux-2.6.20 and doesn't appear to be neccesary anymore. Revbump avidemux-core-2.6.20. Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Peter Levine · gentoo
media-libs/avidemux-core: nvenc use flag requires media-video/nvidia_video_sdk
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Peter Levine · gentoo
media-libs/avidemux-core: Add avidemux-core-2.6.20
Upgrade avidemux-core-9999 to EAPI 6 and add an ebuild for avidemux-core-2.6.20. Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Peter Levine · gentoo
media-libs/avidemux-core: Add support for NVIDIA Encoder (NVENC)
media-video/ffmpeg already uses it and latest media-libs/avidemux-core now supports it. Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Peter Levine · gentoo
media-libs/avidemux-core: Declare 'mycmakeargs' as an array
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Peter Levine · gentoo
media-libs/avidemux-core: Update EGIT_REPO_URI to GitHub
Gitorious is dead. The project appears to have moved to GitHub. Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Peter Levine · gentoo
media-libs/avidemux-core: Fix building with GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=594902 Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Michał Górny · gentoo
media-video/avidemux, media-libs/avidemux*: remove old versions - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed