Skip to content

Commit

Permalink
Refine Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 30, 2024
1 parent 25761a3 commit ca51b76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cross/jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ HOMEPAGE = https://jellyfin.org
COMMENT = The Free Software Media System. It is an alternative to the proprietary Emby and Plex.
LICENSE = GPLv2

DOTNET_VERSION = 8.0
BUILD_DEPENDS = native/dotnet-sdk-$(DOTNET_VERSION)
BUILD_DEPENDS = native/dotnet-sdk-8.0

DOTNET_OUTPUT_PATH = share
DOTNET_PACKAGE_NAME = Jellyfin.Server
Expand Down
10 changes: 6 additions & 4 deletions spk/jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,35 @@ SPK_NAME = jellyfin
SPK_VERS = 10.10.0
SPK_REV = 18
SPK_ICON = src/jellyfin.png
WIZARDS_DIR = src/wizard/
DSM_UI_DIR = app

DEPENDS = cross/jellyfin cross/jellyfin-web

# GLIBC >= 2.28 required
REQUIRED_MIN_DSM = 7.2
SPK_DEPENDS = "ffmpeg7"

# x64 and armv8 archs are supported only.
UNSUPPORTED_ARCHS = $(32bit_ARCHS)

MAINTAINER = SynoCommunity
DESCRIPTION = "The Free Software Media System. It is an alternative to the proprietary Emby and Plex."
DISPLAY_NAME = Jellyfin
STARTABLE = yes
CHANGELOG = "1. Update jellyfin to 10.10.0<br/>2. Built with dotnet 8.0.10 and nodejs 20.18.0"
HOMEPAGE = https://jellyfin.org
HELPURL = https://jellyfin.org/docs/general/server/settings.html
SUPPORTURL = https://jellyfin.org/docs/general/getting-help.html

LICENSE = GPLv2
LICENSE_FILE = $(WORK_DIR)/$(SPK_NAME)-$(SPK_VERS)/LICENSE
SPK_DEPENDS = "ffmpeg7"

WIZARDS_DIR = src/wizard/

# 'auto' reserved value grabs SPK_NAME
SERVICE_USER = auto
SERVICE_SETUP = src/service-setup.sh
STARTABLE = yes

DSM_UI_DIR = app
CONF_DIR = src/conf

# Service configuration
Expand Down

0 comments on commit ca51b76

Please sign in to comment.