./multimedia/avidemux, Graphical video editing program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.5.4nb71, Package name: avidemux-2.5.4nb71, Maintainer: pkgsrc-users

Avidemux is a graphical tool to edit video. It can open several file
formats, and various audio and video codecs. Video can be edited,
cut, appended, filtered (resize/crop/denoise), and re-encoded. Output
file formats include Avi, MPEG1/2, MPEG2PS, OGM, and raw stripped audio
or video.


Required to run:
[textproc/libxml2] [graphics/hicolor-icon-theme] [graphics/freetype2] [multimedia/xvidcore] [audio/lame] [audio/liba52] [audio/libsamplerate] [audio/libvorbis] [audio/faac] [audio/libmad] [audio/faad2] [lang/spidermonkey] [devel/SDL] [x11/gtk2] [x11/libXv] [audio/pulseaudio] [multimedia/x264]

Required to build:
[pkgtools/x11-links] [devel/yasm] [x11/xcb-proto] [x11/xorgproto]

Package options: pulseaudio

Master sites:

Filesize: 17729.458 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-13 16:23:52 by Thomas Klausner | Files touched by this commit (12)
Log message:
*: bump for faad2 2.11.0
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-08-02 21:21:59 by Nia Alarie | Files touched by this commit (69)
Log message:
*: Mark packages that were originally identified as requiring
C++03 due to failing to build with a C++14 default compiler
with FORCE_CXX_STD instead of USE_LANGUAGES.
   2023-07-18 00:00:25 by Nia Alarie | Files touched by this commit (28)
Log message:
*: Remove many GCC_REQD for particularly old GCCs

In many cases the reasoning is poorly documented, or the reasoning
for setting GCC_REQD is to work around a compiler bug. Practically
a c99 compiler is now required for bootstrap (in at least several
dependencies) so we can entirely rule out GCC versions before 3.0.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html