summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-17Add '!buildflags' to 'options'willemw12
Prevents error: "_FORTIFY_SOURCE" redefined [-Werror]
2024-03-17Remove !lto from 'options'willemw12
Also compiles now when LTO is enabled.
2023-12-02Upgrade from ffmpeg4.4 to ffmpeg (version 6)willemw12
2023-09-03Add !lto to 'options' to avoid a build errorwillemw12
See https://tvheadend.org/issues/6026
2023-05-09Remove gcc workaround and libavresamplewillemw12
Add fix for building in a clean build environment (replace patch file for an environment variable). Change pkgver(). Minor edits.
2022-08-02Apply gcc workaroundfrancoism90
2022-02-28Update SRCINFOfrancoism90
2022-02-28Fix ffmpeg compilefrancoism90
2021-03-21Merge breaking changesfrancoism90
2020-05-21"Fixed" build with GCC 10Dan Ziemba
2018-10-04Removed unnecessary part of patchDan Ziemba
2018-09-22Removed unnecessary CFLAGSDan Ziemba
2018-09-22Ignore missing libavresampleDan Ziemba
Arch's version of ffmpeg no longer provides this, but libswresample should take its place.
2018-09-02Removed ffmpeg patchDan Ziemba
2018-09-02FormattingDan Ziemba
2018-06-01Enabled HDHomerun clientDan Ziemba
2018-06-01FormattingDan Ziemba
2018-06-01Enabled DVB descramblingDan Ziemba
2018-05-31Fixed build with external ffmpegDan Ziemba
2018-05-31Prevent error on new GCC 8 warningsDan Ziemba
2018-05-31Disabled CSADan Ziemba
Avoids needing to build another AUR library for what I think is an uncommon need.
2018-01-08Removed dependency on linuxtv-dvb-appsDan Ziemba
2017-12-02Updated configure flagsDan Ziemba
2017-09-27System libopus, missing deps, enabled fdkaacDan Ziemba
2017-03-19Make sure dvb-scan dir is emptyDan Ziemba
2017-03-19Added aarch64Dan Ziemba
2016-04-22Now using tvh provided systemd service file.Dan Ziemba
You can now configure arguments in /etc/conf.d/tvheadend.
2016-04-06Removed PYTHONIOENCODING since a4afbee fixes thisDan Ziemba
2016-04-06Build with python 3Dan Ziemba
2016-04-05Updated build for new config optionsDan Ziemba
2016-03-14Vdpau option does nothing with external ffmpegDan Ziemba
2016-03-14Removed useless config optionsDan Ziemba
Pretty sure these only have an effect when building the included ffmpeg.
2016-03-14gitignoreDan Ziemba
2016-03-14Include dvb-scan-tables as sourceDan Ziemba
Instead of allowing build to pull a clean copy every time.
2016-03-14gitignoreDan Ziemba
2016-03-14Fixed deps to depend on all external libsDan Ziemba
2016-03-13Disabled systemd socket activationDan Ziemba
It requires a dependency that most people probably don't have.
2015-12-19Changed _gitname and added missing depDan Ziemba
2015-09-21Added systemd socket activationDan Ziemba
2015-08-23Added arm variants per user requestDan Ziemba
2015-08-10Copied over from aur3 with some updatesDan Ziemba