diff options
Diffstat (limited to 'sci-libs/indilib-driver-gphoto')
-rw-r--r-- | sci-libs/indilib-driver-gphoto/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch | 2 | ||||
-rw-r--r-- | sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/indilib-driver-gphoto/Manifest b/sci-libs/indilib-driver-gphoto/Manifest index d5029c3..063ef57 100644 --- a/sci-libs/indilib-driver-gphoto/Manifest +++ b/sci-libs/indilib-driver-gphoto/Manifest @@ -1,2 +1,2 @@ -AUX fix_zlib_link.patch 766 SHA256 5f6a4647ea4ea1210cfc40fd225162f5583adcf95d9c98111fb975e3dbeed2c1 SHA512 a33917aeff3aa82acb62f7b11c0ecc0395cb108c2b8300e22a7f8e3e4097113a0501654884dc293ddcea33df43d695646f0fbe0e4c9afe85bc6abf67e83bbf8e WHIRLPOOL 12f6c6e4b0d9f8a6698faada591ec330049889bf14ecaf66948118a919ba665cea34e5f6ab3c54baef358d86038946357a8034b1095bee3a84461583aae5cc12 -EBUILD indilib-driver-gphoto-9999.ebuild 573 SHA256 06632f2fbed5f3b0c5a72c61a223562373c5f561238a4a546df8e0211ffe2e83 SHA512 a496404c83a0f8403adeb72ecab2ee739734d9d82d27983a4bace7266e1b85182a887051a06096b92d4547a2b79131c9553f0dd86b377f59e726c23ae0f84b3d WHIRLPOOL be8b8b22eea48abc54445f4b1cfe95c9c45d5c34613d94af0e98ada8a4e6779779b5f62a96c61eff2e42b578b1b478cdc0c0c2798bdce69147fea72866d2d0d0 +AUX fix_zlib_link.patch 748 SHA256 91a546e31357a5e9112c64f5b88d21226aceee4c8332d7c71eb5c2cb3f998a82 SHA512 732c82c457f760e2afc798b37af012d257e98edd4e5890d49048f42b21d86fa7636430b688a6527587873108a599902215180602a25061b623e21b9637973105 WHIRLPOOL 350bbe5b580ee300300eb01357138675eee5bc799908053fa7a9cf0d43d2ab5016a9ec6785df88f26211f2caf6308fa5248ea9f8c3839b546d8798585b5af8db +EBUILD indilib-driver-gphoto-9999.ebuild 573 SHA256 f98b33cc11f2abe80feb7d905a1e891cde706d9cf9227d2430594c2c79b5309e SHA512 f90c12dc14a1d392906b6152b9585be77351dd62705b0f050e9dbf0ec80bc76b52b739f79a2f9be07bd274243ba9da1ec9e585f9f7f63589091479399a4ed6de WHIRLPOOL 0d94eeb708b546d13ec7b40e302ac663e98744cd59ea9836b410d00040f6f8b935909c500b60cad28f0ee5dfba7b4de56c31507fac1765c882824bf4c03a71d9 diff --git a/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch b/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch index ef4b990..20fe36f 100644 --- a/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch +++ b/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch @@ -5,7 +5,7 @@ add_executable(indi_gphoto_ccd ${indigphoto_SRCS}) -target_link_libraries(indi_gphoto_ccd ${INDI_LIBRARIES} ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port) -+target_link_libraries(indi_gphoto_ccd ${ZLIB_LIBRARIES} ${INDI_LIBRARIES} ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${ZLIB_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port) ++target_link_libraries(indi_gphoto_ccd ${ZLIB_LIBRARIES} ${INDI_LIBRARIES} ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port) install(TARGETS indi_gphoto_ccd RUNTIME DESTINATION bin ) install(FILES indi_gphoto.xml DESTINATION ${INDI_DATA_DIR}) diff --git a/sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-9999.ebuild b/sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-9999.ebuild index b584571..c9a3638 100644 --- a/sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-9999.ebuild +++ b/sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2" +EAPI="3" inherit cmake-utils subversion eutils |