mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
cantata, bump version, fix _x86 build (#3632)
This commit is contained in:
committed by
waddlesplash
parent
15472eac81
commit
7f57c82ed8
@@ -8,8 +8,8 @@ HOMEPAGE="https://github.com/CDrummond/cantata"
|
||||
COPYRIGHT="2010-2017 Craig Drummond"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/CDrummond/cantata/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="725b55b944f592a61d903e6af1c9dc3f4fc30478a457726c9956a0116475b881"
|
||||
SOURCE_URI="https://github.com/CDrummond/cantata/releases/download/v$portVersion/cantata-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="0d7f90c8f448adcdb1e013a6eb95147d9169d5b2023357ff8e34c29ab803ed1d"
|
||||
SOURCE_FILENAME="cantata-$portVersion.tar.gz"
|
||||
ADDITIONAL_FILES="cantata.rdef"
|
||||
|
||||
@@ -80,6 +80,7 @@ BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
cmake .. \
|
||||
-Wno-dev \
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
@@ -96,7 +97,7 @@ BUILD()
|
||||
-DENABLE_PROXY_CONFIG=ON \
|
||||
-DENABLE_HTTP_SERVER=ON \
|
||||
-DENABLE_SIMPLE_MPD_SUPPORT=ON \
|
||||
-DCMAKE_CXX_FLAGS="-I`finddir B_SYSTEM_HEADERS_DIRECTORY`/QtDBus" \
|
||||
-DCMAKE_CXX_FLAGS="-I$(finddir B_SYSTEM_HEADERS_DIRECTORY)$secondaryArchSubDir/QtDBus" \
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-lQt5DBus"
|
||||
|
||||
make $jobArgs
|
||||
Reference in New Issue
Block a user