Page MenuHomeFreeBSD
Feed Advanced Search

Jan 9 2024

vvd closed D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.
Jan 9 2024, 2:12 PM · kde
arrowd accepted D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.
Jan 9 2024, 11:59 AM · kde

Dec 20 2023

vvd added a comment to D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.

If the -DPipeWire_FOUND=NO approach worked, update the diff

Dec 20 2023, 3:03 PM · kde
arrowd added a comment to D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.

If the -DPipeWire_FOUND=NO approach worked, update the diff

Dec 20 2023, 5:17 AM · kde

Dec 19 2023

vvd added a comment to D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.

ping

Dec 19 2023, 9:16 PM · kde

Oct 19 2023

vvd added a comment to D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.

Does just passing -DPipeWire_FOUND=NO to CMake work?

Oct 19 2023, 4:29 PM · kde
arrowd added a comment to D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.

Does just passing -DPipeWire_FOUND=NO to CMake work?

Oct 19 2023, 2:09 PM · kde

Oct 4 2023

vvd added a comment to D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.

Can't this be done via CMAKE_DISABLE_FIND_PACKAGE... too?

Oct 4 2023, 11:14 AM · kde
arrowd added a comment to D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.

Can't this be done via CMAKE_DISABLE_FIND_PACKAGE... too?

Oct 4 2023, 5:53 AM · kde

Oct 3 2023

vvd added a comment to D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.

ping

Oct 3 2023, 9:08 PM · kde

Sep 18 2023

vvd closed D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.
Sep 18 2023, 7:27 PM · kde
vvd added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.

Looks good, although I didn't run-test it. But it should be fine, right?

Yes, I'm using it with PIPEWIRE OFF. With ON it's same as without this patch.

Sep 18 2023, 7:22 PM · kde
arrowd accepted D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.

Looks good, although I didn't run-test it. But it should be fine, right?

Sep 18 2023, 6:54 PM · kde

Sep 15 2023

vvd updated the diff for D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.
Sep 15 2023, 1:21 PM · kde
vvd added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.
In D41864#954311, @vvd wrote:

How to determine this if ecm_find_qmlmodule is called and not find_package directly?

Just a bit of searching: https://github.com/KDE/extra-cmake-modules/blob/ed9b7b7eb95bb66e92f2eff39ad8cf3b36cb1b76/modules/ECMFindQmlModule.cmake#L52

Sep 15 2023, 1:02 PM · kde
arrowd added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.
In D41864#954311, @vvd wrote:

How to determine this if ecm_find_qmlmodule is called and not find_package directly?

Sep 15 2023, 12:48 PM · kde
vvd added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.

How to determine this if ecm_find_qmlmodule is called and not find_package directly?

Sep 15 2023, 12:47 PM · kde
vvd added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.
In D41864#954296, @vvd wrote:

ecm_find_qmlmlodule seems to call find_package, so you might be able to use CMAKE_DISABLE_FIND_PACKAGE_xyz

What is "xyz" in this case?
Not PIPEWIRE, not KPIPEWIRE.

xyz stands for what is passed into find_package: https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html

Sep 15 2023, 12:30 PM · kde
arrowd added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.
In D41864#954296, @vvd wrote:

ecm_find_qmlmlodule seems to call find_package, so you might be able to use CMAKE_DISABLE_FIND_PACKAGE_xyz

What is "xyz" in this case?
Not PIPEWIRE, not KPIPEWIRE.

Sep 15 2023, 11:39 AM · kde
vvd added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.

ecm_find_qmlmlodule seems to call find_package, so you might be able to use CMAKE_DISABLE_FIND_PACKAGE_xyz

What is "xyz" in this case?
Not PIPEWIRE, not KPIPEWIRE.

Sep 15 2023, 11:37 AM · kde
vvd added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.

Not a fan of carrying a patch for this.

Sep 15 2023, 11:17 AM · kde
tcberner added a comment to D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.

Not a fan of carrying a patch for this.

Sep 15 2023, 8:55 AM · kde
vvd requested review of D41864: x11/plasma5-plasma-desktop: add option PIPEWIRE to allow build without pipewire.
Sep 15 2023, 1:47 AM · kde
vvd updated the summary of D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.
Sep 15 2023, 1:46 AM · kde
vvd requested review of D41863: x11-wm/plasma5-kwin: add option PIPEWIRE to allow build without pipewire.
Sep 15 2023, 1:43 AM · kde

