-
Notifications
You must be signed in to change notification settings - Fork 2
/
emby-server.json
36 lines (36 loc) · 920 Bytes
/
emby-server.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "emby-server",
"release": "11.2-RELEASE",
"artifact": "https://github.com/ma-karai/iocage-plugin-emby.git",
"pkgs": [
"audio/libvorbis",
"audio/opus",
"converters/fribidi",
"converters/iconv",
"databases/sqlite3",
"devel/libzvbi",
"graphics/webp",
"graphics/libraw",
"graphics/ImageMagick6"
"lang/mono",
"print/freetype2",
"security/gnutls",
"net/samba410",
"multimedia/libass",
"multimedia/libtheora",
"multimedia/libva",
"multimedia/libvpx",
"multimedia/libx264",
"multimedia/x265",
"multimedia/dav1d",
"x11-fonts/fontconfig",
],
"packagesite": "https://pkg.freebsd.org/FreeBSD:11:amd64/latest",
"fingerprints": {
"plugin-default": [{
"function": "sha256",
"fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438"
}]
},
"official": false
}