mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
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
This commit is contained in:
parent
c65469d48a
commit
49f2a6635c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447744
@ -393,6 +393,7 @@
|
||||
SUBDIR += liblastfm
|
||||
SUBDIR += liblo
|
||||
SUBDIR += liblscp
|
||||
SUBDIR += libltc
|
||||
SUBDIR += libmad
|
||||
SUBDIR += libmatemixer
|
||||
SUBDIR += libmikmod
|
||||
|
23
audio/libltc/Makefile
Normal file
23
audio/libltc/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libltc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= Linear/Logitudinal Time Code (LTC) Library
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf gmake libtool
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= x42
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/libltc/distinfo
Normal file
3
audio/libltc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1501731257
|
||||
SHA256 (x42-libltc-v1.3.0_GH0.tar.gz) = a760e651247e5a01a62b9fd03d8edd32047ff1ec0565d396585970e9049b727c
|
||||
SIZE (x42-libltc-v1.3.0_GH0.tar.gz) = 101798
|
8
audio/libltc/pkg-descr
Normal file
8
audio/libltc/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
7
audio/libltc/pkg-plist
Normal file
7
audio/libltc/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
include/ltc.h
|
||||
lib/libltc.a
|
||||
lib/libltc.so
|
||||
lib/libltc.so.11
|
||||
lib/libltc.so.11.0.5
|
||||
libdata/pkgconfig/ltc.pc
|
||||
man/man3/ltc.h.3.gz
|
Loading…
Reference in New Issue
Block a user