Commit Graph
17 Commits
Author SHA1 Message Date
David Ullmer e3dd2929bd Merge branch 'jellyfin' into gh-actions 2021-09-06 16:40:36 +02:00
nyanmisaka 8e1a9545a4 add support for Ubuntu Hirsute 21.04 2021-07-16 20:42:14 +08:00
David Ullmer 1a1013aff9 Add GitHub Actions workflow 2021-04-10 17:03:01 +02:00
nyanmisaka 776d5221e7 Add dav1d AV1 support for armhf and arm64 2020-10-25 02:51:00 +08:00
nyanmisaka 22c65922e9 Add support for Ubuntu Groovy 20.10
*add libvpx encoder
*update libva to 2.9
*update gmmlib to 20.3.2
*update MediaSDK to 20.3
2020-10-24 16:28:18 +08:00
nyanmisaka 4d4a2f86a3 integrate free libva and intel-vaapi-driver with MIT license in the deb package 2020-04-11 21:07:54 +08:00
Joshua M. Boniface 0f24982096 Use command builtin instead of which 2020-02-19 11:14:31 -05:00
Joshua M. Boniface 398daa0c90 Correct the output message 2020-02-19 09:27:24 -05:00
Joshua M. Boniface 30a7add9ed Check for dependencies on start 2020-02-18 20:36:43 -05:00
Joshua M. Boniface 62cdde22ea Add support for Debian bullseye and update NVCH 2020-02-15 14:11:19 -05:00
Joshua Boniface af6bc45de6 Support Ubuntu Eoan 2019-10-22 14:08:57 -04:00
Joshua M. Boniface 5857dc6f44 Add libfontconfig and update nvidia headers
The latter was forced due to the old .deb going away.

Also move chown into Docker build rather than after.
2019-05-16 10:48:10 -04:00
Joshua Boniface 927dd9e24f Add Ubuntu Disco and arm64 builds 2019-04-29 22:47:47 -04:00
Joshua Boniface a0944d9cb8 Reenable armhf builds for Ubuntu Bionic/Cosmic 2019-03-25 20:12:08 -04:00
Joshua Boniface 313f98b847 Rename moved buildinfo/changes file 2019-03-19 18:02:19 -04:00
Joshua Boniface 106307976a Move to ../bin rather than .. 2019-03-06 22:22:37 -05:00
Joshua Boniface 0966a03a34 Add proper multi-dist build process
Adds the ability to configure and build per-release deb files that
can be used effectively with reprepro to provide compatibility
across distros and multiple architectures.

The package contains a set of static, single-binary ffmpeg and
ffprobe binaries that can be used instead of any system ffmpeg
packages, for whatever reason. ffmpeg 4.0.3 was chosen as the
latest Jellyfin-supported version.

The resulting binary files are located in `/usr/share` rather than
`/usr/bin`, so we don't need to `Conflicts` with system ffmpeg
packages. It does require various shared dependencies, following
as closely as possible (while compatible with all supported
releases) the default configurations, all of which should be
available on all releases and architectures by default (as would
the system ffmpeg).

A Docker-based infrastructure similar to the main Jelyfin package
build infrastructure is included to build the various packages
for the supported releases and architectures. The entrypoint
for users cloning the repo is `build`.

This configuration disables all tests as a number of them fail
arbitrarily for unknown reasons on armhf, but not amd64. This might
not be ideal long-term but provides a temporary solution. Reenabling
tests can be done by removing the `override_dh_auto_test:` line in
the `debian/rules` file.
2019-02-25 22:42:33 -05:00