Skip to content

Commit

Permalink
Update PlayerOneCamera SDK to v3.6.0 (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro3110i committed Sep 20, 2023
1 parent 454e859 commit dd2260c
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.12) bionic; urgency=low

* Update PlayerOneCamera SDK v3.6.0

-- Hiroshi SAITO <hiro3110g@gmail.com> Wed, 20 Sep 2023 12:00:00 +0900

indi-playerone (1.11) bionic; urgency=low

* Update PlayerOneCamera SDK v3.5.0
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.8) bionic; urgency=low

* Update PlayerOneCamera SDK to v3.6.0

-- Hiroshi SAITO <hiro3110g@gmail.com> Wed, 20 Sep 2023 08:00:00 +0900

libplayerone (1.7) bionic; urgency=low

* Update PlayerOneCamera SDK to v3.5.0
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 11)
set(PLAYERONE_VERSION_MINOR 12)

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.12
* Update: PlayerOneCamera SDK to v3.6.0

v1.11
* Update: PlayerOneCamera SDK to v3.5.0

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
* Wed Sep 20 2023 Hiroshi Saito <hiro3110g@gmail.com>
- Update PlayerOneCamera SDK to v3.6.0
* Sat Sep 02 2023 Hiroshi Saito <hiro3110g@gmail.com>
- Update PlayerOneCamera SDK to v3.5.0
* Sat Jul 29 2023 Hiroshi Saito <hiro3110g@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions libplayerone/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required (VERSION 3.0)
project (libplayerone)

# Using PlayerOne Camera SDK Version 3.5.0 updated on 2023-9-1
# Using PlayerOne Camera SDK Version 3.6.0 updated on 2023-9-16
# Using PlayerOne EFW SDK Version 1.2.0 updated on 2023-3-30

set (POACAM_VERSION "3.5.0")
set (POACAM_VERSION "3.6.0")
set (POACAM_SOVERSION "3")

set (POAEFW_VERSION "1.2.0")
Expand Down
Binary file modified libplayerone/armv6/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/armv7/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/armv8/libPlayerOneCamera.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
* Wed Sep 20 2023 Hiroshi Saito <hiro3110g@gmail.com>
- update PlayerOneCamera SDK to v3.6.0
* Sat Sep 02 2023 Hiroshi Saito <hiro3110g@gmail.com>
- update PlayerOneCamera SDK to v3.5.0
* Sat Jul 29 2023 Hiroshi Saito <hiro3110g@gmail.com>
Expand Down
Binary file modified libplayerone/mac/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/x64/libPlayerOneCamera.bin
Binary file not shown.

0 comments on commit dd2260c

Please sign in to comment.