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)
Tue, Apr 23, 7:19 PM
Unknown Object (File)
Tue, Apr 23, 7:19 PM
Unknown Object (File)
Tue, Apr 23, 7:19 PM
Unknown Object (File)
Tue, Apr 23, 7:19 PM
Unknown Object (File)
Sun, Apr 21, 4:21 AM
Unknown Object (File)
Fri, Apr 19, 12:33 PM
Unknown Object (File)
Thu, Apr 11, 8:22 PM
Unknown Object (File)
Feb 20 2024, 4:31 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 11014
Build 11399: arc lint + arc unit

Event Timeline

audio/libltc/Makefile
5

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.