Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911344 - media-video/webcamoid-9.1.1 version bump
Summary: media-video/webcamoid-9.1.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-07-27 21:26 UTC by Joakim Tjernlund
Modified: 2023-08-17 07:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim Tjernlund 2023-07-27 21:26:56 UTC
Redesigned UI to work in smaler screens.

    Webcamoid is mostly working fine in Android, with minimum bugs.

    Sustituting Mac native code with third-party libraries:

    CoreAudio -> PortAudio and SDL (Audio capture and playback)
    AVFoundation -> FFmpeg (Screen capture)
    AVFoundation -> QCamera (Camera capture)

    this way it will make much easier for me to maintain the code.
    Also not providing anymore pre-compiled binary packages.
    More information at #584.

    The flatpak package is now fully working.

    Allow using an image file as video source (issue #438).

    Full support for screen readers and keyboard navigation.

    Added image capture to clipboard (thanks to @iam-TJ!)

    Added PortAudio and SDL as alternative audio device plugins.

    Added QCamera as alternative camera capture plugin.

    Added FFmpeg screen capture support.

    The virtual camera from GNU/Linux can also be installed in non x86 platforms.

    video synchronization can be enebled/disabled on playback (thanks to @iam-TJ!)

    New video Effects: AnalogTV, Zoom, Crop, Opacity.

    Removed Scale and Scroll video effects.

    PrimariesColors plugin renamed to Saturated.

    Improved virtual camera detection. Webcamoid will only offer akvcam or AkVirtualCamera in the only case no other virtual camera was installed, or in the case it was manually selected.

    Allow positioning Webcamoid widow on any screen (thanks to @iam-TJ!)

    Added uninstall target in cmake build to aid development cycles (thanks to @iam-TJ!).

    Fixed virtual camera install in GNU/Linux.

    Translation files are not embeded in the binary, more translations can be added and tested without recompiling.

    Fixed ALSA deices reading.

    Properly save enabled and disabled plugins.
Comment 1 Larry the Git Cow gentoo-dev 2023-08-17 07:39:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec28b696c1f1ddd38a86a1f7d0c78c0f47afe901

commit ec28b696c1f1ddd38a86a1f7d0c78c0f47afe901
Author:     Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
AuthorDate: 2023-07-29 16:39:57 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-08-17 07:39:12 +0000

    media-video/webcamoid: add 9.1.1
    
    Update webcamoid-9999 as well.
    
    Closes: https://bugs.gentoo.org/911344
    Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
    Closes: https://github.com/gentoo/gentoo/pull/32094
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-video/webcamoid/Manifest               |  1 +
 media-video/webcamoid/metadata.xml           |  1 +
 media-video/webcamoid/webcamoid-9.1.1.ebuild | 84 ++++++++++++++++++++++++++++
 media-video/webcamoid/webcamoid-9999.ebuild  | 14 +++--
 4 files changed, 95 insertions(+), 5 deletions(-)