Skip to content

Commit

Permalink
Merge pull request #13 from jellyfin/eoan
Browse files Browse the repository at this point in the history
Support Ubuntu Eoan
  • Loading branch information
joshuaboniface authored Oct 22, 2019
2 parents 652a065 + af6bc45 commit de56e26
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ usage() {
echo -e " * bionic"
echo -e " * cosmic"
echo -e " * disco"
echo -e " * eoan"
}

if [[ -z ${1} ]]; then
Expand Down Expand Up @@ -43,6 +44,10 @@ case ${cli_release} in
release="ubuntu:disco"
gcc_version="7"
;;
'eoan')
release="ubuntu:eoan"
gcc_version="7"
;;
*)
echo "Invalid release."
usage
Expand Down
5 changes: 4 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# We just wrap `build` so this is really it
name: "jellyfin-ffmpeg"
version: "4.0.4-2"
version: "4.2.1-2"
packages:
- stretch-amd64
- stretch-armhf
Expand All @@ -19,3 +19,6 @@ packages:
- disco-amd64
- disco-armhf
- disco-arm64
- eoan-amd64
- eoan-armhf
- eoan-arm64
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jellyfin-ffmpeg (4.2.1-2) unstable; urgency=medium

* Support Ubuntu Eoan (19.10)

-- Joshua Boniface <[email protected]> Tue, 22 Oct 2019 14:01:54 -0400

jellyfin-ffmpeg (4.2.1-1) unstable; urgency=medium

* New upstream version 4.2.1
Expand Down

0 comments on commit de56e26

Please sign in to comment.