non port: multimedia/shotcut/Makefile |
Number of commits found: 58 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
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
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Friday, 29 Jul 2022
|
12:39 Charlie Li (vishwin)
multimedia/shotcut: update to 22.06.23
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
a7d72f2 |
Tuesday, 19 Oct 2021
|
11:14 Stefan Eßer (se)
multimedia/shotcut: Add CPE information
Approved by: portmgr (blanket)
ea6a6d1 |
Monday, 2 Aug 2021
|
16:03 Yuri Victorovich (yuri)
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
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)
5708ae4 |
Friday, 30 Jul 2021
|
18:14 Tobias C. Berner (tcberner)
multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:
- 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
5c8adda |
Wednesday, 7 Jul 2021
|
05:58 Charlie Li (vishwin)
multimedia/shotcut: take maintainership
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D31089
db16834 |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
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
da3162c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 23 Mar 2021
|
08:24 fernape
multimedia/shotcut: update to 21.03.21
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
 |
Wednesday, 3 Mar 2021
|
11:00 fernape
multimedia/shotcut: update to 21.02.27
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
 |
Monday, 28 Dec 2020
|
20:49 pkubaj
multimedia/shotcut: fix build on big-endian
Also remove unnecessary post-patch:
Warning: Possible REINPLACE_CMD issues:
- - REINPLACE_CMD ran, but did not modify file contents: src/jobs/meltjob.cpp
 |
Tuesday, 3 Nov 2020
|
08:29 fernape
multimedia/shotcut: update to 20.10.31
ChangeLog: https://shotcut.org/blog/new-release-201031/
This fixes some regression in 20.09
Reported by: portscout
MFH: 2020Q4 (blanket, run time fixes)
 |
Wednesday, 30 Sep 2020
|
11:13 fernape
multimedia/shotcut: update to 20.09.27
ChangeLog: https://shotcut.org/blog/new-release-200927/
Reported by: portscout
 |
Wednesday, 22 Jul 2020
|
06:22 fernape
multimedia/shotcut: update to 20.07.11
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
 |
Friday, 3 Jul 2020
|
01:14 lwhsu
Update to 20.06.28 and fixed NLS option
PR: 247702
Submitted by: VVD <vvd@unislabs.com>
 |
Monday, 11 May 2020
|
10:25 makc
multimedia/shotcut:
- Do not install desktop file and icon twice
 |
Thursday, 7 May 2020
|
09:32 amdmi3
- Fix build with disabled NLS
- Switch to share/man
- Fix WWW
 |
Thursday, 16 Apr 2020
|
06:52 fernape
multimedia/shotcut: update to 20.04.12
ChangeLog: https://shotcut.org/blog/new-release-200412/
Reported by: portscout
 |
Sunday, 23 Feb 2020
|
08:27 tcberner
multimedia/mlt: update to 6.20.0
Announcement:
https://www.mltframework.org/blog/v6.20.0_released/
 |
Wednesday, 19 Feb 2020
|
18:19 fernape
multimedia/shotcut: update to 20.02.17
ChangeLog: https://shotcut.org/blog/new-release-200217/
Reported by: portscout
 |
Thursday, 2 Jan 2020
|
05:52 fernape
multimedia/shotcut: update to 12.12.31
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
 |
Thursday, 19 Dec 2019
|
16:48 fernape
multimedia/shotcut: update to 19.12.16
Too many changes to be listed here.
ChangeLog: https://github.com/mltframework/shotcut/releases/tag/v19.12.16
Reported by: portscout
 |
Sunday, 24 Nov 2019
|
09:49 tcberner
multimedia/mlt: update to 6.18.0
 |
Wednesday, 23 Oct 2019
|
16:42 fernape
multimedia/shotcut: update to 19.10.20
ChangeLog: https://shotcut.org/blog/new-release-191020/
Reported by: portscout
 |
Wednesday, 18 Sep 2019
|
16:28 fernape
multimedia/shotcut: update to 19.09.14
ChangeLog: https://shotcut.org/blog/new-release-190914/
While here, add USES=xorg
Reported by: portscout
 |
Monday, 19 Aug 2019
|
17:44 fernape
multimedia/shotcut: update to 19.08.16
Too many changes:
ChangeLog: https://shotcut.org/blog/new-release-190816/
Reported by: portscout
 |
