mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Flacon: bump (#6733)
This commit is contained in:
@@ -5,11 +5,11 @@ To do this, it uses information from the appropriate CUE file.
|
|||||||
Besides, Flacon makes it possible to conveniently revise or specify tags both \
|
Besides, Flacon makes it possible to conveniently revise or specify tags both \
|
||||||
for all tracks at once or for each tag separately."
|
for all tracks at once or for each tag separately."
|
||||||
HOMEPAGE="https://flacon.github.io/"
|
HOMEPAGE="https://flacon.github.io/"
|
||||||
COPYRIGHT="2012-2019 Alexander Sokoloff"
|
COPYRIGHT="2012-2022 Alexander Sokoloff"
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://github.com/flacon/flacon/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/flacon/flacon/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="f63b959099e7b97b02a7f9ccf2c922a99de6c0d1ec83e74c436fd10e41630b6e"
|
CHECKSUM_SHA256="3b58a973df8c70c1a7b879f6449c1dc3a7edb7494f4c2a8b132ae2a659187768"
|
||||||
SOURCE_FILENAME="flacon-$portVersion.tar.gz"
|
SOURCE_FILENAME="flacon-$portVersion.tar.gz"
|
||||||
PATCHES="flacon-$portVersion.patchset"
|
PATCHES="flacon-$portVersion.patchset"
|
||||||
ADDITIONAL_FILES="flacon.rdef.in"
|
ADDITIONAL_FILES="flacon.rdef.in"
|
||||||
@@ -26,7 +26,7 @@ REQUIRES="
|
|||||||
cmd:faac
|
cmd:faac
|
||||||
cmd:flac
|
cmd:flac
|
||||||
cmd:lame
|
cmd:lame
|
||||||
# cmd:mac
|
cmd:mac
|
||||||
cmd:metaflac
|
cmd:metaflac
|
||||||
cmd:mp3gain
|
cmd:mp3gain
|
||||||
cmd:oggenc
|
cmd:oggenc
|
||||||
@@ -40,7 +40,9 @@ REQUIRES="
|
|||||||
lib:libQt5Gui$secondaryArchSuffix
|
lib:libQt5Gui$secondaryArchSuffix
|
||||||
lib:libQt5Network$secondaryArchSuffix
|
lib:libQt5Network$secondaryArchSuffix
|
||||||
lib:libQt5Widgets$secondaryArchSuffix
|
lib:libQt5Widgets$secondaryArchSuffix
|
||||||
|
lib:libtag$secondaryArchSuffix
|
||||||
lib:libuchardet$secondaryArchSuffix
|
lib:libuchardet$secondaryArchSuffix
|
||||||
|
lib:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
@@ -49,7 +51,9 @@ BUILD_REQUIRES="
|
|||||||
devel:libQt5Gui$secondaryArchSuffix
|
devel:libQt5Gui$secondaryArchSuffix
|
||||||
devel:libQt5Network$secondaryArchSuffix
|
devel:libQt5Network$secondaryArchSuffix
|
||||||
devel:libQt5Widgets$secondaryArchSuffix
|
devel:libQt5Widgets$secondaryArchSuffix
|
||||||
|
devel:libtag$secondaryArchSuffix
|
||||||
devel:libuchardet$secondaryArchSuffix
|
devel:libuchardet$secondaryArchSuffix
|
||||||
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:cmake
|
cmd:cmake
|
||||||
@@ -64,6 +68,7 @@ BUILD()
|
|||||||
{
|
{
|
||||||
rm -rf build
|
rm -rf build
|
||||||
cmake -B build -S . \
|
cmake -B build -S . \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DBIN_DIR=$appsDir \
|
-DBIN_DIR=$appsDir \
|
||||||
-DDATA_DIR=$dataDir \
|
-DDATA_DIR=$dataDir \
|
||||||
-DMAN_DIR=$manDir \
|
-DMAN_DIR=$manDir \
|
||||||
Reference in New Issue
Block a user