mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
audio/atracdenc: New port: ATRAC1 decoder/encoder, ATRAC3 encoder
Audio encoder that supports ATRAC1 and ATRAC3 formats, can decode ATRAC1 and supports following containers: AEA, OMA, RIFF, RealMedia. WWW: https://github.com/dcherednik/atracdenc/ PR: 275143
This commit is contained in:
parent
d5a5aa738f
commit
5ee7d6a649
@ -36,6 +36,7 @@
|
||||
SUBDIR += asterisk-espeak
|
||||
SUBDIR += asterisk-flite
|
||||
SUBDIR += asunder
|
||||
SUBDIR += atracdenc
|
||||
SUBDIR += atunes
|
||||
SUBDIR += aubio
|
||||
SUBDIR += audacity
|
||||
|
29
audio/atracdenc/Makefile
Normal file
29
audio/atracdenc/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
PORTNAME= atracdenc
|
||||
DISTVERSION= 0.1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/dcherednik/${PORTNAME}/releases/download/${DISTVERSION}/ \
|
||||
https://code.mastervirt.ru/st/${PORTNAME}/
|
||||
|
||||
MAINTAINER= pkgsup@mastervirt.ru
|
||||
COMMENT= ATRAC1 decoder/encoder, ATRAC3 encoder
|
||||
WWW= https://github.com/dcherednik/atracdenc/
|
||||
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
||||
TEST_DEPENDS= googletest>0:devel/googletest
|
||||
|
||||
USES= cmake:testing
|
||||
|
||||
PLIST_FILES= bin/atracdenc \
|
||||
share/man/man1/atracdenc.1.gz
|
||||
|
||||
CMAKE_TESTING_OFF= CMAKE_DISABLE_FIND_PACKAGE_GTest
|
||||
|
||||
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_GTest
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/atracdenc
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/atracdenc/distinfo
Normal file
3
audio/atracdenc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1700518590
|
||||
SHA256 (atracdenc-0.1.1.tar.gz) = 60e5677afac4a20776516f7a5e63bac4dcb4bfde9f8e642ebf82ad3b9a8d8ef2
|
||||
SIZE (atracdenc-0.1.1.tar.gz) = 89277
|
2
audio/atracdenc/pkg-descr
Normal file
2
audio/atracdenc/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Audio encoder that supports ATRAC1 and ATRAC3 formats, can decode ATRAC1 and
|
||||
following containers: AEA, OMA, RIFF, RealMedia.
|
Loading…
Reference in New Issue
Block a user