summaryrefslogtreecommitdiff
path: root/sci-libs/libqhy
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2018-07-20 14:01:09 +0200
committerCtibor Brančík <ctibor@brancik.cz>2018-07-20 14:01:09 +0200
commit3940f9d811b8f877447245591ee5c5c815409bb9 (patch)
treeb88dcf327396a4a500321654ad5fd85d3b7a4793 /sci-libs/libqhy
parenta5f5a3603ca75436a6cf4c2a42d2ab0cf59e464f (diff)
downloadbrancik-overlay-3940f9d811b8f877447245591ee5c5c815409bb9.tar.gz
brancik-overlay-3940f9d811b8f877447245591ee5c5c815409bb9.tar.bz2
Update indilib to v1.7.2
Diffstat (limited to 'sci-libs/libqhy')
-rw-r--r--sci-libs/libqhy/files/libqhy-1.6.2_fix_cmake_symlinks.patch24
-rw-r--r--sci-libs/libqhy/libqhy-1.7.2.ebuild (renamed from sci-libs/libqhy/libqhy-1.7.0.ebuild)2
2 files changed, 0 insertions, 26 deletions
diff --git a/sci-libs/libqhy/files/libqhy-1.6.2_fix_cmake_symlinks.patch b/sci-libs/libqhy/files/libqhy-1.6.2_fix_cmake_symlinks.patch
deleted file mode 100644
index ad8eb19..0000000
--- a/sci-libs/libqhy/files/libqhy-1.6.2_fix_cmake_symlinks.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN indi-1.6.2/3rdparty/libqhy/CMakeLists.txt indi-1.6.2.new/3rdparty/libqhy/CMakeLists.txt
---- indi-1.6.2/3rdparty/libqhy/CMakeLists.txt 2018-01-08 14:45:25.000000000 +0100
-+++ indi-1.6.2.new/3rdparty/libqhy/CMakeLists.txt 2018-01-29 22:17:29.543186992 +0100
-@@ -44,17 +44,13 @@
- install(FILES 85-qhy.rules DESTINATION ${UDEVRULES_INSTALL_DIR})
- install(FILES ${CMAKE_BINARY_DIR}/libqhy.so.${LIBQHY_VERSION} DESTINATION ${LIB_INSTALL_DIR}${LIB_POSTFIX})
-
--# Make sure symbolic links are installed
--file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/make_libqhy_symlink.cmake "
--exec_program(${CMAKE_COMMAND} ARGS -E create_symlink libqhy.so.${LIBQHY_VERSION} ${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION})\n
--exec_program(${CMAKE_COMMAND} ARGS -E create_symlink libqhy.so.${LIBQHY_SOVERSION} ${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so)\n
--")
--
- ENDIF (APPLE)
-
- install(FILES qhyccd.h qhyccdcamdef.h qhyccderr.h qhyccdstruct.h log4z.h qhycam.h DESTINATION include/libqhy)
-
--install(SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/make_libqhy_symlink.cmake)
-+# Make sure symbolic links are installed
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"libqhy.so.${LIBQHY_VERSION}\" \"libqhy.so.${LIBQHY_SOVERSION}\" WORKING_DIRECTORY \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}\" )" )
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"libqhy.so.${LIBQHY_SOVERSION}\" \"libqhy.so\" WORKING_DIRECTORY \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}\" )" )
- install(
- CODE "
- file(GLOB QHY_FIRMWARE ${CMAKE_CURRENT_SOURCE_DIR}/firmware/*) \n
diff --git a/sci-libs/libqhy/libqhy-1.7.0.ebuild b/sci-libs/libqhy/libqhy-1.7.2.ebuild
index b2c470f..d0d22f0 100644
--- a/sci-libs/libqhy/libqhy-1.7.0.ebuild
+++ b/sci-libs/libqhy/libqhy-1.7.2.ebuild
@@ -21,8 +21,6 @@ DEPEND="virtual/libusb:1
RDEPEND="${DEPEND}"
-#PATCHES=( "${FILESDIR}/libqhy-1.6.2_fix_cmake_symlinks.patch" )
-
INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}"