ncmpcpp: needs boost_1.55 (#1274)

This commit is contained in:
miqlas
2017-04-09 16:51:15 +02:00
committed by Jérôme Duval
parent 8020c75f07
commit 6249e76b98

View File

@@ -7,13 +7,13 @@ NCMPCPP is an ncurses based commandline client for Music Player Daemon."
HOMEPAGE="https://rybczak.net/ncmpcpp/"
COPYRIGHT="2008-2016 The NCMPCPP Project"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/arybczak/ncmpcpp/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="0d726c886b3e0b63d5f126e3b21ab67a9234e3046c42c591622059659befad67"
SOURCE_DIR="ncmpcpp-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
if [ "$targetArchitecture" != x86_gcc2 ]; then
commandBinDir=$binDir
@@ -27,12 +27,12 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libboost_filesystem$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:libboost_locale$secondaryArchSuffix
lib:libboost_program_options$secondaryArchSuffix
lib:libboost_regex$secondaryArchSuffix
lib:libboost_thread$secondaryArchSuffix
lib:libboost_filesystem$secondaryArchSuffix == 1.55.0
lib:libboost_system$secondaryArchSuffix == 1.55.0
lib:libboost_locale$secondaryArchSuffix == 1.55.0
lib:libboost_program_options$secondaryArchSuffix == 1.55.0
lib:libboost_regex$secondaryArchSuffix == 1.55.0
lib:libboost_thread$secondaryArchSuffix == 1.55.0
lib:libcrypto$secondaryArchSuffix
lib:libcurl$secondaryArchSuffix
lib:libfftw3$secondaryArchSuffix
@@ -47,12 +47,12 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_filesystem$secondaryArchSuffix
devel:libboost_system$secondaryArchSuffix
devel:libboost_locale$secondaryArchSuffix
devel:libboost_program_options$secondaryArchSuffix
devel:libboost_regex$secondaryArchSuffix
devel:libboost_thread$secondaryArchSuffix
devel:libboost_filesystem$secondaryArchSuffix == 1.55.0
devel:libboost_system$secondaryArchSuffix == 1.55.0
devel:libboost_locale$secondaryArchSuffix == 1.55.0
devel:libboost_program_options$secondaryArchSuffix == 1.55.0
devel:libboost_regex$secondaryArchSuffix == 1.55.0
devel:libboost_thread$secondaryArchSuffix == 1.55.0
devel:libcurl$secondaryArchSuffix
devel:libfftw3$secondaryArchSuffix
devel:libicui18n$secondaryArchSuffix