aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/libv4l: Add upstream patch to make the v4l2-ctl utility more useful.Hans Petter Selasky2021-04-212-0/+47
| | | | | Submitted by: Trenton Schulz <trenton@norwegianrockcat.com> Approved by: pi (implicit)
* multimedia/libav: deprecate abandonwareDaniel Engberg2021-04-211-0/+3
| | | | | | Dead "fork" of ffmpeg, last release back in 2018 PR: 255234
* multimedia/ustreamer: Update 3.25 -> 3.26Yuri Victorovich2021-04-212-4/+4
| | | | Reported by: portscout
* multimedia/musikcube: Fix build on 13+ by properly linking to base OpenSSLYuri Victorovich2021-04-212-0/+25
| | | | Reported by: fallout
* multimedia/librist: Enable mbedtls for testsYuri Victorovich2021-04-201-1/+1
|
* multimedia/librist: Update 0.2.0-RC6 -> 0.2.0-RC6.20210420Yuri Victorovich2021-04-203-8/+9
| | | | | | | - Add security/mbedtls dependency - Remove archivers/liblz4 dependency Repored by: upstream
* Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)Tobias Kortkamp2021-04-201-2/+2
| | | | | | | | | | | | Samurai is a Ninja-compatible build tool with fewer dependencies than Ninja. Hook it to the framework via a new NINJA_DEFAULT. This also adds %p to NINJA_STATUS to make Ninja or Samurai print the percentage of completed jobs to make it easier to eyeball how much of the build is done. PR: 254678 Exp-run by: antoine
* multimedia/musikcube: Add audio/libopenmpt dependency for the corresponding ↵Yuri Victorovich2021-04-192-0/+3
| | | | plugin to be built
* Remove my useless "Created by" linesTobias Kortkamp2021-04-191-2/+0
|
* multimedia/musikcube: Update 0.96.5 -> 0.96.6Yuri Victorovich2021-04-194-18/+7
|
* multimedia/rubygem-gstreamer: Update COMMENTPo-Chuan Hsieh2021-04-181-1/+1
|
* multimedia/rubygem-clutter-gstreamer: Update COMMENTPo-Chuan Hsieh2021-04-181-1/+1
|
* multimedia/py-moviepy: Remove PYNUMPYPo-Chuan Hsieh2021-04-182-2/+3
|
* multimedia/mediainfo: Update to 21.03Po-Chuan Hsieh2021-04-182-4/+4
| | | | | Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
* multimedia/libzen: Update to 21.03 (0.4.39)Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt
* multimedia/libmediainfo: Update to 21.03Po-Chuan Hsieh2021-04-182-4/+4
| | | | | Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
* multimedia/libgav1: update to 0.16.3Jan Beich2021-04-174-13/+18
| | | | | Changes: https://chromium.googlesource.com/codecs/libgav1/+log/v0.16.0..v0.16.3 Reported by: portscout
* multimedia/ytfzf: Add a new portMateusz Piotrowski2021-04-175-0/+65
|
* x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5Yuri Victorovich2021-04-161-1/+1
| | | | | | Bump 43 ports that either depend on wxgtk31 or potentially depend on it. Reported by: portscout
* multimedia/mpv: Allow building with wayland without x11.Thomas Zander2021-04-161-2/+1
| | | | | PR: 254009 Reported by: evgeniy@khramtsov.org
* Fix PORTSCOUT=ignore:* uses throughout the treeMateusz Piotrowski2021-04-151-1/+1
| | | | | | | | | | | | PORTSCOUT=ignore:1 is the only valid way syntax according to the Portscout documentation. In disables the distfile version checks completely. In order to ignore only certain version instead, it is necessary to use other Portscout keys like skipv. Also, remove the setting completely when it attempts to instruct Portscout to skip versions older than the current one. Approved by: portmgr blanket
* multimedia/vvdec: Update 1.0.0 -> 1.1.0Yuri Victorovich2021-04-152-4/+4
| | | | Reported by: portscout
* multimedia/ffmpeg: unbreak LENSFUN=ON after 3d7938b00655Oleg Sidorkin2021-04-151-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libavfilter/vf_lensfun.c:229:63: error: too many arguments to function call, expected 5, have 7 inlink->h, LF_PF_U8, lensfun->reverse); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/lensfun/lensfun.h:3075:11: note: 'lf_modifier_create' declared here LF_EXPORT lfModifier *lf_modifier_create ( ^ libavfilter/vf_lensfun.c:231:119: error: too few arguments to function call, expected 5, have 3 lf_modifier_enable_vignetting_correction(lensfun->modifier, lensfun->aperture, lensfun->focus_distance); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/lensfun/lensfun.h:3097:11: note: 'lf_modifier_enable_vignetting_correction' declared here LF_EXPORT int lf_modifier_enable_vignetting_correction ( ^ libavfilter/vf_lensfun.c:233:75: error: too few arguments to function call, expected 3, have 1 lf_modifier_enable_distortion_correction(lensfun->modifier); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/lensfun/lensfun.h:3091:11: note: 'lf_modifier_enable_distortion_correction' declared here LF_EXPORT int lf_modifier_enable_distortion_correction (lfModifier *modifier, const lfLens* lens, float focal); ^ libavfilter/vf_lensfun.c:234:100: error: too few arguments to function call, expected 4, have 2 lf_modifier_enable_projection_transform(lensfun->modifier, lensfun->target_geometry); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/lensfun/lensfun.h:3101:11: note: 'lf_modifier_enable_projection_transform' declared here LF_EXPORT cbool lf_modifier_enable_projection_transform ( ^ /usr/local/include/lensfun/lensfun.h:115:15: note: expanded from macro 'cbool' #define cbool int ^ libavfilter/vf_lensfun.c:238:68: error: too few arguments to function call, expected 3, have 1 lf_modifier_enable_tca_correction(lensfun->modifier); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/lensfun/lensfun.h:3094:11: note: 'lf_modifier_enable_tca_correction' declared here LF_EXPORT int lf_modifier_enable_tca_correction (lfModifier *modifier, const lfLens* lens, float focal); ^ PR: 255035
* multimedia/vcdgear: remove powerpc64 and powerpcPiotr Kubaj2021-04-151-1/+1
| | | | I just now noticed that the port uses pre-built binaries for i386 and amd64.
* multimedia/vcdgear: enable on powerpc64 and powerpcPiotr Kubaj2021-04-151-1/+1
|
* Update KDE Frameworks to 5.81.0Tobias C. Berner2021-04-141-3/+3
| | | | | | | | | | | | | | | | | | | | Saturday, 10 April 2021 KDE today announces the release of KDE Frameworks 5.81.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.81.0/ PR: 254978 Exp-run by: antoine
* multimedia/libquicktime: clarify USE_GLDmitry Marakasov2021-04-131-1/+1
|
* multimedia/opentoonz: add compiler:c++11-lang to USES to fix buildMark Linimon2021-04-131-1/+2
| | | | | | on GCC-based architectures: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
* Update to upstream release 56.1.0.Thomas Zander2021-04-132-4/+4
| | | | | | | | | | Details: - Enhancements and fixes, see https://mkvtoolnix.download/doc/NEWS.md - In particular, fix a regression in the HEVC parser causing invalid memory access. MFH: 2021Q2
* graphics/gstreamer1-plugins-openexr: make compatible with OpenEXR/Imath 3.0Matthias Andree2021-04-121-2/+1
|
* multimedia/libvlcpp: add compiler:c++11-lang to USES to fix build on ↵Mark Linimon2021-04-111-1/+1
| | | | | | GCC-based systems: configure: error: *** A compiler with support for C++11 language features is required.
* multimedia/libbluray: Update to 1.3.0Rainer Hurling2021-04-113-7/+7
| | | | | | | Changelog: https://code.videolan.org/videolan/libbluray/-/blob/master/ChangeLog PR: 254977 Submitted by: daniel.engberg.lists@pyret.net
* multimedia/opentoonz: New port -- 2D animation softwareTobias C. Berner2021-04-116-0/+1598
| | | | | | | | | OpenToonz is a 2D animation software published by DWANGO. It is based on Toonz Studio Ghibli Version, originally developed in Italy by Digital Video, Inc., and customized by Studio Ghibli over many years of production. WWW: https://github.com/opentoonz/opentoonz
* multimedia/ffmpeg: fix build on powerpc64*Piotr Kubaj2021-04-102-146/+13
| | | | | | | | vec_xl function is already defined in altivec.h. Don't redefine it. While here, remove the previous patch that is no longer needed with LLVM 11. Since for LTO LLVM 9 is used, switch to GCC for LTO option.
* multimedia/ffdec: Update to 14.4.0Rainer Hurling2021-04-102-4/+4
| | | | | | | Changelog: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.4.0 PR: 254950 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* multimedia/kodi-addon-inputstream.adaptive: Update to 2.6.11Bernhard Froehlich2021-04-102-4/+5
|
* multimedia/kodi-addon-pvr.iptvsimple: Update to 7.6.1Bernhard Froehlich2021-04-102-4/+4
|
* multimedia/libvlcpp: Fix distinfo according to the latest GitLab-related ↵Yuri Victorovich2021-04-102-5/+3
| | | | changes in Mk.
* multimedia/libvlcpp: Fix build: framework failed to correctly set WRKSRC for ↵Yuri Victorovich2021-04-091-0/+2
| | | | | | this GitLab project Reported by: linimon
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-097-23/+23
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* Set three ports depending on multimedia/transcode to expire on 2021-05-01.Rene Ladan2021-04-093-0/+9
|
* New port: multimedia/libvlcpp: C++ bindings for libvlc, VLC mediaplayer libraryYuri Victorovich2021-04-095-0/+50
|
* devel/icu: update to 69.1Jan Beich2021-04-082-2/+2
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* multimedia/ffmpeg: update to 4.4Jan Beich2021-04-084-61/+51
| | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.4:/Changelog Reported by: Repology
* multimedia/pHash: Remove compiler:openmpKevin Bowling2021-04-081-1/+0
| | | | | PR: 253895 Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* multimedia/librist: Update 0.2.0-RC5.20210325 -> 0.2.0-RC6Yuri Victorovich2021-04-082-7/+16
|
* multimedia/kodi-addon-pvr.iptvsimple: Update to 7.6.0Bernhard Froehlich2021-04-082-4/+4
|
* multimedia/pipewire: Update to 0.3.25Gleb Popov2021-04-084-25/+18
| | | | Reported by: portscout!
* multimedia/streamlink: Update to 2.1.1Li-Wen Hsu2021-04-082-5/+5
| | | | | PR: 254562 Submitted by: takefu@airport.fm (maintainer)
* multimedia/ffdec: Update to 14.3.1Neel Chauhan2021-04-082-4/+4
| | | | | | | Changes: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.3.1 PR: 254744 Submitted by: Naram Qashat <cyberbotx AT cyberbotx DOT com> (maintainer)