blob: ba368a27f59f183d045720dd7d02ada10c992581 [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 \
Patrick Williamsddad1a12017-02-23 20:36:32 -060013 file://0003-Fix-missing-shared-object-LDFLAGS.patch \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014"
15SRC_URI[md5sum] = "b304bbe8ab63373924a744eac9ebc652"
16SRC_URI[sha256sum] = "005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df"
17
18# Uppercase letters are not allowed in the recipe name, thus the recipe can not be named cdparanoia-III and
19# we need to add the path to the extracted sources explicitely:
20S = "${WORKDIR}/cdparanoia-III-${PV}"
21
22# cdparanoia Makefile can not be used with several threads (because the static library target and the shared
23# library target use object files which are compiled in the same directory, the object files are just removed
24# between the compilation of those two targets)
25PARALLEL_MAKE = ""
26
27inherit autotools-brokensep