notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/openshot/Makefile

Number of commits found: 59

Sunday, 29 Oct 2023
20:37 Jason E. Hale (jhale) search for other commits by this committer
multimedia/openshot: Prepare for www/qt5-webkit removal

www/qt5-webkit is scheduled to be removed at the end of the year [1]
along with its corresponding python bindings from devel/py-qt5-pyqt. [2]
In the meantime, this port will continue to default to the WebKit
backend unless otherwise specified via the commandline arguments
'-b webengine' or, synonymously, '--web-backend webengine'. After
www/qt5-webkit deletion, it will automatically use the bindings from
www/py-qt5-webengine.

[1]
https://cgit.freebsd.org/ports/commit/?id=e8e65e7574de0b374caaa3da0ba6a26a67103e62

PR:		273866 [2]
With hat:	kde@
commit hash: ff956251efce04c6e9756057f38327992e56f519 commit hash: ff956251efce04c6e9756057f38327992e56f519 commit hash: ff956251efce04c6e9756057f38327992e56f519 commit hash: ff956251efce04c6e9756057f38327992e56f519 ff95625
Saturday, 29 Apr 2023
17:15 Fernando Apesteguía (fernape) search for other commits by this committer Author: Tatsuki Makino
multimedia/openshot: Update to 3.1.1

ChangeLog: https://www.openshot.org/blog/2023/04/20/new_openshot_release_311/

 * Fixes and Improvements to Tracker and Object Detection effects (fix property
   editing, prevent crashes, removed black background)
 * Fixes to Parent property (simplify context menus, a single None option,
   include thumbnail images)
 * Prevent freeze on launch (when OpenShot's sample rate does not match the
   default Windows sample rate)
 * Adding Profile Search button to Preferences (for easier filtering and
   searching for a default profile)
 * Fix duplicate Profile name bug (causing an issue when exporting and
   re-opening a project with certain duplicate profile names)
 * Protect timeline (webview) from receiving lots of unneeded messages from
   libopenshot (prevents crash in certain cases)
 * Improved caching logic around Property Editor (better performance while
   adjusting clip properties)
 * Fix large memory leak in Clip::Close() method (not correctly clearing Clip
   cache)
 * Prevent crash on timeline::SetCache (adding thread lock)
 * Adding additional logging around audio device detection and initialization
 * Allow audio-only clips to be transparent (revealing the video/image of clips
   below them)
 * Multiple fixes for WebM decoding (preventing freezes and crashes)
 * Fix divide by zero error in AudioWaveformer (if no amplitude was found)
 * Fix GitHub actions to remove Ubuntu 18.04 builder and some additional tweaks
   to build scripts
 * Many small code refactors and fixes to prevent noisy errors (reported by
   Sentry.io)
 * Minimum libopenshot C++ dependency set to 0.3.2
 * Updated language translations
 * Updated credits and donors

PR:		271075
Reported by:	tatsuki_makino@hotmail.com (maintainer)
commit hash: 19fab59233f0528f86fb886f08f2581929c39200 commit hash: 19fab59233f0528f86fb886f08f2581929c39200 commit hash: 19fab59233f0528f86fb886f08f2581929c39200 commit hash: 19fab59233f0528f86fb886f08f2581929c39200 19fab59
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Saturday, 15 Apr 2023
16:56 Fernando Apesteguía (fernape) search for other commits by this committer Author: Tatsuki Makino
multimedia/openshot: Update to 3.1.0

ChangeLog: https://www.openshot.org/blog/2023/04/06/new_openshot_release_310/

 * Improved Profiles (400+ Export Profiles, New Profile UI, and more)
 * Huge Time Remapping update (improved audio resampling, support for backwards
   audio, bezier curve support)
 * Improved Undo / Redo system, includes grouping actions (i.e. single undo for
   split-clips and similar multi-step edits)
 * Improved Preview & Split Clip dialog (correct aspect ratio, correct sample
   rate)
 * Improved Caption Effect (high DPI support, improved VTT support)
 * Memory leak fixes (clip caching, memory leak fixes, prevent zombie threads)
 * Improved Performance (FrameMapper & Clip objects now include extra caching
   and optimizations)
 * Improved Keyboard Bindings (arrow keys)
 * Bug fix for Blender Animated Titles using high FPS (incorrect duration)
 * Bug fix for Mac Chroma Key effect (babl color methods)
 * Bug fix for video preview widget resizing, to correctly clear cache
 * Bug fix for Automatic Transition Direction logic (i.e. correctly fade in/out
   based on where the transition is dropped)
 * Fixed issue with AppImage to support newer distros (related to glibc
   compatibility)
 * Improved About dialog (release notes link, remove "candidate" for official
   releases)
 * Expanded default Emojis (adding in Arrows, Shapes, and Brands)
 * Improved File Properties Dialog, to handle replacing files and thumbnails,
   and better support for changing FPS
 * Updated language translations
 * Updated supporters and donors
 * Updated docs / user-guide

