Page MenuHomeFreeBSD

[NEW PORT] audio/libltc: Linear/Logitudinal Time Code (LTC) Library
ClosedPublic

Authored by ultima on Aug 10 2017, 11:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 20 2024, 4:31 PM
Unknown Object (File)
Feb 20 2024, 12:14 AM
Unknown Object (File)
Feb 20 2024, 12:14 AM
Unknown Object (File)
Feb 20 2024, 12:14 AM
Unknown Object (File)
Feb 20 2024, 12:14 AM
Unknown Object (File)
Feb 19 2024, 5:02 PM
Unknown Object (File)
Jan 15 2024, 4:36 PM
Unknown Object (File)
Jan 12 2024, 5:46 AM
Subscribers

Details

Summary

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.

libltc provides functionality to encode and decode LTC audio from/to SMPTE or
EBU timecode, including SMPTE date support.

WWW: https://github.com/x42/libltc

PR\: 221196
Submitted by\: Yuri Victorovich (maintainer)
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
looks fine.

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

audio/libltc/Makefile
5 ↗(On Diff #31908)

Note that according to 5.2.2. Versions, DISTVERSION or PORTVERSION, this should probably be using DISTVERSION.

Changed PORTVERSION to DISTVERSION as suggested

This revision is now accepted and ready to land.Aug 11 2017, 8:16 AM
This revision was automatically updated to reflect the committed changes.