Sunday, 21 Jul 2019
|
18:02 fernape
multimedia/shotcut: update to 19.07.15
ChangeLog: https://shotcut.org/blog/new-release-190715/
Reported by: portscout
 |
Saturday, 13 Jul 2019
|
20:12 tcberner
multimedia/shotcut: prepare for Qt 5.13
PR: 238782
 |
Saturday, 22 Jun 2019
|
15:51 fernape
multimedia/shotcut: update to 19.06.15
Too many changes to be listed here.
See ChangeLog: https://shotcut.org/blog/new-release-190615/
Reported by: portscout
 |
Saturday, 18 May 2019
|
18:13 tcberner
multimedia/mlt: update to 6.16.0
 |
Saturday, 6 Apr 2019
|
14:43 tcberner
multimedia/mlt: update to 6.14.0
Changelog:
https://www.mltframework.org/blog/v6.14.0_released/
 |
Saturday, 9 Mar 2019
|
14:28 tcberner
multimedia/shotcut: update to 19.02.28
PR: 234804
Reported by: kunda <chitty_cloud@me.com>
 |
Saturday, 23 Feb 2019
|
12:24 antoine
Unbreak
 |
Wednesday, 20 Feb 2019
|
14:28 bapt
Drop maintainership
multimedia@ has not enought manpower to focus on those ports
 |
Wednesday, 16 Jan 2019
|
11:13 tijl
Fix Qt5 symbol version scripts to put the catch-all clause first. When
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)
 |
Tuesday, 11 Dec 2018
|
22:30 tcberner
Update multimedia/mlt, multimedia/shotcut and graphics/movit
- 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)
 |
Tuesday, 6 Nov 2018
|
01:50 jbeich
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
 |
Sunday, 4 Nov 2018
|
19:00 tcberner
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- 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
 |
Monday, 1 Oct 2018
|
21:43 rene
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping.
 |
Friday, 31 Aug 2018
|
11:23 jhale
Fix build with Qt 5.11
PR: 230884
Obtained from: upstream
 |
Saturday, 4 Aug 2018
|
09:10 tcberner
Update multimedia/mlt* to 6.10.0
 |
07:57 tcberner
multimedia/mlt* update to 6.8.0
* give maintainership to kde@
PR: 229073
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
 |
Wednesday, 2 May 2018
|
15:07 jbeich
multimedia/ffmpeg: update to 4.0
- 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
 |
Saturday, 21 Oct 2017
|
06:50 jbeich
multimedia/ffmpeg: update to 3.4
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
 |
Thursday, 6 Jul 2017
|
20:40 tcberner
Split part of www/qt5-websockets into new port www/qt5-websockets-qml
This splits qt5-websockets into a qt5-websockets port containing the core parts,
and a qt5-websockets-qml port with the QML parts. The QML parts depend on Qt
Quick,
so on the GUI parts (and hence X11) while the core parts do not.
PR: 220045
Submitted by: Adriaan de Groot <groot@kde.org>
 |
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
 |
Tuesday, 28 Feb 2017
|
08:33 mat
Fix USE_GITHUB's GH_TAGNAME usage.
Sponsored by: Absolight
 |
Thursday, 2 Feb 2017
|
10:27 avilla
multimedia/shotcut: update to 17.02
- Fixed drag-n-drop from other than C: drive on Windows.
- Fixed '/' getting added to front of file paths on Windows.
- Fixed the MLT XML repair tool not correctly handling decimal point
in some configurations.
- Fixed opening a network stream.
- Improved support for image sequences.
- Improved device capture.
- Added Slovenian translation.
All device capture now occurs in the background. This makes it
possible to record voice overs while playing the project.
 |
Tuesday, 10 Jan 2017
|
11:41 avilla
- Fix RUN_DEPENDS
Reported by: pkg-fallout
 |
Monday, 9 Jan 2017
|
07:00 avilla
- Remove soversion from RUN_DEPENDS
Reported by: adamw
 |
Tuesday, 3 Jan 2017
|
11:54 avilla
- Update to 17.01
- Update WWW
This version is just bug fixes plus a Chinese translation for Taiwan
was added.
Reported by: portscout
 |
Saturday, 31 Dec 2016
|
14:28 avilla
- Fix build on FreeBSD 9
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.
 |
Thursday, 29 Dec 2016
|
15:20 avilla
Shotcut is a free, open source, cross-platform video editor for
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
 |
Number of commits found: 58 |