aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate ports broken for more than 6 monthsAntoine Brodin2017-12-272-0/+4
| | | | Notes: svn path=/head/; revision=457358
* Chase ImageMagick7 shlib bump.Koop Mast2017-12-261-1/+1
| | | | Notes: svn path=/head/; revision=457290
* multimedia/mpv: Fix build on arm64Carlos J. Puga Medina2017-12-251-0/+15
| | | | | | | | | | | /usr/bin/ld: /wrkdirs/usr/ports/multimedia/mpv/work/mpv-0.27.0/build/mpv: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO /usr/bin/ld: final link failed: Bad value cc: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: pkg-fallout Notes: svn path=/head/; revision=457258
* multimedia/mpv: Add VAAPI on Wayland supportCarlos J. Puga Medina2017-12-252-17/+19
| | | | | | | | | | | - Add support to enable VAAPI under Wayland (disabled by default) - Regenerate patch with makepatch to make portlint happy PR: 224425 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=457244
* multimedia/plexmediaserver-plexpass: Update to 1.11.0.4633Mark Felder2017-12-233-10/+12
| | | | | | | Changelog: http://forums.plex.tv/discussion/comment/1577387/#Comment_1577387 Notes: svn path=/head/; revision=457112
* Change default version of samba from 4.4 to 4.6Antoine Brodin2017-12-238-6/+8
| | | | | | | | | Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529 Notes: svn path=/head/; revision=457024
* multimedia/mpc-qt: update to 17.11.8Jan Beich2017-12-232-5/+5
| | | | | | | Changes: https://github.com/cmdrkotori/mpc-qt/compare/b6b5e54...0fff34c Notes: svn path=/head/; revision=457015
* Update to 17.12Sunpoet Po-Chuan Hsieh2017-12-222-4/+4
| | | | | | | | Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt Notes: svn path=/head/; revision=456995
* Update to 17.12Sunpoet Po-Chuan Hsieh2017-12-222-5/+4
| | | | | | | | Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt Notes: svn path=/head/; revision=456994
* Update to 17.12 (0.4.37)Sunpoet Po-Chuan Hsieh2017-12-222-4/+4
| | | | | | | Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt Notes: svn path=/head/; revision=456993
* Add workaround to make multimedia/kodi-devel pass the configure phaseTobias Kortkamp2017-12-221-0/+15
| | | | | | | when lld is the system linker Notes: svn path=/head/; revision=456984
* multimedia/libxine: set LLD_UNSAFE to avoid lldEd Maste2017-12-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | libxine relies on ld.bfd's permissive treatment of shared library symbols with protected visibility, and attempting to link with lld fails with errors like: /usr/bin/ld: error: cannot preempt symbol: xine_get_version_string >>> defined in ../src/xine-engine/.libs/libxine.so >>> referenced by xine-list.c:98 >>> xine-list.o:(main) For now set LLD_UNSAFE=yes so that the port will continue to link with ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a change in libxine or in lld). PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=456980
* Update to recent snapshot (as of 20171220)Thomas Zander2017-12-215-9/+7
| | | | Notes: svn path=/head/; revision=456904
* Try to bring some consistency to ports that have x86-specific pieces.Mark Linimon2017-12-211-2/+7
| | | | | | | | | | | | | | | | | - in general, if we think that the code is not architecture-specific, and instead just enables x86 assembler by default, those should use BROKEN rather than IGNORE. This will allow them to be attempted with TRYBROKEN. - spell i386 as x86. - spell asm as assembler. - pet portlint. These changes should have no effect on tier-1 builds. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456901
* multimedia/webcamoid: Added the missing runtime dependency on qt5-quickcontrolsYuri Victorovich2017-12-211-2/+2
| | | | | | | | | | PR: 224493 Submitted by: jbeich Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13565 Notes: svn path=/head/; revision=456881
* multimedia/mythtv{,-frontend}: Revert placebo version updatesTobias Kortkamp2017-12-204-12/+12
| | | | | | | | | | | | | | | | In r440321 and r440322 PORTVERSION was bumped to 0.28.7/0.28.1, but GH_TAGNAME was not updated. Commit ad97d24 is tagged as v0.27.5 [1]. Reset version back to 0.27.5 and bump PORTEPOCH. [1] https://github.com/MythTV/mythtv/releases/tag/v0.27.5 PR: 222219 Reported by: robbak@gmail.com Pointy hat: miwi Notes: svn path=/head/; revision=456874
* multimedia/emby-server: Update to 3.2.60.0Ben Woods2017-12-204-86/+22
| | | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.50.0 https://github.com/MediaBrowser/Emby/releases/tag/3.2.60.0 Notes: svn path=/head/; revision=456852
* Switch from swig 1.3 to swig 3.0Baptiste Daroussin2017-12-201-1/+2
| | | | Notes: svn path=/head/; revision=456788
* Update textproc/tinyxml2 to 6.0.0Sunpoet Po-Chuan Hsieh2017-12-191-0/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master Notes: svn path=/head/; revision=456744
* multimedia/webcamoid: Unbreaking clang-built app with USE_GCC=6.0+Yuri Victorovich2017-12-182-21/+7
| | | | | | | | Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13512 Notes: svn path=/head/; revision=456689
* Make libva and it's drivers install modules in the standard locationGuido Falsi2017-12-183-6/+7
| | | | | | | | | | | | | PREFIX/lib/dri. This is the same location where other ports(mesa) install drivers, so that everything works out of the box. PR: 224424 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=456673
* Mark broken on aarch64. It looks like this Makefile could use someMark Linimon2017-12-181-3/+5
| | | | | | | | | modernizing. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456580
* Update KDE Frameworks to 5.41Tobias C. Berner2017-12-141-3/+3
| | | | | | | | | | PR: 224227 Exp-run by: antoine Reviewed by: adridg, rakuco Differential Revision: https://reviews.freebsd.org/D13367 Notes: svn path=/head/; revision=456349
* multimedia/plexmediaserver{-plexpass}: Update to 1.10.1.4602Mark Felder2017-12-146-10/+12
| | | | | | | Changelog: http://forums.plex.tv/discussion/comment/1573736/#Comment_1573736 Notes: svn path=/head/; revision=456275
* - Those ports fail to build with python3Antoine Brodin2017-12-131-1/+1
| | | | | | | | - Add some explicit FLAVOR to dependencies where needed - For totem, the pylint command is needed, not the pylint module Notes: svn path=/head/; revision=456217
* New port: multimedia/kodi-develTobias Kortkamp2017-12-135-0/+1580
| | | | | | | | | | | | | | | | | Kodi is a free and open source cross-platform media-player and entertainment hub. It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the internet. This is a development snapshot of Kodi for the upcoming Kodi v18. Special thanks to ahtotaat for working with upstream to get Kodi to build and work out of the box on FreeBSD. Changes: http://kodi.wiki/view/Kodi_v18_(Leia)_changelog Notes: svn path=/head/; revision=456215
* - Fix build when compiling wayland support [1]Guido Falsi2017-12-132-1/+17
| | | | | | | | | | - Add an explicit WAYLAND option to allow users enabling or disabling it, to avoid silent dependencies. Off by default Reported by: "Alex V. Petrov" <alexvpetrov@gmail.com> [1] Notes: svn path=/head/; revision=456203
* multimedia/emby-server: Update to 3.2.40.0Ben Woods2017-12-123-7/+5
| | | | | | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.40.0 Note this is not updated to 3.2.50.0 (latest release) as there is a runtime bug which causes emby to coredump mono on FreeBSD: https://github.com/MediaBrowser/Emby/issues/3062 Notes: svn path=/head/; revision=456186
* - Update libva to 2.0.0Guido Falsi2017-12-1230-92/+282
| | | | | | | | | | | | | | | | - Update libva-intel-driver to 2.0.0 - Update libva-utils to 2.0.0 - Bump dependent ports due to shlib bump - Import upstream patch to fix multimedia/mpv [1] - Import upstream patch to fix multimedia/gstreamer1-vaapi [2] Approved by: cpm [1], multimedia (timeout) [2] Obtained from: https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f [1] https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9 [2] Differential Revision: https://reviews.freebsd.org/D12761 Notes: svn path=/head/; revision=456184
* Re-try ports affected by bug 193528 on powerpc* after r449590Jan Beich2017-12-121-2/+0
| | | | Notes: svn path=/head/; revision=456105
* multimedia/ffmpeg: update to 3.4.1Jan Beich2017-12-113-88/+4
| | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Security: CVE-2017-17081 Notes: svn path=/head/; revision=456055
* Fix build on FreeBSD 10.3 i386Sunpoet Po-Chuan Hsieh2017-12-111-1/+0
| | | | | | | | Reference: http://beefy5.nyi.freebsd.org/data/103i386-default/455878/logs/libmediainfo-17.10.log MFH: 2017Q4 Notes: svn path=/head/; revision=455943
* - Those ports fail to build with python3Antoine Brodin2017-12-102-3/+3
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=455913
* New port: multimedia/libuvc: Cross-platform library for USB video devicesYuri Victorovich2017-12-105-0/+38
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13391 Notes: svn path=/head/; revision=455908
* Add explicit FLAVOR to dependencies (useful when usingAntoine Brodin2017-12-091-2/+2
| | | | | | | DEFAULT_VERSIONS=python=3.x) Notes: svn path=/head/; revision=455860
* pymp is not compatible with python3Antoine Brodin2017-12-091-1/+1
| | | | Notes: svn path=/head/; revision=455844
* Add explicit FLAVOR to dependencies (useful when usingAntoine Brodin2017-12-091-2/+2
| | | | | | | DEFAULT_VERSIONS=python=3.x) Notes: svn path=/head/; revision=455842
* multimedia/plexmediaserver{-plexpass}: Update to 1.10.0.4523Mark Felder2017-12-065-20/+22
| | | | Notes: svn path=/head/; revision=455668
* New port: multimedia/chilitags: Robust fiducial markers for augmented ↵Yuri Victorovich2017-12-054-0/+48
| | | | | | | | | | reality and robotics Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13373 Notes: svn path=/head/; revision=455603
* devede doesn't run with python3Antoine Brodin2017-12-041-1/+1
| | | | Notes: svn path=/head/; revision=455549
* multimedia/vapoursynth: re-enable DOCS after r455210Jan Beich2017-12-031-7/+1
| | | | Notes: svn path=/head/; revision=455428
* New port: multimedia/webcamoid: Full featured webcam suiteYuri Victorovich2017-12-037-0/+223
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13348 Notes: svn path=/head/; revision=455418
* Update to upstream version 1.2.0Thomas Zander2017-12-034-15/+35
| | | | | | | | | | | | | Details: - Update to upstream version 1.2.0 - New OPTIONS: GOOM, HISTORY, FFVIDEO - Pet portlint PR: 223929 Submitted by: liangtai.s16@gmail.com (maintainer) Notes: svn path=/head/; revision=455417
* Update to upstream version 1.2.0Thomas Zander2017-12-034-31/+48
| | | | | | | | | | | | | Details: - Update to upstream version 1.2.0 - New OPTIONS: SHOUTCAST, FILEWRITER, ARCHIVE - Pet portlint PR: 223928 Submitted by: liangtai.s16@gmail.com (maintainer) Notes: svn path=/head/; revision=455416
* Update to upstream version 0.11.0Thomas Zander2017-12-034-14/+35
| | | | | | | | | | | | | Details: - Update to upstream version 0.11.0 - New OPTIONS: GOOM, HISTORY, FFVIDEO - Pet portlint PR: 223927 Submitted by: liangtai.s16@gmail.com (maintainer) Notes: svn path=/head/; revision=455414
* Update to upstream version 0.11.0Thomas Zander2017-12-034-32/+50
| | | | | | | | | | | | | Details: - Update to upstream version 0.11.0 - New OPTIONS: SHOUTCAST, FILEWRITER, ARCHIVE - Pet portlint PR: 223926 Submitted by: liangtai.s16@gmail.com (maintainer) Notes: svn path=/head/; revision=455412
* Fix configure options for gnustep-makeDavid Chisnall2017-12-031-1/+1
| | | | | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults. Notes: svn path=/head/; revision=455401
* - Add explicit FLAVOR to a few dependenciesAntoine Brodin2017-12-032-12/+12
| | | | | | | | | - Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3 Notes: svn path=/head/; revision=455392
* Update to 20.1.3.Vanilla I. Shu2017-12-022-4/+4
| | | | Notes: svn path=/head/; revision=455377
* Cleanup LIB_DEPENDS on libpngAntoine Brodin2017-12-011-1/+1
| | | | Notes: svn path=/head/; revision=455251