47 Commits

Author SHA256 Message Date
00885b398a Accepting request 1300229 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1300229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=22
2025-08-19 14:46:58 +00:00
38973fd19c - Use ffmpeg 7 on Leap 15.6
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=45
2025-08-19 07:58:44 +00:00
1a875cb6db Accepting request 1297952 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1297952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=21
2025-08-06 16:15:22 +00:00
47d7ad1078 - Update to version 9.3.0
New features:
    * Added support for SIMD instructions (MMX, SSE, SSE2,
      SSE4.1, AVX, AVX2, NEON, SVE, and RVV) with a common
      interface (AkSimd) for optimized video processing
      performance.
    * Added 8-bit specialized video conversion functions,
      optimized for SIMD.
    * Added OpenMP support.
    * Added support for Android TV.
    * Added PipeWire audio support.
    * Added Help option to the main menu.
    * Allow to customize the color scheme of the UI and added
      default color schemes.
    * Limited the video recording formats and codecs to use only
      web codecs. This make much easier to maintain and fix bugs
      in video recording, while still maintaining compatibility
      with many video players.
      The supported formats and codecs are:
      Webm:
      + video codecs: av1, vp9 and vp8
      + audio codecs: opus and vorbis
      MP4:
      + video codecs: h264
      + audio codecs: aac and mp3
    * Added NOCHECKUPDATES option to disable updates check
      during compilation.
    * Added RISC-V 64 builds for Ubuntu.
    * Added support for SDL 3.
    Optimizations:
    * Improved desktop capture frame rate in X11/XLibre
    * Optimized logging for better performance.
    * Optimized formats and codec selection for small screens.
    * Improved video synchronization.
    Bug fixes:
    * Fixed bugs in SDL.
    * Fixed PipeWire plugins with additional checks and
      improvements.
    * Fixed empty codec descriptions when FFmpeg is optimized
      for small binaries.
    Improvements in the UI and user experience:
    * Improved video recording API with standardized codec and
      format options.
    * Added platform information printing for better debugging.
    * Disabled PipeWire (Wayland) screen capture when using
      X11/XLibre, and viceversa.
    Translations support:
    * Updated translations for German (95.7%), Turkish (53.1%),
      Estonian (52.8%), Hebrew (73.4%), Dutch (83.9%), and
      Italian (13.4%) via Weblate.
    Other changes:
    * Removed MultiSink element, using muxers and encoders
      directly for recording.
    version 9.2.4:
    * Added NOCHECKUPDATES option for disable updates check when
      compiling.
    * Enabled VLC support again.
