File webcamoid.changes of Package webcamoid

-------------------------------------------------------------------
Wed Aug 20 13:01:46 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update vendor >= 16.0 to 9.3.0

-------------------------------------------------------------------
Tue Jun 27 15:29:53 UTC 2023 - ecsos <ecsos@opensuse.org>

- Update to 9.1.1
  - Removed Qml import line that prevented UI to load.
  - Using common AppID for all platforms.
  - Fixed ARM packages upload on release.
- Update to 9.1.0
  - 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
  - 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
  - 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
  - Added uninstall target in cmake build to aid development cycles
  - 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.

-------------------------------------------------------------------
Thu Mar 24 08:32:36 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 9.0.0
  - Now Qt 5.15 is the minimum required version.
  - More modern UI redesign.
  - Now the default theme can adapt to the current color scheme of
    the system.
  - Switched build system to CMake.
  - Redesigned plugins system to a more expandable one.
  - Photos and videos are saved in their default folders, and its
    also user customizable.
  - You can now open the last photo taken and the last video
    recorded from Webcamoid.
  - Added support for screen capturing in PipeWire/Wayland.
  - Added VLC as video playback backend.
  - The virtual camera code for Mac and Windows has been splitted
    to its own project fixing several install/uninstall problems,
    and allowing other developers to use the virtual camera on
    their own projects.
  - The virtual camera is now fully customizable (format,
    resolution, default picture, etc.).
  - Improved error messages for the virtual camera.
  - Added CoreMediaIO capture support in Mac.
  - Removed support for MSVC (for now).
  - Fixed privilege escalation when creating the virtual camera in
    GNU/Linux (issue #330)
  - Fixed default masks rendering when selecting an image from file
    system (issue #229, thanks cont1nuity!).
  - Switched from using QtIFW to NSIS in Windows, and pkg format in
    Mac, this fixes several install/uninstall problems.
  - Added support for FFmpeg 5.0.
  - Fixed video recording with FFmpeg.
  - Added Otsu threshold, and other video effects plugins.
  - Improved FalseColor plugin UI.
  - Optimized Charify plugin (issue #488).
  - Added software based camera controls for brightness, contrast,
    saturation, hue, and gamma, in Mac (issue #333).
  - Added donations links for people who wants to support the
    project.
- Change source url to new localtion.
- Rebase spec file and remove some files from devel package.

-------------------------------------------------------------------
Tue May 11 12:17:19 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 8.8.0
  - Fixed bug when setting boolean type automatic controls in Windows (issue #148)
  - Added option for blurring outside detected face in FaceDetect plugin
  - Added public method for detecting face rectangles in FaceDetect plugin
  - Fixed some minor bugs when capturing from camera.

-------------------------------------------------------------------
Sat Feb 13 10:18:54 UTC 2021 - ecsos <ecsos@opensuse.org>

- Cleanup spec and run spec-cleaner.

-------------------------------------------------------------------
Fri Jun 19 18:29:34 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 8.7.1
  - Fixed memory grow when using the virtual camera in Mac.
  - Disabled camera controls in Mac.
  - Request access permissions for capturing from webcam when necessary in Mac.
  - Load virtual camera default frame from file instead of resources.

  Advice for current users on this release: 
  please remove all virtual cameras and create a new one.

-------------------------------------------------------------------
Sun Oct  6 09:50:51 UTC 2019 - ecsos@opensuse.org

- Update to 8.7.0
  - Android port more or less working, but not usable yet, you can
    test it in the daily builds. There in not an official release 
    yet.
  - Removed unnecessary Bin and Probe plugins.
  - Added audio latency control.
  - Removed OSS and QtAudio submodules.
  - Fixed a bug that happened when changing the format, 
    resolution or FPS of the camera (commit 41448aa).
  - Improved error messages for the virtual camera (issue #187).
  - Fixed segfaults.

-------------------------------------------------------------------
Wed Mar 27 16:10:57 UTC 2019 - ecsos@opensuse.org

- Update to 8.6.1
  - AppImage now properly show the icon (issue #94).
  - Fix install Qml paths for Mac bundle (issue #156).
  - Use correct subdir for manpage (issue #170).
  - Fixed Windows installer (issue #172).
  - Now you can create an Android APK (yes, it works, but no, 
    it does not properly support Android yet).

-------------------------------------------------------------------
Fri Mar 15 11:39:27 UTC 2019 - ecsos@opensuse.org

- Update to 8.6.0
  - Now webcam settings are saved.
  - Enabled secondary plugins, and fixed segfaults and memleaks in 
    GStreamer.
  - Fixed segfaults and memory leaks in MacOS.
  - Fixed GIF playback in FFmpeg.
  - Build now support MSYS2.
  - Added FreeBSD CI support in Cirrus CI.
  - Added static analysis with Codacy.
  - Added daily builds with Bintray.
  - Disabled hotplug support for FreeBSD.
  - Fixed manpage install.
  - Install paths now follow Qt install paths structure.
- Drop webcamoid-8.1.0-ffmpeg4.patch from suse_version > 1500, 
  because now in upstream.

-------------------------------------------------------------------
Mon Jan 28 17:14:25 UTC 2019 - ecsos@opensuse.org

- Update to 8.5.0
  - UI ported to QtQuick Controls 2.
  - Reworked virtual camera for GNU/Linux, Mac and Windows.
  - Qt 5.9.0 as minimum requirement.
  - Faster build and smaller binaries.
  - Added build info.
  - Fixed crash and many other bugs in FreeBSD.
  - Added support for Microsoft Media Foundation capture.
  - Fixed shadow build.
  - Added support for FFmpeg 4.0.
  - Fixed bug when reading/setting webcam controls.
  - Added support for akvcam, default in-house virtual camera 
    solution for GNU/Linux.
  - Fixed rendering problems in Mac.
  - Added support for FreeBSD in deploy scripts.
  - Fixed many bugs when recording audio and video.
  - Default recording video bitrate is now 1.5Mbps.
  - Fixed audio support in Windows.
  - Removed 'su' and 'sudo' as root method when installing the 
    virtual camera in GNU/Linux.
  - Removed Syphon support for Mac.
  - Improved translations.

-------------------------------------------------------------------
Tue Jul 10 06:57:32 UTC 2018 - ecsos@opensuse.org

- fix build error for Leap 42.3 and 15

-------------------------------------------------------------------
Sun Jul  8 14:24:32 UTC 2018 - aloisio@gmx.com

- Added webcamoid-8.1.0-ffmpeg4.patch to support ffmpeg4 and
  changed requirements accordingly

-------------------------------------------------------------------
Fri May  4 14:03:47 UTC 2018 - olaf@aepfle.de

- Use ffmpeg3 versions of pkgconfig(libav*)

-------------------------------------------------------------------
Wed Dec 13 07:52:11 UTC 2017 - aloisio@gmx.com

- Added frei0r-plugins-opencv as runtime requirement to account
  for (boo#1068792)

-------------------------------------------------------------------
Tue Oct 10 13:59:52 UTC 2017 - aloisio@gmx.com

- Update to version 8.1.0
  * Improved startup time.
  * Deadlock when audio recording is enabled my be solved now.
    Audio recording enabled by default again.
  * Hopefully, fixed many segfaults in many platforms.

- Dropped webcamoid-fix_man.patch (merged upstream)

-------------------------------------------------------------------
Sat Jun 17 08:46:04 UTC 2017 - aloisio@gmx.com

- Update to version 8.0.0
  * Added support for Mac and FreeBSD (virtual camera is not
    supported  * yet).
  * Added new masks to the FaceDetect plugin.
  * Now is possible to Switch between FFmpeg and GStreamer on
    runtime.
  * Added support for ALSA, OSS, JACK and QAudio.
  * Added support for libuvc.
  * Now is possible to select the desired input and output device,
    and  * configure playback and capture formats.
  * More translations updates.
  * Added options for configuring plugins search paths and
    blacklist  * in GUI.
  * Added options for configuring the desired frameworks and
    libraries.
  * Added formats and codecs config in recording options.
  * FFmpeg >= 3.1 required.
  * Added support for MSVC2013 and MSVC2015 build.
  * Added option for configure FPS in DesktopCapture plugin.
  * Added updates options.
  * AppImage support.

- Added webcamoid-fix_man.patch to address build problem on
  Tumbleweed

-------------------------------------------------------------------
Fri May 12 08:19:04 UTC 2017 - aloisio@gmx.com

- Update to version 7.2.1
  * Added alternative root method (VirtualCamera). See ROOT_METHOD 
    on project wiki.
  * C++11 support enabled by default.
  * Using new algorithm for Cartoon plugin.
  version 7.2.0:
  * Fixed problems when recording.
  * Added timer and flash when taking photos.
  * Better virtual camera management.
  * Added Virtual camera support for Windows.
  * Added GIF recording support (FFmpeg only).
  * Improved webcam format selection.
  * UI improvements.
  * Added play on start option.
  * Added C++11 support for Clang build.

- Renamed package to webcamoid

-------------------------------------------------------------------
Fri Apr 29 12:45:27 UTC 2016 - aloisio@gmx.com

- Update to version 7.1.0
  * Reworked audio system.
  * Added support for compressed formats in webcams.
  * No more lags in the UI when capturing from webcam.
  * Added Windows installer.
  7.0.0:
  * Windows port finally working! EXPERIMENTAL!
  * Reworked recording options. More user friendly.
  * Removed unnecessary dependencies.
  * Many effects reworked and bugfixed.
  * Added GStreamer support, EXPERIMENTAL!
  * Fixed SEGFAULT when switching the effects.
  * Added virtual camera support (GNU/Linux only).
  * Added command line options for controlling plugins search.
  6.2.0:
  * Reworked Cartoonify plugin.
  * Some improvements in FaceDetect plugin.
  * Added Canny mode for Edge detection plugin.
  * Improved Blur and Denoise plugins.
  * Fixed QDataStream missing header.
  6.1.0:
  * Removed OpenCV as dependency (yes, again).
  * Fixed Denoise plugin SEGFAULT.
  * Translations updated.
  6.0.0:
  * New Qml UI, more user friendly.
  * Now, the effects can be customized.
  * A lot of bug fixes.
  5.1.0:
  * From now on, Webcamoid will be developed using Qt5.
  * Removed Frei0r from dependencies.
  * Added OpenCV as dependency (Face detection).
  * Removed plasmoid build since Qt5 plugins aren't compatible
    with Qt4/KDE4.
  * Now, Webcamoid can be compiled using MinGW.
  * Added webcam capture support through DirectShow.
  * There are still some patches needed to make it fully work
    in Windows.
  5.0.0:
  * Modified the effects preview for reducing resources usage.
  * Fixed stream flush on recording stop.
  * Enhanced webm video recording.
  5.0.0rc1:
  * Release Candidate version.
  * Ported to Qt5 (without the plasmoid).
  * Removed KDElibs as dependency, but still required for
    Qt4 build.
  * Removed QImageBlitz as dependency.
  * Added more effects.
  * Fixed video sync.
  * Initial port to Windows (help needed).

- Switched to Qt5

- Switched to ffmpeg 3.0

- Spec cleanup

-------------------------------------------------------------------
Tue Sep 22 08:47:31 UTC 2015 - olaf@aepfle.de

- Use pkgconfig for ffmpeg BuildRequires

-------------------------------------------------------------------
Mon Feb 10 10:47:10 UTC 2014 - mailaender@opensuse.org

- Update to version 5.0.0b2

-------------------------------------------------------------------
Fri May  3 23:01:15 UTC 2013 - fa0sck@gmail.com

- spec for openSUSE build changes:
  + Installpath all lowercase (patch)
  + Install under kde4_appsdir
  + generate help file
  + refresh translations
  + actually register plasmoid inside kde4_servicesdir 
  + fix categories for desktop file

-------------------------------------------------------------------
Sun Oct 14 14:00:56 UTC 2012 - mailaender@opensuse.org

- initial packaging
openSUSE Build Service is sponsored by