ridiculous need to bump PORTREVISION of depending ports, whenever a
dependency is updated, but here we still are...
Bump PORTREVISION for the 9 users of x265 now that it has been
upgraded from 3.2 to 3.4.
From ChangeLog:
https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.4.3.0
* Improve performance of live tv guide
* Fix movie extras with multi-version videos
* Fix adding playlist to playlist
* Improve cleanup of missing episodes
* Fix rotation of dynamic images
* Fix manual metadata edits of extras getting lost
* Fix active sessions filter
* Work around a bug in MSDK where VPP processing hangs under certain conditions
* Fix qsv color conversion: Older devices 3,4 and 5th gen CPUs do not support
10bit and the color conversion cannot be done in hardware
* Ignore unsupported subtitle formats when searching for downloads
* Convert downloaded txt subtitles to srt
* Don't extract thumbnails for extras
* Improve display language of manual image downloading
* Deactivate GraphRunner debug messages
PR: 246868
Submitted by: driesm.michiels@gmail.com (maintainer)
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
- Build the ffmpeg with gcc to streamline with the bundled ffdetect binary
- Remove the update tarball from the rc script as we update through
ports and don not want people getting mismatched checksums by
updating this way
- Streamline configure target: explicitly disable autodetected
libraries that are unwanted
- Remove X11 requirement & gettext-runtime (not needed anymore)
PR: 237801
Submitted by: Dries Michiels <driesm.michiels@gmail.com>
Approved by: Maxime Gauduin <alucryd@archlinux.org> (maintainer)
Relnotes: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.1.0.26https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.1.1.0
Differential Revision: D20334
- Change license details, as emby is no longer open source
- No longer compiles from source, instead downloads pre-built binaries
- Change maintainer to submitter
PR: 231669
Submitted by: Maxime Gauduin <alucryd@archlinux.org>
Highlights:
- New Roslyn compiler for C# available
- Improved support for nuget packages in USES=mono
General:
- fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
- bump all dependant ports
USES=mono:
- properly handle caching of nuget packages
- add support for multiple feeds for nuget packages
- add support for nuget dependencies in a separate file
- add support for paket packages
lang/mono:
- update to version 5.2.0.215
- automate certificate initialisation [2]
- increase test coverage
- mark as conflicting with net/czmq (conflicting on makecert) [1]
- patch mono to use $PREFIX/share/mono instead of /usr/share/.mono
devel/google-gdata:
- use nunit.framework nuget package as the Mono shipped version is no longer suppport.
- switch to using csc(1) for compiling (mcs(1) is depreciated).
- use delayed signing (and then sign with sn(1)) as csc(1) does not support signing.
- fix reference to system assemblies (the '.dll' suffix is required).
- fix reference to HttpUtility: csc(1) is more strict about scoping
devel/monodevelop:
- reroll distinfo (no changes to content)
lang/fsharp:
- reroll distinfo (no changes to content)
security/gnome-keyring-sharp:
- delay sign (then sign with sn(1)) as csc(1) does not support direct signing.
PR: 223188 [1]
PR: 209670 [2]
Differential Revision: https://reviews.freebsd.org/D13752
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]