Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
22.06.23_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
22.06.23_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
22.06.23 11 Sep 2022 10:20:14 |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
22.06.23 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
22.06.23 29 Jul 2022 12:39:43 |
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 |
21.03.21_3 19 Oct 2021 11:14:38 |
Stefan Eßer (se) |
multimedia/shotcut: Add CPE information
Approved by: portmgr (blanket) |
21.03.21_3 02 Aug 2021 16:03:15 |
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) |
21.03.21_2 30 Jul 2021 18:14:36 |
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 |
21.03.21_1 07 Jul 2021 05:58:20 |
Charlie Li (vishwin) |
multimedia/shotcut: take maintainership
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D31089 |
21.03.21_1 22 Jun 2021 18:53:08 |
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 |
21.03.21 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
21.03.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
21.03.21 23 Mar 2021 08:24:57 |
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 |
21.02.27 03 Mar 2021 11:00:01 |
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 |
20.10.31 28 Dec 2020 20:49:01 |
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 |
20.10.31 03 Nov 2020 08:29:27 |
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) |
20.09.27 30 Sep 2020 18:20:56 |
fernape |
multimedia/shotcut: Fix build. Add missing patch.
This patch was missing from r550683
PR: 250010
Reported by: vvd@unislabs.com |
20.09.27 30 Sep 2020 11:13:16 |
fernape |
multimedia/shotcut: update to 20.09.27
ChangeLog: https://shotcut.org/blog/new-release-200927/
Reported by: portscout |
20.07.11 22 Jul 2020 06:22:16 |
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 |
20.06.28 03 Jul 2020 01:14:51 |
lwhsu |
Update to 20.06.28 and fixed NLS option
PR: 247702
Submitted by: VVD <vvd@unislabs.com> |
20.04.12_1 21 May 2020 10:22:47 |
tcberner |
multimedia/shotcut: prepare for Qt5-5.15 |
20.04.12_1 11 May 2020 10:25:26 |
makc |
multimedia/shotcut:
- Do not install desktop file and icon twice |
20.04.12 07 May 2020 09:32:38 |
amdmi3 |
- Fix build with disabled NLS
- Switch to share/man
- Fix WWW |
20.04.12 16 Apr 2020 06:52:58 |
fernape |
multimedia/shotcut: update to 20.04.12
ChangeLog: https://shotcut.org/blog/new-release-200412/
Reported by: portscout |
20.02.17_1 23 Feb 2020 08:27:06 |
tcberner |
multimedia/mlt: update to 6.20.0
Announcement:
https://www.mltframework.org/blog/v6.20.0_released/ |
20.02.17 19 Feb 2020 18:19:30 |
fernape |
multimedia/shotcut: update to 20.02.17
ChangeLog: https://shotcut.org/blog/new-release-200217/
Reported by: portscout |
19.12.31 02 Jan 2020 05:52:18 |
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 |
19.12.16 19 Dec 2019 16:48:42 |
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 |
19.10.20_1 24 Nov 2019 09:49:58 |
tcberner |
multimedia/mlt: update to 6.18.0 |
19.10.20 23 Oct 2019 16:42:58 |
fernape |
multimedia/shotcut: update to 19.10.20
ChangeLog: https://shotcut.org/blog/new-release-191020/
Reported by: portscout |
19.09.14 18 Sep 2019 16:28:00 |
fernape |
multimedia/shotcut: update to 19.09.14
ChangeLog: https://shotcut.org/blog/new-release-190914/
While here, add USES=xorg
Reported by: portscout |
19.08.16 19 Aug 2019 17:44:03 |
fernape |
multimedia/shotcut: update to 19.08.16
Too many changes:
ChangeLog: https://shotcut.org/blog/new-release-190816/
Reported by: portscout |
19.07.15 21 Jul 2019 18:02:36 |
fernape |
multimedia/shotcut: update to 19.07.15
ChangeLog: https://shotcut.org/blog/new-release-190715/
Reported by: portscout |
19.06.15 13 Jul 2019 20:12:34 |
tcberner |
multimedia/shotcut: prepare for Qt 5.13
PR: 238782 |
19.06.15 22 Jun 2019 15:51:34 |
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 |
19.02.28_2 18 May 2019 18:13:32 |
tcberner |
multimedia/mlt: update to 6.16.0 |
19.02.28_1 06 Apr 2019 14:43:04 |
tcberner |
multimedia/mlt: update to 6.14.0
Changelog:
https://www.mltframework.org/blog/v6.14.0_released/ |
19.02.28 09 Mar 2019 14:28:28 |
tcberner |
multimedia/shotcut: update to 19.02.28
PR: 234804
Reported by: kunda <chitty_cloud@me.com> |
18.11.18_1 23 Feb 2019 12:24:22 |
antoine |
Unbreak |
18.12.23_1 20 Feb 2019 14:28:25 |
bapt |
Drop maintainership
multimedia@ has not enought manpower to focus on those ports |
18.11.18_1 16 Jan 2019 11:13:45 |
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 (Only the first 15 lines of the commit message are shown above ) |
18.11.18 11 Dec 2018 22:30:13 |
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) |
17.02_8 06 Nov 2018 01:50:27 |
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/ |
17.02_7 04 Nov 2018 19:00:54 |
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 |
17.02_6 01 Oct 2018 21:43:18 |
rene |
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping. |
17.02_6 31 Aug 2018 11:23:33 |
jhale |
Fix build with Qt 5.11
PR: 230884
Obtained from: upstream |
17.02_6 04 Aug 2018 09:10:29 |
tcberner |
Update multimedia/mlt* to 6.10.0 |
17.02_5 04 Aug 2018 07:57:34 |
tcberner |
multimedia/mlt* update to 6.8.0
* give maintainership to kde@
PR: 229073 |
17.02_4 28 Jun 2018 17:39:55 |
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 |
17.02_4 02 May 2018 15:07:27 |
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 |
17.02_3 21 Oct 2017 06:50: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 |
17.02_2 06 Jul 2017 20:40:51 |
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> |
17.02_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
17.02 28 Feb 2017 08:33:44 |
mat |
Fix USE_GITHUB's GH_TAGNAME usage.
Sponsored by: Absolight |
17.02 02 Feb 2017 10:27:15 |
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. |
17.01 10 Jan 2017 11:41:57 |
avilla |
- Fix RUN_DEPENDS
Reported by: pkg-fallout |
17.01 09 Jan 2017 07:00:47 |
avilla |
- Remove soversion from RUN_DEPENDS
Reported by: adamw |
17.01 03 Jan 2017 11:54:30 |
avilla |
- Update to 17.01
- Update WWW
This version is just bug fixes plus a Chinese translation for Taiwan
was added.
Reported by: portscout |
16.12 31 Dec 2016 14:28:37 |
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. |
16.12 29 Dec 2016 15:20:17 |
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 |