Skip to content

Commit

Permalink
update PlayerOnePW SDK to v1.2.0 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro3110i authored May 8, 2023
1 parent 517c24a commit 26d952e
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/indi-playerone/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
indi-playerone (1.6) bionic; urgency=low

* Update libplayerone with PlayerOnePW SDK v1.2.0

-- Hiroshi SAITO <[email protected]> Sat, 6 Feb 2023 12:00:00 +0900

indi-playerone (1.5) bionic; urgency=low

* BugFix: top quarter noise on bin2 image
Expand Down
6 changes: 6 additions & 0 deletions debian/libplayerone/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libplayerone (1.3) bionic; urgency=low

* Update PlayerOnePW SDK to v1.2.0

-- Hiroshi SAITO <[email protected]> Sat, 6 May 2023 08:00:00 +0900

libplayerone (1.2) bionic; urgency=low

* Update PlayerOneCamera SDK to v3.2.2
Expand Down
2 changes: 1 addition & 1 deletion indi-playerone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(USB1 REQUIRED)
find_package(Threads REQUIRED)

set(PLAYERONE_VERSION_MAJOR 1)
set(PLAYERONE_VERSION_MINOR 5)
set(PLAYERONE_VERSION_MINOR 6)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h )
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/indi_playerone.xml.cmake ${CMAKE_CURRENT_BINARY_DIR}/indi_playerone.xml)
Expand Down
3 changes: 3 additions & 0 deletions indi-playerone/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.6
* Update: PlayerOnePW SDK to v1.2.0

v1.5
* BugFix: top quarter noise on bin2 image

Expand Down
2 changes: 2 additions & 0 deletions indi-playerone/indi-playerone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ make DESTDIR=%{buildroot} install
%{_datadir}/indi

%changelog
* Sat May 06 2023 Hiroshi Saito <[email protected]>
- Update PlayerOnePW SDK to v1.2.0
* Thu Apr 27 2023 Hiroshi Saito <[email protected]>
- BugFix: top quarter noise on bin2 image
* Wed Mar 15 2023 Hiroshi Saito <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions libplayerone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ cmake_minimum_required (VERSION 3.0)
project (libplayerone)

# Using PlayerOne Camera SDK Version 3.2.2 updated on 2023-3-15
# Using PlayerOne EFW SDK Version 1.1.0 updated on 2023-2-2
# Using PlayerOne EFW SDK Version 1.2.0 updated on 2023-3-30

set (POACAM_VERSION "3.2.2")
set (POACAM_SOVERSION "3")

set (POAEFW_VERSION "1.1.0")
set (POAEFW_VERSION "1.2.0")
set (POAEFW_SOVERSION "1")

list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
Expand Down
Binary file modified libplayerone/armv6/libPlayerOnePW.bin
Binary file not shown.
Binary file modified libplayerone/armv7/libPlayerOnePW.bin
Binary file not shown.
Binary file modified libplayerone/armv8/libPlayerOnePW.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions libplayerone/libplayerone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ make DESTDIR=%{buildroot} install
%license libplayerone/license.txt

%changelog
* Sat May 6 2023 Hiroshi Saito <[email protected]>
- update PlayerOnePW SDK to v1.2.0
* Wed Mar 15 2023 Hiroshi Saito <[email protected]>
- update PlayerOneCamera SDK to v3.2.2
* Thu Mar 2 2023 Hiroshi Saito <[email protected]>
Expand Down
Binary file modified libplayerone/mac/libPlayerOnePW.bin
Binary file not shown.
Binary file modified libplayerone/x64/libPlayerOnePW.bin
Binary file not shown.

0 comments on commit 26d952e

Please sign in to comment.