Skip to content
Snippets Groups Projects
Commit 0eac3a9d authored by Ivan's avatar Ivan Committed by Robert Clausecker
Browse files

audio/unflac: Console tool for frame accurate audio image + cue sheet splitting

A command line tool for fast frame accurate audio image + cue sheet splitting.
It can be used to split single flac file to flack tracks to simplify collection
management

WWW: https://git.sr.ht/~ft/unflac
parent 05e55fed
No related branches found
No related tags found
No related merge requests found
......@@ -823,6 +823,7 @@
SUBDIR += umix
SUBDIR += umodplayer
SUBDIR += umurmur
SUBDIR += unflac
SUBDIR += vamp-plugin-sdk
SUBDIR += vban
SUBDIR += vgmplay
......
PORTNAME= unflac
DISTVERSION= 1.3
CATEGORIES= audio
MAINTAINER= bsd@abinet.ru
COMMENT= Console tool for frame accurate audio image + cue sheet splitting
WWW= https://git.sr.ht/~ft/unflac
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
USES= go:modules
GO_MODULE= git.sr.ht/~ft/unflac@v0.0.0-20240408174655-b5026a6dfc5a
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
TIMESTAMP = 1731766879
SHA256 (go/audio_unflac/unflac-1.3/1.3.tar.gz) = 29cf865fdffeae3f98e821eb4e747e42fb3a431b51810c1142d4225322a80fe4
SIZE (go/audio_unflac/unflac-1.3/1.3.tar.gz) = 8213
SHA256 (go/audio_unflac/unflac-1.3/v0.0.0-20240408174655-b5026a6dfc5a.mod) = b6d33db861b2510a99c311bd2d678259b438d55d26bdc0b0281f80b68804dc61
SIZE (go/audio_unflac/unflac-1.3/v0.0.0-20240408174655-b5026a6dfc5a.mod) = 372
SHA256 (go/audio_unflac/unflac-1.3/v0.0.0-20240408174655-b5026a6dfc5a.zip) = cab05aef1334e40627a7a637dd45727ac33c0eab4c845472f5c8564f82c8b18f
SIZE (go/audio_unflac/unflac-1.3/v0.0.0-20240408174655-b5026a6dfc5a.zip) = 11308
A command line tool for fast frame accurate audio image + cue sheet splitting.
It can be used to split single flac file to flack tracks to simplify collection
management
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment