2954 Commits

Author SHA1 Message Date
ajacoutot
5f89f6ccdd Bump after webkitgtk4 -> webkitgtk40 rename. 2022-09-03 07:53:08 +00:00
sthen
09d8a859cc bump; static lib argp-standalone was updated 2022-09-02 09:42:27 +00:00
kn
85788209c6 Bump potential struct ifnet consumers
sys/net/if_var.h r1.116 "Remove struct ifnet's unused if_switchport member"
should be of no concern in ports land, but some actively do

- define _KERNEL and/or
  https://codesearch.debian.net/search?q=%23%5Cs*define%5Cs%2B_KERNEL%5Cb+filetype%3Ac&literal=0
  curl -s https://codesearch.debian.net/results/a710598a524e63cb/packages.txt
- include <net/if_var.h>
  https://codesearch.debian.net/search?q=%3Cnet%2Fif_var.h%3E+filetype%3Ac&literal=1
  curl -s https://codesearch.debian.net/results/3264f4d6c8ec573a/packages.txt

Running the packages.txt files through 'sort -u' and 'comm -12', filtering
for ports we actually have and further limiting it down to individual
packages rather than the whole port (thanks sthen) leaves us with

	$ infrastructure/bin/portbump -r \
	    devel/libgtop2 \
	    games/warzone2100 \
	    mail/mozilla-thunderbird \
	    multimedia/gstreamer1/plugins-bad \
	    net/miniupnp/miniupnpd \
	    net/net-snmp,-main \
	    net/usrsctp \
	    net/zabbix,-main \
	    security/aircrack-ng \
	    www/firefox-esr \
	    www/mozilla-firefox

Bump them all to pick up the new header/struct.

Feedback OK sthen
2022-09-02 06:17:28 +00:00
rsadowski
bf221e0158 Once again... remove webvfx
Spotted by tb@
2022-08-29 14:45:04 +00:00
rsadowski
c3b22f70c1 Remove mlt6 and webvfx
Dead upstream and we have mlt7

OK tb@ and tracey@
2022-08-29 14:40:07 +00:00
rsadowski
41b385cba4 Update mkvtoolnix to 70.0.0 2022-08-26 10:56:01 +00:00
sthen
17c727ab58 bump gstreamer-plugins-good REVISION now that snaps with RTLD_NOLOAD are
around on most archs (not armv7 or powerpc[32] yet, but those are at a
point in ports bulk build cycles that they shouldn't start a new bulk
build before one is available with RTLD_NOLOAD)

now that RTLD_NOLOAD is defined, gstreamer-plugins-good will take an
#ifdef branch which allows it to work with either libsoup API
(libsoup-2.4.so or libsoup-3.0.so, depending on which is used by a
binary which pulls in gstreamer)
2022-08-21 19:41:30 +00:00
ajacoutot
0b2eef403f Update to devede-4.17.0. 2022-08-19 09:21:41 +00:00
rsadowski
adf9128f31 Update shotcut to 22.06.23
OK sdk@
2022-08-19 05:26:07 +00:00
rsadowski
a55a6bce6b Update mlt to 7.8.0
OK sdk
2022-08-19 05:25:02 +00:00
sthen
5de86448c1 use GH_* 2022-08-18 21:28:03 +00:00
sthen
2fe29c7bed devede: set MODPY_SETUPTOOLS=Yes to stop the PLIST changing depending on
whether setuptools is installed. don't set NO_BUILD. use https homepage.

this port could do with an update if someone is using it..
2022-08-18 10:39:33 +00:00
rsadowski
0d7a15c48f Update Synfig Studio to 1.5.1
This update includes ETL, synfig and synfigstudio.
https://github.com/synfig/synfig/releases/tag/v1.5.1

- Switch from sourceforge to github

Feedback and OK sthen@
2022-08-18 05:34:09 +00:00
sthen
eed574102a Fix ports for newer py3-setuptools; mostly just PLIST regens after some
files were dropped (mostly entry_points.txt) or .egg-info files changed
to directories. Small patches were needed where some other build systems
were calling Python tools to install due to changes in setuptools.
Messy patching needed for games/0ad which bundles a spidermonkey tar of
a specific version and patches it using files in its own distribution.

Been through a bulk on i386, plus I tested a few things separately on
amd64 where fallout from the recent qscintilla update has broken some ports
on !LP64 which was blocking them on i386.
2022-08-18 02:24:48 +00:00
sthen
380d51d12d sync WANTLIB; ImageMagick changes, pointed out by aja@ 2022-08-10 09:19:45 +00:00
rsadowski
7a49a16669 Update to SVT-AV1 1.2.0.
## [1.2.0] - 2022-08-02

Encoder
- Improve CRF preset tradeoffs for both the default and fast-decode modes
- Improve the SSIM-based tradeoffs of the presets without impacting those of PSNR / VMAF
- Improve CBR mode by enhancing the bit-distribution within the gop
- Added support for reference frame scaling
- Added support for quantization matrices
- Added svtparams patches applicable to ffmpeg 4.4
- AVX2 optimizations for low-delay mode
- TPL-based VBR mode improvements
- Improved Chroma RDOQ
- Improve TPL QP Scaling
- Add length info to ivf header
- Fix support for metadata pass-through
- Add ability to specify Chroma and Luma qindex offsets independently on top of CRF qp assignments