- Drop webcamoid-disable_autoupdate.patch (merged upstream)
- Add webcamoid-link_pipewire_libs.patch
- Add webcamoid-fix_ppc64_detection.patch
- Fix i586 build on Tumbleweed

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=43
2025-08-06 12:45:21 +00:00
05993e31bd Accepting request 1223886 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1223886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=20
2024-11-13 14:29:22 +00:00
b6638d1d7a - Add webcamoid-disable_autoupdate.patch (fixes boo#1196225)
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=41
2024-11-13 09:25:38 +00:00
25d935de04 Accepting request 1205638 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1205638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=19
2024-10-06 15:51:54 +00:00
9786299868 - Update to version 9.2.3
* Misc non-linux changes
  version 9.2.0:
  * Webcamoid ported to Qt6.
  * Added PipeWire video capture support.
  * Added Xlib screen capture plugin.
  * Added desktop capture using FFmpeg.
  * Added option to show or hide the mouse cursor on screen
    capture.
  * Qt screen capture plugin is now using QScreenCapture.
  * Added ColorKey plugin.
  * Added support for extended controls in V4L2.
  * Attend to screen orientation.
  * Fixed ARM 64 packages.
  * Fixed saving the selected camera format.
  * Added a debug log to the preferences dialog.
  * Added options for enabling/disabling interprocess
    optimizations.
  * Do not show the video outputs if the virtual camera is not
    supported.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=39
2024-10-04 06:26:26 +00:00
2bc1a334da Accepting request 1093190 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1093190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=18
2023-06-16 14:53:46 +00:00
71cbda7b93 Accepting request 1093188 from home:alois:branches:multimedia:apps
- Update to version 9.1.1
  * Removed Qml import line that prevented UI to load.
  * Using common AppID for all platforms.
- Add Qt5Multimedia build requirement

OBS-URL: https://build.opensuse.org/request/show/1093188
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=37
2023-06-15 05:56:49 +00:00
3abccfed4d Accepting request 1092240 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1092240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=17
2023-06-11 17:56:05 +00:00
72e2de17c3 Accepting request 1092208 from home:alois:branches:multimedia:apps
- Update to version 9.1.0
  * Redesigned UI to work in smaler screens.
  * Now providing ARM packages for GNU/Linux.
  * Allow using an image file as video source.
  * 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.
- Drop webcamoid-manpath.patch and webcamoid-ffmpeg5.patch
  (merged upstream)

OBS-URL: https://build.opensuse.org/request/show/1092208
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=35
2023-06-11 11:39:07 +00:00
87e6deba94 Accepting request 1087957 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1087957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=16
2023-05-20 15:23:32 +00:00
9cb9d770bb Accepting request 1087956 from home:plater
- Build with ffmpeg-4 to fix factory build

OBS-URL: https://build.opensuse.org/request/show/1087956
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=33
2023-05-19 14:48:07 +00:00
821ffd60af Accepting request 998874 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/998874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=15
2022-08-24 13:11:14 +00:00
15e97edb60 Accepting request 998762 from home:cgiboudeaux:branches:multimedia:apps
- Add FFmpeg 5 compatibility change:
  * webcamoid-ffmpeg5.patch
- Remove obsolete packaging macros

OBS-URL: https://build.opensuse.org/request/show/998762
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=31
2022-08-23 15:33:30 +00:00
62e8139f51 Accepting request 955371 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/955371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=14
2022-02-16 23:30:56 +00:00
8eb1850878 Accepting request 955370 from home:alois:branches:multimedia:apps
- Update to version 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 is now fully customizable (format,
    resolution, default picture, etc.).
  * Improved error messages for the virtual camera.
  * Add face tracking plugin.
  * Add appstream data.
  * Fixed privilege escalation when creating the virtual camera.
  * Added support for background image replacement in FaceDetect
    plugin.
  * Fixed default masks rendering when selecting an image from
    file system.
  * Added more options to the FaceDetect plugin.
  * 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.
  * Added donations links for people who wants to support the
    project.
- Drop webcamoid-gcc11.patch (no longer useful)
- Add webcamoid-manpath.patch
- Drop devel subpackage
- Link against pipewire, spa, libusb and vlc

OBS-URL: https://build.opensuse.org/request/show/955370
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=30
2022-02-16 13:30:45 +00:00
8501331765 Accepting request 897348 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/897348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=13
2021-06-04 20:43:50 +00:00
1f9591e1eb Accepting request 897347 from home:alois:branches:multimedia:apps
- Add webcamoid-gcc11.patch to fix build in Factory

OBS-URL: https://build.opensuse.org/request/show/897347
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=28
2021-06-04 08:03:40 +00:00
1c2616bed3 Accepting request 872844 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/872844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=12
2021-02-16 21:41:03 +00:00
e3dc6e45ad Accepting request 872843 from home:alois:branches:multimedia:apps
- Update to version 8.8.0
  * Added option for blurring outside detected face in
    FaceDetect plugin
  * Added public method for detecteding face rectangles in
    FaceDetect plugin
  * Fixed some minor bugs when capturing from camera.

OBS-URL: https://build.opensuse.org/request/show/872843
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=26
2021-02-16 13:51:46 +00:00
435a2a755c Accepting request 789456 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/789456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=11
2020-03-29 12:28:41 +00:00
cf6cdfd23f Accepting request 789367 from home:barendartchuk:branches:multimedia:apps
- require libqt5-qtquickcontrols and libqt5-qtquickcontrols2

OBS-URL: https://build.opensuse.org/request/show/789367
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=24
2020-03-29 08:07:15 +00:00
5ee6cd6ca5 Accepting request 741901 from multimedia:apps
update to 8.7.1

OBS-URL: https://build.opensuse.org/request/show/741901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=10
2019-10-23 13:51:11 +00:00
11625f0051 - Update to version 8.7.1
* Load virtual camera default frame from file instead of
    resources.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=22
2019-10-22 13:39:51 +00:00
2995e2fc34 Accepting request 734276 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/734276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=9
2019-10-02 09:59:22 +00:00
b1b8d24c29 Accepting request 734275 from home:alois:branches:multimedia:apps
update to 8.7.0

OBS-URL: https://build.opensuse.org/request/show/734275
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=20
2019-10-01 11:38:04 +00:00
4ea49ee90b Accepting request 688603 from multimedia:apps
- Update to version 8.6.1
  * AppImage now properly show the icon (issue #94).
  * Use correct subdir for manpage (issue #170, thanks Luigi
    Baldoni!).
- Dropped webcamoid-mandir.patch (merged upstream)
- Drop the qimageblitz dependency. Unused since 5.0.0.
- Drop the Frei0r dependency. Unused since 5.1.0.
- Fix the old description 'KDE' is the community, 'plasmoid' is no longer used.
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/688603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=8
2019-03-26 14:45:41 +00:00
2eb58ef996 Accepting request 688602 from home:alois:branches:multimedia:apps
- Update to version 8.6.1
  * AppImage now properly show the icon (issue #94).
  * Use correct subdir for manpage (issue #170, thanks Luigi
    Baldoni!).
- Dropped webcamoid-mandir.patch (merged upstream)

OBS-URL: https://build.opensuse.org/request/show/688602
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=18
2019-03-26 08:32:32 +00:00
Tomáš Chvátal
9e2f00da7d Accepting request 688434 from home:cgiboudeaux:branches:multimedia:apps
- Drop the qimageblitz dependency. Unused since 5.0.0.
- Drop the Frei0r dependency. Unused since 5.1.0.
- Fix the old description 'KDE' is the community, 'plasmoid' is no longer used.
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/688434
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=17
2019-03-26 07:30:59 +00:00
c5514f1993 Accepting request 681905 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/681905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=7
2019-03-06 14:50:19 +00:00
1c1bb134ce Accepting request 681904 from home:alois:branches:multimedia:apps
- Update to version 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 static analysis with Codacy.
  * Fixed manpage install.
  * Install paths now follow Qt install paths structure.
- Added webcamoid-mandir.patch

OBS-URL: https://build.opensuse.org/request/show/681904
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=15
2019-03-05 20:32:57 +00:00
a52c831cb4 Accepting request 667777 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/667777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=6
2019-01-24 13:13:25 +00:00
1779ba6ede Accepting request 667775 from home:alois:branches:multimedia:apps
- Update to version 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.
- Dropped webcamoid-8.1.0-ffmpeg4.patch (no longer necessary)

OBS-URL: https://build.opensuse.org/request/show/667775
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=13
2019-01-22 11:48:10 +00:00
f14b4b4db6 Accepting request 621571 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/621571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=5
2018-07-09 11:29:49 +00:00
5ed4116218 Accepting request 621570 from home:alois:branches:multimedia:apps
- Added webcamoid-8.1.0-ffmpeg4.patch to support ffmpeg4 and
  changed requirements accordingly

OBS-URL: https://build.opensuse.org/request/show/621570
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=11
2018-07-08 14:37:12 +00:00
4a9274883a Accepting request 621077 from multimedia:apps
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/621077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=4
2018-07-06 08:46:27 +00:00
c234deca65 - Use ffmpeg3 versions of pkgconfig(libav*)
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=9
2018-05-04 14:18:31 +00:00
170c3685e7 Accepting request 556605 from multimedia:apps
- Added frei0r-plugins-opencv as runtime requirement to account
  for (boo#1068792)

OBS-URL: https://build.opensuse.org/request/show/556605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=3
2017-12-14 10:01:55 +00:00
dae8d81520 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=7 2017-12-13 07:52:36 +00:00
a422e198a6 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=6 2017-12-13 07:52:03 +00:00
9b5284ae2c Accepting request 533059 from multimedia:apps
1

OBS-URL: https://build.opensuse.org/request/show/533059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=2
2017-10-13 12:14:37 +00:00
cc48d869d0 Accepting request 533058 from home:alois:branches:multimedia:apps
- 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)

OBS-URL: https://build.opensuse.org/request/show/533058
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=4
2017-10-10 15:18:51 +00:00
6f664e2f78 Accepting request 504361 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/504361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webcamoid?expand=0&rev=1
2017-08-24 16:30:23 +00:00
c930a84cfe Accepting request 504360 from home:alois:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/504360
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=2
2017-06-17 12:38:31 +00:00
Tomáš Chvátal
786b5c74b7 Accepting request 494797 from home:alois:branches:multimedia:apps
Brought over from Packman

OBS-URL: https://build.opensuse.org/request/show/494797
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/webcamoid?expand=0&rev=1
2017-05-12 08:57:46 +00:00