PR:		270763
Reported by:	tatsuki_makino@hotmail.com
commit hash: 4876c612ca5d182752e5244fb0c45a10027582c0 commit hash: 4876c612ca5d182752e5244fb0c45a10027582c0 commit hash: 4876c612ca5d182752e5244fb0c45a10027582c0 commit hash: 4876c612ca5d182752e5244fb0c45a10027582c0 4876c61
Thursday, 9 Mar 2023
11:15 Loïc Bartoletti (lbartoletti) search for other commits by this committer
PyQt: Update to latest versions

- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 6d3a647
Monday, 26 Dec 2022
05:25 Nuno Teixeira (eduardo) search for other commits by this committer Author: VVD
multimedia/openshot: Update to 3.0.0

OpenShot 3.0 Released | Stability, Performance & Usability
Written by Jonathan on Dec. 10, 2022 in Releases.

Highlights & Features:
 - Free & Open-Source Video Editor
 - More than 1000 improvements & fixes
 - Improved stability & memory usage
 - Enhanced real-time video playback performance
 - Timeline & usability improvements (snapping, keyframes, waveforms,
   default folders, and more)
 - Ability to export multiple clips and videos at the same time
 - Improved User-Guide / Documentation / Help Manual
 - Updated Language Translations & Translation System
 - Expanded video formats supported
 - Support for Blender 3.3
 - 4K display | monitor support (High DPI)

ChangeLog:
https://www.openshot.org/blog/2022/12/10/new_openshot_release_300/

PR:		268317
commit hash: 82f46e4dcd11bf61045e0ef51c9fd343318ade2a commit hash: 82f46e4dcd11bf61045e0ef51c9fd343318ade2a commit hash: 82f46e4dcd11bf61045e0ef51c9fd343318ade2a commit hash: 82f46e4dcd11bf61045e0ef51c9fd343318ade2a 82f46e4
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Byung-Hee HWANG <bh@izb.knu.ac.kr>
  *  Charlie Kester <corky1951@comcast.net>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <chein@FreeBSD.org> & Jim Overholt <overholt@isdw.net>
  *  Daniel Morante <daniel@morante.net>
  *  Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
  *  Dierk Sacher <dierk@blaxxtarz.de>
  *  Dreamcat4 <dreamcat4@gmail.com>
  *  Earl Gay <earl@eeg3.net>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Franz Bettag <franz@bett.ag>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Harold Gutch <logix@foobar.franken.de>
  *  Heiner <h.eichmann@gmx.de>
  *  Heiner Eichmann <h.eichmann@gmx.de>
  *  Hendrik Scholz <hendrik@scholz.net>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Holger Lamm
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jason Harmening <jason.harmening@gmail.com>
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock <nox@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  KalleDK <plexmaintainer@k-moeller.dk>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Koop Mast <kwm@rainbow-runner.nl>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Moore
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net> et al
  *  Mina Naguib <webmaster@topfx.com>
  *  Mykola Dzham <i@levsha.me>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Pascal Vizeli <pvizeli@yahoo.de>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Petar Zhivkov Petrov <pesho.petrov@gmail.com>
  *  Phil Oleson
  *  Phil Oleson <oz@nixil.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raaf <freebsd@luna.afraid.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Rozhuk Ivan 2018 <rozhuk.im@gmail.com>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stacey Son <mythdev@son.org>, Ari Maniatis <ari@ish.com.au>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Zastupov Stepan [RedChrom] <redchrom@mail.ru>
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson <ahze@ahze.net>
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 63f36d3
Monday, 7 Mar 2022
17:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/py-qt5, devel/py-sip: Update versions

- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 2d8f8573
Thursday, 27 Jan 2022
06:12 Loïc Bartoletti (lbartoletti) search for other commits by this committer
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.

SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:

PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2

Reviewed by:	diizzy, kde
Tested by:	kai, rhurlin, arrowd, madpilot
Approved by:	makc, tcberner, kde
Differential Revision:	https://reviews.freebsd.org/D33237
Exp-run by:	antoine
commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 4f0a5e1
Saturday, 16 Oct 2021
21:31 Neel Chauhan (nc) search for other commits by this committer Author: Tatsuki Makino
multimedia/openshot: update to 2.6.1

