pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import libltc-1.2.0 as wip/libltc.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jul 5 17:10:08 2016 +0200
Changeset:	7c1481b0da2119f218e6ee4637009103e1a4bb8c

Added Files:
	libltc/DESCR
	libltc/Makefile
	libltc/PLIST
	libltc/distinfo

Log Message:
Import libltc-1.2.0 as wip/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.

libltc is the successor of libltcsmpte.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c1481b0da2119f218e6ee4637009103e1a4bb8c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libltc/DESCR    |  8 ++++++++
 libltc/Makefile | 21 +++++++++++++++++++++
 libltc/PLIST    |  5 +++++
 libltc/distinfo |  6 ++++++
 4 files changed, 40 insertions(+)

diffs:
diff --git a/libltc/DESCR b/libltc/DESCR
new file mode 100644
index 0000000..fb8d71a
--- /dev/null
+++ b/libltc/DESCR
@@ -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.
+
+libltc is the successor of libltcsmpte.
diff --git a/libltc/Makefile b/libltc/Makefile
new file mode 100644
index 0000000..5ff18c6
--- /dev/null
+++ b/libltc/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	libltc-1.2.0
+CATEGORIES=	audio
+MASTER_SITES=	${MASTER_SITE_GITHUB:=x42/}
+GITHUB_RELEASE=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://x42.github.io/libltc/
+COMMENT=	POSIX-C Library for handling Linear/Logitudinal Time Code (LTC)
+LICENSE=	gnu-lgpl-v3
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_TOOLS+=	pkg-config
+
+PKGCONFIG_OVERRIDE+=	ltc.pc.in
+
+TEST_TARGET=	check
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libltc/PLIST b/libltc/PLIST
new file mode 100644
index 0000000..72e317b
--- /dev/null
+++ b/libltc/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+include/ltc.h
+lib/libltc.la
+lib/pkgconfig/ltc.pc
+man/man3/ltc.h.3
diff --git a/libltc/distinfo b/libltc/distinfo
new file mode 100644
index 0000000..5f80a19
--- /dev/null
+++ b/libltc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libltc-1.2.0.tar.gz) = e68ffaed2fd0bf29615f0ac7a5ed92ec7d8f204a
+RMD160 (libltc-1.2.0.tar.gz) = ad763b71d7fa571d03a9f9b59efe6827cd7ec3d1
+SHA512 (libltc-1.2.0.tar.gz) = 4e82a02ad201108ad94d298779812eac9ad596ca70251a520cfd9c3a8c14e81031daab4163ad518c362a9cfb419ea6c1d66791032309d66aa9e8e19aada7b153
+Size (libltc-1.2.0.tar.gz) = 414940 bytes


Home | Main Index | Thread Index | Old Index