aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on FreeBSD 9Alberto Villa2016-12-311-0/+3
| | | | | | | | | FreeBSD 10+ has bmake(1) from NetBSD, which ignores stale .depend entries. To successfully build on older releases, we have to remove the incriminated file. Notes: svn path=/head/; revision=430123
* multimedia/emby-server: Update to 3.1.2Ben Woods2016-12-303-7/+9
| | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.1.2 Notes: svn path=/head/; revision=429999
* multimedia/libass: belatedly bump PORTREVISION after r429876Jan Beich2016-12-3011-10/+11
| | | | | | | | | | ASS_Style grew in size by |int Justify| member. Old consumers may not initialize it leading to crashes. Reported by: Kevin Oberman Notes: svn path=/head/; revision=429961
* Log:Thomas Zander2016-12-3014-200/+96
| | | | | | | | | | | | - Update to upstream snapshot as of 2016-12-28 - Unbundle ffmpeg; uses multimedia/ffmpeg now - Refactor shared Makefile target - GNU_CONFIGURE -> HAS_CONFIGURE Differential Revision: https://reviews.freebsd.org/D8930 Notes: svn path=/head/; revision=429960
* multimedia/ffmpeg: restore -L${LOCALBASE}/lib after r428893Jan Beich2016-12-291-1/+2
| | | | | | | | | | | | | ld.bfd from devel/binutils by default looks under LOCALBASE/lib. If we revert to ld.bfd (or even ld.lld) from base the following would happen. ===> Configuring for ffmpeg-3.2.2_2,1 ERROR: gmp not found Submitted by: marino Notes: svn path=/head/; revision=429936
* multimedia/gpodder: update to 3.9.3Ruslan Makhmatkhanov2016-12-293-5/+16
| | | | | | | | | | | | | - replace feedparser with podcastparser. This change was done upstream in version 3.9.2, so the current version is broken, and this is why I requesting MFH. - add patch to make network detection routine work with wireless interfaces in FreeBSD MFH: 2016Q4 Notes: svn path=/head/; revision=429934
* Shotcut is a free, open source, cross-platform video editor forAlberto Villa2016-12-295-0/+306
| | | | | | | | | | | | Windows, Mac and Linux. Major features include support for a wide range of formats; no import required meaning native timeline editing; Blackmagic Design support for input and preview monitoring; and resolution support to 4k. WWW: https://shotcutapp.com Notes: svn path=/head/; revision=429922
* Update to upstream version 0.13.5Thomas Zander2016-12-293-5/+5
| | | | Notes: svn path=/head/; revision=429876
* WebVfx is a video effects framework that allows video effectsAlberto Villa2016-12-295-0/+211
| | | | | | | | | | | | | (filters, transitions, etc.) to be authored using web technologies (HTML, CSS, JavaScript, WebGL, etc.) or with Qt Quick QML (a declarative CSS and JavaScript like language). WebVfx includes plugins for the MLT open source multimedia framework. WWW: https://www.mltframework.org/doxygen/webvfx/ Notes: svn path=/head/; revision=429852
* - Add LICENSE_FILEDmitry Marakasov2016-12-282-8/+27
| | | | | | | | | | - Pet portlint - Fix build on 11+ Approved by: portmgr blanket Notes: svn path=/head/; revision=429804
* Update to upstream version 9.7.1Thomas Zander2016-12-282-6/+6
| | | | | | | | | Details: - Now requires Qt5Concurrent - Now requires a c++14 compiler Notes: svn path=/head/; revision=429776
* Fix daemon inability to bind to the sockey with the following error:Dmitry Marakasov2016-12-282-0/+33
| | | | | | | | | http_bindsock: error binding on 127.0.0.1 port 8081 this problem was already fixed upstream. Notes: svn path=/head/; revision=429770
* - Add LICENSEDmitry Marakasov2016-12-281-4/+11
| | | | | | | | | - Don't install license with docs - Remove bogus HAVE_CONFIGURE - Switch to options helpers Notes: svn path=/head/; revision=429733
* Update to 17.0.0.Vanilla I. Shu2016-12-283-6/+45
| | | | Notes: svn path=/head/; revision=429728
* - Add dependency on MLT Qt 4 pluginAlberto Villa2016-12-281-2/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=429710
* - Split MLT Qt plugins into their own ports [1]Alberto Villa2016-12-287-84/+124
| | | | | | | | | | | | | | - Cleanup the Python slave port [2] - Bump PORTREVISION. [1] Ports can now force the dependency on Qt plugin, which is needed by Kdenlive. Having two different (conflicting) versions will help with the transition to the KF5-dependent Kdenlive. [2] Creating slave ports for other SWIG bindings should now be easy. Notes: svn path=/head/; revision=429708
* multimedia/emby-server: Update to 3.1.1Ben Woods2016-12-282-4/+4
| | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.1.1 Notes: svn path=/head/; revision=429705
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-12-271-1/+1
| | | | | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=429612
* multimedia/mpv: update to 0.23.0Jan Beich2016-12-263-23/+16
| | | | | | | | | | | | - Since ENCA is gone enable UCHARDET by default - Reduce maintenance by using the same waf version as bootstrap.py Changes: https://github.com/mpv-player/mpv/releases/tag/v0.23.0 Approved by: cpm (maintainer) Differential Revision: https://reviews.freebsd.org/D8912 Notes: svn path=/head/; revision=429521
* - Mark broken on FreeBSD 9.x i386Dmitry Marakasov2016-12-261-14/+13
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=429485
* CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override itDmitry Marakasov2016-12-251-2/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429430
* Mark simplified MIT as ISCLJan Beich2016-12-251-1/+1
| | | | Notes: svn path=/head/; revision=429402
* multimedia/vapoursynth-l-smash-works: update to 0.0.921Jan Beich2016-12-252-5/+5
| | | | | | | Changes: https://github.com/VFR-maniac/L-SMASH-Works/compare/a1a280b...2f9d499 Notes: svn path=/head/; revision=429399
* multimedia/x264: update to 0.148.2728Jan Beich2016-12-252-7/+7
| | | | | | | Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=4d5c8b01a48f72f9c40651e92c39294326a0863f Notes: svn path=/head/; revision=429395
* Chase libdc1394 update. Bump PORTREVISION of dependent portsThomas Zander2016-12-232-2/+2
| | | | Notes: svn path=/head/; revision=429266
* Update to upstream version 2.2.5Thomas Zander2016-12-234-5/+16
| | | | Notes: svn path=/head/; revision=429264
* - Switch to USES=localbaseDmitry Marakasov2016-12-232-4/+13
| | | | | | | - Fix build on 11+ Notes: svn path=/head/; revision=429238
* multimedia/mlt: install (optional) OpenGL moduleAlberto Villa2016-12-233-3/+51
| | | | Notes: svn path=/head/; revision=429214
* Fix plist after r429178.Raphael Kubo da Costa2016-12-222-0/+2
| | | | Notes: svn path=/head/; revision=429185
* Update to 1.4.0Baptiste Daroussin2016-12-222-4/+7
| | | | | | | | Approved by: maintainer timeout (1 month) Differential Revision: https://reviews.freebsd.org/D8509 Notes: svn path=/head/; revision=429178
* multimedia/vid.stab: pet portscoutAlberto Villa2016-12-221-0/+2
| | | | Notes: svn path=/head/; revision=429177
* - Add LICENSEDmitry Marakasov2016-12-221-5/+12
| | | | | | | | | - Remove bogus HAVE_CONFIGURE - Don't install license with docs - Switch to options helpers Notes: svn path=/head/; revision=429149
* multimedia/mlt: update to 6.4.1Alberto Villa2016-12-2112-56/+221
| | | | | | | | | | - Upstream some patches - Remove dependency on Qt 5 OpenGL (will be upstreamed) - Add dependency on math/fftw3 - Completely disable VDPAU option (broken upstream) Notes: svn path=/head/; revision=429085
* - Add LICENSEDmitry Marakasov2016-12-211-5/+12
| | | | | | | | | - Remove bogus HAVE_CONFIGURE - Don't install license with docs - Switch to options helpers Notes: svn path=/head/; revision=429048
* Update KDE Frameworks to 5.29.0Tobias C. Berner2016-12-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php New ports: * textproc/kf5-syntax-highlighting (new in 5.28.0) * graphics/kf5-prison (new in 5.29.0) Fixes: * kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4. * Define conflicts in the kde4-l10n ports (debian does the same). * kf5-kapidox: Fix with python3 Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528, and Dima Panov (fluffy@) for the python3 fix. PR: 214528 Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8776 Notes: svn path=/head/; revision=428946
* multimedia/emby-server: Update to 3.1.0Ben Woods2016-12-193-74/+49
| | | | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.1.0 Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=428928
* multimedia/ffmpeg: simplify ARCH workaroundJan Beich2016-12-1924-211/+7
| | | | | | | | | ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327. Approved by: portmgr blanket Notes: svn path=/head/; revision=428896
* multimedia/ffmpeg: expose SOXR dependencyJan Beich2016-12-193-4/+5
| | | | Notes: svn path=/head/; revision=428895
* multimedia/ffmpeg: drop obsolete patchesJan Beich2016-12-194-59/+0
| | | | Notes: svn path=/head/; revision=428894
* multimedia/ffmpeg: only pass *FLAGS via environmentJan Beich2016-12-191-6/+2
| | | | Notes: svn path=/head/; revision=428893
* multimedia/ffmpeg: respect CPUTYPE for NEON=onJan Beich2016-12-191-0/+2
| | | | Notes: svn path=/head/; revision=428892
* multimedia/ffmpeg: adjust RESTRICTED after r428352Jan Beich2016-12-191-1/+1
| | | | Notes: svn path=/head/; revision=428891
* Get rid of QT_PREFIX in favour of PREFIX.Tobias C. Berner2016-12-185-13/+13
| | | | | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825 Notes: svn path=/head/; revision=428889
* Update to upstream release 9.6.0Thomas Zander2016-12-182-5/+4
| | | | Notes: svn path=/head/; revision=428884
* multimedia/plexmediaserver{-plexpass}: Update to 1.3.3Mark Felder2016-12-176-114/+37
| | | | | | | | | - Change symlinks from absolute paths to relative Changelog: https://forums.plex.tv/discussion/comment/1323517#Comment_1323517 Notes: svn path=/head/; revision=428808
* Update to 4.0.1Jason E. Hale2016-12-1612-152/+480
| | | | | | | | | | Project has moved to Github and is under active development Add support for Sqlite 3 database Convert to options helpers Move 3 line pkg-plist into the Makefile Notes: svn path=/head/; revision=428697
* Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systemsJan Beich2016-12-161-1/+1
| | | | | | | | | | PR: 215192 Requested by: dim Exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=428641
* multimedia/mpc-qt: update to 0s20161214Jan Beich2016-12-152-6/+5
| | | | | | | Changes: https://github.com/cmdrkotori/mpc-qt/compare/5853b77...165c793 Notes: svn path=/head/; revision=428632
* multimedia/ffmpeg: limit OPENSSL to one _RADIO groupJan Beich2016-12-141-1/+1
| | | | | | | | | | | Worse is better. To fix properly one would have to replace OPENSSL in RTMP with a synthetic option that _IMPLIES=OPENSSL. PR: 215306 Reported by: Laurence 'GreenReaper' Parry Notes: svn path=/head/; revision=428598
* multimedia/plexmediaserver-plexpass: Update to 1.3.2Mark Felder2016-12-142-5/+5
| | | | | | | Changelog: https://forums.plex.tv/discussion/comment/1317877#Comment_1317877 Notes: svn path=/head/; revision=428589