PR:	259206
commit hash: e744fae864861f5c0b17528fecb7625f85b77ad6 commit hash: e744fae864861f5c0b17528fecb7625f85b77ad6 commit hash: e744fae864861f5c0b17528fecb7625f85b77ad6 commit hash: e744fae864861f5c0b17528fecb7625f85b77ad6 e744fae
Wednesday, 1 Sep 2021
23:12 Neel Chauhan (nc) search for other commits by this committer Author: Tatsuki Makino
multimedia/openshot: Update to 2.6.0

PR:	258162
commit hash: 62b4740ad4c10f5423a1ce506840d1d80cd39299 commit hash: 62b4740ad4c10f5423a1ce506840d1d80cd39299 commit hash: 62b4740ad4c10f5423a1ce506840d1d80cd39299 commit hash: 62b4740ad4c10f5423a1ce506840d1d80cd39299 62b4740
Thursday, 8 Jul 2021
20:53 Fernando Apesteguía (fernape) search for other commits by this committer
multimedia/openshot: Update to 2.5.1.891

ChangeLog:
https://www.openshot.org/blog/2020/03/03/openshot-251-released-optimized-effects-improved-performance/

PR:	256641
Reported by:	tatsuki_makino@hotmail.com (maintainer)
commit hash: 8577317159a90cd5e6c5a4a549d90b9718e8b490 commit hash: 8577317159a90cd5e6c5a4a549d90b9718e8b490 commit hash: 8577317159a90cd5e6c5a4a549d90b9718e8b490 commit hash: 8577317159a90cd5e6c5a4a549d90b9718e8b490 8577317
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 16 Mar 2021
09:29 lbartoletti search for other commits by this committer
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1

PR:		254218
Exp-run by:	antoine
Original commitRevision:568547 
Monday, 8 Mar 2021
06:49 lbartoletti search for other commits by this committer
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0

* PyQt5: update to 5.15.3

This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.

 - Added the missing QImage.setAlphaChannel().
 - Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
 - Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.

* QScintilla2: update to 2.12.0

This adds support for Qt6 and removes support for Qt4.

 - Change the new distname (again)i due to a conflict
 - Use the new sip-build system

* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo

PR:		253865
Exp-run by:	antoine
Original commitRevision:567825 
Thursday, 25 Feb 2021
18:54 nc search for other commits by this committer
Update a few openshot ports:

 * audio/libopenshot-audio: Update to 0.2.0.29
 * multimedia/libopenshot: Update to 0.2.5.517
 * multimedia/openshot: update to 2.5.1.732

PR:		253643, 253645, 253646
Submitted by:	Tatsuki Makino <tatsuki_makino AT hotmail DOT com> (maintainer)
Original commitRevision:566553 
Tuesday, 15 Dec 2020
17:56 lbartoletti search for other commits by this committer
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1

PR:		251764
Exp-run by: antoine
Original commitRevision:558168 
Monday, 5 Oct 2020
15:50 lbartoletti search for other commits by this committer
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5

- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some
ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
Original commitRevision:551499 
Sunday, 13 Sep 2020
07:14 lwhsu search for other commits by this committer
multimedia/openshot: update to 2.5.1.369

PR:		249272
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Original commitRevision:548460 
Saturday, 27 Jun 2020
15:44 lwhsu search for other commits by this committer
Update to 2.5.1.236

PR:		247533
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Original commitRevision:540621 
Sunday, 8 Mar 2020
10:42 tcberner search for other commits by this committer
multimedia/openshot: update to 2.5.1

PR:		244623
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
Original commitRevision:528024 
Monday, 17 Feb 2020
03:02 yuri search for other commits by this committer
multimedia/openshot: Update 2.4.4-443 -> 2.5.0-25

PR:		244064
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Original commitRevision:526337 
Sunday, 8 Dec 2019
11:33 tcberner search for other commits by this committer
multimedia/openshot: Update to 2.4.4

- give maintainership to tatsuki_makino@hotmail.com

PR:		234803
Submitted by:	Tatsuki Makino  <tatsuki_makino@hotmail.com>,
Reported by:	kunda <chitty_cloud@me.com>
Original commitRevision:519293 
Friday, 8 Nov 2019
13:59 tobik search for other commits by this committer
multimedia: Add missing USES={gl,gnome,sdl,xorg}
Original commitRevision:517065 
Saturday, 6 Apr 2019
14:43 tcberner search for other commits by this committer
multimedia/mlt: update to 6.14.0

