New package: flacon-4.1.0.

Closes #2016.
This commit is contained in:
travankor 2018-08-20 16:26:03 -07:00 committed by Helmut Pozimski
parent 936fd6a04c
commit 301f951b74
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Optional Dependencies:
flac For FLAC support
lame For MP3 support
mac For APE support
mp3gain For MP3 Replay Gain support
opus-tools For OPUS support
ttaenc For TrueAudio support (Not packaged by Void)
vorbis-tools For OGG support
vorbisgain For OGG Replay Gain support
wavpack For WavPack support

18
srcpkgs/flacon/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'flacon'
pkgname=flacon
version=4.1.0
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="qt5-tools-devel uchardet-devel"
depends="ffmpeg hicolor-icon-theme"
short_desc="Audio File Encoder. Splits audio tracks into separate tracks"
maintainer="travankor <travankor@tuta.io>"
license="LGPL-2.1-or-later"
homepage="https://flacon.github.io/"
distfiles="https://github.com/Flacon/flacon/archive/v${version}.tar.gz"
checksum=8e9b7e9b12b79d7dbe1b1e4f47d7561538a62a55ab752a7269736a77bf56dd70
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi