Page MenuHomeFreeBSD
Feed Advanced Search

Aug 27 2023

vvd added inline comments to D41604: audio/mumble: switch from USE_GITHUB to pre-rolled release and fix build on ARCHes other than x86.
Aug 27 2023, 12:58 PM · multimedia
vvd updated the diff for D41604: audio/mumble: switch from USE_GITHUB to pre-rolled release and fix build on ARCHes other than x86.
Aug 27 2023, 12:56 PM · multimedia
diizzy added inline comments to D41604: audio/mumble: switch from USE_GITHUB to pre-rolled release and fix build on ARCHes other than x86.
Aug 27 2023, 6:23 AM · multimedia

Aug 26 2023

vvd requested review of D41604: audio/mumble: switch from USE_GITHUB to pre-rolled release and fix build on ARCHes other than x86.
Aug 26 2023, 5:48 PM · multimedia

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 16 2023

adamw added a comment to D41048: audio/mumble-server: update to 1.5.517.

The problem with UPDATING is that it's only visible to people with a checked-out ports tree; people who only use binary packages will never see the messages.

pkg-updating(8) - display UPDATING entries of software packages

Aug 16 2023, 10:18 AM · multimedia

Aug 15 2023

vvd updated the diff for D41048: audio/mumble-server: update to 1.5.517.

The problem with UPDATING is that it's only visible to people with a checked-out ports tree; people who only use binary packages will never see the messages.

You still want to put stuff in UPDATING, but pkg-message is actually the most helpful as it's visible to everyone using pkg (FreeBSD upstream, poudriere, etc.).

See https://docs.freebsd.org/en/books/porters-handbook/pkg-files/#porting-message, especially "Example 4: Display a Message on Upgrade."

Added pkg-message.

Aug 15 2023, 10:31 PM · multimedia
vvd updated the diff for D41048: audio/mumble-server: update to 1.5.517.

After discussion in IRC I updated the patch:

  • Keep old names for user and group is "technical debt" and "confuse the users" (especially new).
  • Use new UID and GID is difficult to migrate for running systems - find and change owner for all files required for port.

So, IMHO, rename user and group is "the lesser of the evils".

Aug 15 2023, 10:28 PM · multimedia
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

Aug 13 2023

eduardo added a comment to D41048: audio/mumble-server: update to 1.5.517.

The problem with UPDATING is that it's only visible to people with a checked-out ports tree; people who only use binary packages will never see the messages.

pkg-updating(8) - display UPDATING entries of software packages

Aug 13 2023, 11:23 PM · multimedia

Jul 29 2023

vvd closed D41047: audio/mumble: update to 1.5.517.
Jul 29 2023, 1:10 PM · multimedia
arrowd accepted D41047: audio/mumble: update to 1.5.517.

Great job!

Jul 29 2023, 5:27 AM · multimedia

Jul 28 2023

vvd updated the diff for D41047: audio/mumble: update to 1.5.517.

Fixed text-to-speech options.

Jul 28 2023, 8:56 PM · multimedia
arrowd accepted D41047: audio/mumble: update to 1.5.517.
Jul 28 2023, 5:46 PM · multimedia
vvd updated the diff for D41047: audio/mumble: update to 1.5.517.
Jul 28 2023, 5:36 PM · multimedia
arrowd added inline comments to D41047: audio/mumble: update to 1.5.517.
Jul 28 2023, 5:31 PM · multimedia
vvd added inline comments to D41047: audio/mumble: update to 1.5.517.
Jul 28 2023, 2:59 PM · multimedia

Jul 24 2023

arrowd added inline comments to D41047: audio/mumble: update to 1.5.517.
Jul 24 2023, 6:38 PM · multimedia
vvd added inline comments to D41047: audio/mumble: update to 1.5.517.
Jul 24 2023, 6:18 PM · multimedia

Jul 22 2023

arrowd added inline comments to D41047: audio/mumble: update to 1.5.517.
Jul 22 2023, 8:32 AM · multimedia

Jul 18 2023

bofh added inline comments to D41048: audio/mumble-server: update to 1.5.517.
Jul 18 2023, 7:12 PM · multimedia

