mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
parent
936fd6a04c
commit
301f951b74
2 changed files with 29 additions and 0 deletions
11
srcpkgs/flacon/INSTALL.msg
Normal file
11
srcpkgs/flacon/INSTALL.msg
Normal 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
18
srcpkgs/flacon/template
Normal 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
|
Loading…
Add table
Reference in a new issue