Guido Falsi
8f7668d61a
multimedia/libvdpau: Update to 1.5
2022-03-22 12:10:19 +01:00
Peter TKATCHENKO
249c6e4d1e
multimedia/rage: Update to 0.4.0
2022-03-21 22:26:37 +03:00
Charlie Li
74ecba43bb
multimedia/mlt7: update to 7.4.0
...
Make the former XML option unconditional, as consumers require it to function properly
Release notes: https://github.com/mltframework/mlt/releases/tag/v7.4.0
Approved by: tcberner (mentor, kde, portmgr)
Differential Revision: https://reviews.freebsd.org/D34610
2022-03-20 11:57:09 -04:00
Thomas Zander
9f47879b22
multimedia/mplayer: Simplify REINPLACE_CMD, avoid warnings re no-ops
2022-03-20 16:11:05 +01:00
Bernhard Froehlich
7e597115f0
multimedia/tvheadend: Add dependency on libunwind
...
Up to now libunwind was silenty used from base but now on 14-current
libunwind is not available in base anymore so it fails. I decided to
unconditionally use libunwind from ports on all FreeBSD version for
consistency.
2022-03-20 12:27:13 +00:00
Piotr Kubaj
7b5633d046
multimedia/xvid: fix build on powerpc with LLVM 13
...
../../src/image/ppc_asm/colorspace_altivec.c:434:1: error: address of register variable requested
MAKE_COLORSPACE_ALTIVEC_FROM_RGB(bgra_to_yv12_altivec_c, 4, 8, 2, RGB_TO_YV12_ALTIVEC, 2, 1, 0, 0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/image/ppc_asm/colorspace_altivec.c:65:5: note: expanded from macro 'MAKE_COLORSPACE_ALTIVEC_FROM_RGB'
shift_consts[0] = vec_add(vec_splat_u32(12), vec_splat_u32(12)); \
^~~~~~~~~~~~
Fix similar to 0efce95397 .
2022-03-20 01:43:48 +00:00
Tobias C. Berner
4c02428b35
KDE: Update KDE Frameworks to 5.92.0
...
Saturday, 12 March 2022
KDE today announces the release of KDE Frameworks 5.92.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement and Changelog:
https://kde.org/announcements/frameworks/5/5.92.0/
PR: 262522
Exp-run by: antoine
2022-03-19 20:10:32 +01:00
Jan Beich
4b94ec2131
multimedia/onevpl: update to 2022.1.0
...
Changes: https://github.com/oneapi-src/oneVPL/compare/v2022.0.6...v2022.1.0
Reported by: Repology
2022-03-19 13:17:56 +00:00
Jan Beich
fa4a783ee4
multimedia/ffmpeg: enable SVTAV1 on amd64 by default
...
PR: 262368
Approved by: maintainer timeout (2 weeks)
2022-03-19 00:27:14 +00:00
VVD
3b3b0fa358
multimedia/libxine: unbreak DAV1D=on after 3468f1957c
...
dav1d.c:547:12: error: no member named 'n_frame_threads' in 'struct Dav1dSettings'
settings.n_frame_threads = (ncpu > 8) ? 4 : (ncpu < 2) ? 1 : ncpu/2;
~~~~~~~~ ^
dav1d.c:548:12: error: no member named 'n_tile_threads' in 'struct Dav1dSettings'
settings.n_tile_threads = MAX(1, ncpu - settings.n_frame_threads + 1);
~~~~~~~~ ^
dav1d.c:548:52: error: no member named 'n_frame_threads' in 'struct Dav1dSettings'
settings.n_tile_threads = MAX(1, ncpu - settings.n_frame_threads + 1);
~~~~~~~~ ^
dav1d.c:548:52: error: no member named 'n_frame_threads' in 'struct Dav1dSettings'
settings.n_tile_threads = MAX(1, ncpu - settings.n_frame_threads + 1);
~~~~~~~~ ^
/usr/include/sys/param.h:306:34: note: expanded from macro 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
dav1d.c:551:22: error: no member named 'n_frame_threads' in 'struct Dav1dSettings'
settings.n_frame_threads, settings.n_tile_threads);
~~~~~~~~ ^
dav1d.c:551:48: error: no member named 'n_tile_threads' in 'struct Dav1dSettings'
settings.n_frame_threads, settings.n_tile_threads);
~~~~~~~~ ^
../../include/xine/xineutils.h:687:40: note: expanded from macro 'xprintf'
xine_log(xine, XINE_LOG_TRACE, __VA_ARGS__); \
^~~~~~~~~~~
PR: 262651
2022-03-18 20:44:49 +00:00
Tobias C. Berner
12d5808d71
multimedia/vlc: update to 3.0.17.3
2022-03-18 19:06:54 +01:00
Jan Beich
b1d6c33c2a
multimedia/gmmlib: update to 22.1.1
...
Changes: https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.0...intel-gmmlib-22.1.1
Reported by: portscout
2022-03-18 15:48:36 +00:00
Jan Beich
3468f1957c
multimedia/dav1d: update to 1.0.0
...
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by: Repology
2022-03-18 14:41:26 +00:00
Bernhard Froehlich
41e30d48b9
multimedia/navidrome: Add CPE information
...
Approved by: portmgr (blanket)
2022-03-18 13:23:52 +00:00
Bernhard Froehlich
25d7a105e0
multimedia/libde265: Add CPE information
...
Approved by: portmgr (blanket)
2022-03-18 13:23:52 +00:00
Bernhard Froehlich
7735e79614
multimedia/assimp: Add CPE information
...
Approved by: portmgr (blanket)
2022-03-18 13:23:52 +00:00
Jan Beich
abbe42e76c
multimedia/ab-av1: update to 0.3.1
...
Changes: https://github.com/alexheretic/ab-av1/releases/tag/v0.3.1
Reported by: GitHub (watch releases)
2022-03-17 19:58:14 +00:00
Yuri Victorovich
82de150df5
multimedia/ustreamer: Update 5.0 -> 5.1
...
Reported by: portscout
2022-03-17 11:48:14 -07:00
Thomas Zander
b3dcec6796
multimedia/{mplayer|mencoder} Update to upstream snapshot 2022-03-10
...
Details:
- This updates multimedia/mplayer and mencoder to a recent upstream
snapshot (2022-03-10).
- It is functionally identical to the 1.5.0 release, but:
- Uses external ffmpeg instead of the bundled one in the 1.5.0 release.
2022-03-17 09:19:19 +01:00
Dries Michiels
4b585a2e21
multimedia/emby-server-devel: Update to 4.7.0.31
...
Changes: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.7.0.31
2022-03-16 21:38:07 +01:00
Jan Beich
decbd7e72d
multimedia/intel-media-sdk: update to 22.3.0
...
Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-22.2.2...intel-mediasdk-22.3.0
2022-03-16 11:35:14 +00:00
Jan Beich
a434c4ff33
multimedia/libva-intel-media-driver: update to 22.3.0
...
Changes: https://github.com/intel/media-driver/compare/intel-media-22.2.2...intel-media-22.3.0
Reported by: Repology
2022-03-16 11:35:14 +00:00
Jan Beich
8ff8ef6d9a
multimedia/gmmlib: update to 22.1.0
...
Changes: https://github.com/intel/gmmlib/compare/intel-gmmlib-22.0.3...intel-gmmlib-22.1.0
Reported by: portscout
2022-03-16 11:35:13 +00:00
Adriaan de Groot
3931a1e670
multimedia/nymph*: update to latest RC
...
There are now RC's for all the parts of nymphcast, update
to those versions. Release notes (although they mostly
point at new binary-builds of the tools) are at
https://github.com/MayaPosch/NymphRPC/releases/tag/v0.1-rc0
https://github.com/MayaPosch/libnymphcast/releases/tag/v0.1-rc0
https://github.com/MayaPosch/NymphCast/releases/tag/v0.1-rc1
2022-03-16 00:56:53 +01:00
Fernando Apesteguía
1e20a3335d
multimedia/libxine: update to 1.2.12
...
From ChangeLog: https://sourceforge.net/projects/xine/files/xine-lib/1.2.12/README.txt/download
* Add string tree library (generic info parser).
* Add OpenSL ES audio output plugin.
* Add mpeg-dash input plugin.
* Add crypto input plugin.
* Add VAAPI support to opengl2 video output (requires using EGL).
* Better hls support.
* Improved DVB/live stream timing.
* Improved BT.2020 support.
* Fix compatibility with ffmpeg 5.0.
* Fix RSS parser.
* Fix output parameter setting (audio amplification, video hue etc.).
* Fix AC3 demuxer.
* Diverse small fixes and optimizations.
* Update german translation.
* Code cleanup.
* Build fixes.
Update plugins directory references in dependent ports
Bump PORTREVISION
Reported by: portscout
2022-03-15 13:58:27 +01:00
Mikael Urankar
e255ac5487
lang/rust: Bump revisions after 1.59.0
2022-03-15 10:51:58 +01:00
Steve Wills
7fc417a2f9
multimedia/py-av: update to 9.0.1
2022-03-13 19:28:14 -04:00
Bernhard Froehlich
f01283ad86
multimedia/kodi-addon-inputstream.adaptive: Update to 19.0.3
2022-03-13 07:09:08 +00:00
Piotr Kubaj
61e22fbe71
multimedia/libx264: fix build on riscv64
...
ld: error: relocation R_RISCV_HI20 cannot be used against symbol __stack_chk_guard; recompile with -fPIC
>>> defined in /lib/libc.so.7
>>> referenced by osdep.c
>>> common/osdep.o:(x264_mdate)
2022-03-12 20:46:51 +00:00
Bernhard Froehlich
e5c3739cb6
multimedia/dtv-scan-tables: Update to 20220307
2022-03-12 13:56:51 +00:00
Bernhard Froehlich
24ec4c6c6a
multimedia/minisatip: Update to 1.1.84
2022-03-12 13:17:13 +00:00
Jamie Landeg-Jones
4ed814f38f
multimedia/get_iplayer: Update to 3.29
...
PR: 261809
2022-03-11 21:49:29 -08:00
Yuri Victorovich
1f3b691244
multimedia/lms: Install the PAM file
2022-03-10 13:34:35 -08:00
Neel Chauhan
d7277abb83
multimedia/streamlink: Revert version
...
Not all updates to dependencies were committed.
This reverts commit a6976a7dda .
2022-03-10 10:07:14 -08:00
Niclas Carlsson
a6976a7dda
multimedia/streamlink: Update to 3.2.0
...
PR: 262366
Approved by: maintainer
2022-03-10 09:42:24 -08:00
Yuri Victorovich
ab964ed967
multimedia/lms: Update 3.25.2 -> 3.28.0
...
PR: 262462
Reported by: kaltheat <kaltheat@gmail.com >
2022-03-10 09:24:26 -08:00
Jan Beich
8065f30c01
multimedia/aom: enable JXL by default
...
$ pkg install libavif
$ avifenc -a tune=butteraugli foo.png foo.avif
2022-03-10 00:28:06 +00:00
Jan Beich
7c476b8e85
multimedia/aom: unbreak JXL after 735e0191b6
2022-03-10 00:28:06 +00:00
Dries Michiels
8cb28ead5f
multimedia/emby-server-devel: Update to 4.7.0.30
...
Changes: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.7.0.30
2022-03-09 18:00:27 +01:00
Daniel Engberg
b521617606
multimedia/dvdauthor: Update to latest upstream commit as of 20220308
...
This makes dvdauthor use pkg-config to detect libxml2
PR: 262288
Differential Revision: https://reviews.freebsd.org/D34338
2022-03-08 14:33:33 +01:00
yzrh
594e08d753
multimedia/kodi: Update to 19.4
...
PR: 262388
2022-03-07 21:34:46 -05:00
Muhammad Moinur Rahman
bc808e2bff
*/*: Take maintainership
2022-03-07 20:09:57 -06:00
Jan Beich
5245d86b5c
multimedia/onevpl: multi-GPU for legacy fallback after e1dfb1b154
...
Adapt https://github.com/oneapi-src/oneVPL/commit/60ba33f7a618
2022-03-07 23:58:15 +00:00
Rene Ladan
3d89f95e2f
all: return koobs' ports to the pool after safekeeping his commit bit.
2022-03-07 20:07:39 +01:00
Loïc Bartoletti
2d8f857316
devel/py-qt5, devel/py-sip: Update versions
...
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine
2022-03-07 18:39:13 +01:00
Jan Beich
e1dfb1b154
multimedia/onevpl: update to 2022.0.6
...
Changes: https://github.com/oneapi-src/oneVPL/compare/v2022.0.5...v2022.0.6
Reported by: Repology
2022-03-07 13:46:26 +00:00
Jan Beich
13e69fd1ee
multimedia/celluloid: update to 0.23
...
Changes: https://github.com/celluloid-player/celluloid/releases/tag/v0.23
Reported by: GitHub (watch releases)
2022-03-07 13:46:26 +00:00
Yuri Victorovich
a37f3d6897
multimedia/obs-studio: Add back support for v4l2loopback
...
It was removed recently due to the PR not applying any more.
Now this is fixed and this PR is backported again.
PR: 262380
Patch authors: David Schlachter <fbsd-bugzilla@schlachter.ca > and Hans Petter Selasky <hps@selasky.org >
2022-03-06 13:01:14 -08:00
Tobias C. Berner
70454fcda5
multimedia/mpv-mpris: update to 0.7
...
Changelog:
https://github.com/hoyon/mpv-mpris/compare/0.6...0.7
2022-03-06 12:28:47 +01:00
Jan Beich
a2d7d40ebe
multimedia/svt-av1: limit nasm to amd64
2022-03-06 10:15:55 +00:00