aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-rb
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-rb')
0 files changed, 0 insertions, 0 deletions
lass='column2'>| | | | | | | | | | | | | | | | | | | | | | | - Remove patch (added upstream) - Disable ZSH completion option for the time being. The way we currently generate ZSH completion is known to be incompatible with cross-compilation, which is actually why it's disabled by default upstream [1] Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.27.0 PR: 221876 [1] Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> | * Update MASTER_SITES and distinfosunpoet2017-09-132-4/+4 | | | | | | | | Upstream rerolled the tarball with changes unrelated to this port. | * Update MASTER_SITES and distinfosunpoet2017-09-132-4/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for package change Upstream rerolled the tarball with the following change: --- MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp.orig 2017-09-11 20:01:14.000000000 +0800 +++ MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp 2017-09-12 21:03:36.000000000 +0800 @@ -2764,7 +2764,7 @@ Fill(Stream_General, 0, "Media/UUID", Value); else if (Parameter=="com.apple.finalcutstudio.media.history.uuid") Fill(Stream_General, 0, "Media/History/UUID", Value); - else if (Parameter=="com.apple.proapps.logNote") + else if (Parameter=="com.universaladid.idregistry") { Fill(Stream_General, 0, "AdID_Registry", Value); Fill_SetOptions(Stream_General, 0, "AdID_Registry", "N NTY"); @@ -2774,7 +2774,7 @@ Fill_SetOptions(Stream_General, 0, "AdID/String", "Y NTN"); } } - else if (Parameter=="com.apple.proapps.reel") + else if (Parameter=="com.universaladid.idvalue") { Fill(Stream_General, 0, "AdID_Value", Value); Fill_SetOptions(Stream_General, 0, "AdID_Value", "N NTY"); | * Update MASTER_SITES and distinfosunpoet2017-09-132-4/+4 | | | | | | | | Upstream rerolled the tarball with changes unrelated to this port. | * multimedia/aegisub: unbreak with ICU 59.1jbeich2017-09-131-0/+12 | | | | | | | | | | | | | | | | | | | | | | | | src/utils.cpp:269:17: error: variable has incomplete type 'icu::UnicodeString' UnicodeString ustr; ^ /usr/local/include/unicode/locid.h:50:7: note: forward declaration of 'icu::UnicodeString' class UnicodeString; ^ PR: 218788 Obtained from: upstream | * Update to 0.7.99sunpoet2017-09-132-4/+4 | | | | | | | | | | Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt | * Update to 0.7.99sunpoet2017-09-132-4/+4 | | | | | | | | | | Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt | * Update to 0.7.99 (0.4.37)sunpoet2017-09-132-4/+4 | | | | | | | | Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt | * multimedia/mpv: enable DVB supportcpm2017-09-131-2/+2 | | | | | | | | | | | | | | | | | | - Bump PORTREVISION PR: 222183 Submitted by: rozhuk.im@gmail.com Reviewed by: hselasky Approved by: cpm (maintainer) | * multimedia/ffmpeg: update to 3.3.4jbeich2017-09-122-5/+4 | | | | | | | | | | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Security: CVE-2017-14054 CVE-2017-14055 CVE-2017-14056 CVE-2017-14057 Security: CVE-2017-14058 CVE-2017-14059 CVE-2017-14169 CVE-2017-14170 Security: CVE-2017-14171 CVE-2017-14222 CVE-2017-14223 CVE-2017-14225 MFH: 2017Q3 | * multimedia/mpc-qt: update to 17.09.12jbeich2017-09-112-5/+5 | | | | | | | | Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.09...485ba78 | * lang/tcl84, x11-toolkits/tk84: deprecate Tcl/Tk 8.4 and dependentsgahr2017-09-111-0/+4 | | | * - Update to 4.2.3decke2017-09-1113-569/+413 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix various portlint warnings - Add missing LICENSE_FILE - Update pkg-descr to match recent upstream development The update was postponed a few times because early 4.2 releases had some serious regressions on FreeBSD. I know that there are still a few issues in the current release especially around IPTV and SAT>IP but they do not seem to be FreeBSD specific. If you run into regressions please let me know then we can still decide if we need to keep tvheadend 4.0 around. Thanks to all people for their patience and the people which helped during the testing phase especially Rainer and Heiko! Thanks to: Rainer Hurling <rhurlin@gwdg.de>, Heiko Kirschke <heiko.kirschke@posteo.de> | * Update to latest git revision from 20170530 since around 3 years have passed ↵decke2017-09-113-207/+1718 | | | | | | | | | | | | | | | | since the initial version PR: 221741 Submitted by: myself Approved by: maintainer timeout | * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-1138-26/+38 | | | | | | | | | | | | | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 | * Pet portlint: move BROKEN_sparc64 upwardsunpoet2017-09-104-9/+8 | | | | | | | | | | - Update BROKEN: use lowercase for leading character - Regenerate patch files with makepatch: | * multimedia/plexmediaserver{-plexpass}: Update to 1.8.4feld2017-09-086-22/+18 | | | | | | | | Changelog: https://forums.plex.tv/discussion/comment/1512281/#Comment_1512281 * | Merge branch 'master' into gnome-3.24Koop Mast2017-09-064-8/+7 |\| | * - Fix WWW:amdmi32017-09-062-3/+3 | | | | | | | | - Cosmetic fixes | * multimedia/mpc-qt: update to 17.09jbeich2017-09-032-5/+4 | | | | | | | | Changes: https://github.com/cmdrkotori/mpc-qt/compare/af00b5b...v17.09 * | Merge branch 'master' into gnome-3.24Koop Mast2017-09-013-8/+8 |\| | * multimedia/plexmediaserver-plexpass: Commit distinfo updatefeld2017-09-011-3/+3 | | | * multimedia/plexmediaserver-plexpass: Update to 1.8.2feld2017-08-311-2/+2 | | | | | | | | - (LiveTV) Stability improvements | * Update KDE Frameworks to 5.37.0tcberner2017-08-291-3/+3 | | | | | | | | | | | | | | PR: 221599 Reviewed by: rakuco Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12067 * | Merge branch 'master' into gnome-3.24Koop Mast2017-08-281-3/+4 |\| | * Change from USES=twisted to devel/py-twistedsunpoet2017-08-281-3/+4 | | | | | | | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 221653 Submitted by: sunpoet (myself) Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer) * | Merge branch 'master' into gnome-3.24Koop Mast2017-08-2522-142/+207 |\| | * multimedia/plexmediaserver: Update to 1.8.1feld2017-08-253-10/+14 | | | | | | | | Changelog: https://forums.plex.tv/discussion/comment/1497543/#Comment_1497543 | * Change from USES=twisted to devel/py-twistedsunpoet2017-08-221-2/+4 | | | | | | | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 221654 Submitted by: sunpoet (myself) Approved by: Christian Heckendorf <heckendorfc@gmail.com> (maintainer) | * Grmbl, commit the actual good version of the patch.mat2017-08-211-2/+4 | | | | | | | | Sponsored by: Absolight | * Fix build with graphics/openjpeg after update to 2.2.mat2017-08-213-5/+96 | | | | | | | | Sponsored by: Absolight | * Update GNUstep core libraries.theraven2017-08-211-1/+1 | | | | | | | | | | | | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release. | * Update to upstream version 12.1riggs2017-08-215-90/+34 | | | | | | | | | | | | PR: 219469 Submitted by: takefu@airport.fm Approved by: maintainer timeout | * multimedia/mpc-qt: update to 17.08.13jbeich2017-08-203-24/+14 | | | | | | | | Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.08...af00b5b | * Pet portlint: move BROKEN_* upwardsunpoet2017-08-201-2/+2 | | | * Update to upstream version 15.0.0riggs2017-08-192-4/+4 | | | | | | | | MFH: 2017Q3 | * Update to 20.0.1.vanilla2017-08-183-4/+36 | | * | Merge branch 'master' into gnome-3.24Koop Mast2017-08-1729-169/+175 |\| | * multimedia/ffmpeg: update to 3.3.3jbeich2017-08-162-5/+4 | | | | | | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.3.3:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Security: CVE-2017-9608 CVE-2017-11399 CVE-2017-11665 CVE-2017-11665 CVE-2017-11719 MFH: 2017Q3 | * multimedia/plexmediaserver-plexpass: Update to 1.8.1feld2017-08-153-10/+11 | | | | | | | | Changelog: http://forums.plex.tv/discussion/comment/1497543/#Comment_1497543 | * multimedia/emby-server: Update to 3.2.27.0woodsb022017-08-143-25/+33 | | | | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.27.0 | * * Bump Revision to fix ioctl sign-extension warningultima2017-08-142-3/+14 | | | | | | | | | | | | | | | | | | | | | | * Cleanup Makefile PR: 221241 Submitted by: <peo@bsdlabs.com> Reviewed by: matthew (mentor) Approved by: matthew (mentor) MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D11993 | * * Updated to 0.10.3ultima2017-08-142-10/+9 | | | | | | | | | | | | | | | | | | | | | | * Cleanup Makefile * Add license file PR: 221248 Submitted by: SimaMoto,RyōTa (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12000 | * * Updated to 0.10.10ultima2017-08-142-24/+24 | | | | | | | | | | | | | | | | | | | | | | * Cleanup Makefile * Added license file PR: 221247 Submitted by: SimaMoto,RyōTa (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11999 | * * Updated to 1.1.4ultima2017-08-142-13/+14 | | | | | | | | | | | | | | | | | | | | | | * Added license file * Cleanup Makefile PR: 221253 Submitted by: SimaMoto,RyōTa (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11994 | * * Updated to 1.1.10ultima2017-08-142-22/+23 | | | | | | | | | | | | | | | | | | | | | | * Cleanup Makefile * Added license file PR: 221250 Submitted by: SimaMoto,RyōTa (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11998 | * multimedia/mpc-qt: update to 17.08jbeich2017-08-132-5/+4 | | | | | | | | | | Changes: https://github.com/cmdrkotori/mpc-qt/compare/ec7ef77...v17.08 Changes: https://github.com/cmdrkotori/mpc-qt/releases/tag/v17.08 | * Update to 0.7.98sunpoet2017-08-122-4/+4 | | | | | | | | | | Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt | * Update to 0.7.98sunpoet2017-08-122-4/+4 | | | | | | | | | | Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt | * Update to 0.7.98 (0.4.36)sunpoet2017-08-122-4/+4 | | | | | | | | Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt | * multimedia/mpc-qt: update to 17.07.34jbeich2017-08-112-10/+5 | | | | | | | | | | Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.07...ec7ef77 MFH: 2017Q3 | * multimedia/mpc-qt: fix missing icons after r443673jbeich2017-08-111-2/+2 | | | * - Really update kodi to 17.3cpm2017-08-092-13/+20 | | | | | | | | | | | | | | | | | | | | - Sort Makefile to make portlint happy - Bump PORTREVISION PR: 220603 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Approved by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer) MFH: 2017Q3 (blanket) | * multimedia/xmms:tobik2017-08-061-21/+6 | | | | | | | | | | | | - Switch to options helpers - USES=localbase - Add LICENSE_FILE * | Merge branch 'master' into gnome-3.24Koop Mast2017-08-0621-308/+15 |\| | * Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team canjrm2017-08-053-3/+3 | | | | | | | | more easily contribute to their maintenance. | * - Pass maintainership to me. marino@ is not part of FreeBSD committersacm2017-08-042-2/+0 | | | * Update WWW line in pkg-descr.madpilot2017-08-021-1/+1 | | | * multimedia/plexmediaserver-plexpass: Update to 1.8.0feld2017-08-013-8/+11 | | | | | | | | Changelog: http://forums.plex.tv/discussion/comment/1488006/#Comment_1488006 | * Remove expired ports:rene2017-08-0112-294/+0 | | | | | | | | | | | | | | | | 2017-04-30 multimedia/avbin: Unfetchable for more than six months (google code has gone away) games/gondola: Depends on expired multimedia/avbin 2017-04-30 sysutils/flyback: Unfetchable for more than six months (google code has gone away) 2017-06-30 multimedia/py-ffmpeg: Depreciated upstream in favour of ffpyplayer 2017-07-31 mail/dovecot: Deprecated by upstream years ago. Use mail/dovecot2 instead * | Merge branch 'master' into gnome-3.24Koop Mast2017-07-314-7/+8 |\| | * Update to upstream version 14.0.0riggs2017-07-303-4/+5 | | | | | | | | MFH: 2017Q3 | * Remove MASTER_SITE_SUBDIRsunpoet2017-07-271-3/+3 | | | | | | | | - Add NO_ARCH * | Merge branch 'master' into gnome-3.24Koop Mast2017-07-2611-47/+58 |\| | * multimedia/assimp: unbundle minizipjbeich2017-07-251-1/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The port prefers system minizip if available but the build fails due to an inconsitency between find_package() and pkg_check_modules() about whether _LIBRARIES should contain absolute paths. /usr/bin/ld: cannot find -lminizip c++: error: linker command failed with exit code 1 (use -v to see invocation) https://gitlab.kitware.com/cmake/cmake/issues/15804 PR: 220889 Reported by: vvd@unislabs.com Submitted by: yuri@rawbw.com (maintainer, based on) | * multimedia/emby-server: Update to 3.2.26.0woodsb022017-07-233-33/+13 | | | | | | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.26.0 https://github.com/MediaBrowser/Emby/releases/tag/3.2.25.0 | * multimedia/assimp: add patches for 4.0.0 forgotten in r446390jbeich2017-07-232-0/+22 | | | | | | | | | | | | | | PR: 220889 Reported by: vvd@unislabs.com Pointy hat to: jbeich Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) | * multimedia/plexmediaserver-plexpass: Update to 1.7.6feld2017-07-233-8/+8 | | | | | | | | Changelog: http://forums.plex.tv/discussion/comment/1476678/#Comment_1476678 | * - Add a patch from upstream to fix a dumb calculation in ao_oss.ccpm2017-07-222-5/+11 | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION While I'm here pet portlint, USE_* comes before USES PR: 220920 Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> Obtained from: https://github.com/mpv-player/mpv/commit/8c82555e41a6a9edb677756cfe89f28a2918be2a * | Merge branch 'master' into gnome-3.24Koop Mast2017-07-2375-402/+474 |\| | * Update to a recent upstream snapshot as of 2017-07-22riggs2017-07-224-9/+7 | | | | | | | | MFH: 2017Q3 | * multimedia/assimp: update to 4.0.0jbeich2017-07-225-60/+12 | | | | | | | | | | | | Changes: https://github.com/assimp/assimp/releases/tag/v4.0.0 PR: 220889 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) | * Update GStreamer1 ports to 1.12.2.kwm2017-07-2245-284/+343 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework the adding of dependancies in Mk/bsd.gstreamer.mk. Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included. * The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin. * gtksink plugin renamed -> gtk * Hook up the sndio plugin into the framework * Add some indirect dependacies where needed * Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed. * Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed. * Depend on libunwind on i386/amd64, GStreamer links to it if it is present. PR: 220753 Exp-run by: antoine@ | * Deprecate ports BROKEN for more than 6 monthsantoine2017-07-221-0/+2 | | | * - Add LICENSEamdmi32017-07-202-14/+17 | | | | | | | | | | - Pet portlint - Update WWW | * multimedia/gnome-mpv: add new portjbeich2017-07-205-0/+54 | | | | | | | | | | | | | | | | | | | | MFH: 2017Q3 (trivial port, popular according to repology.org) GNOME MPV is a simple GTK+ frontend for mpv. GNOME MPV interacts with mpv via the client API exported by libmpv, allowing access to mpv's powerful playback capabilities. https://gnome-mpv.github.io/ | * multimedia/mpc-qt:cpm2017-07-206-21/+21 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add patch to fix mpcwidget crash on mpv 0.26.0 multimedia/mpv: - Update mpv to 0.26.0 - Update waf to 1.9.8 using the same waf version as bootstrap.py - Update ffmpeg version required to 3.3 - Drop unnecessary CONFIGURE_ARGS options - Fix option helpers - Update WWW in pkg-descr Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.26.0 Reviewed by: jbeich Approved by: jbeich (mpc-qt, maintainer) Differential Revision: https://reviews.freebsd.org/D11655 | * - Fix LICENSEamdmi32017-07-182-4/+8 | | | | | | | | | | | | | | - Add NO_ARCH - Update WWW Approved by: portmgr blanket | * Update to 3.1.8sunpoet2017-07-163-5/+5 | | | | | | | | | | | | - Update WWW Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS | * Update to 3.1.8sunpoet2017-07-163-5/+5 | | | | | | | | | | | | - Update WWW Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS * | Merge branch 'master' into gnome-3.24Koop Mast2017-07-1533-1117/+124 |\| | * multimedia/x264: r445837 forgot to move option helpersjbeich2017-07-152-2/+1 | | | | | | | | | | | | | | PR: 220694 Approved by: portmgr blanket MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D11566 | * multimedia/x264: enable FFMS, LAVF, SWSCALE by defaultjbeich2017-07-152-2/+3 | | | | | | | | | | | | | | | | | | | | | | Without FFmpeg-based demuxers x264 CLI can only read raw formats as source. So, enable more options to allow the binary package not only write but also read mp4/mkv. PR: 220694 Approved by: koobs (maintainer) MFH: 2017Q3 (usability improvement) Differential Revision: https://reviews.freebsd.org/D11566 | * multimedia/libx264: yasm is only used on x86, other archs use GNU asjbeich2017-07-151-1/+3 | | | | | | | | | | | | | | PR: 220694 Approved by: koobs (maintainer) MFH: 2017Q3 (minor build optimization) Differential Revision: https://reviews.freebsd.org/D11566 | * multimedia/x264: yasm is only used by libx264, so move ASM option therejbeich2017-07-153-6/+16 | | | | | | | | | | | | | | PR: 220694 Approved by: koobs (maintainer) MFH: 2017Q3 (minor build optimization) Differential Revision: https://reviews.freebsd.org/D11566 | * multimedia/{lib,}x264: update to 0.148.2795jbeich2017-07-154-63/+28 | | | | | | | | | | | | | | | | | | Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=aaa9aa83a111ed6f1db253d5afa91c5fc844583f ABI: https://abi-laboratory.pro/tracker/timeline/x264/ PR: 220694 Approved by: koobs (maintainer) MFH: 2017Q3 (bug fixes, minor SIMD optimizations) Differential Revision: https://reviews.freebsd.org/D11566 | * Update to 3.1.7sunpoet2017-07-152-4/+4 | | | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS | * Update to 3.1.7sunpoet2017-07-152-4/+4 | | | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS | * Remove expired ports:rene2017-07-148-891/+0 | | | | | | | | | | 2017-07-11 dns/opendnssec13: Approaching EOL, upgrade to opendnssec 1.4 or 2 2017-07-13 multimedia/banshee: Project is not being actively maintained upstream anymore | * Update KDE Frameworks to 5.36.0tcberner2017-07-121-3/+3 | | | | | | | | | | | | | | PR: 220579 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D11547 | * multimedia/kodi: update to 17.3 (bugfix)cpm2017-07-112-7/+4 | | | | | | | | | | | | | | | | | | | | | | - Update kodi to 1.7.3 - Unregister CONFLICTS_BUILD because it was fixed in r440033 Changes: https://kodi.tv/article/kodi-v173-minor-bug-fix-and-security-release PR: 220603 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> (maintainer) MFH: 2017Q3 | * multimedia/emby-server: Update to 3.2.24.0woodsb022017-07-093-22/+20 | | | | | | | | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.22.0 https://github.com/MediaBrowser/Emby/releases/tag/3.2.23.0 https://github.com/MediaBrowser/Emby/releases/tag/3.2.24.0 | * Update to 3.1.6sunpoet2017-07-092-4/+4 | | | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS | * Update to 3.1.6sunpoet2017-07-092-4/+4 | | | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS | * Split part of www/qt5-websockets into new port www/qt5-websockets-qmltcberner2017-07-071-1/+1 | | | | | | | | | | | | | | | | | | This splits qt5-websockets into a qt5-websockets port containing the core parts, and a qt5-websockets-qml port with the QML parts. The QML parts depend on Qt Quick, so on the GUI parts (and hence X11) while the core parts do not. PR: 220045 Submitted by: Adriaan de Groot <groot@kde.org> | * multimedia/w_scan: update to 20170107, which adds support for DVB-T2rene2017-07-054-81/+7 | | | | | | | | | | | | - take maintainership - drop LINUX option, the Linux binary is no longer pre-shipped - pet portlint | * multimedia/plexmediaserver{-plexpass}: Update to 1.7.5feld2017-07-055-32/+32 | | | | | | | | Changelog: http://forums.plex.tv/discussion/comment/1468498/#Comment_1468498 * | Merge branch 'master' into gnome-3.24Koop Mast2017-07-05