i did what @deadite66 did and installed version 32/fixes. Seems to be fine. The only small issue so far is that the 2 utils in /usr/share/mythtv/contrib/maintenance were failing with a dbschema error. Copying MythTV.pm usr/share/perl5/ from vendor_perl to site_perl fixed that. Possibly the the MythTV lib should also be copied to replace the older version.
Search Criteria
Package Details: mythtv-git 35.0.r0.g2cee6aa-1
Package Actions
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.000072 |
First Submitted: | 2023-04-10 09:11 (UTC) |
Last Updated: | 2025-03-02 11:54 (UTC) |
Dependencies (61)
- exiv2 (exiv2-gitAUR)
- fftw
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libavc1394
- libbluray (libbluray-gitAUR)
- libhdhomerunAUR (libhdhomerun-gitAUR)
- libiec61883
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvdpau
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxrandr (libxrandr-gitAUR)
- libzip (libzip-gitAUR)
- lzo
- python-pyqt5-webengine
- Show 41 more dependencies...
Required by (19)
- hdhomerun_config_gui (requires mythtv) (optional)
- mythplugins-mytharchive (requires mythtv)
- mythplugins-mytharchive (make)
- mythplugins-mythbrowser (requires mythtv)
- mythplugins-mythbrowser (make)
- mythplugins-mythgame (requires mythtv)
- mythplugins-mythgame (make)
- mythplugins-mythmusic (requires mythtv)
- mythplugins-mythmusic (make)
- mythplugins-mythnetvision (requires mythtv)
- mythplugins-mythnetvision (make)
- mythplugins-mythnews (requires mythtv)
- mythplugins-mythnews (make)
- mythplugins-mythweather (requires mythtv)
- mythplugins-mythweather (make)
- mythplugins-mythweb (requires mythtv)
- mythplugins-mythweb (make)
- mythplugins-mythzoneminder (requires mythtv)
- mythplugins-mythzoneminder (make)
Sources (6)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 32 Next › Last »
glenb77 commented on 2022-03-07 22:15 (UTC)
deadite66 commented on 2022-03-07 05:40 (UTC)
@glenb77 i just changed the sources and it built ok.
glenb77 commented on 2022-03-06 23:13 (UTC)
@deadite66 did you make any other changes to pkgbuild other than changing the git to 32/fixes. i don't think that patch file is right anymore. anyway i see that x264 and x265 have arch updates so i thought maybe it was time to move version 32 since when i update next, myth with have to be rebuilt anyway.
deadite66 commented on 2022-02-25 14:10 (UTC) (edited on 2022-02-25 14:12 (UTC) by deadite66)
edited my local PKGBUILD for 32 and it working fine so far, only small issue was mythtv-setup failing until i installed soundtouch.
hope to try mythweb again as it looks they've patched for php 8
pix3l commented on 2022-02-24 13:32 (UTC)
And here (after 2 years) there's v32 release: https://www.mythtv.org/wiki/Release_Notes_-_32
Hooray!
hamelg commented on 2022-02-22 21:43 (UTC) (edited on 2022-02-23 21:03 (UTC) by hamelg)
ttvdb.py is broken. See this post : https://forum.mythtv.org/viewtopic.php?f=36&t=4692#p23464/
hedgepigdaniel commented on 2022-01-17 02:36 (UTC) (edited on 2022-01-17 02:37 (UTC) by hedgepigdaniel)
I faced the same error as @sultanoswing (multiple definition of 'GetDefaultChannelLayout'
)
In my case, /usr/include/AMF/core/AudioBuffer.h
was owned by the package amf-headers-git
(which I assume I had installed from previously building ffmpeg-full-git
or similar).
I removed amf-headers-git
, and then the build succeeded.
jfabernathy commented on 2021-11-11 14:05 (UTC)
How would I modify this PKGBUILD so that I could track master branch? Any points would be appreciated
sultanoswing commented on 2021-10-30 22:53 (UTC) (edited on 2021-11-14 10:23 (UTC) by sultanoswing)
Failing to build today:
/usr/bin/ld: libavcodec/amfenc_h264.o: in function `GetDefaultChannelLayout':
/usr/include/AMF/core/AudioBuffer.h:89: multiple definition of `GetDefaultChannelLayout'; libavcodec/amfenc.o:/usr/include/AMF/core/AudioBuffer.h:89: first defined here
/usr/bin/ld: libavcodec/amfenc_hevc.o: in function `GetDefaultChannelLayout':
/usr/include/AMF/core/AudioBuffer.h:89: multiple definition of `GetDefaultChannelLayout'; libavcodec/amfenc.o:/usr/include/AMF/core/AudioBuffer.h:89: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [ffbuild/library.mak:104: libavcodec/libmythavcodec.so.58] Error 1
make[2]: Leaving directory '/home/user/Desktop/mythtv/src/mythtv/mythtv/external/FFmpeg'
make[1]: *** [Makefile:25: FFmpeg-all] Error 2
make[1]: Leaving directory '/home/user/Desktop/mythtv/src/mythtv/mythtv/external'
make: *** [Makefile:66: external] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Have rebuilt dependencies, including ffmepg. All else fully up to date in [Core], [Community], [Extra] and AUR as of today.
EDIT: fully reinstalled all packages, and updated a bunch of out of date perl 5.32 modules, including xmltv. Still won't build, same error.
Interestingly, builds on my laptop running Arch - so at least I can get a working package for my desktop.
delx commented on 2021-09-12 13:41 (UTC) (edited on 2021-09-12 13:42 (UTC) by delx)
Hi @ralfrupf1976,
I suspect that you haven't passed the correct flags to makepkg
so that it installs dependencies before the build. You'll want to run something like makepkg -sri
.
Please have a look at the usage guide on the wiki, or the manual for more info.
Hope you can make it work :-)
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