mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libmpdclient: bump version (#1542)
This commit is contained in:
@@ -7,15 +7,14 @@ COPYRIGHT="2003-2017 The Music Player Daemon Project"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/MusicPlayerDaemon/libmpdclient/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ad9803595cb1cba3f8e89e65d7890a5f1859752cadd9fceb350ceae66b9f288c"
|
||||
PATCHES="libmpdclient-$portVersion.patchset" #already upstreamed
|
||||
CHECKSUM_SHA256="e1583fbcae89ad543a6cc44caeaf16b31e709831f5b7eac4413f78c54a21db95"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
libmpdclient$secondaryArchSuffix = $portVersion
|
||||
lib:libmpdclient$secondaryArchSuffix = 2.0.12 compat >= 2
|
||||
lib:libmpdclient$secondaryArchSuffix = 2.0.13 compat >= 2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -23,7 +22,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libmpdclient${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmpdclient$secondaryArchSuffix = 2.0.12 compat >= 2
|
||||
devel:libmpdclient$secondaryArchSuffix = 2.0.13 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmpdclient$secondaryArchSuffix == $portVersion base
|
||||
@@ -1,24 +0,0 @@
|
||||
From ad0db0a2e18dc85aa6b9cc81b269510386d71981 Mon Sep 17 00:00:00 2001
|
||||
From: ilovezfs <ilovezfs@icloud.com>
|
||||
Date: Sat, 22 Jul 2017 03:50:24 -0700
|
||||
Subject: [PATCH] meson.build: fix build with meson > 0.38.1
|
||||
|
||||
Fixes the error "Tried to form an absolute path to a source dir. You
|
||||
should not do that but use relative paths instead."
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index e30786e..98047f3 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -89,7 +89,7 @@ inc = include_directories(
|
||||
'include',
|
||||
|
||||
# for the generated config.h
|
||||
- meson.current_build_dir(),
|
||||
+ '.',
|
||||
)
|
||||
|
||||
libmpdclient = library('mpdclient',
|
||||
Reference in New Issue
Block a user