Bug 281603 - multimedia/plexmediaserver-plexpass: Update to 1.41.0.8992
Summary: multimedia/plexmediaserver-plexpass: Update to 1.41.0.8992
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://forums.plex.tv/t/plex-media-s...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-20 07:48 UTC by Benoît Guillemaud
Modified: 2024-09-21 12:00 UTC (History)
3 users (show)

See Also:
b.shertenlieb: maintainer-feedback+


Attachments
new diff file for update to 1.41.0.8992 (1.28 KB, patch)
2024-09-20 20:13 UTC, Ben Shertenlieb
b.shertenlieb: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benoît Guillemaud 2024-09-20 07:48:39 UTC
Plex Media Server 1.41.0.8992 is now available to everyone.

NEW:

    (AdDetection) Allow ad detection in libraries without DVR (PM-1841)
    (Nvidia Shield) This release removes support for legacy plug-ins on Nvidia Shield devices (PM-1855)
    (Scanner) Look inside ‘subs’ and ‘subtitles’ sub-directories for external subtitle files (PM-1002)
    (Subtitles) Improved subtitle burn-in performance when Hardware Transcoding (PM-1764)
    (Tone Mapping) Added a preference to select tone mapping algorithm to use. Only available on some platforms/devices. (PM-1431)
    (Tonemapping) Added support for HW Tonemapping on Windows for some Intel devices (PM-532)
    (Web) Updated to 4.136.1

FIXES:

    (Library) In some cases library items were not properly sorted (PM-1729)
    (QNAP) Restores Plex Media Server icon in App Center (PM-2081)
    (Scanner) Improve performance when scanning in new movie items. Local metadata will now populate during initial refresh (PM-1777)
    (Single Item Sharing) Filtering shared media by type didn’t work (PM-1359)
    (Sorting) Default sort didn’t use natural sorting (10 should be after 3) (PM-1797)
    (Synology) DSM 7 packages failed to install on some ARMv7 devices (PM-2045)
    (Synology) DSM 7 packages failed to install on some x86 devices (PM-2092)
    (Tags) Tags with unicode characters could not be deleted (PM-2031)
    (Tone Mapping) Tone Mapping could fail on Windows for some Intel devices (PM-2026)
    Optimized Versions would show no items (PM-2030)
Comment 1 Alexander Vereeken freebsd_triage 2024-09-20 08:38:18 UTC
Hello,

did you forgot to add the patch? :)
Comment 2 Benoît Guillemaud 2024-09-20 11:57:45 UTC
(In reply to Alexander Vereeken from comment #1)
Hello Alexander,

No I did not forget, I don't know how to make one. Is there some documentation around on how to build those patch files ? I could not find any.

Best regards
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-20 14:26:55 UTC
(In reply to Benoît Guillemaud from comment #2)
1. Edit multimedia/plexmediaserver-plexpass/Makefile - change version.
2. Then run "make makesum" for undate distifiles in /usr/ports/multimedia/plexmediaserver-plexpass.
3. Run test build: "DEVELOPER=YES make check-plist stage-qa"
But better build in poudriere, example from my build server:
poudriere testport -j 141amd64 -p main -o multimedia/plexmediaserver-plexpass
4. If you got errors or warnings - try to fix.
5. If no errors install software and test how it work (optional).
6. Create patch:
cd /usr/ports
git diff multimedia/plexmediaserver-plexpass > plexmediaserver-plexpass.diff
7. Attach this patch to this PR.
Comment 4 Ben Shertenlieb 2024-09-20 20:13:15 UTC
Created attachment 253700 [details]
new diff file for update to 1.41.0.8992
Comment 5 Ben Shertenlieb 2024-09-20 20:25:15 UTC
I was trying to save everyone a little extra work, waiting for Plex.tv to release a new -plexpass version since both ports are in sync... In the past, they have released something pretty quick and I'm very surprised they still haven't released anything yet... Hopefully it will not be in the next couple days now...

Also, could someone please change Hardware tag to amd64

Thanks,
Ben
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-09-20 20:44:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ccc05c66a63ed455407f08c77e99c452b2c4e549

commit ccc05c66a63ed455407f08c77e99c452b2c4e549
Author:     Ben Shertenlieb <b.shertenlieb@yahoo.com>
AuthorDate: 2024-09-20 20:42:06 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-09-20 20:42:06 +0000

    multimedia/plexmediaserver-plexpass: Update 1.41.0.8930 → 1.41.0.8992

    Changelog:
    https://forums.plex.tv/t/plex-media-server/30447/646

    PR:     281603

 multimedia/plexmediaserver-plexpass/Makefile | 4 ++--
 multimedia/plexmediaserver-plexpass/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-20 20:44:34 UTC
Thanks.
Comment 8 Ben Shertenlieb 2024-09-20 20:51:21 UTC
(In reply to Vladimir Druzenko from comment #7)

Thank you...
Comment 9 Benoît Guillemaud 2024-09-21 12:00:58 UTC
(In reply to Vladimir Druzenko from comment #3)
Thanks Vladimir, I'll try building a patch next time :-)

Thanks Ben for preparing a patch file