Jul 16 2023

yuri added a comment to D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".

@vvd You can remove PIPEWIRE_DESC lines in ports that are essentially the same as a generic one, and keep the ones that are different/more specific.
Ports can define their own descriptions for options when they are more informative than the generic one.

Jul 16 2023, 5:00 PM · multimedia
vvd closed D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".
Jul 16 2023, 9:57 AM · multimedia
adamw added a comment to D41048: audio/mumble-server: update to 1.5.517.

The problem with UPDATING is that it's only visible to people with a checked-out ports tree; people who only use binary packages will never see the messages.

Jul 16 2023, 1:33 AM · multimedia

Jul 15 2023

vvd requested review of D41048: audio/mumble-server: update to 1.5.517.
Jul 15 2023, 10:29 PM · multimedia
vvd updated the summary of D41047: audio/mumble: update to 1.5.517.
Jul 15 2023, 10:26 PM · multimedia
vvd requested review of D41047: audio/mumble: update to 1.5.517.
Jul 15 2023, 10:24 PM · multimedia
arrowd accepted D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".
Jul 15 2023, 9:55 PM · multimedia
vvd updated the diff for D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".
Jul 15 2023, 12:37 PM · multimedia
diizzy added inline comments to D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".
Jul 15 2023, 11:10 AM · multimedia
vvd added inline comments to D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".
Jul 15 2023, 10:51 AM · multimedia
diizzy added a comment to D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".

I agree with arrowd@

Jul 15 2023, 3:46 AM · multimedia

Jul 14 2023

vvd added a comment to D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".

This should probably stay, as it is more accurate. It clearly explains what's pipewire is used for.

I assumed this, but wanted to hear the views of the maintainers.

Jul 14 2023, 3:38 PM · multimedia
arrowd added inline comments to D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".
Jul 14 2023, 3:16 PM · multimedia
vvd retitled D41038: Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support" from Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support to Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support".
Jul 14 2023, 3:13 PM · multimedia

May 25 2022

hselasky added a comment to D11140: OSS: allow unplug sound cards without apps close devices.

https://cgit.freebsd.org/ports/commit/?id=3bc8803e5c4a96b60ffe5fa6887e2b73e0df7756

May 25 2022, 9:19 AM · Contributor Reviews (src), multimedia

Mar 20 2022

hselasky closed D34614: mixer.8: document shorthand syntax for volume setting.
Mar 20 2022, 7:22 PM · multimedia
hselasky closed D34603: mixer: fix mandoc -Tlint errors.
Mar 20 2022, 7:22 PM · multimedia
hselasky closed D34617: mixer(8): fix shorthand syntax bug.
Mar 20 2022, 7:22 PM · multimedia
hselasky accepted D34614: mixer.8: document shorthand syntax for volume setting.
Mar 20 2022, 7:14 PM · multimedia
christos updated the diff for D34617: mixer(8): fix shorthand syntax bug.

Done.

Mar 20 2022, 6:59 PM · multimedia
hselasky added inline comments to D34617: mixer(8): fix shorthand syntax bug.
Mar 20 2022, 6:43 PM · multimedia
christos updated the diff for D34617: mixer(8): fix shorthand syntax bug.

Combine conditions.

Mar 20 2022, 6:17 PM · multimedia
christos requested review of D34617: mixer(8): fix shorthand syntax bug.
Mar 20 2022, 6:10 PM · multimedia
christos abandoned D34613: mixer(8): move control defines into an enum.
Mar 20 2022, 6:06 PM · multimedia
christos added a comment to D34603: mixer: fix mandoc -Tlint errors.

Documented the new shorthand syntax in D34614. Depends on this revision.

Mar 20 2022, 5:17 PM · multimedia
christos requested review of D34614: mixer.8: document shorthand syntax for volume setting.
Mar 20 2022, 5:16 PM · multimedia
hselasky closed D34612: mixer(8): add shorthand syntax for setting the volume.
Mar 20 2022, 4:34 PM · multimedia
hselasky closed D34591: mixer(8): remove [.volume] string from default printout.
Mar 20 2022, 4:34 PM · multimedia
christos added a comment to D34603: mixer: fix mandoc -Tlint errors.

