aboutsummaryrefslogtreecommitdiff
path: root/multimedia/shotcut
Commit message (Collapse)AuthorAgeFilesLines
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* multimedia/shotcut: update to 22.06.23Charlie Li2022-07-293-30/+64
| | | | | | | | | | | | | Summary: Release notes: https://www.shotcut.org/blog/ Now uses multimedia/mlt7, cmake and more While here, remove multimedia/webvfx-qt5, as it was abandoned upstream and only developed with and for shotcut Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D34618
* multimedia/shotcut: Add CPE informationStefan Eßer2021-10-191-1/+2
| | | | Approved by: portmgr (blanket)
* audio/jack: Update to Jack2: 0.125.0 -> 1.9.16Yuri Victorovich2021-08-021-1/+1
| | | | | | | | Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
* multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:Tobias C. Berner2021-07-301-3/+2
| | | | | | | | | | | | | | | | | | | | | | - To make it possible to easily import mlt-7 move the current port to a versioned directory. - Add Mk/Uses/mlt.mk to make it easily possible to depend on a given mlt version: USES=mlt:6 will get you a dependency on multimedia/mlt6, while USES=mlt:7 will get you a dependency on the soon to be added multimedia/mlt7 - Switch the port to use cmake as a build system - While here, provide some more options to make it possible to have a leaner package if required - Bump consumers after rename of the dependency
* multimedia/shotcut: take maintainershipCharlie Li2021-07-071-1/+1
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D31089
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/shotcut: update to 21.03.21Fernando Apesteguía2021-03-233-26/+4
| | | | | | | | | | | | | | | | | | | | | | | From ChangeLog: https://shotcut.org/blog/new-release-210321/ * Fixed <tractor> and blank considered missing and blocking export * Added an Ignore button to the missing files error dialog in Export. * Fixed black frames appearing in Slideshow Generator * Fixed being able to use mouse wheel over Timeline and Keyframes zoom sliders * Improved sound quality with small changes in Speed with Pitch Compensation or Pitch audio filter (broke in v20.11). * Fixed the Timeline clip audio waveform incorrect after adding transition by dragging the clip left. * Fixed repairing a project file opened using a network path on Windows. * Fixed writing a raw FLAC file does not set its duration. * Fixed an elided file name in clip Properties can become the clip name. Deleteing patch integrated upstream: https://github.com/mltframework/shotcut/pull/1050 Reported by: portscout Notes: svn path=/head/; revision=569012
* multimedia/shotcut: update to 21.02.27Fernando Apesteguía2021-03-035-58/+37
| | | | | | | | | | | | ChangeLogs: https://shotcut.org/blog/new-release-201125/ https://shotcut.org/blog/new-release-210129/ https://shotcut.org/blog/new-release-210227/ Reported by: portscout Notes: svn path=/head/; revision=567061
* multimedia/shotcut: fix build on big-endianPiotr Kubaj2020-12-282-4/+12
| | | | | | | | | Also remove unnecessary post-patch: Warning: Possible REINPLACE_CMD issues: - - REINPLACE_CMD ran, but did not modify file contents: src/jobs/meltjob.cpp Notes: svn path=/head/; revision=559525
* multimedia/shotcut: update to 20.10.31Fernando Apesteguía2020-11-034-39/+5
| | | | | | | | | | | | ChangeLog: https://shotcut.org/blog/new-release-201031/ This fixes some regression in 20.09 Reported by: portscout MFH: 2020Q4 (blanket, run time fixes) Notes: svn path=/head/; revision=553961
* multimedia/shotcut: Fix build. Add missing patch.Fernando Apesteguía2020-09-301-0/+19
| | | | | | | | | | This patch was missing from r550683 PR: 250010 Reported by: vvd@unislabs.com Notes: svn path=/head/; revision=550729
* multimedia/shotcut: update to 20.09.27Fernando Apesteguía2020-09-303-6/+20
| | | | | | | | | ChangeLog: https://shotcut.org/blog/new-release-200927/ Reported by: portscout Notes: svn path=/head/; revision=550683
* multimedia/shotcut: update to 20.07.11Fernando Apesteguía2020-07-222-4/+4
| | | | | | | | | | | | | | | | | | | | From ChangeLog: https://www.shotcut.org/blog/new-release-200711/ This version fixes a few problems introduced in recent version 20.06.28: * Fixed noisy sound playback on some Windows systems. * Fixed UI layout glitches and default/minimum size of timeline too short. * Fixed Quick Sync Video hardware encoder (h264_qsv or hevc_qsv withQuality-based VBR) not working on Windows on older Intel chips. * Fixed Properties > Speed not working correctly on trimmed clip in Source player. * Fixed Stabilize and Normalize: Two Pass filters not working on trimmed clip in Source player. Reported by: portscout Notes: svn path=/head/; revision=542836
* Update to 20.06.28 and fixed NLS optionLi-Wen Hsu2020-07-034-22/+27
| | | | | | | | PR: 247702 Submitted by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=541064
* multimedia/shotcut: prepare for Qt5-5.15Tobias C. Berner2020-05-211-0/+10
| | | | Notes: svn path=/head/; revision=536101
* multimedia/shotcut:Max Brazhnikov2020-05-112-12/+1
| | | | | | | - Do not install desktop file and icon twice Notes: svn path=/head/; revision=534900
* - Fix build with disabled NLSDmitry Marakasov2020-05-073-13/+6
| | | | | | | | - Switch to share/man - Fix WWW Notes: svn path=/head/; revision=534254
* multimedia/shotcut: update to 20.04.12Fernando Apesteguía2020-04-163-7/+7
| | | | | | | | | ChangeLog: https://shotcut.org/blog/new-release-200412/ Reported by: portscout Notes: svn path=/head/; revision=531823
* multimedia/mlt: update to 6.20.0Tobias C. Berner2020-02-231-0/+1
| | | | | | | | Announcement: https://www.mltframework.org/blog/v6.20.0_released/ Notes: svn path=/head/; revision=526903
* multimedia/shotcut: update to 20.02.17Fernando Apesteguía2020-02-193-4/+13
| | | | | | | | | ChangeLog: https://shotcut.org/blog/new-release-200217/ Reported by: portscout Notes: svn path=/head/; revision=526522
* multimedia/shotcut: update to 12.12.31Fernando Apesteguía2020-01-022-4/+4
| | | | | | | | | | | | | | | | | | | | | ChangeLog: https://www.shotcut.org/blog/new-release-191231/ * Moving multiple clips on the Timeline * Allow reducing track height to very short in Timeline and Keyframes. * Fixed crackly audio playback for some Windows users. * Fixed loading project files made before v19.06 when not using a period for a decimal point. * Fixed Lift and Ripple Delete on Timeline not reliably removing all selected. * Fixed checking Properties > Image sequence may not update duration in Playlist. * Fixed the intra-VLC and non-linear-quantizer options in * the XDCAM-422 and D10 export presets. Reported by: portscout Notes: svn path=/head/; revision=521797
* multimedia/shotcut: update to 19.12.16Fernando Apesteguía2019-12-193-5/+13
| | | | | | | | | | | Too many changes to be listed here. ChangeLog: https://github.com/mltframework/shotcut/releases/tag/v19.12.16 Reported by: portscout Notes: svn path=/head/; revision=520447
* multimedia/mlt: update to 6.18.0Tobias C. Berner2019-11-241-0/+1
| | | | Notes: svn path=/head/; revision=518308
* multimedia/shotcut: update to 19.10.20Fernando Apesteguía2019-10-233-4/+16
| | | | | | | | | ChangeLog: https://shotcut.org/blog/new-release-191020/ Reported by: portscout Notes: svn path=/head/; revision=515274
* multimedia/shotcut: update to 19.09.14Fernando Apesteguía2019-09-183-16/+30
| | | | | | | | | | | ChangeLog: https://shotcut.org/blog/new-release-190914/ While here, add USES=xorg Reported by: portscout Notes: svn path=/head/; revision=512278
* multimedia/shotcut: update to 19.08.16Fernando Apesteguía2019-08-193-4/+5
| | | | | | | | | | | Too many changes: ChangeLog: https://shotcut.org/blog/new-release-190816/ Reported by: portscout Notes: svn path=/head/; revision=509296
* multimedia/shotcut: update to 19.07.15Fernando Apesteguía2019-07-212-4/+4
| | | | | | | | | ChangeLog: https://shotcut.org/blog/new-release-190715/ Reported by: portscout Notes: svn path=/head/; revision=507058
* multimedia/shotcut: prepare for Qt 5.13Tobias C. Berner2019-07-131-1/+1
| | | | | | | PR: 238782 Notes: svn path=/head/; revision=506552
* multimedia/shotcut: update to 19.06.15Fernando Apesteguía2019-06-223-7/+45
| | | | | | | | | | | Too many changes to be listed here. See ChangeLog: https://shotcut.org/blog/new-release-190615/ Reported by: portscout Notes: svn path=/head/; revision=504875
* multimedia/mlt: update to 6.16.0Tobias C. Berner2019-05-181-1/+1
| | | | Notes: svn path=/head/; revision=501976
* multimedia/mlt: update to 6.14.0Tobias C. Berner2019-04-061-0/+1
| | | | | | | | Changelog: https://www.mltframework.org/blog/v6.14.0_released/ Notes: svn path=/head/; revision=498105
* multimedia/shotcut: update to 19.02.28Tobias C. Berner2019-03-093-5/+29
| | | | | | | | PR: 234804 Reported by: kunda <chitty_cloud@me.com> Notes: svn path=/head/; revision=495145
* UnbreakAntoine Brodin2019-02-231-1/+1
| | | | Notes: svn path=/head/; revision=493665
* Drop maintainershipBaptiste Daroussin2019-02-201-2/+2
| | | | | | | multimedia@ has not enought manpower to focus on those ports Notes: svn path=/head/; revision=493423
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Update multimedia/mlt, multimedia/shotcut and graphics/movitTobias C. Berner2018-12-113-22/+59
| | | | | | | | | | | | | | | - multimedia/mlt: 6.12.0 - multimedia/shotcut: 18.11.18 - graphics/movit: 1.6.2 To reduce the bumps, all in one. PR: 229068 PR: 229071 Approved by: multimedia (kwm) Notes: svn path=/head/; revision=487262
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativeTobias C. Berner2018-11-041-3/+3
| | | | | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751 Notes: svn path=/head/; revision=484140
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵Rene Ladan2018-10-011-1/+1
| | | | | | | safekeeping. Notes: svn path=/head/; revision=481072
* Fix build with Qt 5.11Jason E. Hale2018-08-312-1/+6
| | | | | | | | PR: 230884 Obtained from: upstream Notes: svn path=/head/; revision=478547
* Update multimedia/mlt* to 6.10.0Tobias C. Berner2018-08-041-1/+1
| | | | Notes: svn path=/head/; revision=476343
* multimedia/mlt* update to 6.8.0Tobias C. Berner2018-08-041-1/+1
| | | | | | | | | * give maintainership to kde@ PR: 229073 Notes: svn path=/head/; revision=476337
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-3/+4
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570