non port: multimedia/avidemux/Makefile.common |
Number of commits found: 39 |
Tuesday, 29 Aug 2023
|
03:05 Yasuhiro Kimura (yasu)
multimedia/avidemux: Add patch to fix build with upcoming binutils 2.41
Obtained
from: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/effadce6c756247ea8bae32dc13bb3e6f464f0eb
PR: 273023
Approved by: maintainer timeout
199d7e7 |
Tuesday, 13 Dec 2022
|
21:27 Thomas Zander (riggs)
multimedia/avidemux: Fix build on i386
Details:
- Do not unconditionally (and broken on gcc12) use SSE.
ce951d5 |
Thursday, 8 Dec 2022
|
21:39 Thomas Zander (riggs) Author: VVD
multimedia/avidemux-* Update to upstream release 2.8.1
Details:
- Update to upstream release 2.8.1
- Introduce NVENC OPTION for HW accelerated NVIDIA codecs
PR: 268145
Reported by: VVD <vvd@unislabs.com>
Reviewed by: riggs
2d011fa |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
Saturday, 7 May 2022
|
04:57 Tobias C. Berner (tcberner) Author: Lars Herschke
multimedia/avidemux: update to 2.7.8
Changelog:
http://avidemux.sourceforge.net/news.html#2021-03-09
- Cleanup of option handling is planned for the near future.
PR: 258720
4fded93 |
Saturday, 1 May 2021
|
17:55 Tobias Kortkamp (tobik)
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
6707a3c |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 27 Sep 2020
|
17:49 tcberner
multimedia/avidemux: update to 2.7.6
2020-07-07: 2.7.6: Another nice release, completely done by Euma
* New Feature:Detect and warn when cut points in HEVC video streams may result
in grave playback issues despite being on keyframes
* New Video Decoder:Add libaom-based AV1 decoder
* New Video Encoder:Add libvpx-based VP9 encoder
* New Video Filter:Add hardware accelerated deinterlacer and resizer based on
VA-API (Linux only)
* FFmpeg:Update to the 4.2.3 release
* Core:Increase maximum supported resolution to 4096x4096
* Core:Fix crash on macOS with HW accel. decoding enabled and H.264 video
streams containing both frame- and field-encoded slices
* Encoder:Extend configuration options for NVENC-based H.264 and HEVC encoders,
add 2-pass mode
* Demuxer:Support MPEG-TS files with duration in excess of 13:15:36
* Demuxer:Use DTS core from DTS XLL audio in MPEG-TS files instead of rejecting
the track
* Demuxer:Fix mono MP3 audio tracks in MP4 files misdetected as stereo
* Demuxer:Try to correct timestamp jitter in MP4 files produced by older
Avidemux versions
* Muxer:Fix timestamp rounding which caused pseudo-VFR output from CFR sources
* Muxer:Fix saving to network shares on Windows using the Mp4 muxer when index
should be moved to the start of the file
* Muxer:Support LPCM audio in the Mp4 muxer by silently switching to the MOV
muxing mode
* Muxer:Add support for Vorbis audio to the Mp4 muxer
* Filter:Fix "Fade" and "Fade to black", broken on macOS
* Filter:Allow to toggle rubber band visibility in "Crop" and "Blacken Borders"
video filters
* Filter:Fix keyboard input in "Resize" video filter by recalculating values
only on moving focus to another field or on accepting dialog
* Audio:Add HE-AAC and HE-AACv2 profiles to the FDK AAC encoder plugin
* Audio:Support external audio tracks in DTS format
* UI:Fix navigation slider with RTL locales
* UI:Restore the shutdown option in encoding dialog on Windows
* Scripting:Add PTS query and keyframe seek methods to Python interface
* Miscellaneous:Allow user-defined fragment size for auto-append of chunked
MPEG-TS files
* Miscellaneous:Improve handling of field-encoded video streams throughout the
chain
* Miscellaneous:Improve handling of H.264 video streams with parameter sets
changing on the fly
* Miscellaneous:Try to keep track of video time base throughout the chain
* Miscellaneous:Numerous other fixes and polish
PR: 249241
Submitted by: Lars Herschke <lhersch@dssgmbh.de>, VVD <vvd@unislabs.com>
 |
Sunday, 23 Feb 2020
|
16:05 tcberner
multimedia/avidemux: make PULSEAUDIO an optional dependency
PR: 244337
Submitted by: VVD <vvd@unislabs.com>
 |
09:04 tcberner
multimedia/avidemux: update to 2.7.4 and readd Qt gui port
- multimedia/avidemux-qt5 repo copied from multimedia/avidemux-qt4
- The port as a whole is in need of a little modernization
PR: 242634
Submitted by: Lars Herschke <lhersch@dssgmbh.de>,tcberner
Tested by: rkoberman@gmail.com
Reported by: VVD <vvd@unislabs.com>
 |
Wednesday, 6 Nov 2019
|
18:07 zeising
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
 |
Saturday, 16 Mar 2019
|
18:03 tcberner
multimedia/avidemux, multimedia/avidemux-plugins: remove QT4 options (Qt4
deprecation)
- this breaks multimeda/avidemux-qt4 until removal
Approved by: portmgr (implicit)
 |
