aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/dav1d: update to 0.9.1Jan Beich2021-07-293-6/+6
| | | | | Changes: https://code.videolan.org/videolan/dav1d/-/releases/0.9.1 Reported by: Repology
* *: Drop maintainership on most of my ports.Lars Engels2021-07-283-3/+3
| | | | Unfortunately I cannot give them the love they deserve at the moment.
* multimedia/webcamd: update to 5.13.2.5Steve Wills2021-07-282-7/+13
| | | | | | This version adds v4l2loopback support and several bug fixes. Approved by: hselasky
* */*: PyQt Update qscintilla2 to 2.13.0 and py-qt5-sip to 12.9.0Loïc Bartoletti2021-07-272-2/+2
| | | | | | | | Changes: - https://riverbankcomputing.com/news/QScintilla_2.13.0_Released - https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS PR: 257308 Exp-run by: antoine
* multimedia/minisatip: Update to 1.1.34Bernhard Froehlich2021-07-272-4/+4
|
* multimedia/libva-intel-media-driver: unbreak X11=off after 7f7a93023ffbEvgeniy Khramtsov2021-07-272-0/+3
| | | | | | | | | media_driver/linux/common/ddi/media_libva_putsurface_linux.h:31:10: fatal error: 'va/va_dricommon.h' file not found #include <va/va_dricommon.h> ^~~~~~~~~~~~~~~~~~~ PR: 257443 Approved by: jbeich (maintainer)
* multimedia/pipewire: Bump PORTREVISION.Gleb Popov2021-07-271-1/+1
| | | | Reported by: lwhsu
* multimedia/pipewire: Enable MEDIASESSION by default.Evgeniy Khramtsov2021-07-271-1/+10
| | | | PR: 255348
* multimedia/mpv: unbreak fetch via local copyJan Beich2021-07-251-0/+1
| | | | | | | | | | | | | | | | Index abbreviation in git-format-patch(1) output seems to change frequently, probably due to GitHub load balancing. $ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles) [...] => 62fb374349e0.patch doesn't seem to exist in /tmp/distfiles.kipot6aT/. => Attempting to fetch https://github.com/mpv-player/mpv/commit/62fb374349e0.patch fetch: https://github.com/mpv-player/mpv/commit/62fb374349e0.patch: size mismatch: expected 2083, actual 2079 => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles.kipot6aT/ and try again. *** Error code 1 Reported by: LuMiWa (via multimedia@ list)
* multimedia/mpv: backport --gpu-context=drm on console by defaultJan Beich2021-07-252-1/+4
|
* multimedia/intel-media-sdk: update to 21.3.0Jan Beich2021-07-252-4/+4
| | | | Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-21.2.3...intel-mediasdk-21.3.0
* multimedia/libva-intel-media-driver: update to 21.3.0Jan Beich2021-07-252-31/+31
| | | | | Changes: https://github.com/intel/media-driver/compare/intel-media-21.2.3...intel-media-21.3.0 Reported by: Repology
* multimedia/smtube: Update to 21.7.0VVD2021-07-242-5/+4
| | | | | | | Changelog: https://github.com/smplayer-dev/smtube/releases/tag/v21.7.0 PR: 257345 Approved by: lwhsu (mentor, implicit)
* multimedia/aom: update to 3.1.2Jan Beich2021-07-233-5/+5
| | | | | Changes: https://aomedia.googlesource.com/aom/+log/v3.1.1..v3.1.2 Reported by: portscout, /r/AV1
* multimedia/handbrake: fix build on powerpc(64)Piotr Kubaj2021-07-222-0/+18
| | | | For some reason, while there's no issue with building on powerpc64le, there's a problem on powerpc and powerpc64 (same as with multimedia/ffmpeg).
* multimedia/vapoursynth: update to R54Jan Beich2021-07-212-4/+4
| | | | | | Changes: http://www.vapoursynth.com/2021/07/r54-mask-clips-are-special/ Changes: https://github.com/vapoursynth/vapoursynth/compare/R53...R54 Reported by: GitHub (watch releases)
* multimedia/handbrake: update to 1.4.0Piotr Kubaj2021-07-2115-1540/+46
| | | | | Differential revision: https://reviews.freebsd.org/D31252 Submitted by: naito.yuichiro@gmail.com (maintainer)
* multimedia/kodi: Fix build with libfmt 8.0.0Po-Chuan Hsieh2021-07-211-0/+13
| | | | Based on: https://github.com/xbmc/xbmc/commit/c8fa9e3c2fe296fea6002f344774ce1cfacc48c8
* devel/protobuf: Update to 3.17.3Po-Chuan Hsieh2021-07-212-0/+2
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 257026 Exp-run by: antoine
* devel/libfmt: Update to 8.0.0Po-Chuan Hsieh2021-07-211-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/fmtlib/fmt/releases PR: 257026 Exp-run by: antoine
* multimedia/mpv: unbreak fetch due to repo growthJan Beich2021-07-201-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles) [...] => 1bb2665e3d09.patch doesn't seem to exist in /tmp/distfiles.iVgzzfBs/. => Attempting to fetch https://github.com/mpv-player/mpv/commit/1bb2665e3d09.patch fetch: https://github.com/mpv-player/mpv/commit/1bb2665e3d09.patch: size mismatch: expected 2337, actual 2341 => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles.iVgzzfBs/ and try again. *** Error code 1 -index 833fbddb1b..4a1ffd4579 100644 +index 833fbddb1bd..4a1ffd45798 100644 -index 8318c5190c..a1fb04bd59 100644 +index 8318c5190c5..a1fb04bd592 100644 -index 4a1ffd4579..2802ce914c 100644 +index 4a1ffd45798..2802ce914ca 100644 -index a1fb04bd59..dff20f716d 100644 +index a1fb04bd592..dff20f716d6 100644 -index 2802ce914c..265787e73a 100644 +index 2802ce914ca..265787e73a9 100644 -index dff20f716d..df0c05e139 100644 +index dff20f716d6..df0c05e139e 100644 -index df0c05e139..3365daa48a 100644 +index df0c05e139e..3365daa48a5 100644 -index 3365daa48a..46c289dafe 100644 +index 3365daa48a5..46c289dafe3 100644 -index 46c289dafe..f4ba8db7c7 100644 +index 46c289dafe3..f4ba8db7c7c 100644 -index d70286647f..1c0b9e146b 100644 +index d70286647fc..1c0b9e146be 100644 -index 52a38b63be..7c347cb138 100644 +index 52a38b63be2..7c347cb1380 100644 -index 0000000000..11b182e52d +index 00000000000..11b182e52d9 -index 0ced76244a..e9f4d53002 100644 +index 0ced76244a0..e9f4d53002c 100644 -index 14c254e1ec..a12cbf19e1 100644 +index 14c254e1ec9..a12cbf19e17 100644 -index 706c952604..5545b3378d 100644 +index 706c9526046..5545b3378d5 100644 -index f8df590511..8244acff26 100644 +index f8df590511d..8244acff261 100644 PR: 257239 Reported by: Oleh Vinichenko
* multimedia/makemkv: Update URL after FreeBSD Documentation transitionPo-Chuan Hsieh2021-07-182-2/+2
| | | | Approved by: portmgr (blanket)
* multimedia/rubygem-gstreamer: Update to 3.4.6Po-Chuan Hsieh2021-07-182-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* multimedia/rubygem-clutter-gstreamer: Update to 3.4.6Po-Chuan Hsieh2021-07-182-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* multimedia/gstreamer1-libav: Fix build on aarch64Aoek2021-07-181-0/+6
| | | | | | | | Fix build on aarch64 when FFMPEG option is off. This is similar to the fix in multimedia/ffmpeg: svn port r507608 PR: 256935 Approved by: portmgr (build fix blanket)
* multimedia/libmediaart: update to 1.9.5Tobias C. Berner2021-07-163-8/+14
|
* multimedia/rubygem-gstreamer: Update to 3.4.5Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* multimedia/rubygem-clutter-gstreamer: Update to 3.4.5Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* multimedia/sms1xxx-kmod: Fix build and mark DEPRECATEDGanael LAPLANCHE2021-07-154-10/+12
| | | | | | | - Fix build on 13.0 and -CURRENT to leave the port in good shape - mark driver DEPRECATED as it supports legacy DVB API v3 only Users should probably use multimedia/webcamd now.
* multimedia/mpc-qt: sort USE_*Jan Beich2021-07-151-3/+2
|
* multimedia/mpc-qt: chase new homeJan Beich2021-07-153-5/+3
| | | | | | See https://github.com/cmdrkotori/mpc-qt-origin/commit/676c444fd37c Reported by: upstream (via mail)
* multimedia/libbluray: Update WWWPo-Chuan Hsieh2021-07-141-1/+1
|
* multimedia/libbdplus: Update WWWPo-Chuan Hsieh2021-07-141-1/+1
|
* multimedia/libaacs: Update MASTER_SITES and WWWPo-Chuan Hsieh2021-07-142-2/+2
|
* multimedia/kodi-addon-pvr.hts: Update to 8.3.3Bernhard Froehlich2021-07-142-4/+4
|
* multimedia/minisatip: Update to 1.1.25Bernhard Froehlich2021-07-132-4/+4
|
* multimedia/kodi-addon-pvr.iptvsimple: Update to 7.6.8Bernhard Froehlich2021-07-132-4/+4
|
* multimedia/kodi-addon-inputstream.adaptive: Update to 2.6.18Bernhard Froehlich2021-07-132-4/+4
|
* multimedia/gtk-youtube-viewer: Update to 3.9.3Neel Chauhan2021-07-132-4/+4
|
* multimedia/sabbu: add depends for more featuresDirk Meyer2021-07-131-3/+6
|
* multimedia/subtitlecomposer: add missing build depsMax Brazhnikov2021-07-121-1/+1
|
* devel/qscintilla2: Update to 2.12.1Loïc Bartoletti2021-07-122-2/+2
| | | | | | | | Changelog: https://riverbankcomputing.com/news/QScintilla_2.12.1_Released PR: 257002 Exp-run by: antoine
* multimedia/libopenshot: fix build on powerpcPiotr Kubaj2021-07-111-1/+9
| | | | | | LLVM doesn't have libomp on powerpc: CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
* */*: Update KDE Gear to 21.04.3Tobias C. Berner2021-07-096-14/+12
| | | | | | | | | | Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases. Full changelog: https://kde.org/announcements/changelogs/gear/21.04.3/
* */*: Update KDE Frameworks to 5.83Tobias C. Berner2021-07-092-4/+3
| | | | | | | | | | | | | | | | | | | | Saturday, 12 June 2021 KDE today announces the release of KDE Frameworks 5.83.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Full announcement: https://kde.org/announcements/frameworks/5/5.83.0/ PR: 256665 Exp-run by: antoine
* */kf5-*: (KDE Frameworks) lighten dependenciesAdriaan de Groot2021-07-091-4/+6
| | | | | | | | | | | | | | | | | | - ECM (extra-cmake-modules) is only ever a build-dep and was missing in some places where it was previously pulled in implicitly - Qt testlib is only a build-dep While here - conventionally, the _build and _run items in USE_KDE and USE_QT are sorted to the end, and they start a new line in the Makefile - remove tcberner's created-line (confirmed on IRC) - use DISTVERSION everywhere - reduce inter-framework dependencies using the tooling proposed by tcberner in https://reviews.freebsd.org/D27304 Some PORTREVISION may have jumped by more than 1, since this commit is a squash of a long string of updates where I may have bumped a port once for ecm_build, and a second time for other lightening-up.
* multimedia/vvdec: Update 1.1.1 -> 1.1.2Yuri Victorovich2021-07-092-4/+4
| | | | Reported by: portscout
* multimedia/openshot: Update to 2.5.1.891Fernando Apesteguía2021-07-086-59/+21
| | | | | | | | ChangeLog: https://www.openshot.org/blog/2020/03/03/openshot-251-released-optimized-effects-improved-performance/ PR: 256641 Reported by: tatsuki_makino@hotmail.com (maintainer)
* multimedia/libopenshot: Update to 0.2.5.726Fernando Apesteguía2021-07-087-79/+38
| | | | | PR: 256640 Reported by: tatsuki_makino@hotmail.com (maintainer)
* multimedia/pipewire: unbreak xdg-desktop-portal-wlr after ea3170c51fd4Jan Beich2021-07-082-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from /usr/local/include/pipewire-0.3/pipewire/pipewire.h:35: In file included from /usr/local/include/pipewire-0.3/pipewire/client.h:35: In file included from /usr/local/include/pipewire-0.3/pipewire/proxy.h:108: In file included from /usr/local/include/pipewire-0.3/pipewire/protocol.h:48: In file included from /usr/local/include/pipewire-0.3/pipewire/utils.h:34: In file included from /usr/include/sys/mount.h:38: /usr/include/sys/ucred.h:99:2: error: unknown type name 'u_int' u_int cr_version; /* structure layout version */ ^ /usr/include/sys/mount.h:68:2: error: unknown type name 'u_short'; did you mean 'short'? u_short fid_len; /* length of data in bytes */ ^ /usr/include/sys/mount.h:69:2: error: unknown type name 'u_short'; did you mean 'short'? u_short fid_data0; /* force longword alignment */ ^ /usr/include/sys/mount.h:552:2: error: unknown type name 'u_char'; did you mean 'char'? u_char ex_addrlen; /* and the net address length */ ^ /usr/include/sys/mount.h:554:2: error: unknown type name 'u_char'; did you mean 'char'? u_char ex_masklen; /* and the smask length */ ^ /usr/include/sys/mount.h:567:2: error: unknown type name 'u_char'; did you mean 'char'? u_char ex_addrlen; /* and the net address length */ ^ /usr/include/sys/mount.h:569:2: error: unknown type name 'u_char'; did you mean 'char'? u_char ex_masklen; /* and the smask length */ ^ /usr/include/sys/mount.h:585:2: error: unknown type name 'u_char'; did you mean 'char'? u_char ex_addrlen; /* and the net address length */ ^ /usr/include/sys/mount.h:587:2: error: unknown type name 'u_char'; did you mean 'char'? u_char ex_masklen; /* and the smask length */ ^ /usr/include/sys/mount.h:612:2: error: unknown type name 'u_int' u_int vfc_version; /* ABI version number */ ^ PR: 256970 Reported by: pkg-fallout Submitted by: Evgeniy Khramtsov <evgeniy@khramtsov.org> Approved by: portmgr blanket (upstream backport)