4 Commits

Author SHA256 Message Date
ea9e68c4d0 Accepting request 1250306 from hardware
OBS-URL: https://build.opensuse.org/request/show/1250306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/facetimehd?expand=0&rev=9
2025-03-05 12:41:12 +00:00
aaeb7fd504 - Update to version 0.6.13
* Makes reloading the module work properly
  * Adjust include files to work with 6.13+ kernels
- 0001-Fix-include-of-prandom.patch
  * No longer needed since fix is in driver

OBS-URL: https://build.opensuse.org/package/show/hardware/facetimehd?expand=0&rev=19
2025-03-05 07:16:10 +00:00
dff72a9fa7 Accepting request 1243384 from hardware
OBS-URL: https://build.opensuse.org/request/show/1243384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/facetimehd?expand=0&rev=8
2025-02-05 16:21:22 +00:00
4e36361b82 - Only build for x86_64
- 0001-Fix-include-of-prandom.patch
  * Fixes a build failure due to changes in kernel

OBS-URL: https://build.opensuse.org/package/show/hardware/facetimehd?expand=0&rev=17
2025-02-05 14:08:10 +00:00
4 changed files with 25 additions and 6 deletions

3
facetimehd-0.6.13.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61359db89530687cbb943137b7229001d58eac8050b232e7e19796523bebf53c
size 41510

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad88e238278f4150b448b49efce34f937600824416f117199fc62fe3280a775a
size 41484

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Mar 4 11:21:45 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to version 0.6.13
* Makes reloading the module work properly
* Adjust include files to work with 6.13+ kernels
- 0001-Fix-include-of-prandom.patch
* No longer needed since fix is in driver
-------------------------------------------------------------------
Mon Feb 3 12:33:53 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Only build for x86_64
* The driver only supports the camera over PCI and as far as
I know, only the x86_64 machines connect the camera via PCI.
The M1/M2 Macs use a different driver.
- 0001-Fix-include-of-prandom.patch
* Fixes a build failure due to changes in kernel
-------------------------------------------------------------------
Wed Jun 5 11:54:09 UTC 2024 - Patrik Jakobsson <patrik.jakobsson@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package facetimehd
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: facetimehd
Version: 0.6.8.2
Version: 0.6.13
Release: 0
Summary: Kernel driver for the Apple FacetimeHD webcams
License: GPL-2.0-only
@@ -27,7 +27,7 @@ Source0: https://github.com/patjak/facetimehd/archive/%{version}/%{name}-
Source1: preamble
Patch0: Remove-use-of-linux-pci-aspm.h-since-it-s-not-in-the.patch
BuildRequires: %{kernel_module_package_buildreqs}
ExcludeArch: s390x
ExclusiveArch: x86_64
%kernel_module_package -p %{_sourcedir}/preamble
%description