Thursday, 7 Mar 2019
|
03:38 linimon
Generalize CPU detection error message to powerpc*.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 25 Feb 2019
|
13:01 bapt
First step at deorbitting esound:
remove esound options where it is possible to, category multimedia
 |
Tuesday, 25 Dec 2018
|
20:25 tcberner
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
 |
Monday, 3 Dec 2018
|
17:12 rene
multimedia/avidemux: move the Qt4-is-deprecated code to Makefile.common
This ensures that the -qt4 slave port picks it up.
 |
Sunday, 2 Dec 2018
|
15:41 rene
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
 |
Sunday, 11 Mar 2018
|
22:48 gerald
Move PORTREVISION from multimedia/avidemux/Makefile.common into the
three slave ports multimedia/avidemux-cli, multimedia/avidemux-plugins,
and multimedia/avidemux-qt4. Ensure they are properly set there
after revision 464084.
That way any sweeping changes (using Tools/scripts/bump-revision.sh
or similar in particular) have a chance of working or at least flagging
a potential issue.
PR: 226533
 |
Thursday, 25 Jan 2018
|
21:20 jbeich
multimedia/libvpx: update 1.7.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
 |
Friday, 29 Dec 2017
|
02:55 jbeich
multimedia/{lib,}x264: update to 0.152.2854
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=e9a5903edf8ca59ef20e6f4894c196f135af735e
 |
Monday, 18 Dec 2017
|
03:00 linimon
Mark broken on aarch64. It looks like this Makefile could use some
modernizing.
Approved by: portmgr (tier-2 blanket)
 |
Tuesday, 12 Dec 2017
|
21:29 madpilot
- Update libva to 2.0.0
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]
Approved by: cpm [1], multimedia (timeout) [2]
Obtained
from: https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f
[1]
https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9
[2]
Differential Revision: https://reviews.freebsd.org/D12761
 |
Friday, 22 Sep 2017
|
10:48 mat
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
 |
10:48 mat
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
 |
Sunday, 25 Jun 2017
|
21:07 tcberner
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
 |
Sunday, 21 May 2017
|
11:57 riggs
Fix build with gcc6
Details:
- static_cast in prefs2__pref.h due to narrowing conversion
- add whitespaces in ADM__ffmp43.h to fix string literal handling in C++11
PR: 219280
Reported by: jbeich
 |
Saturday, 18 Feb 2017
|
19:48 tcberner
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213
 |
Monday, 19 Dec 2016
|
01:08 jbeich
multimedia/ffmpeg: simplify ARCH workaround
ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327.
Approved by: portmgr blanket
 |
Sunday, 20 Nov 2016
|
09:38 gerald
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
 |
Tuesday, 3 May 2016
|
01:02 jbeich
multimedia/ffmpeg: enable VAAPI and VDPAU by default
Build VAAPI and VDPAU backends, so ports using system ffmpeg can take
advantage of GPU-assisted decoding. Also, propagate defaults to consumers.
Approved by: cpm, multimedia (riggs), maintainer timeout (3 weeks)
Differential Revision: https://reviews.freebsd.org/D5898
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 14 Feb 2016
|
07:43 riggs
Fix dependencies: x265, opus, twolame, fribidi
x265 was not correctly detected due to link attempt to libdl.
Also avidemux now automatically detects the presence of opus,
twolame and fribidi during configure and builds additional
plugins for them.
This changeset introduces new OPTIONS FRIBIDI OPUS TWOLAME
(all non-default) and fixes plugins pkg-plist.
Bump PORTREVISION for avidemux-*
PR: 206945
Submitted by: mi
Reviewed by: riggs
MFH: 2016Q1
 |
Sunday, 7 Feb 2016
|
19:43 kwm
Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.
Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.
Exp-runs done by: antoine@
PR: 205432
Reviewed by: antoine@, mat@
Approved by: portmgr (antoine@)
Differential Revision: https://reviews.freebsd.org/D3653
 |
Sunday, 31 Jan 2016
|
23:28 riggs
Update to upstream version 2.6.11, security fixes for bundled ffmpeg
The bundled ffmpeg version has been upgraded to 2.7.2 which addresses
multiple vulnerabilities as reported in
https://vuxml.freebsd.org/freebsd/3d950687-b4c9-4a86-8478-c56743547af8.html
https://vuxml.freebsd.org/freebsd/80c66af0-d1c5-449e-bd31-63b12525ff88.html
Heads-up by: jbeich
MFH: 2016Q1
Security: CVE-2015-3395
CVE-2015-6818
CVE-2015-6819
CVE-2015-6820
CVE-2015-6821
CVE-2015-6822
CVE-2015-6823
CVE-2015-6824
CVE-2015-6825
CVE-2015-6826
 |
Sunday, 10 Jan 2016
|
16:44 bapt
Convert categories m* and m* to USES=sqlite and USES=firebird
 |
Sunday, 27 Dec 2015
|
17:58 riggs
Switch to USES=execinfo
PR: 205618
Submitted by: pawel
 |
Monday, 9 Nov 2015
|
14:30 amdmi3
Remove support for WANT_SDL/HAVE_SDL knobs
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093
 |
Saturday, 13 Jun 2015
|
18:31 riggs
Move multimedia/avidemux26-* to multimedia/avidemux-*
 |
Number of commits found: 39 |