Z. Liu
2025-12-31 01:03:34 +08:00
committed by Sam James
parent 299f2240a0
commit 0ee2a30ce7
2 changed files with 8 additions and 4 deletions

View File

@@ -1 +1 @@
DIST mythtv-35.0_p20250723.tar.gz 120241715 BLAKE2B 92fc026c1e7e467c0a67a59f758978b7a67321d4b006881734b4e409081cadfae3efd6c51bf00fa6e0f15b456acb6c146e8b8e2f45b9817998876fe9dfcd6945 SHA512 80186f767fe54132171ddfdb2ab6fc4268f2519dfc80af43a07b7e61206b7c3d4a66ae344f47eca33a6bd74d143e2ea6755a83d5f971770122544701aa9fee5a
DIST mythtv-35.0_p20251230.tar.gz 120232749 BLAKE2B 91bfabc427d87cb66c0208936aad2298639635106cd3f67b4416cd8b1de6000a051fca463e17be13cd4ea5b1a347f0ed0d68ec27bc80dafdb199ed0f2924a786 SHA512 c14d5c7c19e773c74a1a623a788fff080bc8416e5b73694f6777ea2047c874f34278f66466f4a1d2d803e552a750498a066da778cc0e6cd48379b3edf50b15df

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISABLE_AUTOFORMATTING="yes"
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit edo flag-o-matic python-any-r1
inherit qmake-utils readme.gentoo-r1 systemd toolchain-funcs user-info
@@ -13,7 +13,7 @@ DESCRIPTION="Open Source DVR and media center hub"
HOMEPAGE="https://www.mythtv.org https://github.com/MythTV/mythtv"
if [[ ${PV} == *_p* ]] ; then
# https://github.com/MythTV/mythtv/tree/fixes/35
MY_COMMIT="0a868b015e7346a9156a389acbbe395ec2e1aa24"
MY_COMMIT="805e05b76a9ab760169f901fd1149276fa17ccfb"
SRC_URI="https://github.com/MythTV/mythtv/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
# mythtv and mythplugins are separate builds in the github MythTV project
S="${WORKDIR}/mythtv-${MY_COMMIT}/mythtv"
@@ -130,7 +130,9 @@ BDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/mysqlclient[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}]
dev-python/requests-cache[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
')
)
"
@@ -173,6 +175,8 @@ src_prepare() {
}
src_configure() {
use elibc_musl && append-flags -D_LARGEFILE64_SOURCE # 924347
local -a myconf=()
# Setup paths