Bug 221196 - [NEW PORT] audio/libltc: Linear/Logitudinal Time Code (LTC) Library
Summary: [NEW PORT] audio/libltc: Linear/Logitudinal Time Code (LTC) Library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Richard Gallamore
URL:
Keywords: feature
Depends on:
Blocks: 221199
  Show dependency treegraph
 
Reported: 2017-08-03 03:45 UTC by Yuri Victorovich
Modified: 2017-08-11 08:29 UTC (History)
1 user (show)

See Also:


Attachments
shar (2.04 KB, text/plain)
2017-08-03 03:45 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-08-03 03:45:17 UTC
Created attachment 184977 [details]
shar

QAs:
* pourdiere
* portlint
Comment 1 Richard Gallamore freebsd_committer freebsd_triage 2017-08-10 23:42:20 UTC
Looks great! Only one thing,

====> Running Q/A tests (stage-qa)
Warning: 'lib/libltc.so.11.0.5' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}

Ill fix it, thanks for your contributions.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2017-08-10 23:44:01 UTC
Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-08-11 08:28:55 UTC
A commit references this bug:

Author: ultima
Date: Fri Aug 11 08:28:11 UTC 2017
New revision: 447744
URL: https://svnweb.freebsd.org/changeset/ports/447744

Log:
  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:	matthew (mentor), mat
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11971

Changes:
  head/audio/Makefile
  head/audio/libltc/
  head/audio/libltc/Makefile
  head/audio/libltc/distinfo
  head/audio/libltc/pkg-descr
  head/audio/libltc/pkg-plist
Comment 4 Richard Gallamore freebsd_committer freebsd_triage 2017-08-11 08:29:41 UTC
Committed, thanks!