Aug 21 2023

vvd abandoned D41473: multimedia/mlt7: add option to allow build with audio/libebur128 instead audio/ebur128 if PLUS module enabled.

Thanks!

Aug 21 2023, 4:00 PM · multimedia, kde
jhale added a comment to D41473: multimedia/mlt7: add option to allow build with audio/libebur128 instead audio/ebur128 if PLUS module enabled.

I committed R11:3b2ff2ef194c and R11:f0f843322841 (plus a quick typo fix R11:5f6b3eda2234) to address this issue. You can now set:

DEFAULT_VERSIONS+= ebur128=legacy

in make.conf to use the C implementation tree-wide.

Aug 21 2023, 2:59 PM · multimedia, kde

Aug 15 2023

vvd added a comment to D41473: multimedia/mlt7: add option to allow build with audio/libebur128 instead audio/ebur128 if PLUS module enabled.

PLUS implies EBUR* and EBUR* implies PLUS? This looks wrong.

All correct:

  • EBUR used for PLUS only, so if turn on EBUR, then automatic turn on PLUS;
  • PLUS require EBUR.

This is the "logic".

Aug 15 2023, 9:48 PM · multimedia, kde
arrowd added a comment to D41473: multimedia/mlt7: add option to allow build with audio/libebur128 instead audio/ebur128 if PLUS module enabled.

PLUS implies EBUR* and EBUR* implies PLUS? This looks wrong.

Aug 15 2023, 8:30 PM · multimedia, kde
vvd updated the summary of D41473: multimedia/mlt7: add option to allow build with audio/libebur128 instead audio/ebur128 if PLUS module enabled.
Aug 15 2023, 7:51 PM · multimedia, kde
vvd requested review of D41473: multimedia/mlt7: add option to allow build with audio/libebur128 instead audio/ebur128 if PLUS module enabled.
Aug 15 2023, 7:51 PM · multimedia, kde

Jul 14 2023

vvd closed D41019: databases/akonadi and net-im/kaccounts-integration: reverse dependencies.
Jul 14 2023, 11:56 AM · kde
vvd added a comment to D41019: databases/akonadi and net-im/kaccounts-integration: reverse dependencies.

"MFH: 2023Q3"?

Jul 14 2023, 8:02 AM · kde
tcberner accepted D41019: databases/akonadi and net-im/kaccounts-integration: reverse dependencies.

lgtm

Jul 14 2023, 4:24 AM · kde

Jul 13 2023

rakuco added a comment to D41019: databases/akonadi and net-im/kaccounts-integration: reverse dependencies.

This version looks better, thanks. I've proof-read the description and added some more information, feel free to change it as you see fit.

Jul 13 2023, 9:43 PM · kde
rakuco updated the summary of D41019: databases/akonadi and net-im/kaccounts-integration: reverse dependencies.
Jul 13 2023, 9:42 PM · kde
vvd updated the diff for D41019: databases/akonadi and net-im/kaccounts-integration: reverse dependencies.

