Commit Graph

3600 Commits

Author SHA1 Message Date
ajacoutot 2ba5a01dbf Move from security/libnettle(v3) to security/nettle(v4). 2026-05-22 15:20:54 +00:00
rsadowski b3b5e63b83 Update mkvtoolnix to 98.0 2026-05-22 14:14:20 +00:00
sthen 68285f62c4 unbreak installed header 2026-05-22 00:11:37 +00:00
volker de78c939a6 multimedia/libheif: Update to 1.22.0
From Brad, thanks
2026-05-20 19:47:22 +00:00
sthen b90f53b512 libde265: Fixes from upstream for pkg-config file handling. From Brad. 2026-05-12 11:37:12 +00:00
ajacoutot 68cba16d41 Update Gstreamer to version 1.28.3. 2026-05-12 10:58:54 +00:00
ajacoutot 7e9290a76d Update to helvum-0.6.1. 2026-05-11 06:07:19 +00:00
sthen 49fadb1ae0 update to libde265-1.0.18, from Brad, small tweak from me (this matches
the newer default case for PKGNAME-*)

CVE-2026-33164, CVE-2026-33165
2026-04-10 16:27:35 +00:00
landry e074af12e1 multimedia/aom: update to 3.13.3, from brad (MAINTAINER)
see https://aomedia.googlesource.com/aom/+log/v3.13.2..v3.13.3
in the end doesnt fix my build issue with firefox, but i've found
another workaround...
2026-04-09 11:11:07 +00:00
landry c82470e994 multimedia/aom: update to 3.13.2, from brad (MAINTAINER)
see https://aomedia.googlesource.com/aom/+log/v3.13.1..v3.13.2
required to build mozilla with system av1/aom for 151, cf #2030612
(note that there's been a 3.13.3 in the meantime)
2026-04-09 08:34:12 +00:00
ajacoutot efd7817b61 Update Gstreamer to 1.28.2. 2026-04-08 09:53:50 +00:00
kmos 6da9e16f45 Patch from Brad Smith to fix build of vvenc on
powerpc, powerpc64, and mips64.
2026-03-30 22:13:49 +00:00
kmos a578463d6f Forgot to add patch along with the fix 2026-03-28 21:56:53 +00:00
kmos 669a18496d Patch from Brad Smith that fixes vvenc on sparc64 2026-03-28 21:56:29 +00:00
rapha d617de10c8 Update to frei0r-plugins-2.5.6
ok rsadowski@
2026-03-26 18:13:53 +00:00
ajacoutot 99fe8d4e96 Update to wireplumber-0.5.14. 2026-03-26 11:21:40 +00:00
naddy d7b61e94f5 */*: fix build with gettext 1.0 2026-03-23 19:02:40 +00:00
ian 51ee8fed59 Update shotcut to 26.2.26 from maintainer Josh Grosse 2026-03-22 14:17:28 +00:00
kmos 1ef1eb5676 Fix for vvenc and vvdec from Brad Smith.
This fixes vvdec on sparc64 and gets us partway there for vvenc.
2026-03-21 23:24:51 +00:00
sthen c5755d745d update to libvpx-1.16.0, from Brad
I've tested building all dependents except chromium with this,
tried building chromium 3 times and it failed for js-related reasons
so hopefully it will do better in bulks!
2026-03-20 10:31:04 +00:00
sthen 59c6a21b92 bump, python.port.mk pypi HOMEPAGE update 2026-03-16 22:28:25 +00:00
tb 20440104ac mkvtoolnix: remove ports-gcc workaround for stdc++fs
from Brad
2026-03-16 06:17:22 +00:00
tb 5bc4153974 libheif: remove ports-gcc workaround
from Brad
2026-03-15 16:51:47 +00:00
pascal 5c63134aa6 Update to upplay 1.9.10. 2026-03-13 18:20:28 +00:00
sthen 305b6bfa24 seems the tree I committed the mpv update from didn't actually have
Brad's diff; sync to unbreak. from Brad.
2026-03-06 09:00:41 +00:00
sthen c2d6e63625 update to mpv-0.41.0, from Brad 2026-03-05 12:10:21 +00:00
ajacoutot 02f2405ac2 Update to gst-plugins-rs-0.15.1. 2026-03-01 16:46:48 +00:00
naddy 19ff182b60 mediainfo: maintenance update to 26.01 2026-02-28 22:34:11 +00:00
sthen 081b120dfa add comment; newer versions require the urllib3 2.x can of worms 2026-02-28 13:05:54 +00:00
ajacoutot 5395f15804 Update GStreamer to version 1.28.1. 2026-02-27 14:10:33 +00:00
ajacoutot 6ad764ee1a Update to gst-plugins-rs-0.15.0. 2026-02-27 14:09:53 +00:00
rapha 650d2a1065 Update to frei0r-plugins-2.5.4
ok sthen@
2026-02-24 14:38:53 +00:00
stu d975b36808 Bump for math/py-scipy, bumped for devel/swig 4.4.1. 2026-02-21 15:09:42 +00:00
rsadowski e8035d4760 Update CMake to 4.1.2
Major update from 3.31.8 to 4.1.2.

CMake 4.0 introduces a breaking change: compatibility with versions older than
3.5 has been removed. Projects calling cmake_minimum_required() or
cmake_policy() with versions < 3.5 now error out.

To maintain compatibility with existing ports during the transition, the cmake
module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@)
support:

- MODCMAKE_POLICY_VERSION_OVERRIDE ?= No
- MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5

When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to
accept policy versions down to the specified minimum (default 3.5) via
-DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while
acknowledging they may use deprecated features.

https://cmake.org/cmake/help/latest/release/4.0.html
https://cmake.org/cmake/help/latest/release/4.1.html

OK sthen@
2026-02-13 12:02:13 +00:00
sthen a35020f767 update to x264-20250909, from Brad (maintainer) 2026-02-11 20:59:39 +00:00
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00
sthen 390e213dc3 update to svt-av1-4.0.1, from Brad (maintainer) 2026-02-09 18:17:32 +00:00
ajacoutot 30566aa1d7 Update to gst-plugins-rs-0.15.0alpha2. 2026-02-09 10:59:21 +00:00
sthen 4489121cd2 update xine-lib to a new git checkout, and enable VA-API
from Brad (maintainer)
2026-02-08 15:44:47 +00:00
sthen c03e3a5646 update to py3-caption-2.2.20 2026-02-08 11:06:21 +00:00
sthen 81bd4c7997 update to py3-ffmpeg-progress-yield-1.1.2 2026-02-08 11:06:17 +00:00
ajacoutot be34dab0b1 Update Gstreamer to version 1.28.0. 2026-02-02 22:59:42 +00:00
sthen d549bbd35d update to vvenc-1.14.0, from Brad (maintainer) 2026-01-30 14:47:05 +00:00
pascal 63003fb2fb Update to upplay 1.9.9. 2026-01-26 19:04:46 +00:00
sthen 85827a684b regen PLIST, from Brad. 2026-01-26 18:30:15 +00:00
landry d9297dca96 multimedia/Makefile: +vvdec 2026-01-25 07:29:06 +00:00
landry baf94bc3a9 Import multimedia/vvdec 3.1.0
VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software
H.266/VVC decoder implementation supporting all features of the VVC
Main10 profile.

from brad, ok sthen@ rsadowski@
2026-01-25 07:28:33 +00:00
sthen a9175bcce9 update to py3-ffmpeg-progress-yield-1.1.1 2026-01-24 15:05:11 +00:00
pascal 457e8f624c Add patch. 2026-01-24 07:00:29 +00:00
pascal 2c93942d88 Update to upplay 1.9.8. 2026-01-24 06:59:55 +00:00