1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
Jan Beich
276b32c59a multimedia/mpv: update to 0.30.0
ABI is compatible but rebuild consumers anyway in case some can take
advantage of new APIs e.g., https://github.com/mpv-player/mpv/commit/e08f235578aa

- DVDREAD is no longer supported after https://github.com/mpv-player/mpv/commit/622940498525
- DVDNAV needs libdvdred after https://github.com/mpv-player/mpv/commit/34e6a26f4d5a
- TEST needs newer dependency after https://github.com/mpv-player/mpv/commit/293dfc782552
- V4L can no longer use tv:// after https://github.com/mpv-player/mpv/commit/b30e85508a30
- VULKAN option uses libplacebo after https://github.com/mpv-player/mpv/commit/7006d6752d7d
- ZIMG to support --vf=fingerprint after https://github.com/mpv-player/mpv/commit/9cfeafa89e2e
- ZSH option is no longer needed after https://github.com/mpv-player/mpv/commit/2712db823884
- Drop --disable-vapoursynth-lazy after https://github.com/mpv-player/mpv/commit/fb8d240c4d04
- Add --disable-shaderc to avoid no longer used dependency brought via libplacebo

Changes:	https://github.com/mpv-player/mpv/releases/tag/v0.30.0
2019-12-22 00:36:01 +00:00
Niclas Zeising
82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00
Jan Beich
513ddff4c4 multimedia/mpc-qt: upstream disappeared, so use a mirror for now
fetch: https://codeload.github.com/cmdrkotori/mpc-qt/tar.gz/v18.08?dummy=/cmdrkotori-mpc-qt-v18.08_GH0.tar.gz: Not Found
2019-11-06 14:50:16 +00:00
Antoine Brodin
d0f83e12f1 Mark a few ports BROKEN (unfetchable) 2019-11-06 14:00:19 +00:00
Jan Beich
e5688543b0 Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
2019-09-14 22:01:13 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Tijl Coosemans
1bf487d3e7 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] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Jan Beich
bf33892d6a multimedia/mpc-qt: track PORTEPOCH since r331464 2018-08-04 17:03:46 +00:00
Jan Beich
c8d010788b multimedia/mpc-qt: update to 18.08
- Build with modern Clang to avoid playback crash on FreeBSD 10.4:

    $ mpc-qt /path/to/foo.mkv
    [...]
    Thread 1 received signal SIGSEGV, Segmentation fault.
    0x0000000800da8721 in mpv_render_context_render (ctx=0x81580ac40, params=0x7fffffff3f30)
	at ../video/out/vo_libmpv.c:405
    405         if (GET_MPV_RENDER_PARAM(params, MPV_RENDER_PARAM_BLOCK_FOR_TARGET_TIME,
    (gdb) backtrace full
    #0  0x0000000800da8721 in mpv_render_context_render (ctx=0x81580ac40, params=0x7fffffff3f30)
	at ../video/out/vo_libmpv.c:405
	    do_render = 1
	    frame = 0x8263046a0
	    wait_present_count = 2
	    dummy = {pts = 0, duration = 0, vsync_interval = 0, vsync_offset = 0, ideal_frame_duration = 0,
	      num_vsyncs = 0, redraw = false, repeat = false, still = false, display_synced = false,
	      can_drop = false, current = 0x0, num_frames = 0, frames = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
		0x0, 0x0}, frame_id = 0}
	    err = 0
    #1  0x00000000004c2d81 in MpvGlWidget::paintGL (this=0x8159eb860) at mpvwidget.cpp:870
	    fbo = {fbo = 12, w = 1798, h = 2012, internal_format = 0}
	    params = {{type = MPV_RENDER_PARAM_OPENGL_FBO, data = 0x7fffffff3f50}, {type = MPV_RENDER_PARAM_FLIP_Y,
		data = 0x7fffffff3f63}}
	    yes = true
    #2  0x000000080140e3b6 in QOpenGLWidgetPrivate::invokeUserPaint (this=0x815909080)
	at kernel/qopenglwidget.cpp:878
	    q = 0x8159eb860
	    ctx = 0x81596ec30
	    f = 0x815819d58
    #3  0x000000080140e47f in QOpenGLWidgetPrivate::render (this=0x815909080) at kernel/qopenglwidget.cpp:899
	    q = 0x8159eb860
    [...]

Changes:	https://github.com/cmdrkotori/mpc-qt/releases/tag/v18.08
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v18.03...v18.08
2018-08-04 16:59:03 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Tobias C. Berner
b1a1d38bf9 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
2018-06-28 17:39:53 +00:00
Jan Beich
e1039010f1 multimedia/mpc-qt: update to 18.03
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/78c4816...v18.03
2018-05-11 01:50:28 +00:00
Jan Beich
9d27eeb029 multimedia/mpc-qt: update to 17.11.10
Changes:	0fff34c...78c4816
2018-01-26 14:38:43 +00:00
Jan Beich
013d6ffcba multimedia/mpc-qt: update to 17.11.8
Changes:	b6b5e54...0fff34c
2017-12-23 00:16:31 +00:00
Jan Beich
8bef2d4cee multimedia/mpc-qt: update to 17.11.4
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.11...b6b5e54
2017-11-19 01:06:20 +00:00
Jan Beich
7ad3b6e384 multimedia/mpc-qt: update to 17.11
Changes:	https://github.com/cmdrkotori/mpc-qt/releases/tag/v17.11
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.10...v17.11
MFH:		2017Q4 (mostly bug fixes, remains a snapshot)
2017-11-01 14:35:47 +00:00
Jan Beich
42de5407b3 multimedia/mpc-qt: chase submodule after r451073
Changes:	6a37a6d...f42aa68
MFH:		2017Q4
2017-10-02 09:55:52 +00:00
Jan Beich
a6fbde8a6e multimedia/mpc-qt: update to 17.10
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/1f6806d...v17.10
MFH:		2017Q4
2017-10-02 09:50:35 +00:00
Jan Beich
6e9368ce76 multimedia/mpc-qt: update to 17.09.18
Changes:	485ba78...1f6806d
2017-09-25 03:19:27 +00:00
Jan Beich
b6a9d30dad multimedia/mpc-qt: update to 17.09.12
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.09...485ba78
2017-09-11 15:57:11 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Jan Beich
2f987cc485 multimedia/mpc-qt: update to 17.09
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/af00b5b...v17.09
2017-09-03 00:42:02 +00:00
Jan Beich
969203ee46 multimedia/mpc-qt: update to 17.08.13
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.08...af00b5b
2017-08-20 13:41:45 +00:00
Jan Beich
b99843e557 multimedia/mpc-qt: update to 17.08
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/ec7ef77...v17.08
Changes:	https://github.com/cmdrkotori/mpc-qt/releases/tag/v17.08
2017-08-13 11:24:42 +00:00
Jan Beich
8d1f730a3e multimedia/mpc-qt: update to 17.07.34
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.07...ec7ef77
MFH:		2017Q3
2017-08-11 04:41:44 +00:00
Jan Beich
9465467d37 multimedia/mpc-qt: fix missing icons after r443673 2017-08-11 04:41:31 +00:00
Carlos J. Puga Medina
ab33d5e811 multimedia/mpc-qt:
- Add patch to fix mpcwidget crash on mpv 0.26.0

multimedia/mpv:

- Update mpv to 0.26.0
- Update waf to 1.9.8 using the same waf version as bootstrap.py
- Update ffmpeg version required to 3.3
- Drop unnecessary CONFIGURE_ARGS options
- Fix option helpers
- Update WWW in pkg-descr

Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.26.0

Reviewed by:	jbeich
Approved by:	jbeich (mpc-qt, maintainer)
Differential Revision:	https://reviews.freebsd.org/D11655
2017-07-19 23:06:04 +00:00
Jan Beich
7caf6bcfaf multimedia/mpc-qt: switch to a nearby tag
The new versioning scheme is based on "git describe --tags".

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/8835b7f...v17.07
MFH:		2017Q3
2017-07-01 15:54:24 +00:00
Jan Beich
dba4a2de2c multimedia/mpc-qt: update to 0.0.0.s20170630
Changes:	55cfb22...8835b7f
2017-06-30 20:10:08 +00:00
Jan Beich
8269ff038e multimedia/mpc-qt: update to 0.0.0.s20170618
Changes:	999d18f...55cfb22
MFH:		2017Q2
2017-06-19 13:05:12 +00:00
Jan Beich
152d9bcc1a multimedia/mpc-qt: update to 0.0.0.s20170616
Changes:	508ddd0...999d18f
MFH:		2017Q2
2017-06-16 08:39:47 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Jan Beich
a3bfca5017 multimedia/mpc-qt: update to 0.0.0.s20170422
And pacify stage-qa warning that appeared after r436603

Error: /usr/local/bin/mpc-qt is linked to /usr/local/lib/qt5/libQt5DBus.so.5 from devel/qt5-dbus butit is not declared as a dependency
Warning: you need USE_QT5+=dbus

Changes:	76fd545...508ddd0
MFH:		2017Q2
2017-04-26 03:39:09 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Jan Beich
78d6520592 multimedia/mpc-qt: update to 0.0.0.s20170412
Changes:	3cd13a9...76fd545
MFH:		2017Q2
2017-04-13 20:25:17 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Jan Beich
87ffd17cd8 multimedia/mpc-qt: update to 0.0.0.s20170329
Changes:	30b2294...3cd13a9
2017-03-31 14:00:57 +00:00
Jan Beich
49b2cf278f multimedia/mpc-qt: update to 0.0.0.s20170321
Changes:	e9be455...30b2294
2017-03-21 13:24:45 +00:00
Jan Beich
3404501756 multimedia/mpc-qt: update to 0.0.0.s20170312
Changes:	7ffd261...e9be455
2017-03-12 09:13:27 +00:00
Jan Beich
6cd836e353 multimedia/mpc-qt: update to 0.0.0.s20170305
Changes:	1aee565...7ffd261
2017-03-05 14:19:39 +00:00
Jan Beich
ab73167615 multimedia/mpc-qt: update to 0.0.0.s20170221
Changes:	54b0be7...1aee565
2017-02-22 02:29:19 +00:00
Jan Beich
e6f1bc3694 multimedia/mpc-qt: update to 0.0.0.s20161230
Changes:	165c793...54b0be7
2016-12-31 16:05:50 +00:00
Jan Beich
4b07e3dc95 multimedia/mpc-qt: update to 0s20161214
Changes:	5853b77...165c793
2016-12-15 19:54:07 +00:00
Jan Beich
8057c6e420 multimedia/mpc-qt: update to 0.0.0.s20161114
Changes:	24223b8...5853b77
2016-11-17 02:58:02 +00:00
Jan Beich
d42ed99de2 multimedia/mpc-qt: update to 0.0.0.s20161028
Changes:	5d410a5...24223b8
2016-11-02 02:13:19 +00:00
Jan Beich
385b385417 multimedia/mpc-qt: update to 0.0.0.s20161007
Re-enable -Werror as upstream fixed all warnings per cmdrkotori/mpc-qt#46

Changes:	e4c46f6...5d410a5
MFH:		2016Q4
2016-10-07 13:03:38 +00:00
Jan Beich
910731d280 multimedia/mpc-qt: oops, consistently use PORTNAME 2016-09-29 00:26:13 +00:00