mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-tv/mythtv: bump snapshot 20251230 for v35.0
Closes: https://bugs.gentoo.org/870076 Closes: https://bugs.gentoo.org/924347 Closes: https://bugs.gentoo.org/952561 Closes: https://bugs.gentoo.org/963465 Closes: https://bugs.gentoo.org/967048 Closes: https://bugs.gentoo.org/967055 Closes: https://bugs.gentoo.org/967722 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45213 Closes: https://github.com/gentoo/gentoo/pull/45213 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user