blob: 86ba527845ecf5b0bd45964b3cade9fc1772b5bd [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "cdparanoia library"
2DESCRIPTION = "library used to read audio CDs, which is able to perform \
3error corrections, hence the name paranoia."
4HOMEPAGE = "https://www.xiph.org/"
5SECTION = "multimedia"
6
7LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=d370feaa1c9edcdbd29ca27ea3d2304d"
9
10SRC_URI = "http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-${PV}.src.tgz \
11 file://0001-Use-DESTDIR-in-install-Makefile-rule.patch \
12 file://0002-interface-remove-C-reserved-keyword.patch \
13"
14SRC_URI[md5sum] = "b304bbe8ab63373924a744eac9ebc652"
15SRC_URI[sha256sum] = "005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df"
16
17# Uppercase letters are not allowed in the recipe name, thus the recipe can not be named cdparanoia-III and
18# we need to add the path to the extracted sources explicitely:
19S = "${WORKDIR}/cdparanoia-III-${PV}"
20
21# cdparanoia Makefile can not be used with several threads (because the static library target and the shared
22# library target use object files which are compiled in the same directory, the object files are just removed
23# between the compilation of those two targets)
24PARALLEL_MAKE = ""
25
26inherit autotools-brokensep