summaryrefslogtreecommitdiff
path: root/multimedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Rebuild consumers for Rust 1.57.0Tobias Kortkamp2021-12-0510-7/+10
|
* multimedia/av1an: unbreak on aarch64/armv[67]/powerpc*Jan Beich2021-12-041-0/+22
| | | | | | | | | | | | | | | error[E0308]: mismatched types --> cargo-crates/ffmpeg-next-4.4.0/src/util/error.rs:205:7 | 205 | [[0_i8; AV_ERROR_MAX_STRING_SIZE]; 27]; | ^^^^ expected `u8`, found `i8` | help: change the type of the numeric literal from `i8` to `u8` | 205 | [[0_u8; AV_ERROR_MAX_STRING_SIZE]; 27]; | ~~~~ Reported by: pkg-fallout
* multimedia/gstreamer1-plugins-rust: temp disable CSOUND on aarch64Jan Beich2021-12-041-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error[E0308]: mismatched types --> cargo-crates/csound-sys-0.1.2/src/lib.rs:382:27 | 382 | device_name: [0i8; 64usize], | ^^^ expected `u8`, found `i8` | help: change the type of the numeric literal from `i8` to `u8` | 382 | device_name: [0u8; 64usize], | ^^^ error[E0308]: mismatched types --> cargo-crates/csound-sys-0.1.2/src/lib.rs:383:25 | 383 | device_id: [0i8; 64usize], | ^^^ expected `u8`, found `i8` | help: change the type of the numeric literal from `i8` to `u8` | 383 | device_id: [0u8; 64usize], | ^^^ error[E0308]: mismatched types --> cargo-crates/csound-sys-0.1.2/src/lib.rs:384:25 | 384 | rt_module: [0i8; 64usize], | ^^^ expected `u8`, found `i8` | help: change the type of the numeric literal from `i8` to `u8` | 384 | rt_module: [0u8; 64usize], | ^^^ error[E0308]: mismatched types --> cargo-crates/csound-sys-0.1.2/src/lib.rs:434:27 | 434 | device_name: [0i8; 64usize], | ^^^ expected `u8`, found `i8` | help: change the type of the numeric literal from `i8` to `u8` | 434 | device_name: [0u8; 64usize], | ^^^ error[E0308]: mismatched types --> cargo-crates/csound-sys-0.1.2/src/lib.rs:435:30 | 435 | interface_name: [0i8; 64usize], | ^^^ expected `u8`, found `i8` | help: change the type of the numeric literal from `i8` to `u8` | 435 | interface_name: [0u8; 64usize], | ^^^ error[E0308]: mismatched types --> cargo-crates/csound-sys-0.1.2/src/lib.rs:436:25 | 436 | device_id: [0i8; 64usize], | ^^^ expected `u8`, found `i8` | help: change the type of the numeric literal from `i8` to `u8` | 436 | device_id: [0u8; 64usize], | ^^^ error[E0308]: mismatched types --> cargo-crates/csound-sys-0.1.2/src/lib.rs:437:27 | 437 | midi_module: [0i8; 64usize], | ^^^ expected `u8`, found `i8` | help: change the type of the numeric literal from `i8` to `u8` | 437 | midi_module: [0u8; 64usize], | ^^^ Reported by: pkg-fallout
* multimedia/minisatip: Update to 1.1.51Bernhard Froehlich2021-12-042-4/+4
|
* multimedia/intel-media-sdk: update to 21.4.3Jan Beich2021-12-033-4/+33
| | | | Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-21.4.2...intel-mediasdk-21.4.3
* multimedia/libva-intel-media-driver: update to 21.4.3Jan Beich2021-12-032-34/+34
| | | | | Changes: https://github.com/intel/media-driver/compare/intel-media-21.4.2...intel-media-21.4.3 Reported by: Repology
* multimedia/libva-intel-media-driver: fix build warningJan Beich2021-12-022-0/+3
| | | | | | | | | | In file included from media_driver/linux/gen12/ddi/media_libva_caps_g12.cpp:38: media_driver/linux/common/os/i915/include/mos_bufmgr_priv.h:351:9: warning: 'ALIGN' macro redefined [-Wmacro-redefined] #define ALIGN(value, alignment) ((value + alignment - 1) & ~(alignment - 1)) ^ /usr/include/machine/param.h:79:9: note: previous definition is here #define ALIGN(p) _ALIGN(p) ^
* multimedia/helvum: update to 0.3.2Jan Beich2021-12-013-15/+15
| | | | | Changes: https://gitlab.freedesktop.org/ryuukyu/helvum/-/compare/0.3.1...0.3.2 Reported by: Repology
* multimedia/qpwgraph: Update 0.0.7 -> 0.0.9Yuri Victorovich2021-11-292-5/+5
| | | | Reported by: portscout
* multimedia/zoneminder: remove now useless ONLY_FOR_ARCHS restrictionAlexey Dokuchaev2021-11-291-2/+0
| | | | | | | | It was added in r486990 (f9e7f55b3a20d) without a proper explanation, and now with seven items on this list, including all Tier-1 and most Tier-2 architectures, it had clearly outgrown the intended purpose of this knob. There shouldn't really be anything architecture-specific about this software in the first place.
* multimedia/zoneminder: add armv7 supportPiotr Kubaj2021-11-292-1/+15
| | | | Requires replacing getauxval with elf_aux_info.
* multimedia/arcan: recommend addons a la 8a400121ead9Jan Beich2021-11-281-0/+13
| | | | | | Improve discoverability without circular dependency. While one can use `arcan console` or install an appl (pipeworld, safespaces) out of band the binary package already has many dependencies for extra features.
* multimedia/cineencoder: update the port to version 3.5.2 and...Alexey Dokuchaev2021-11-282-10/+4
| | | | | | | GC no longer needed `post-patch' target after these changes had been upstreamed. Reported by: portscout
* audio/fluidsynth: Update to upstream version 2.2.4Thomas Zander2021-11-272-2/+2
| | | | MFH: 2021Q4
* multimedia/intel-media-sdk: update to 21.4.2Jan Beich2021-11-262-5/+4
| | | | Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-21.4.1...intel-mediasdk-21.4.2
* multimedia/libva-intel-media-driver: update to 21.4.2Jan Beich2021-11-262-4/+4
| | | | | Changes: https://github.com/intel/media-driver/compare/intel-media-21.4.1...intel-media-21.4.2 Reported by: Repology
* multimedia/qpwgraph: New port: PipeWire Graph Qt GUI InterfaceYuri Victorovich2021-11-254-0/+31
| | | | | It's in its alpha stage and I couldn't make it work, see https://gitlab.freedesktop.org/rncbc/qpwgraph/-/issues/9
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-253-3/+3
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* multimedia/gavl: opt in to sched* functionsTobias C. Berner2021-11-231-0/+3
| | | | | | | | | | | | Make sched* functions available as required by https://cgit.freebsd.org/src/commit/?id=90fa9705d5cd29cf11c5dc7319299788dec2546a benchmark.c:1854:7: warning: implicit declaration of function 'sched_setaffinity' is invalid in C99 [-Wimplicit-function-declaration] if(!sched_setaffinity(0, sizeof(cpuset), &cpuset)) PR: 259787
* multimedia/helvum: add new portJan Beich2021-11-238-0/+547
| | | | | | Helvum is a GTK-based patchbay for PipeWire, inspired by Catia for JACK. https://gitlab.freedesktop.org/ryuukyu/helvum
* multimedia/emby-server: Update to 4.6.7.0Dries Michiels2021-11-232-4/+4
| | | | | | | | While here switch to DISTVERSION. Changes: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.6.7.0 Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D33083
* multimedia/kodi-addon-pvr.hts: Update to 19.0.3Bernhard Froehlich2021-11-232-4/+4
|
* multimedia/minisatip: Update to 1.1.50Bernhard Froehlich2021-11-232-4/+4
|
* multimedia/cheese: Update to 41.0Neel Chauhan2021-11-223-8/+8
|
* multimedia/emby-server: Update to 4.6.6.0Dries Michiels2021-11-222-17/+16
| | | | | | | | | Update emby-server and the embedded ffmpeg built. Streamline the configure target with upstream. Samba support has been dropped. Changes: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.6.6.0 Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D33063
* devel/meson: temporarily disable ldconfig after 665e4e5edb6dJan Beich2021-11-211-1/+1
| | | | | | | | $ su root -c 'meson install -C foo_build' $ meson ld-elf.so.1: Shared object "libpython3.8.so.1.0" not found, required by "python3.8" PR: 259080
* multimedia/kooha: drop obsolete comment after 641cbf15e997Jan Beich2021-11-201-1/+1
|
* multimedia/plexmediaserver-plexpass: Update to 1.25.0.5246Mark Felder2021-11-202-5/+5
| | | | Changelog: https://forums.plex.tv/t/plex-media-server/30447/470
* multimedia/plexmediaserver: Update to 1.24.5.5173Mark Felder2021-11-202-5/+5
| | | | Changelog: https://forums.plex.tv/t/plex-media-server/30447/467
* multimedia/mkvtoolnix: Update to upstream version 63.0.0Thomas Zander2021-11-202-5/+4
| | | | | | | Details: - See https://mkvtoolnix.download/doc/NEWS.md MFH: 2021Q4
* multimedia/pipewire: Add a patch to fix ambguous function name issue.Gleb Popov2021-11-202-0/+68
| | | | PR: 259621
* multimedia/mpv: fix build with LUAJIT=OFF (+)Dima Panov2021-11-201-1/+1
| | | | | | | Limit allowed Lua versions to 5.1/5.2, MPV cannot use lua53+ yet Approved by: portmgr blanket (trivial fix build) Sponsored by: Netzkommune GmbH
* multimedia/arcan: update to 0.6.1Jan Beich2021-11-193-18/+14
| | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.1
* multimedia/gmmlib: update to 21.3.3Jan Beich2021-11-192-4/+4
| | | | | Changes: https://github.com/intel/gmmlib/compare/intel-gmmlib-21.3.2...intel-gmmlib-21.3.3 Reported by: Repology
* multimedia/minitube: Update 3.9.1 -> 3.9.2Yuri Victorovich2021-11-172-10/+10
| | | | Reported by: portscout
* multimedia/x265: add ASM option on powerpc64le and enable by defaultPiotr Kubaj2021-11-162-4/+20
| | | | While here, also add the previously uncommitted patch.
* multimedia/x265: add option to use altivec on powerpc64Piotr Kubaj2021-11-162-7/+55
| | | | | PR: 259564 Approved by: mi@ALDAN.algebra.com (maintainer timeout)
* multimedia/mpv: backport --hwdec=vaapi for --gpu-context=displayvkJan Beich2021-11-162-0/+6
| | | | | Not to be confused with --hwdec=vaapi-copy which worked before but has poor performance.
* multimedia/libmpeg2: fix build on powerpcPiotr Kubaj2021-11-161-0/+1
| | | | | | | | | | | | AltiVec code is broken on powerpc: motion_comp_altivec.c:48:12: warning: implicit declaration of function 'vec_ld' is invalid in C99 [-Wimplicit-function-declaration] return vec_ld (A, (uint8_t *)B); ^ motion_comp_altivec.c:48:34: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] return vec_ld (A, (uint8_t *)B); ^ motion_comp_altivec.c:48:12: error: returning 'int' from a function with incompatible result type 'vector_u8_t' (vector of 16 'unsigned char' values) return vec_ld (A, (uint8_t *)B);
* multimedia/rav1e: fix build on powerpcPiotr Kubaj2021-11-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error[E0432]: unresolved imports `core::sync::atomic::AtomicI64`, `core::sync::atomic::AtomicU64` --> /wrkdirs/usr/ports/multimedia/librav1e/work/rav1e-0.5.0/cargo-crates/crossbeam-utils-0.8.5/src/lib.rs:79:49 | 79 | pub(crate) use core::sync::atomic::{AtomicI64, AtomicU64}; | ^^^^^^^^^ ^^^^^^^^^ no `AtomicU64` in `sync::atomic` | | | no `AtomicI64` in `sync::atomic` | help: a similar name exists in the module | 79 | pub(crate) use core::sync::atomic::{AtomicI8, AtomicU64}; | ~~~~~~~~ help: a similar name exists in the module | 79 | pub(crate) use core::sync::atomic::{AtomicI64, AtomicU8}; | ~~~~~~~~ error[E0412]: cannot find type `AtomicU64` in module `core::sync::atomic` --> /wrkdirs/usr/ports/multimedia/librav1e/work/rav1e-0.5.0/cargo-crates/crossbeam-utils-0.8.5/src/atomic/consume.rs:78:14 | 78 | impl_atomic!(AtomicU64, u64); | ^^^^^^^^^ help: a struct with a similar name exists: `AtomicU16` error[E0412]: cannot find type `AtomicI64` in module `core::sync::atomic` --> /wrkdirs/usr/ports/multimedia/librav1e/work/rav1e-0.5.0/cargo-crates/crossbeam-utils-0.8.5/src/atomic/consume.rs:80:14 | 80 | impl_atomic!(AtomicI64, i64); | ^^^^^^^^^ help: a struct with a similar name exists: `AtomicI16` Some errors have detailed explanations: E0412, E0432. For more information about an error, try `rustc --explain E0412`. Error: CliError { error: Some(could not compile `crossbeam-utils` due to 3 previous errors
* multimedia/assimp: Update 5.0.1 -> 5.1.0Yuri Victorovich2021-11-155-1750/+23
| | | | | | Also: * add the 'test' target * update WWW
* multimedia/mpvpaper: update to 1.2Jan Beich2021-11-152-6/+10
| | | | | Changes: https://github.com/GhostNaN/mpvpaper/releases/tag/1.2 Reported by: GitHub (watch releases)
* multimedia/onevpl: disable nop PYTHON=off substitutionJan Beich2021-11-151-2/+4
|
* multimedia/onevpl: move python module to standard placeJan Beich2021-11-152-1/+3
| | | | | | | Traceback (most recent call last): File "/usr/local/share/oneVPL/examples/preview/python/hello-vpp-py/hello-vpp.py", line 21, in <module> import pyvpl ModuleNotFoundError: No module named 'pyvpl'
* multimedia/onevpl: add new portJan Beich2021-11-1511-0/+688
| | | | | | | | | | | | | | | The oneAPI Video Processing Library (oneVPL) provides a single video processing API for encode, decode, and video processing that works across a wide range of accelerators. This package contains the following components of oneVPL: - Copies of the oneVPL Specification API header files - oneVPL dispatcher - Examples demonstrating API usage - oneVPL command line tools https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html
* KDE: Update KDE Frameworks to 5.88.0Tobias C. Berner2021-11-141-3/+3
| | | | | | | | | | | | | | | | | | | | Saturday, 13 November 2021 KDE today announces the release of KDE Frameworks 5.88.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. Full changelog: https://kde.org/announcements/frameworks/5/5.88.0/ Exp-run by: antoine PR: 259817
* multimedia/syncplay: Fix plist.Mikael Urankar2021-11-131-8/+8
| | | | Approved by: portmgr (build fix blanket)
* multimedia/pipewire: Update to 0.3.40Gleb Popov2021-11-134-42/+90
| | | | | PR: 259166 Reported by: portscout!
* graphics/ImageMagick7: Bump consumers after ↵Tobias C. Berner2021-11-121-0/+1
| | | | 4f086586da53da9b80ecd94ea588be7440dea36e