Removed sorting USES in patch.
Added short description in summary - was discussed in IRC (#freebsd-desktop @ Libera.Chat).

Jul 13 2023, 5:41 PM · kde
rakuco added a comment to D41019: databases/akonadi and net-im/kaccounts-integration: reverse dependencies.

The change seems to make sense -- the Akonadi plugin in kaccounts was disabled in 2015, and the optional KAccounts integration in Akonadi landed in 2019.

Jul 13 2023, 4:51 PM · kde
vvd requested review of D41019: databases/akonadi and net-im/kaccounts-integration: reverse dependencies.
Jul 13 2023, 4:40 PM · kde

May 16 2023

vvd closed D39978: graphics/spectacle: make pipewire optional.
May 16 2023, 3:41 PM · kde
arrowd accepted D39978: graphics/spectacle: make pipewire optional.
May 16 2023, 3:20 PM · kde
vvd updated the diff for D39978: graphics/spectacle: make pipewire optional.

Added #cmakedefine PIPEWIRE_FOUND 1 to pass on option PIPEWIRE_FOUND from cmake to sources.

May 16 2023, 10:15 AM · kde
arrowd added inline comments to D39978: graphics/spectacle: make pipewire optional.
May 16 2023, 5:02 AM · kde

May 15 2023

vvd added inline comments to D39978: graphics/spectacle: make pipewire optional.
May 15 2023, 10:03 PM · kde
vvd updated the diff for D39978: graphics/spectacle: make pipewire optional.
May 15 2023, 10:01 PM · kde

May 12 2023

arrowd added inline comments to D39978: graphics/spectacle: make pipewire optional.
May 12 2023, 11:29 AM · kde
arrowd added inline comments to D39978: graphics/spectacle: make pipewire optional.
May 12 2023, 11:15 AM · kde

May 11 2023

vvd updated the diff for D39978: graphics/spectacle: make pipewire optional.
May 11 2023, 12:41 PM · kde
arrowd added a comment to D39978: graphics/spectacle: make pipewire optional.

Address another my comment and it should be fine.

May 11 2023, 11:34 AM · kde
vvd added a comment to D39978: graphics/spectacle: make pipewire optional.

BTW, using spectacle with this patch for 3 weeks - screenshots work fine.

May 11 2023, 10:26 AM · kde
vvd added a reviewer for D39978: graphics/spectacle: make pipewire optional: arrowd.
May 11 2023, 10:06 AM · kde
vvd closed D39976: net/krfb: make pipewire optional.
May 11 2023, 9:58 AM · kde
arrowd accepted D39976: net/krfb: make pipewire optional.
May 11 2023, 7:05 AM · kde
arrowd added inline comments to D39978: graphics/spectacle: make pipewire optional.
May 11 2023, 6:26 AM · kde
arrowd added inline comments to D39978: graphics/spectacle: make pipewire optional.
May 11 2023, 6:23 AM · kde

May 6 2023

vvd updated the diff for D39978: graphics/spectacle: make pipewire optional.

I think it was copy&paste from console issue - tabs replaced with spaces and etc.
"git diff > spectacle.diff" and uploaded file spectacle.diff now.

May 6 2023, 10:27 AM · kde
vvd updated the diff for D39976: net/krfb: make pipewire optional.

I think it was copy&paste from console issue - tabs replaced with spaces and etc.
"git diff > krfb.diff" and uploaded file krfb.diff now.

May 6 2023, 10:25 AM · kde
arrowd added a comment to D39978: graphics/spectacle: make pipewire optional.

This diff doesn't apply with arc too. Can you please re-generate it using Arcanist?

May 6 2023, 8:52 AM · kde
arrowd added a comment to D39976: net/krfb: make pipewire optional.

Can you please refresh the patch?

May 6 2023, 8:48 AM · kde

May 5 2023

vvd requested review of D39978: graphics/spectacle: make pipewire optional.
May 5 2023, 1:06 PM · kde
vvd requested review of D39976: net/krfb: make pipewire optional.
May 5 2023, 12:50 PM · kde

Jan 15 2023

kai added a member for kde: kai.
Jan 15 2023, 8:00 PM

Sep 21 2022

fernape added a comment to D36647: Document Qt 6 facilities in the ports framework..

Thanks for the review!

Sep 21 2022, 5:28 PM · docs, kde
fernape closed D36647: Document Qt 6 facilities in the ports framework..
Sep 21 2022, 5:27 PM · docs, kde
tcberner accepted D36647: Document Qt 6 facilities in the ports framework..

lgtm

Sep 21 2022, 11:26 AM · docs, kde
fernape added inline comments to D36647: Document Qt 6 facilities in the ports framework..
Sep 21 2022, 11:01 AM · docs, kde
fernape updated the diff for D36647: Document Qt 6 facilities in the ports framework..

Clarify _USE_QT* explanation.

Sep 21 2022, 11:00 AM · docs, kde
tcberner added inline comments to D36647: Document Qt 6 facilities in the ports framework..
Sep 21 2022, 10:10 AM · docs, kde
fernape updated the summary of D36647: Document Qt 6 facilities in the ports framework..
Sep 21 2022, 8:59 AM · docs, kde

Feb 17 2020

dbn removed a member for kde: dbn.
Feb 17 2020, 2:12 PM

Sep 22 2019

lbartoletti added a member for kde: lbartoletti.
Sep 22 2019, 12:05 PM

Jan 13 2019

bcr closed D18813: update x11-wm for kde5.
Jan 13 2019, 11:29 AM · docs, kde
tcberner added a comment to D18813: update x11-wm for kde5.

Someone with a doc-commit bit, which excludes me :) -- please go ahead.

Jan 13 2019, 10:56 AM · docs, kde
bcr added a comment to D18813: update x11-wm for kde5.

Who's going to commit this?

Jan 13 2019, 10:55 AM · docs, kde
tcberner accepted D18813: update x11-wm for kde5.

