Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions meta-multimedia/recipes-multimedia/madplay/madplay_0.15.2b.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
DESCRIPTION = "Madplay is a command-line MPEG audio decoder and player"
SECTION = "console/multimedia"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SRC_URI = "ftp://ftp.mars.org/pub/mpeg/${PN}-0.15.2b.tar.gz "

SRC_URI[md5sum] = "6814b47ceaa99880c754c5195aa1aac1"
SRC_URI[sha256sum] = "5a79c7516ff7560dffc6a14399a389432bc619c905b13d3b73da22fa65acede0"

DEPENDS += "libmad libid3tag"
inherit autotools gettext

do_configure_prepend() {

touch ${S}/NEWS
touch ${S}/AUTHORS
touch ${S}/ChangeLog
}

ARM_INSTRUCTION_SET = "arm"

FILES_${PN} = "${bindir}/*"

# plese add the below line in your conf/local.conf when you have got any LICENCE errors of libmad
# LICENSE_FLAGS_WHITELIST += "commercial"