The different cases are:
- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
(looking for /(Sub|Scalar|List)::Util/ returns nothing.)
While there, do some minor cleanup that caught my eye.
PR: 208378
With hat: perl@
Sponsored by: Absolight
Changelog:
Fix flickering in multi threaded palette conversion.
Improved YUV / RGB palette conversions.
Play selections should function even after switching clips, restarting
playback.
Add encoded files to global "recently used files".
Implement new theming engine, allow custom themes / colours in Preferences.
Fix bug with layout reloading after crash.
Fix bugs in setting in/out points in multitrack.
Fix showing of textbuffer parameters in effect windows (regression).
Fix possible minor memory leak when applying inplace effects (regression).
Fix crash / bug in MIDI / joystick learner.
Fix bug which prevented OSC clip changes during recording.
Rewrite keyboard handler, fixing keyboard repeat for ctrl-arrow keys.
Allow for slightly longer strings in LiVES libOSC.
Improvements to edge detect and onedTV filters.
Compatibility updates for ffmpeg 2.9+
Add qtrle format and quality settings to ffmpeg_encoder.
Add new VJ keys: ctrl-alt-space (change direction of background clip),
ctrl-alt-page-up/down (adjust speed of background clip)
Major code cleanup and optimisations.
Minor compilation fixes for gtk+ 2.x
Fix bug in finding of "Next filter map" in multitrack.
Updated translation to Ukranian (thanks Yuri Churnoivan).
Updated translation to Brazilian Portuguese.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
Syncplay synchronizes the playback of media files across several
remote machines. The Syncplay Client launches a media player on a
user's computer, connects to a Syncplay server and join a virtual
room on that server. Pauses, unpauses and seeks made within that
media player instance are relayed to fellow viewers via the server
to allow for these actions to be replicated by the media players
of everyone else in the same virtual room.
WWW: http://syncplay.pl/
PR: 202013
Submitted by: Christian Heckendorf <heckendorfc@gmail.com>
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.
This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.
PR: 199601
PR: 208322
From on WRKSRC/configure:
license="LGPL version 2.1 or later"
if enabled nonfree; then
license="nonfree and unredistributable"
elif enabled gplv3; then
license="GPL version 3 or later"
elif enabled lgplv3; then
license="LGPL version 3 or later"
elif enabled gpl; then
license="GPL version 2 or later"
fi
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268
As verified by submitter of [1], ASM optimised routines now work
on i386 out of the box, hence enable by default.
This release contains runtime bugfixes (from changelog):
- Fix an issue with the new duplicate checking, which could lead to
missing subtitles after seeking.
- Fix a crash with CoreText under specific circumstances
While on it:
- Use default description for ASM from bsd.options.desc.mk
PR: 207723 [1]
Submitted by: sasamotikomi@gmail.com
Reviewed by: riggs
MFH: 2016Q1
Changelog:
- Possibility to use an external service (website) to download videos.
- Options to zoom in and out.
- New options in the settings dialog to change the font and
style of the application.
that there were build problems when disabling dvdnav some years ago, but I
had been building and running MPlayer without it for quite a while with no
issues. It remains enabled by default anyways.
While here use our standard OPTIMIZED_CFLAGS_DESC for OCFLAGS_DESC and fix
minor indentation bug.
Approved by: riggs (maintainer)
- Add LICENSE_COMB. This release changes the license of some non-MPlayer source files to LGPL 2.1 or later.
- Update MAINTAINER to my @FreeBSD.org address.
Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.16.0
PR: 207663
Approved by: junovitch (mentor)
multimedia/vlc conflicts with multimedia/vlc-qt4, and the latter is needed by
multimedia/phonon-qt4 and consequently by x11/kde4-workspace and other KDE4
ports.
Since Kaffeine depends on parts of KDE4 such as x11/kdelibs4, it makes more
sense to depend on vlc-qt4 instead.
PR: 204690
MFH: 2016Q1
Detailed maintainer log:
- Remove the setting of the TZ, LC_ALL and LANG shell variables from rc
script. This resolves an issue where the emby-server timezone was set to
UTC, causing show air dates and TV guides to be off by a number of hours
for some users [1]. Setting these variables was originally added when
mono 3.12.1 was in the ports tree, to avoid mono throwing a number of
System.TimeZoneNotFound exceptions when run in debugging mode [2]. Whilst
these exceptions are still thrown, they are caught and the mono code now
only sets the time to UTC if the correct timezone cannot be found from
the TZ variable or /etc/localtime.
- Remove pkg-install script as it is no longer necessary to download
Mozilla's root certificates and import them into the Mono Trust store
(this was actually never effective, as the certificates were saved into
the root user's mono trust store instead of the emby user's store).
- Bump PORTREVISION
[1] http://emby.media/community/index.php?/topic/13083-freenas-plugin/?p=299783
[2] mono --debug --trace=N:nothing /usr/local/lib/emby-server/MediaBrowser.Server.Mono.exe -ffmpeg /usr/local/bin/ffmpeg -ffprobe /usr/local/bin/ffprobe -programdata /var/db/emby-server
PR: 207436
Submitted by: woodsb02@gmail.com (maintainer)
MFH: 2016Q1
- Use released version instead of svn snapshot for this distfile
- Update MASTER_SITES to fetch from mplayer.hq instead of LOCAL for
this distfile
- Use bundled ffmpeg-3.0
by default). So dvb support is enabled and build. This allows vlc to
understand dvb:// uri's again.
PR: 207397
Submitted by: Tobias Kortkamp <t@tobik.me>
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
x265 was not correctly detected due to link attempt to libdl.
Also avidemux now automatically detects the presence of opus,
twolame and fribidi during configure and builds additional
plugins for them.
This changeset introduces new OPTIONS FRIBIDI OPUS TWOLAME
(all non-default) and fixes plugins pkg-plist.
Bump PORTREVISION for avidemux-*
PR: 206945
Submitted by: mi
Reviewed by: riggs
MFH: 2016Q1
ffmpeg now uses config.log instead of previously config.err.
Setting CONFIGURE_LOG in port Makefile has become obsolete.
No change in resulting package, no PORTREVISION bump.
PR: 207136
Submitted by: mi@ALDAN.algebra.com
Reviewed by: riggs
MFH: 2016Q1
* Update multimedia/emby-server to 3.0.5821
* Remove dependency on multimedia/libmediainfo (now uses FFMpeg instead)
* Add X11 OPTION (ON by default) for user to choose dependency of
graphics/ImageMagick or graphics/ImageMagick-nox11
* Improve pkg-message to prompt the user to some additional
options that can be set when building multimedia/ffmpeg and
graphics/ImageMagick in order to optimise their Emby Server experience.
PR: 206374
Submitted by: joshruehlig@gmail.com
Reviewed by: woodsb02@gmail.com (maintainer)
Approved by: woodsb02@gmail.com (maintainer)
tests and make myself the maintainer to deal with fallout, if any.
Bump PORTREVISION of the two other ports, which depend on x265 by default.
PR: 206864
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.
Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.
Exp-runs done by: antoine@
PR: 205432
Reviewed by: antoine@, mat@
Approved by: portmgr (antoine@)
Differential Revision: https://reviews.freebsd.org/D3653
ChangeLog
----------------
Fix crash when applying rendered effects to virtual clips.
Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder.
Fix memory leak in new style gdkpixbuf converter.
Fix frame seek bug in avformat decoder with non-zero start time.
Autoscroll "Show details" when encoding.
Work around a gtk+ crash bug in GtkTextView with lots of text.
Show missing libraries in ffmpeg_encoder.
Show time remaining estimate for encoding for most encoder formats.
OK / Cancel in the file chooser should immediately cancel any preview
(regression).
Add "Use current clip values" button when entering multitrack.
Fix memory leak in pulseaudio input analysis.
Minor GUI improvements.