-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
129 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# Contributor: Antoine Bertin <[email protected]> | ||
|
||
pkgname=linux-enable-ir-emitter | ||
pkgver=4.0.0 | ||
pkgver=4.1.2 | ||
pkgrel=1 | ||
epoch=1 | ||
pkgdesc="Enables infrared cameras that are not directly enabled out-of-the box." | ||
|
@@ -16,7 +16,7 @@ arch=('x86_64') | |
provides=(linux-enable-ir-emitter) | ||
conflicts=(linux-enable-ir-emitter-git chicony-ir-toggle) | ||
|
||
depends=(python opencv usbutils) | ||
depends=(python opencv usbutils fmt) | ||
|
||
install=linux-enable-ir-emitter.install | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global debug_package %{nil} | ||
|
||
Name: linux-enable-ir-emitter | ||
Version: 4.0.0 | ||
Version: 4.1.2 | ||
Release: 1%{?dist} | ||
Summary: Enables infrared cameras that are not directly enabled out-of-the box | ||
URL: https://github.com/EmixamPP/%{name} | ||
|
@@ -71,7 +71,7 @@ fi | |
if [ "$1" -eq 0 ]; then | ||
# remove SeLinux permission | ||
which semanage &> /dev/null | ||
if [ "$?" -eq 0 ] && [ "$1" -eq 0 ]; then | ||
if [ "$?" -eq 0 ]; then | ||
semanage fcontext -d %{_exec_prefix}/lib/%{name}/driver/execute-driver | ||
semanage fcontext -d %{_exec_prefix}/lib/%{name}/driver/driver-generator | ||
fi | ||
|
@@ -90,6 +90,10 @@ if [ "$1" -eq 0 ]; then | |
fi | ||
|
||
%changelog | ||
* Mon Jul 4 2022 Maxime Dirksen <[email protected]> - 4.1.2-1 | ||
- Asynchronous camera triggering | ||
- Fix camera triggering issue | ||
- Fix device symlink boot service side effect | ||
* Sat Jun 19 2022 Maxime Dirksen <[email protected]> - 4.0.0-1 | ||
- Rework, optimization and improvement of driver generation | ||
- Remove manual configuration commands | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
linux-enable-ir-emitter (4.1.2) jammy; urgency=medium | ||
|
||
* Asynchronous camera triggering | ||
* Fix camera triggering issue | ||
* Fix device symlink boot service side effect | ||
|
||
-- Maxime Dirksen <[email protected]> Mon, 4 July 2022 12:00:00 +0200 | ||
|
||
linux-enable-ir-emitter (4.0.0) impish; urgency=medium | ||
|
||
* Rework, optimization and improvement of driver generation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.