From 71b4bcb3f7f759c5e4350fd025331fef615800b6 Mon Sep 17 00:00:00 2001 From: salo Date: Fri, 9 Dec 2005 17:21:02 +0000 Subject: Initial import of libdca-0.0.2, Free DTS Coherent Acoustics decoder: libdca is a free library for decoding DTS Coherent Acoustics streams. The DTS Coherent Acoustics standard is used in a variety of applications, including DVD, DTS audio CD and radio broadcasting. From wip, packaged by Sergey Svishchev with some modifications from me. --- audio/libdca/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 audio/libdca/Makefile (limited to 'audio/libdca/Makefile') diff --git a/audio/libdca/Makefile b/audio/libdca/Makefile new file mode 100644 index 00000000000..d5243085eba --- /dev/null +++ b/audio/libdca/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/09 17:21:02 salo Exp $ +# + +DISTNAME= libdts-0.0.2 +PKGNAME= ${DISTNAME:S/ts/ca/} +CATEGORIES= audio +MASTER_SITES= http://debian.unnet.nl/pub/videolan/libdts/0.0.2/ \ + http://download.videolan.org/pub/videolan/libdts/0.0.2/ + +MAINTAINER= shattered@users.sourceforge.net +HOMEPAGE= http://developers.videolan.org/libdca.html +COMMENT= Free DTS Coherent Acoustics decoder + +RESTRICTED= "Unresolved patent issue" +NO_SRC_ON_CDROM=${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + +GNU_CONFIGURE= yes +USE_TOOLS= pkg-config + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3