aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb
diff options
context:
space:
mode:
authorMax Kellermann <max.kellermann@gmail.com>2018-10-23 18:38:11 +0200
committerKhem Raj <raj.khem@gmail.com>2018-10-23 13:23:47 -0700
commit694e91f4952d477eef2eaef67948889122cdd98a (patch)
tree76ee8faca29fd29cc82a2c463c2f530a12650fd4 /meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb
parent5e999c22c3499dd61201f1782a7cce4f99c76d5f (diff)
downloadmeta-openembedded-contrib-694e91f4952d477eef2eaef67948889122cdd98a.tar.gz
ncmpc: update to 0.33
Several build options have been changed from "boolean" to "feature", and thus we have to change "true/false" to "enabled/disabled". Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb
deleted file mode 100644
index 62885bba10..0000000000
--- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-SUMMARY = "A curses client for the Music Player Daemon"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-HOMEPAGE = "https://www.musicpd.org/clients/ncmpc/"
-
-inherit meson
-
-DEPENDS += " \
- boost \
- pcre \
- ncurses \
- libmpdclient \
-"
-
-PACKAGECONFIG ??= "colors locale mouse nls help_screen artist_screen search_screen song_screen key_screen lyrics_screen outputs_screen"
-
-PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false"
-PACKAGECONFIG[lirc] = "-Dlirc=true,-Dlirc=false,lirc"
-PACKAGECONFIG[locale] = "-Dlocale=true,-Dlocale=false"
-PACKAGECONFIG[mini] = "-Dmini=true,-Dmini=false"
-PACKAGECONFIG[mouse] = "-Dmouse=true,-Dmouse=false"
-PACKAGECONFIG[nls] = "-Dnls=true,-Dnls=false,gettext-native"
-
-PACKAGECONFIG[help_screen] = "-Dhelp_screen=true,-Dhelp_screen=false"
-PACKAGECONFIG[artist_screen] = "-Dartist_screen=true,-Dartist_screen=false"
-PACKAGECONFIG[search_screen] = "-Dsearch_screen=true,-Dsearch_screen=false"
-PACKAGECONFIG[song_screen] = "-Dsong_screen=true,-Dsong_screen=false"
-PACKAGECONFIG[key_screen] = "-Dkey_screen=true,-Dkey_screen=false"
-PACKAGECONFIG[lyrics_screen] = "-Dlyrics_screen=true,-Dlyrics_screen=false"
-PACKAGECONFIG[outputs_screen] = "-Doutputs_screen=true,-Doutputs_screen=false"
-PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false"
-
-SRC_URI = " \
- git://github.com/MusicPlayerDaemon/ncmpc \
-"
-SRCREV = "b03703653d3f4a418c4a8b6a9e32834dd882a185"
-S = "${WORKDIR}/git"