pkgsrc/audio/libltc/Makefile
nia d5c622e3c7 Add audio/libltc
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.
2021-09-11 10:29:15 +00:00

18 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/09/11 10:29:15 nia Exp $
DISTNAME= libltc-1.3.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=x42/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://x42.github.io/libltc/
COMMENT= Linear/Logitudinal Time Code (LTC) Library
LICENSE= gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ltc.pc.in
.include "../../mk/bsd.pkg.mk"