Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Tvheadend: TV streaming server and recorder" |
| 2 | HOMEPAGE = "https://tvheadend.org/" |
| 3 | |
| 4 | inherit autotools-brokensep gettext gitpkgv pkgconfig |
| 5 | |
| 6 | DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib" |
| 7 | |
| 8 | LICENSE = "GPLv3+" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" |
| 10 | |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 11 | SRC_URI = "git://github.com/tvheadend/tvheadend.git \ |
| 12 | file://0001-adjust-for-64bit-time_t.patch \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 13 | file://0001-allocate-space-for-buf-on-heap.patch \ |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 14 | " |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 15 | |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 16 | SRCREV = "fda89e85e0b6ae796d8a09e178d3937aa7869270" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 17 | PV = "4.3+git${SRCPV}" |
| 18 | PKGV = "4.3+git${GITPKGV}" |
| 19 | |
| 20 | S = "${WORKDIR}/git" |
| 21 | |
| 22 | EXTRA_OECONF += "--arch=${TARGET_ARCH} \ |
| 23 | --disable-hdhomerun_static \ |
| 24 | --disable-ffmpeg_static \ |
| 25 | --disable-libav \ |
Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 26 | --python=python3 \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 27 | " |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 28 | |
| 29 | CLEANBROKEN = "1" |
| 30 | |