Looks good to me

Jan 13 2019, 9:25 AM · docs, kde
lbartoletti updated the diff for D18813: update x11-wm for kde5.

apply comments from @tcberner for SDDM

Jan 13 2019, 7:49 AM · docs, kde

Jan 12 2019

bcr added a comment to D18813: update x11-wm for kde5.

Thanks for working on this update of the handbook chapter.
Can you run textproc/igor over your changes and fix the issues that are reported (alignment of sections, tabs vs. spaces, etc.)?

Jan 12 2019, 11:40 AM · docs, kde
tcberner added inline comments to D18813: update x11-wm for kde5.
Jan 12 2019, 6:12 AM · docs, kde
tcberner added inline comments to D18813: update x11-wm for kde5.
Jan 12 2019, 6:11 AM · docs, kde

Jan 10 2019

lbartoletti created D18813: update x11-wm for kde5.
Jan 10 2019, 9:51 PM · docs, kde

May 28 2018

arrowd added a member for kde: arrowd.
May 28 2018, 9:06 PM

Jan 13 2018

swills closed D13704: emulators/aqemu: updating to version 0.9.2..
Jan 13 2018, 1:18 AM · emulation, kde

Jan 12 2018

rigoletto updated the diff for D13704: emulators/aqemu: updating to version 0.9.2..

Re-fixing.

Jan 12 2018, 10:41 PM · emulation, kde
rigoletto added a reviewer for D13704: emulators/aqemu: updating to version 0.9.2.: swills.
Jan 12 2018, 5:46 PM · emulation, kde

Dec 31 2017

rigoletto updated the diff for D13704: emulators/aqemu: updating to version 0.9.2..

Actually, I was in doubt about that but portlint said "looks fine". :)

Dec 31 2017, 3:06 AM · emulation, kde
ultima added inline comments to D13704: emulators/aqemu: updating to version 0.9.2..
Dec 31 2017, 2:14 AM · emulation, kde
rigoletto updated the summary of D13704: emulators/aqemu: updating to version 0.9.2..
Dec 31 2017, 1:49 AM · emulation, kde

Nov 16 2017

adridg added a member for kde: adridg.
Nov 16 2017, 12:57 PM

Oct 18 2017

rigoletto abandoned D12377: x11-themes/sddm-freebsd-black-theme: New Port.
Oct 18 2017, 5:30 AM · kde

Sep 18 2017

mat added inline comments to D12377: x11-themes/sddm-freebsd-black-theme: New Port.
Sep 18 2017, 12:18 PM · kde

Sep 15 2017

rigoletto updated the diff for D12377: x11-themes/sddm-freebsd-black-theme: New Port.

I think I was doing it wrong just bringing the diff of the later modified files instead of everything related.

Sep 15 2017, 8:15 PM · kde
rigoletto updated the diff for D12377: x11-themes/sddm-freebsd-black-theme: New Port.

Updating "LICENSE_FILE" to reflect the current absence of the doc folder.

Sep 15 2017, 8:05 PM · kde
rigoletto updated the diff for D12377: x11-themes/sddm-freebsd-black-theme: New Port.
  • I downgraded from the v1.0.1 (what is dead now) to v1.0 since I could not find a way to use the "COPYTREE" builtin find feature to avoid directories but just its files. The v1.0 does not have the doc directory.
Sep 15 2017, 7:24 PM · kde
rigoletto added a comment to D12377: x11-themes/sddm-freebsd-black-theme: New Port.

Submitting a new diff.

Sep 15 2017, 7:21 PM · kde
tcberner added inline comments to D12377: x11-themes/sddm-freebsd-black-theme: New Port.
Sep 15 2017, 9:56 AM · kde
mat added inline comments to D12377: x11-themes/sddm-freebsd-black-theme: New Port.
Sep 15 2017, 9:35 AM · kde
rigoletto updated the diff for D12377: x11-themes/sddm-freebsd-black-theme: New Port.

Removing the x11-fonts/ohsnap update from the diff, what was accidentally included.

Sep 15 2017, 1:48 AM · kde
rigoletto created D12377: x11-themes/sddm-freebsd-black-theme: New Port.
Sep 15 2017, 1:45 AM · kde

Mar 31 2017

swills added a member for kde: swills.
Mar 31 2017, 12:33 AM

Jan 26 2017

fluffy added a member for kde: fluffy.
Jan 26 2017, 3:53 PM