Thank you, bigcajun826.
Search Criteria
Package Details: mythtv-git 34.0.r23.g9b54f1a672-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.001288 |
First Submitted: | 2023-04-10 09:11 (UTC) |
Last Updated: | 2024-06-30 17:31 (UTC) |
Dependencies (63)
- exiv2 (exiv2-gitAUR)
- fftw (fftw-amdAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-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 43 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 .. 21 22 23 24 25 26 27 28 29 30 31 Next › Last »
theunrulysquash commented on 2018-08-21 23:51 (UTC)
delx commented on 2018-08-21 01:47 (UTC)
I've posted mythtv-fixes which builds and runs against current x264. It also fetches from the fixes/29 git branch, which contains many fixes since the 29.1 release.
I needed a working package for a few systems, and pushing to AUR was the easiest thing. @Taijian if you'd like to copy some/all of those changes into this package that'd be great. Then I can remove mine again :)
keepitsimpleengr commented on 2018-08-18 17:28 (UTC)
The patches provided by bigcajun826 worked for me... .. . ...thanks bigcajun826
Taijian commented on 2018-08-17 15:12 (UTC)
Sorry about the delay. I am currently on vacation and away from my computer. I'll update when I get back, after the 27th.
bigcajun826 commented on 2018-08-17 13:22 (UTC)
I think I have a patch that works here: https://gist.github.com/emerkle826/5a4302abfb09b9b3a4fed598bf3a1538
It's the libx264.c patch and the changes to PKGBUILD.
gary9872 commented on 2018-08-17 01:22 (UTC)
thx bigcajun826 for ffmpeg tip
bigcajun826 commented on 2018-08-16 17:44 (UTC)
After the x264 upgrade, I tried to recompile and got issues with:
src/mythtv-29.1/mythtv/external/FFmpeg/libavcodec/libx264.c
I don't have the specific error handy, but it was similar to this report:
https://trac.ffmpeg.org/ticket/6932
That report has a link to a patch for libx264.c that shows that x264_bit_depth
was replaced by X264_BIT_DEPTH
, along with some other stuff in there.
I'm not sure what all is needed, but after doing a replace of x264_bit_depth
with X264_BIT_DEPTH
in the file above, I was able to rebuild the package. Since I'm not great with patch files, I don't have one to provide, and thus I had to build it with makepkg --e
after manually editing the source file.
Hope that helps some....
produnis commented on 2018-08-16 10:36 (UTC)
The arch update to extra/x264 breaks compatibility with mythtv. I get now:
mythbackend: error while loading shared libraries: libx264.so.152: cannot open shared object file: No such file or directory
Taijian commented on 2018-07-24 21:08 (UTC)
Thank you for the heads-up! I have updated the PKGBUILD accordingly and ended up just moving in to depends(), because it was already a make-depend, so it seemed silly to not do that, even though it is not technically true. But I'm just going to hope that no one will complain too loudly to the AUR police :)
martyg commented on 2018-07-24 17:48 (UTC)
Hello. Another PKGBUILD tweak for you, after a cleanup of my server.
Metadata lookup will not work unless mysql-python is installed at runtime.
Recommend this package be added to optdepends=() list.
Thanks again for keeping this thing together for everyone.
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