summaryrefslogtreecommitdiff
path: root/packages/musicpd/mpd_0.11.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/musicpd/mpd_0.11.5.bb')
-rw-r--r--packages/musicpd/mpd_0.11.5.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/musicpd/mpd_0.11.5.bb b/packages/musicpd/mpd_0.11.5.bb
deleted file mode 100644
index 7a1d17ef5d..0000000000
--- a/packages/musicpd/mpd_0.11.5.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "Music Player Daemon (mpd)"
-HOMEPAGE = "http://www.musicpd.org"
-SECTION = "console/multimedia"
-LICENSE = "GPLv2"
-DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile virtual/libiconv faad2"
-PR = "r8"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.gz \
- file://save-volume-state.patch;patch=1"
-
-inherit autotools
-
-# Setting --enable-mpd-{mad,id3tag} causes local caches of the libraries to
-# be built, instead we use the OE built versions which should be installed
-# in staging - remove the --with and replace with --enable to use the local
-# versions.
-
-EXTRA_OECONF = "--enable-ogg \
- --with-iconv-libraries=${STAGING_LIBDIR} \
- --with-iconv-includes=${STAGING_INCDIR} \
- --with-vorbis-libraries=${STAGING_LIBDIR} \
- --with-vorbis-includes=${STAGING_INCDIR} \
- --with-ogg-libraries=${STAGING_LIBDIR} \
- --with-ogg-includes=${STAGING_INCDIR} \
- --with-ao-libraries=${STAGING_LIBDIR} \
- --with-ao-includes=${STAGING_INCDIR} \
- --with-id3tag-libraries=${STAGING_LIBDIR} \
- --with-id3tag-includes=${STAGING_INCDIR} \
- --with-mad-libraries=${STAGING_LIBDIR} \
- --with-mad-includes=${STAGING_INCDIR} \
- --with-faad-libraries=${STAGING_LIBDIR} \
- --with-faad-includes=${STAGING_INCDIR}"