Build, Cleanup and Documentation
- Fix multiple API documentation mismatches
- Updated features documentation
- Various functional bug fixes

Update diff from Brad, thanks
2022-08-08 05:23:20 +00:00
sthen
ab274970cd update to aom-3.4.0, from Brad (maintainer) 2022-08-07 10:44:13 +00:00
kn
498147aaa9 Update to openh264 2.3.0
- Decoder bug fix to correct the B-frame order in some case
- Fixes to avoid hanging for multi-thread decoding
- Some Enhancements and fixes for rate control
- Assembly optimization for loongson platform
- Some minor bug fixes

One out of 669 tests from 63 test suites ran fine on amd64.
2022-08-01 17:28:36 +00:00
edd
24cbebb2f2 multimedia/handbrake: fix missing audio tracks
Sometimes when you convert a video with handbrake, the audio track is missing
from the resulting file.

This is detailed here:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=6006

Patch from:
f28289fb06

OK bcallah@ and kn@, thanks!
2022-07-27 15:14:10 +00:00
rsadowski
197eb8bcba Add missing bump after Qt5 update
Spotted by naddy
2022-07-15 10:55:01 +00:00
rsadowski
02994a60c1 Update mkvtoolnix to 69.0.0 2022-07-10 13:26:41 +00:00
naddy
741f23555a mediainfo: maintenance update to 22.06 2022-07-07 20:35:08 +00:00
sthen
c5e3838b4d update to yle-dl-20220704, from Timo Myyra (maintainer) 2022-07-06 19:30:03 +00:00
tb
e858bed645 mkvtoolnix: fix hidden dep on nlohmann-json 2022-07-05 21:17:01 +00:00
ian
eb8f4d9b32 Update DESCR slightly. ok sthen@ 2022-07-05 17:52:05 +00:00
sthen
d0e3191281 update to newer atomicparsley commit
enable test
2022-06-27 13:43:29 +00:00
op
d1444631f2 +py-ffmpeg-progress-yield 2022-06-23 13:09:06 +00:00
op
f683e5b548 import py-ffmpeg-progress-yield-0.2.0
Run an ffmpeg command with its progress yielded.

needed for audio/ffmpeg-normalize update.  Port by Yifei Zhan (thanks!),
ok sthen@
2022-06-23 13:08:47 +00:00
ajacoutot
aeba89f86a Update to py3-chromecast-12.1.4. 2022-06-22 12:21:38 +00:00
ajacoutot
c715b16e8b Update to Gstreamer 1.20.3. 2022-06-16 15:18:56 +00:00
sthen
701aebea49 update to libass-0.16.0, from Brad Smith (maintainer) 2022-06-06 23:38:49 +00:00
rsadowski
6c343ef536 Update mkvtoolnix to 68.0.0 2022-06-04 06:28:02 +00:00
sthen
991f1fa0a1 update to get_iplayer-3.30 2022-05-29 09:30:06 +00:00
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
ajacoutot
18392d307b Update to py3-chromecast-12.1.3. 2022-05-26 11:30:51 +00:00
naddy
388327e899 mediainfo: maintenance update to 22.03 2022-05-15 21:05:34 +00:00
ajacoutot
48e1cf567a Update to py3-chromecast-12.1.2. 2022-05-12 11:50:34 +00:00
sthen
580952971b update to SVT-AV1 1.0.0, + patch to fix command line parsing
with Clang. From Brad.
2022-05-11 17:27:55 +00:00
rsadowski
6c92ccab37 Update mkvtoolnix to 67.0.0 2022-05-11 05:27:16 +00:00
ajacoutot
67b9c5ff98 Update to py3-chromecast-12.1.1. 2022-05-06 07:48:31 +00:00
sdk
84889a7736 Update libde265 1.0.7 => 1.0.8
- read HDR parameters from VUI header
- fix reading matrix_coeffs from VUI header
- build fixes for vcpkg

from Brad
2022-05-06 05:38:46 +00:00
jeremy
1026c9569a Bump ports after switching default ruby version to 3.1
OK sthen@, tb@
2022-05-05 15:41:56 +00:00
ajacoutot
4f8fcc7aab Update Gstreamer stack to version 1.20.2. 2022-05-03 15:28:29 +00:00
ratchov
c75bc45221 Use sio_flush() instead of sio_stop() to improve controls responsiveness
ok sthen
2022-04-29 08:53:41 +00:00
ajacoutot
eee3de8b06 Update to py3-chromecast-12.0.0. 2022-04-27 07:54:50 +00:00
ajacoutot
43b42e7886 Remove "daemon" class from @newuser 2022-04-19 12:43:21 +00:00
sthen
a1d0efa41e xine-lib: add upstream fixes, via Brad 2022-04-03 11:12:09 +00:00
ajacoutot
856a404920 Update to py3-chromecast-11.0.0. 2022-04-02 10:11:56 +00:00
sthen
fd6c3e2f1e sync WANTLIB 2022-03-31 16:45:26 +00:00
sthen
39f443498b xine-lib: fixes including a use-after free and a free(uninited pointer),
from upstream via Brad
2022-03-25 09:42:38 +00:00