forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio/logitechmediaserver: update to 8.4.0
Changelog: https://github.com/Logitech/slimserver/blob/8.4.0/Changelog8.html Major changes: * Additional plugins, views * The ability to import playlists from other services Port changes: since mysqueezebox.com is going to close down imminently, add the --nomysqueezebox to the server invocation to make life easier https://lms-community.github.io/getting-started/changelog-lms8/#version-850 PR: 277299 Reported by: Trenton Schulz <[email protected]> (maintainer)
- Loading branch information
Showing
6 changed files
with
287 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
|
||
PORTNAME= logitechmediaserver | ||
DISTVERSION= 8.3.1 | ||
PORTREVISION= 1 | ||
DISTVERSION= 8.4.0 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -24,8 +23,8 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL | |
|
||
USES= gettext-runtime gmake perl5 shebangfix | ||
USE_GITHUB= yes | ||
GH_TUPLE= Logitech:slimserver:026019b \ | ||
Logitech:slimserver-vendor:947eb3a:vendor | ||
GH_TUPLE= Logitech:slimserver:e225575 \ | ||
Logitech:slimserver-vendor:5bb7355:vendor | ||
USE_RC_SUBR= logitechmediaserver | ||
SHEBANG_FILES= Bin/darwin/check-update.pl \ | ||
CPAN/Log/Log4perl/Layout/PatternLayout/Multiline.pm \ | ||
|
@@ -39,8 +38,6 @@ SHEBANG_FILES= Bin/darwin/check-update.pl \ | |
slimserver.pl \ | ||
${WRKSRC_vendor}/CPAN/hints/darwin.pl | ||
|
||
EXTRA_PATCHES= ${FILESDIR}/vendorpatch-CPAN_buildme.sh | ||
|
||
SUB_FILES= Custom.pm \ | ||
custom-convert.conf \ | ||
logitechmediaserver.conf | ||
|
@@ -53,13 +50,6 @@ SUB_LIST= PERL=${PERL} \ | |
SLIMGROUP=${SLIMGROUP} \ | ||
CONFFILES="${CONFFILES}" | ||
|
||
PLIST_SUB= SLIMDIR=${SLIMDIR} \ | ||
SLIMDBDIR=${SLIMDBDIR} \ | ||
OPSYS=${OPSYS:tl} \ | ||
ARCH=${ARCH} \ | ||
ARCHNAME=${ARCHNAME} | ||
|
||
EXTRA_PATCHES= ${FILESDIR}/vendorpatch-CPAN_buildme.sh | ||
SUB_FILES= Custom.pm \ | ||
custom-convert.conf \ | ||
logitechmediaserver.conf | ||
|
@@ -72,6 +62,15 @@ SUB_LIST= PERL=${PERL} \ | |
SLIMGROUP=${SLIMGROUP} \ | ||
CONFFILES="${CONFFILES}" | ||
|
||
USERS= ${SLIMUSER} | ||
GROUPS= ${SLIMGROUP} | ||
|
||
PLIST_SUB= SLIMDIR=${SLIMDIR} \ | ||
SLIMDBDIR=${SLIMDBDIR} \ | ||
OPSYS=${OPSYS:tl} \ | ||
ARCH=${ARCH} \ | ||
ARCHNAME=${ARCHNAME} | ||
|
||
# Defaults support playback of relativly unrestricted formats on SB2 or | ||
# SB3 devices and wired SB1 devices. | ||
OPTIONS_DEFINE= APE FAAD FLAC LAME SOX TEST DOCS | ||
|
@@ -84,9 +83,6 @@ LAME_RUN_DEPENDS= lame:audio/lame | |
SOX_RUN_DEPENDS= sox:audio/sox | ||
TEST_VARS_OFF= CONTRIB_FLAGS=-t | ||
|
||
USERS= ${SLIMUSER} | ||
GROUPS= ${SLIMGROUP} | ||
|
||
DOCFILES= Changelog*.html License*.txt | ||
CONFFILES= convert.conf types.conf | ||
|
||
|
@@ -117,8 +113,6 @@ do-build: | |
|
||
do-install: | ||
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SLIMDIR}) | ||
chmod +x ${STAGEDIR}${PREFIX}/${SLIMDIR}/scanner.pl \ | ||
${STAGEDIR}${PREFIX}/${SLIMDIR}/slimserver.pl | ||
(cd ${WRKSRC_vendor}/CPAN/build && \ | ||
${COPYTREE_SHARE} arch ${STAGEDIR}${PREFIX}/${SLIMDIR}/CPAN) | ||
(cd ${WRKSRC_vendor}/CPAN/build/${PERL_VER}/lib/perl5 && \ | ||
|
@@ -143,6 +137,7 @@ do-install: | |
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d | ||
${INSTALL_DATA} ${WRKDIR}/logitechmediaserver.conf \ | ||
${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/ | ||
@${MKDIR} ${STAGEDIR}${SLIMDBDIR} | ||
@${LN} -s ${SLIMDBDIR}/cache ${STAGEDIR}${PREFIX}/${SLIMDIR}/Cache | ||
do-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
TIMESTAMP = 1679831207 | ||
SHA256 (Logitech-slimserver-8.3.1-026019b_GH0.tar.gz) = 9b5c801cf765d204d08d64f6420ee1fe368eb2182d811c2bb50cbe98383c761d | ||
SIZE (Logitech-slimserver-8.3.1-026019b_GH0.tar.gz) = 147326126 | ||
SHA256 (Logitech-slimserver-vendor-947eb3a_GH0.tar.gz) = 8d356bf7f22fa9f427b71f074c9be4c13322f6e201c69cc62f3f2779221aeb71 | ||
SIZE (Logitech-slimserver-vendor-947eb3a_GH0.tar.gz) = 170625563 | ||
TIMESTAMP = 1708239484 | ||
SHA256 (Logitech-slimserver-8.4.0-e225575_GH0.tar.gz) = 81753397b57c51688c9a5d45db3597cc28303c556b2f0c68eaeb3d912562a439 | ||
SIZE (Logitech-slimserver-8.4.0-e225575_GH0.tar.gz) = 157658424 | ||
SHA256 (Logitech-slimserver-vendor-5bb7355_GH0.tar.gz) = 65694923ec667ed484619e6ca6826250ebe35ba4d1307e7b7d282fbfb2585352 | ||
SIZE (Logitech-slimserver-vendor-5bb7355_GH0.tar.gz) = 184535648 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
audio/logitechmediaserver/files/vendorpatch-CPAN_buildme.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.