aboutsummaryrefslogtreecommitdiff
path: root/multimedia/wireplumber
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/wireplumber: update to 0.5.14Siva Mahadevan2026-05-273-6/+7
| | | | | | Reviewed by: arrowd Approved by: lwhsu (mentor, implicitly) Differential Revision: https://reviews.freebsd.org/D57273
* multimedia/wireplumber: update to 0.5.13Siva Mahadevan2026-03-184-9/+37
| | | | | | | | Upstreamed patch: https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/806 Reviewed by: arrowd Approved by: lwhsu (mentor, implicitly) Differential Revision: https://reviews.freebsd.org/D55896
* */*: switch dependency from devel/py-lxml5 to devel/py-lxmlHiroki Tagato2025-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | Currently, there are two versions of python XML processing library which conflict each other in the ports tree, namely: - devel/py-lxml5 (now at version 5.4.0) - devel/py-lxml (now at version 6.0.1) To avoid the situation that some ports depend on py-lxml5 and some others do on py-lxml (by switching dependencies individually), this commit switches the dependencies from py-lxml5 to py-lxml at once. Additional note: There are still two ports (textproc/py-rdflib and www/py-draftjs-exporter) depending on py-lxml5 since they limit upper version to less than 6. PR: 289491 Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd, crees, madpilot, delphij, marcus, nivit, kai, skreuzer, fluffy, bofh, thierry, stephen, sunpoet, 0mp, Eric Camachat <eric@camachat.org>
* */*: update dependency on devel/py-lxml to devel/py-lxml5 (2nd attempt)Hiroki Tagato2025-07-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This is a follow up to the commit 230fb2661c78, which updated some ports' dependencies on devel/py-lxml to devel/py-lxml5. It was an attempt to follow the dependency change of www/py-beautifulsoup. However, the switch was incomplete and broke some other ports. It has turned out that the ports depending on devel/py-lxml (at version 4.9.3) does not limit their dependencies' upper bound to 4.x except for one (devel/py-pymaven-patch). So updating them to devel/py-lxml5 (at version 5.4.0) should cause no harm. This commit switch dependencies of all the ports (except devel/py-pymaven-patch) to devel/py-lxml5 avoid potential conflicts. Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org> PR: 287144, 288047 Reported by: makc (via ports-committers), vvd (PR 288047), diizzy (PR 287144) Approved by: portmgr (chase dependency change, unbreak build) Fixes: 230fb2661c78 (*/*: update dependency on devel/py-lxml to devel/py-lxml5)
* multimedia/wireplumber: Update to 0.5.8Gleb Popov2025-03-223-5/+6
| | | | Reported by: portscout!
* multimedia/wireplumber: Update to 0.5.7Gleb Popov2025-01-053-6/+5
|
* multimedia/wireplumber: Install the enabling config for PipewireGleb Popov2024-10-063-0/+13
| | | | | Reviewed by: jbeich Pull Request: https://github.com/freebsd/freebsd-ports/pull/303
* multimedia/wireplumber: Update to 0.5.6Gleb Popov2024-09-283-5/+6
| | | | Changes: https://gitlab.freedesktop.org/pipewire/wireplumber/-/releases/0.5.6
* multimedia/wireplumber: Update to 0.5.5Gleb Popov2024-07-224-110/+9
|
* multimedia/wireplumber: backport devel/glib20 fix from 0.5.0Jan Beich2024-05-012-0/+99
| | | | | | | | | | | | | | | | | | | | In file included from ../src/modules/wireplumber.cpp:1: In file included from ../include/modules/wireplumber.hpp:9: In file included from ../include/ALabel.hpp:4: In file included from /usr/local/include/gtkmm-3.0/gtkmm/label.h:27: In file included from /usr/local/include/gtkmm-3.0/gtkmm/misc.h:27: In file included from /usr/local/include/gtkmm-3.0/gtkmm/widget.h:31: In file included from /usr/local/include/pangomm-1.4/pangomm/context.h:31: In file included from /usr/local/include/glibmm-2.4/glibmm/object.h:30: /usr/local/include/glibmm-2.4/glibmm/wrap.h:92:7: error: use of undeclared identifier 'WP_LOCAL_LOG_TOPIC' 92 | g_warning("Glib::wrap_auto_interface(): The C++ instance (%s) does not dynamic_cast to the " | ^ /usr/local/include/glib-2.0/glib/gmessages.h:362:32: note: expanded from macro 'g_warning' 362 | #define g_warning(...) g_log (G_LOG_DOMAIN, \ | ^ /usr/local/include/wireplumber-0.5/wp/log.h:65:23: note: expanded from macro 'G_LOG_DOMAIN' 65 | #define G_LOG_DOMAIN (WP_LOCAL_LOG_TOPIC->topic_name) | ^
* multimedia/wireplumber: Session and policy manager for PipeWireGleb Popov2024-03-164-0/+234