Systems lacking video4linux2, but with video4linux1 fail to build
ZM due to v4l2 specific macro.
PR: 210088
Submitted by: Ivan <bsd@abinet.ru> (maintainer)
- USE_GNOME=cairo only applies when SWFDEC option is enabled
- USE_XORG=x11 applies even with all options disabled (due to SDL)
- USE_GNOME=glib20 is required when JACK or SWFDEC options are enabled
- Fix pkg-plist: filter_audiospectrum.yml only installed if QT4 enabled
Reported by: mat (mentor)
Reviewed by: mat (mentor)
Approved by: adamw (mentor), portmgr (blanket approval - build fixes)
Differential Revision: https://reviews.freebsd.org/D6776
- Update to 6.2.0
- Mark KDE4 option as implying/requiring QT4 option
- Move USE_KDE4=kdelibs to new options helpers
- Add USE_GNOME=cairo as notified by new stage-qa error
Changes this release:
http://mltframework.blogspot.fr/2016/04/version-620-released.htmlhttp://mltframework.blogspot.fr/2016/02/version-600-released.htmlhttp://mltframework.blogspot.fr/2015/07/version-098-released.html
This update also allows multimedia/mlt to build against ffmpeg 3.0.x.
The ports tree currently still has multimedia/ffmepg at version 2.8.7,
however this update is backwards compatible with ffmpeg 2.8.7. The
update of multimedia/ffmpeg to 3.0.x branch is waiting for ports which
depend on it to successfully build with the newer version of ffmpeg.
PR: 207390
Submitted by: olivierd
Approved by: avilla (maintainer timeout), mat (mentor), makc, araujo (with kde hat)
Differential Revision: https://reviews.freebsd.org/D6754
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
Fix the few users of both the MySQL client and server.
PR: 209762
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6575
VLC brings its own header for atomic operations which defines a whole
bunch of atomic macros, conflicting with the ones in the C++ standard
<atomic> header. This changeset works around those.
PR: 209722
Submitted by: dim
sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime
- update USES in some kde ports
Some are cosmetic; some add shebangfix or pathfix where needed
PR: 209304
Submitted by: groot@kde.org (kde)
- Move to gtk3 and gstreamer-1.0 [1]
- Add dependencies on musicbrainzngs, notification-daemon, libsoup, libwebkit2gtk-4.0, pygobject3 [1]
- Remove gconf, python, musepack from USE_GSTREAMER (not in gstreamer 1.0)
- Change name of gstreamer mp3 plugin from mp3 to mad (per gstreamer 1.0 ports)
- Add LICENSE_FILE, and general port tidy-up
- Update WWW link to new project site
- Remove pkg-message regarding adding new plugins, as they are now bundled [1]
[1] https://quodlibet.readthedocs.org/en/latest/packaging.html
Changes this release:
https://quodlibet.readthedocs.org/en/latest/changelog.html
PR: 208988
Reviewed by: mat (mentor)
Approved by: johnson.peter@gmail.com (maintainer timeout), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6604
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
DragonFly needs the same modification as FreeBSD to build kaffeine, and
the necessary tweak to the new patch is trivial.
Approved by: Restore DF functionality blanket
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]
py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]
- Use options-helpers and option dependent make targets.
- Use autoplist for documents as well as python code
- Add all the docments to the packages: previously an arbitrary
subset was added in a way that excluded CSS, images and other HTML
assets.
- Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
option.
- Use py-pytest for 0.9.x and later, rather than py-nose.
- Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.
PR: 191442
Submitted by: robak
Reviewed by: robak
Reviewed by: pi
Approved by: nivit (maintainer timeout, ~300days) [1]
Approved by: m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by: https://reviews.freebsd.org/D908
Changelog:
Fix bug which caused error moving sets with no layouts (regression).
Optimise recording of generated frames.
Fixes for recording audio from external pulse audio.
Fix incorrect recognition of single jpeg/png as video (regression).
Fix "Open Location" (regression).
Use png rather than jpeg internally whenever possible.
Improved support for mpv instead of mplayer.
Add a few new effects ported from Toonz.
- Update patch of command/decoder.cpp to allow vdr-plugin-markad to
build successfully once multimedia/ffmpeg is updated to 3.0.x.
Note that multimedia/ffmpeg is currently still on the 2.8.x branch,
however this patch is backwards compatible with ffmpeg 2.8.x.
The additional changes to this file were based on upstream bug
report #1898 [1], and also the requirement to replace
s/avcodec_alloc_frame/av_frame_alloc/g.
- Regenerate patches with makepatch (pet portlint), and remove
PATCH_STRIP=-p1 from Makefile.
[1] https://projects.vdr-developer.org/issues/1898
PR: 209386
Reported by: antoine (PR207547)
Reviewed by: mat (mentor)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6283