mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Fixed boost dependencies for mpd (#4628)
* Fixed boost dependencies for mpd
This commit is contained in:
committed by
Schrijvers Luc
parent
d82248c427
commit
d7a43f39b6
@@ -5,7 +5,7 @@ variety of sound files while being controlled by its network protocol."
|
||||
HOMEPAGE="https://www.musicpd.org/"
|
||||
COPYRIGHT="2003-2020 The Music Player Daemon Project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.musicpd.org/download/mpd/${portVersion%.*}/mpd-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="d3275e11d85637adde250cadf3b4f5aec2144228f0d8085767493fc46c55b2f9"
|
||||
PATCHES="mpd-$portVersion.patchset"
|
||||
@@ -90,7 +90,7 @@ BUILD_REQUIRES="
|
||||
devel:libavcodec$secondaryArchSuffix
|
||||
devel:libavformat$secondaryArchSuffix
|
||||
devel:libavutil$secondaryArchSuffix
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.58
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
# devel:libcdio$secondaryArchSuffix
|
||||
# devel:libcdio_paranoia$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user