Add multimedia/libdcadec, a DTS Coherent Acoustics decoder
PR: 208115 Submitted by: mickael.maillot@gmail.com (maintainer)
This commit is contained in:
parent
18e1b88a4d
commit
83ada3699f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411417
5 changed files with 62 additions and 0 deletions
|
@ -173,6 +173,7 @@
|
|||
SUBDIR += libcec
|
||||
SUBDIR += libdc1394
|
||||
SUBDIR += libdca
|
||||
SUBDIR += libdcadec
|
||||
SUBDIR += libde265
|
||||
SUBDIR += libdv
|
||||
SUBDIR += libdvbcsa
|
||||
|
|
35
multimedia/libdcadec/Makefile
Normal file
35
multimedia/libdcadec/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libdcadec
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= mickael.maillot@gmail.com
|
||||
COMMENT= DTS Coherent Acoustics decoder with support for HD extensions
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= foo86
|
||||
GH_PROJECT= dcadec
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
USES= pkgconfig gmake
|
||||
LDFLAGS+= -lm
|
||||
MAKE_ENV+= CONFIG_SHARED=yes
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's;INCLUDEDIR;MYINCLUDEDIR;g' \
|
||||
-e 's;$$(LIBDIR)/pkgconfig;$$(PREFIX)/libdata/pkgconfig;' \
|
||||
-e 's;LIBDIR;MYLIBDIR;g' \
|
||||
${WRKSRC}/dcadec.pc.in \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dcadec
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.0.1.0
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/libdcadec/distinfo
Normal file
2
multimedia/libdcadec/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (foo86-dcadec-0.2.0-v0.2.0_GH0.tar.gz) = ed9d207fde3e8d576f3af8b0d1235b3371e315175757173689104efcaebf0d44
|
||||
SIZE (foo86-dcadec-0.2.0-v0.2.0_GH0.tar.gz) = 225305
|
15
multimedia/libdcadec/pkg-descr
Normal file
15
multimedia/libdcadec/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
dcadec is a free DTS Coherent Acoustics decoder with support for HD extensions.
|
||||
|
||||
Supported features:
|
||||
Decoding of standard DTS core streams with up to 5.1 channels
|
||||
Decoding of DTS-ES streams with discrete back channel
|
||||
Decoding of High Resolution streams with up to 7.1 channels and extended bitrate
|
||||
Decoding of 96/24 core streams
|
||||
Lossless decoding of Master Audio streams with up to 7.1 channels, 192 kHz
|
||||
Downmixing to stereo and 5.1 using embedded coefficients
|
||||
|
||||
Features not implemented:
|
||||
Decoding of DTS Express streams
|
||||
Applying dynamic range compression and dialog normalization
|
||||
|
||||
WWW: https://github.com/foo86/dcadec
|
9
multimedia/libdcadec/pkg-plist
Normal file
9
multimedia/libdcadec/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/dcadec
|
||||
include/libdcadec/dca_context.h
|
||||
include/libdcadec/dca_frame.h
|
||||
include/libdcadec/dca_stream.h
|
||||
include/libdcadec/dca_waveout.h
|
||||
lib/libdcadec.so
|
||||
lib/libdcadec.so.0
|
||||
lib/libdcadec.so.0.1.0
|
||||
libdata/pkgconfig/dcadec.pc
|
Loading…
Reference in a new issue