Yes.

Mar 20 2022, 4:32 PM · multimedia
christos added a comment to D34612: mixer(8): add shorthand syntax for setting the volume.

Don't push it. I also forgot to add suport for [+|-].

Mar 20 2022, 4:32 PM · multimedia
hselasky added a comment to D34603: mixer: fix mandoc -Tlint errors.

Can you add a section here about the new shorthand syntax while at it?

Mar 20 2022, 4:31 PM · multimedia
christos retitled D34613: mixer(8): move control defines into an enum from mixer(8): add control defines into an enum to mixer(8): move control defines into an enum.
Mar 20 2022, 4:28 PM · multimedia
christos requested review of D34613: mixer(8): move control defines into an enum.
Mar 20 2022, 4:27 PM · multimedia
hselasky accepted D34612: mixer(8): add shorthand syntax for setting the volume.
Mar 20 2022, 4:24 PM · multimedia
christos updated the diff for D34612: mixer(8): add shorthand syntax for setting the volume.

Accept floating point numbers as input.

Mar 20 2022, 4:21 PM · multimedia
hselasky accepted D34603: mixer: fix mandoc -Tlint errors.
Mar 20 2022, 4:17 PM · multimedia
christos added inline comments to D34612: mixer(8): add shorthand syntax for setting the volume.
Mar 20 2022, 4:13 PM · multimedia
hselasky added inline comments to D34612: mixer(8): add shorthand syntax for setting the volume.
Mar 20 2022, 4:12 PM · multimedia
christos added a comment to D34591: mixer(8): remove [.volume] string from default printout.

D34612 depends on this revision.

Mar 20 2022, 4:07 PM · multimedia
christos requested review of D34612: mixer(8): add shorthand syntax for setting the volume.
Mar 20 2022, 4:05 PM · multimedia

Mar 18 2022

christos updated the diff for D34603: mixer: fix mandoc -Tlint errors.

Ran igor(1) on both mixer.8 and mixer.3. The line changes were made because mandoc -Tlint was printing warnings, so I wanted them to go away. :-)

Mar 18 2022, 2:56 PM · multimedia
0mp requested changes to D34603: mixer: fix mandoc -Tlint errors.

Could you also run igor mixer.3? You can find igor in the package repo.

Mar 18 2022, 2:52 PM · multimedia
christos updated the diff for D34603: mixer: fix mandoc -Tlint errors.

Fixed.

Mar 18 2022, 2:44 PM · multimedia
0mp requested changes to D34603: mixer: fix mandoc -Tlint errors.

Your changes to mixer.8 seem to revert recent patches. Please submit a rebased patch.

Mar 18 2022, 2:28 PM · multimedia
christos added a reviewer for D34603: mixer: fix mandoc -Tlint errors: 0mp.
Mar 18 2022, 1:54 PM · multimedia
christos requested review of D34603: mixer: fix mandoc -Tlint errors.
Mar 18 2022, 1:51 PM · multimedia
christos abandoned D32499: sound(4): Apply mixer patches in 13.0-RELEASE.

Alright then, we can abandon it!

Mar 18 2022, 1:25 PM · multimedia
hselasky added a comment to D32499: sound(4): Apply mixer patches in 13.0-RELEASE.

Current plan is to release 13.1 April 26, 2022 .

Mar 18 2022, 1:19 PM · multimedia
christos added a comment to D32499: sound(4): Apply mixer patches in 13.0-RELEASE.

Mostly for completeness, but we can abandon it if 13.1 is close to release.

Mar 18 2022, 1:08 PM · multimedia
hselasky added a comment to D32499: sound(4): Apply mixer patches in 13.0-RELEASE.

Technically no, but I worried about some unknown side effects.

Mar 18 2022, 1:04 PM · multimedia
christos added a comment to D32499: sound(4): Apply mixer patches in 13.0-RELEASE.

Since these are just the kernel patches, would it break anything if we push them in 13.0-RELEASE as well?

