diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_symbols b/abi_symbols new file mode 100644 --- /dev/null +++ b/abi_symbols @@ -0,0 +1,35 @@ +libltc.so.11:ltc_decoder_create +libltc.so.11:ltc_decoder_free +libltc.so.11:ltc_decoder_queue_flush +libltc.so.11:ltc_decoder_queue_length +libltc.so.11:ltc_decoder_read +libltc.so.11:ltc_decoder_write +libltc.so.11:ltc_decoder_write_float +libltc.so.11:ltc_decoder_write_s16 +libltc.so.11:ltc_decoder_write_u16 +libltc.so.11:ltc_encoder_buffer_flush +libltc.so.11:ltc_encoder_create +libltc.so.11:ltc_encoder_dec_timecode +libltc.so.11:ltc_encoder_encode_byte +libltc.so.11:ltc_encoder_encode_frame +libltc.so.11:ltc_encoder_free +libltc.so.11:ltc_encoder_get_buffer +libltc.so.11:ltc_encoder_get_buffersize +libltc.so.11:ltc_encoder_get_bufptr +libltc.so.11:ltc_encoder_get_frame +libltc.so.11:ltc_encoder_get_timecode +libltc.so.11:ltc_encoder_inc_timecode +libltc.so.11:ltc_encoder_reinit +libltc.so.11:ltc_encoder_reset +libltc.so.11:ltc_encoder_set_bufsize +libltc.so.11:ltc_encoder_set_filter +libltc.so.11:ltc_encoder_set_frame +libltc.so.11:ltc_encoder_set_timecode +libltc.so.11:ltc_encoder_set_volume +libltc.so.11:ltc_frame_alignment +libltc.so.11:ltc_frame_decrement +libltc.so.11:ltc_frame_increment +libltc.so.11:ltc_frame_reset +libltc.so.11:ltc_frame_set_parity +libltc.so.11:ltc_frame_to_time +libltc.so.11:ltc_time_to_frame diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libm.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : libltc +version : 1.3.0 +release : 1 +source : + - https://github.com/x42/libltc/releases/download/v1.3.0/libltc-1.3.0.tar.gz : aab1de052bc61fbac6ea66d88f04e95b7d5faa1ef297b95ea6a1a548c87dee5c +license : LGPL-3.0-or-later +component : multimedia.library +summary : libLTC provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support. +description: | + libLTC provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support. Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media. +setup : | + %configure --disable-static +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,51 @@ + + + libltc + + TeenCorn + TeenCorn@protonmail.com + + LGPL-3.0-or-later + multimedia.library + libLTC provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support. + libLTC provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support. Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media. + + https://solus-project.com/sources/README.Solus + + + libltc + libLTC provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support. + libLTC provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support. Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media. + + multimedia.library + + /usr/lib64/libltc.so.11 + /usr/lib64/libltc.so.11.0.5 + /usr/share/man/man3/ltc.h.3 + + + + libltc-devel + Development files for libltc + libLTC provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support. Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media. + + programming.devel + + libltc + + + /usr/include/ltc.h + /usr/lib64/libltc.so + /usr/lib64/pkgconfig/ltc.pc + + + + + 2018-11-06 + 1.3.0 + Packaging update + TeenCorn + TeenCorn@protonmail.com + + + \ No newline at end of file