2928 Commits

Author SHA1 Message Date
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
sthen
51d62ef638 xine-lib: fix .mp4 audio, from upstream via Brad 2022-03-24 16:28:53 +00:00
sthen
3cc3781e08 update to libbdplus-0.2.0, from Brad 2022-03-24 16:28:07 +00:00
sthen
1a66968ffc update to libbluray-1.3.1, from Brad 2022-03-24 16:27:34 +00:00
sthen
021aa5edde update to dav1d-1.0.0, from Brad Smith (maintainer) 2022-03-20 09:51:42 +00:00
sthen
33a92e018a revert previous, shouldn't have been in aom/libvpx commit 2022-03-18 21:29:15 +00:00
sthen
f007ffbc83 aom, libvpx: Ensure Neon support is disabled on arm. From Brad. 2022-03-18 11:16:51 +00:00
ajacoutot
266fd1b0f4 Explicitely pass --disable-oscaudio to prevent picking up audio/liblo. 2022-03-15 10:49:23 +00:00
ajacoutot
fe50f26290 Update the Gstreamer stack to version 1.20.1. 2022-03-15 10:22:11 +00:00
sthen
2016d5b56b update to xine-lib-1.2.12, from Brad (maintainer) 2022-03-13 13:55:09 +00:00
sthen
520e6f3b6a aom, libvpx: simplify patches, from Brad 2022-03-13 13:50:53 +00:00
ajacoutot
01e0477dd6 Disable plugins with potentially problematic licence (from Fedora). 2022-03-12 10:50:07 +00:00
naddy
7f61407556 drop RCS Ids 2022-03-11 19:39:15 +00:00
kn
e7411f37c1 Remove RCSIDs from ports I maintain 2022-03-10 12:03:30 +00:00
sthen
385739a94f drop rcs id in category Makefiles 2022-03-09 16:18:03 +00:00
naddy
69de5bdc39 drop RCS Id from all ports where I'm listed as MAINTAINER 2022-03-08 14:27:46 +00:00
sthen
b6966d2e73 GC a few more RCS ids in my ports 2022-03-07 21:45:09 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
sthen
015947dd28 update to svt-av1-0.9.1, from Brad 2022-03-04 22:18:31 +00:00
sthen
f1ee48942d x265 fixes from Brad:
Some fixes from upstream to fix build Neon support on aarch64 with Clang.

Tested by adr.
2022-03-04 22:17:39 +00:00
sthen
a29cf9add6 enable tests 2022-03-04 09:57:51 +00:00
sthen
f3bbbb958d update to py3-caption-2.0.5 2022-03-04 09:47:10 +00:00
ajacoutot
afed08e130 Update to py3-chromecast-10.3.0. 2022-03-01 19:32:46 +00:00
sthen
4a4c8bd2d8 update to libaacs-0.11.1, from Brad 2022-02-28 10:53:49 +00:00
gsoares
621eb8c3e9 hook up www/yt-dlp to RUN_DEPENDS, unbreak mpv's ytdl_hook.lua script
ok sthen
2022-02-28 02:02:11 +00:00
sthen
cc697d0ea5 libbluray: cherrypick patches from upstream. from Brad 2022-02-27 12:43:24 +00:00
sthen
97944a4a9e update to xine-ui-0.99.13, from adr at sdf.org, tweak from Brad 2022-02-26 21:25:42 +00:00