Mar 18 2022, 1:02 PM · multimedia
hselasky added a comment to D32499: sound(4): Apply mixer patches in 13.0-RELEASE.

I think all of this will be part of the coming 13.1! So let's just abandon this one?

Mar 18 2022, 11:04 AM · multimedia

Mar 17 2022

christos added a comment to D32499: sound(4): Apply mixer patches in 13.0-RELEASE.

Bump.

Mar 17 2022, 8:20 PM · multimedia
christos updated the summary of D32499: sound(4): Apply mixer patches in 13.0-RELEASE.
Mar 17 2022, 8:20 PM · multimedia
christos added a comment to D34591: mixer(8): remove [.volume] string from default printout.

Looks good. Are there more patches coming?

Mar 17 2022, 5:34 PM · multimedia
hselasky accepted D34591: mixer(8): remove [.volume] string from default printout.

Looks good. Are there more patches coming?

Mar 17 2022, 5:32 PM · multimedia
christos requested review of D34591: mixer(8): remove [.volume] string from default printout.
Mar 17 2022, 5:19 PM · multimedia

Jan 4 2022

hselasky added a comment to D33732: mixer(3): Move unnecessary includes out of header file.

I would appreciate if you could build test a bit more, like "make buildworld", before submitting patches.

Jan 4 2022, 11:37 AM · multimedia
hselasky closed D33732: mixer(3): Move unnecessary includes out of header file.
Jan 4 2022, 10:45 AM · multimedia
hselasky accepted D33732: mixer(3): Move unnecessary includes out of header file.
Jan 4 2022, 10:37 AM · multimedia

Jan 3 2022

christos requested review of D33732: mixer(3): Move unnecessary includes out of header file.
Jan 3 2022, 9:55 PM · multimedia

Nov 29 2021

christos abandoned D33142: mixer(3): Remove useless comments.
Nov 29 2021, 2:13 PM · multimedia

Nov 28 2021

christos added a comment to D33142: mixer(3): Remove useless comments.

Comments sometimes help verify that the code has been implemented correctly.

Nov 28 2021, 4:32 PM · multimedia
hselasky added a comment to D33142: mixer(3): Remove useless comments.

Comments sometimes help verify that the code has been implemented correctly.

Nov 28 2021, 1:58 PM · multimedia
christos added a comment to D33142: mixer(3): Remove useless comments.

Can you explain a bit more the motivation here?

Nov 28 2021, 1:23 PM · multimedia
hselasky added a comment to D33142: mixer(3): Remove useless comments.

I think each function should have a description:

Nov 28 2021, 9:34 AM · multimedia
christos requested review of D33142: mixer(3): Remove useless comments.
Nov 28 2021, 2:27 AM · multimedia

Nov 20 2021

gbe closed D33027: mixer: make .Dt tags uppercase.
Nov 20 2021, 8:03 AM · multimedia

Nov 19 2021

christos added a comment to D33027: mixer: make .Dt tags uppercase.

@gbe you should probably commit this yourself since I don't have commit rights. :-)

Nov 19 2021, 11:02 PM · multimedia
gbe accepted D33027: mixer: make .Dt tags uppercase.
Nov 19 2021, 8:24 PM · multimedia

Nov 16 2021

imp accepted D33027: mixer: make .Dt tags uppercase.
Nov 16 2021, 10:30 PM · multimedia
christos requested review of D33027: mixer: make .Dt tags uppercase.
Nov 16 2021, 10:22 PM · multimedia

Oct 31 2021

grahamperrin retitled D11140: OSS: allow unplug sound cards without apps close devices from OSS: allow unplug soundcars without apps close devices to OSS: allow unplug sound cards without apps close devices.
Oct 31 2021, 9:42 AM · Contributor Reviews (src), multimedia

Oct 24 2021

hselasky closed D32548: mixer(3): Fix comment.
Oct 24 2021, 5:39 PM · multimedia

Oct 20 2021

christos abandoned D32520: mixer(8): Document -h option to man page.
Oct 20 2021, 3:27 PM · multimedia