Package Details: mythtv-git 34.0.r23.g9b54f1a672-1

Git Clone URL: https://aur.archlinux.org/mythtv-git.git (read-only, click to copy)
Package Base: mythtv-git
Description: A Homebrew PVR project (Stable '-fixes' branch)
Upstream URL: https://www.mythtv.org/
Licenses: GPL
Conflicts: mythtv
Provides: mythtv
Submitter: JohnLBergqvist
Maintainer: JohnLBergqvist
Last Packager: JohnLBergqvist
Votes: 36
Popularity: 0.001288
First Submitted: 2023-04-10 09:11 (UTC)
Last Updated: 2024-06-30 17:31 (UTC)

Sources (6)

Pinned Comments

JohnLBergqvist commented on 2023-04-10 15:56 (UTC) (edited on 2023-04-10 15:57 (UTC) by JohnLBergqvist)

This package replaces the previous 'mythtv' AUR package. It has been renamed to comply with Arch's VCS package guidelines.

I hope to update the various mythplugins AUR packages soon

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 31 Next › Last »

mosh5382 commented on 2019-05-23 03:16 (UTC)

I can confirm that bigcajun826 patch worked. I was able to build the package and mythtv is working correctly.

Taijian commented on 2019-05-22 22:13 (UTC)

Thanks everyone for bringing the issue and the (probable) fix up - I'll update this as soon as I'm able, but RL has kinda kept me busy these last few days... Sorry!

bigcajun826 commented on 2019-05-22 19:16 (UTC) (edited on 2019-05-22 20:59 (UTC) by bigcajun826)

I think this patch will work until a new mythtv 30 bundle is ready: https://gist.github.com/emerkle826/831061ae347a7a8dd98cc472d1ff3a24

Shouldn't have to downgrade exiv2 in Arch with this.

UPDATE: Taijian, feel free to pull from my clone here: https://github.com/emerkle826/mythtv/compare/exiv2-fix

keepitsimpleengr commented on 2019-05-22 19:10 (UTC) (edited on 2019-05-22 19:10 (UTC) by keepitsimpleengr)

Found the problem with archlinux compilations of mythtv Downgraded package exiv2 (0.27.1-1 => 0.26-2)

RuneArch commented on 2019-05-22 08:41 (UTC)

Reverting to exiv2 0.26-2 worked for me, until that Myth commit makes it's way into the AUR package.

boomshalek commented on 2019-05-21 20:21 (UTC)

Compilation has failed me today with an up to date system. Possible culprit could be this commit (maybe it should be reversed): https://github.com/MythTV/mythtv/commit/fc79822ce4c8775361053d1bdd8d9dce2dc44ec1

imagemetadata.cpp: In constructor ‘PictureMetaData::PictureMetaData(const QString&)’: imagemetadata.cpp:315:19: error: ‘Error’ in namespace ‘Exiv2’ does not name a type catch (Exiv2::Error &e) ^~~~~ In file included from /usr/include/qt/QtCore/qcoreapplication.h:43, from /usr/include/qt/QtCore/QCoreApplication:1, from imagemetadata.h:12, from imagemetadata.cpp:1: imagemetadata.cpp:317:74: error: ‘e’ was not declared in this scope LOG(VB_GENERAL, LOG_ERR, LOC + QString("Exiv2 exception %1").arg(e.what())); ^ imagemetadata.cpp:317:9: note: in expansion of macro ‘LOG’ LOG(VB_GENERAL, LOG_ERR, LOC + QString("Exiv2 exception %1").arg(e.what())); ^~~ make[2]: [Makefile:1781: obj/imagemetadata.o] Error 1 make[2]: Leaving directory '/tmp/trizen-chris/mythtv/src/mythtv-30.0/mythtv/libs/libmythmetadata' make[1]: [Makefile:301: sub-libmythmetadata-make_first] Error 2 make[1]: Leaving directory '/tmp/trizen-chris/mythtv/src/mythtv-30.0/mythtv/libs' make: *** [Makefile:68: libs] Error 2 ==> ERROR: A failure occurred in build(). Aborting...