Initial import of libdca-0.0.2:

libdca is a free library for decoding DTS Coherent Acoustics streams. It is
released under the terms of the GPL license. The DTS Coherent Acoustics
standard is used in a variety of applications, including DVD, DTS audio CD and
radio broadcasting.
This commit is contained in:
Sergey Svishchev 2005-12-04 22:02:28 +00:00 committed by Thomas Klausner
parent 24f970ddc6
commit c33e3b8bee
2 changed files with 27 additions and 0 deletions

4
libdca/DESCR Normal file
View file

@ -0,0 +1,4 @@
libdca is a free library for decoding DTS Coherent Acoustics streams. It is
released under the terms of the GPL license. The DTS Coherent Acoustics
standard is used in a variety of applications, including DVD, DTS audio CD and
radio broadcasting.

23
libdca/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 22:04:14 shattered Exp $
#
DISTNAME= libdts-0.0.2
PKGNAME= libdca-0.0.2
CATEGORIES= audio
MASTER_SITES= http://debian.unnet.nl/pub/videolan/libdts/0.0.2/
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://developers.videolan.org/libdca.html
COMMENT= 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}
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libdts/libdts.pc.in
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"