head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.02.27.13.43.34; author adam; state Exp; branches; next ; commitid UHuuAdPJYUhwZ6LF; desc @@ 1.1 log @codec2: updated to 1.2.0 1.2.0 Major clean up to reduce repo size, remove old code, and unnecessary Git history. A new repo based on a shallow clone of the previous codec2 repo, which is still available (along with all previous releases) at codec-dev. @ text @$NetBSD$ Install executables. --- src/CMakeLists.txt.orig 2025-02-27 13:06:58.143226305 +0000 +++ src/CMakeLists.txt @@@@ -379,6 +379,15 @@@@ target_link_libraries(ldpc_enc codec2) add_executable(ldpc_dec ldpc_dec.c) target_link_libraries(ldpc_dec codec2) +install(TARGETS c2enc c2dec c2sim fdmdv_get_test_bits fdmdv_mod fdmdv_demod +fdmdv_put_test_bits freedv_tx freedv_rx freedv_data_raw_tx freedv_data_raw_rx +freedv_data_tx freedv_data_rx freedv_mixed_tx freedv_mixed_rx fsk_mod +fsk_demod fsk_get_test_bits fsk_put_test_bits framer deframer cohpsk_mod +ofdm_get_test_bits ofdm_put_test_bits ofdm_mod ofdm_demod vhf_deframe_c2 +vhf_frame_c2 cohpsk_demod cohpsk_get_test_bits cohpsk_put_test_bits ch tollr +ldpc_noise ldpc_enc ldpc_dec +DESTINATION ${CMAKE_INSTALL_BINDIR}) + install(TARGETS codec2 EXPORT codec2-config LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT lib ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT lib @