Commit Graph

70 Commits

Author SHA1 Message Date
Jan Beich
5931839851 multimedia/mpc-qt: drop maintainership 2024-09-03 15:33:04 +02:00
Jan Beich
d968422ed5 multimedia/mpc-qt: update to 24.06
Changes:	https://github.com/mpc-qt/mpc-qt/releases/tag/v24.06
Reported by:	GitHub (watch releases)
2024-07-03 00:19:29 +02:00
Jan Beich
9deb9284ad multimedia/mpc-qt: switch to upstream summary 2024-03-11 15:51:19 +01:00
Jan Beich
4fb30be7e7 multimedia/mpc-qt: drop unused OpenGL dependency
=>> Checking shared library dependencies
- 0x0000000000000001 NEEDED               Shared library: [libGL.so.1]        # 23.02
- 0x0000000000000001 NEEDED               Shared library: [libGLX.so.0]       # 23.12
- 0x0000000000000001 NEEDED               Shared library: [libOpenGL.so.0]    # 23.12
- 0x0000000000000001 NEEDED               Shared library: [libQt6OpenGL.so.6] # 23.12
2023-12-31 10:35:27 +01:00
Jan Beich
6718201d9a multimedia/mpc-qt: update to 23.12
Changes:	https://github.com/mpc-qt/mpc-qt/releases/tag/v23.12
Reported by:	GitHub (watch releases)
2023-12-31 10:35:27 +01:00
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Jan Beich
11c68dba23 multimedia/mpc-qt: update to 23.02
Changes:	https://github.com/mpc-qt/mpc-qt/releases/tag/v23.02
Reported by:	GitHub (watch releases)
2023-02-10 19:02:27 +00:00
Jan Beich
bc9f898a9c multimedia/mpv: update to 0.35.0
Changes:	https://github.com/mpv-player/mpv/releases/tag/v0.35.0
PR:		267113
Reported by:	GitHub (watch releases)
2022-11-12 20:21:30 +00:00
Felix Palmen
ddae4e92d8 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
2022-09-11 12:20:14 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Jan Beich
a929792ac4 multimedia/mpc-qt: update to 22.02
Changes:	https://github.com/mpc-qt/mpc-qt/compare/v20.10...v22.02
2022-02-05 19:56:44 +00:00
Jan Beich
16d0071b8a multimedia/mpc-qt: sort USE_* 2021-07-15 10:03:05 +00:00
Jan Beich
b8113b2190 multimedia/mpc-qt: chase new home
See https://github.com/cmdrkotori/mpc-qt-origin/commit/676c444fd37c

Reported by:	upstream (via mail)
2021-07-15 10:02:54 +00:00
Kevin Bowling
da3162c7c9 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
2021-06-22 11:53:08 -07:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jan Beich
e1a610ba63 multimedia/mpc-qt: update to 20.10
Changes:	https://github.com/cmdrkotori/mpc-qt-origin/releases/tag/v20.10
Reported by:	GitHub (watch releases)
2020-10-16 13:06:56 +00:00
Jan Beich
4c33077546 multimedia/mpc-qt: switch to the new home 2020-08-29 19:30:20 +00:00
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