Changelog:
	https://www.mltframework.org/blog/v6.14.0_released/
Original commitRevision:498105 
Tuesday, 11 Dec 2018
22:30 tcberner search for other commits by this committer
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)
Original commitRevision:487262 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
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/
Original commitRevision:484273 
Thursday, 11 Oct 2018
09:38 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Pet portlint
- Add NO_ARCH
- Simplify installation
- Update WWW
Original commitRevision:481803 
Saturday, 4 Aug 2018
09:10 tcberner search for other commits by this committer
Update multimedia/mlt* to 6.10.0
Original commitRevision:476343 
07:57 tcberner search for other commits by this committer
multimedia/mlt* update to 6.8.0

* give maintainership to kde@

PR:		229073
Original commitRevision:476337 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
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
Original commitRevision:468844 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
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
Original commitRevision:452570 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Monday, 6 Oct 2014
16:22 wg search for other commits by this committer
multimedia/openshot: switch from py-imaging to py-pillow

- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Original commitRevision:370190 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 4 Aug 2014
22:19 wg search for other commits by this committer
multimedia/openshot: support stage

PR:		192361
Submitted by:	christian.mangin gmail com
Original commitRevision:364061 
Sunday, 6 Jul 2014
15:21 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360920 
Wednesday, 29 Jan 2014
09:17 rodrigo search for other commits by this committer
Update maintainer email address

Approved by:	bapt@ (co-mentor)
Original commitRevision:341704 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 3 Jan 2014
01:13 bapt search for other commits by this committer
Part 2 at removing now useless FETCH_ARGS redifition
Original commitRevision:338513 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Tuesday, 9 Oct 2012
08:07 rm search for other commits by this committer
- update to 1.4.3
- trim Makefile header
- remove indefinite article
- remove redundand MANCOMPRESSED=no
- tab -> space change in pkg-descr:WWW

changelog:
http://www.openshotvideo.com/2012/10/version-143-released-download-it-now.html

PR:		172286
Submitted by:	rm (myself)
Approved by:	Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer)
Original commitRevision:305573 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 5 May 2012
19:28 rm search for other commits by this committer
- remove extra tabs
- update to 1.4.2
- switch to using of PYTHON_PKGNAMEPREFIX for python dependencies
- strict python versions to 2.x (doesn't yet works with python3)
- adjust local patches for new version

changelog:
http://www.openshotvideo.com/2012/02/version-142-released.html

PR:             166935
Submitted by:   rm (myself)
Approved by:    Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer)
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Wednesday, 30 Nov 2011
22:28 flo search for other commits by this committer
- update to 1.4.0 [1]
- move LICENSE to the correct section [2]

PR:             ports/162714
Submitted by:   glebius [1]
                maintainer [2]
Approved by:    maintainer [1]
Feature safe:   yes
Original commit
Wednesday, 29 Jun 2011
15:25 avilla search for other commits by this committer
- Update dependency on frei0r in kdenlive and openshot [1].
- Bump PORTREVISION.

- Approved by:  [1] rodrigo@bebik.net (maintainer, implicit)
Original commit
Tuesday, 17 May 2011
16:09 bapt search for other commits by this committer
- over to new volunteer

PR:             ports/157112
Submitted by:   rodrigo osorio <rodrigo@bebik.net>
Original commit
Wednesday, 27 Apr 2011
01:56 dougb search for other commits by this committer
By Maintainer's request, toss these ports back into the pool
Original commit
Saturday, 9 Apr 2011
14:38 arved search for other commits by this committer
Add missing dependency on py-imaging, switch from scrollkeeper to rarian

PR:             155954
Submitted by:   maintainer
Original commit
Saturday, 5 Mar 2011
11:37 miwi search for other commits by this committer
OpenShot Video Editor is a program designed to create videos on
Linux.  It can easily combine multiple video clips, audio clips,
and images into a single project, and then export the video into
many common video formats.

OpenShot is a non-linear video editor, which means any frame of
video can be accessed at any time, and thus the video clips can
be layered, mixed, and arranged in very creative ways.  All
video clip edits (trimming, cutting, etc...) are non-destructive,
meaning that the original video clips are never modified.

WWW:    http://www.openshot.org/

PR:             ports/155265
Submitted by:   Charlie Kester <corky1951 at comcast.net>
Original commit

Number of commits found: 59