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/mpc-qt/Makefile

Number of commits found: 67

Monday, 11 Mar 2024
14:51 Jan Beich (jbeich) search for other commits by this committer
multimedia/mpc-qt: switch to upstream summary
commit hash: 9deb9284ad63161990c0d809878f46d17e823472 commit hash: 9deb9284ad63161990c0d809878f46d17e823472 commit hash: 9deb9284ad63161990c0d809878f46d17e823472 commit hash: 9deb9284ad63161990c0d809878f46d17e823472 9deb928
Sunday, 31 Dec 2023
09:35 Jan Beich (jbeich) search for other commits by this committer
multimedia/mpc-qt: update to 23.12

Changes:	https://github.com/mpc-qt/mpc-qt/releases/tag/v23.12
Reported by:	GitHub (watch releases)
commit hash: 6718201d9afb028c3747fbf287be492cdd677197 commit hash: 6718201d9afb028c3747fbf287be492cdd677197 commit hash: 6718201d9afb028c3747fbf287be492cdd677197 commit hash: 6718201d9afb028c3747fbf287be492cdd677197 6718201
09:35 Jan Beich (jbeich) search for other commits by this committer
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
commit hash: 4fb30be7e7d9e2cfee37e6142952e822d2016e36 commit hash: 4fb30be7e7d9e2cfee37e6142952e822d2016e36 commit hash: 4fb30be7e7d9e2cfee37e6142952e822d2016e36 commit hash: 4fb30be7e7d9e2cfee37e6142952e822d2016e36 4fb30be
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
Friday, 10 Feb 2023
19:02 Jan Beich (jbeich) search for other commits by this committer
multimedia/mpc-qt: update to 23.02

Changes:	https://github.com/mpc-qt/mpc-qt/releases/tag/v23.02
Reported by:	GitHub (watch releases)
commit hash: 11c68dba2379815346b07561c6a9d52b24319779 commit hash: 11c68dba2379815346b07561c6a9d52b24319779 commit hash: 11c68dba2379815346b07561c6a9d52b24319779 commit hash: 11c68dba2379815346b07561c6a9d52b24319779 11c68db
Saturday, 12 Nov 2022
20:21 Jan Beich (jbeich) search for other commits by this committer
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)
commit hash: bc9f898a9c8388408af62b9b808b109afdf2750b commit hash: bc9f898a9c8388408af62b9b808b109afdf2750b commit hash: bc9f898a9c8388408af62b9b808b109afdf2750b commit hash: bc9f898a9c8388408af62b9b808b109afdf2750b bc9f898
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
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
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
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
Saturday, 5 Feb 2022
19:56 Jan Beich (jbeich) search for other commits by this committer
multimedia/mpc-qt: update to 22.02

Changes:	https://github.com/mpc-qt/mpc-qt/compare/v20.10...v22.02
commit hash: a929792ac43c4e82147abb31f7da97f8e8c9a334 commit hash: a929792ac43c4e82147abb31f7da97f8e8c9a334 commit hash: a929792ac43c4e82147abb31f7da97f8e8c9a334 commit hash: a929792ac43c4e82147abb31f7da97f8e8c9a334 a929792
Thursday, 15 Jul 2021
10:03 Jan Beich (jbeich) search for other commits by this committer
multimedia/mpc-qt: sort USE_*
commit hash: 16d0071b8a719e467d30c1167244263aba046599 commit hash: 16d0071b8a719e467d30c1167244263aba046599 commit hash: 16d0071b8a719e467d30c1167244263aba046599 commit hash: 16d0071b8a719e467d30c1167244263aba046599 16d0071
10:02 Jan Beich (jbeich) search for other commits by this committer
multimedia/mpc-qt: chase new home

See https://github.com/cmdrkotori/mpc-qt-origin/commit/676c444fd37c

Reported by:	upstream (via mail)
commit hash: b8113b2190688a34ed3165f3f2a274a5bc67dae6 commit hash: b8113b2190688a34ed3165f3f2a274a5bc67dae6 commit hash: b8113b2190688a34ed3165f3f2a274a5bc67dae6 commit hash: b8113b2190688a34ed3165f3f2a274a5bc67dae6 b8113b2
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Friday, 16 Oct 2020
13:06 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 20.10

Changes:	https://github.com/cmdrkotori/mpc-qt-origin/releases/tag/v20.10
Reported by:	GitHub (watch releases)
Original commitRevision:552506 
Saturday, 29 Aug 2020
19:30 jbeich search for other commits by this committer
multimedia/mpc-qt: switch to the new home
Original commitRevision:546940 
Sunday, 22 Dec 2019
00:36 jbeich search for other commits by this committer
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
Original commitRevision:520597 
Wednesday, 6 Nov 2019
18:07 zeising search for other commits by this committer
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.
Original commitRevision:516916 
14:50 jbeich search for other commits by this committer
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
Original commitRevision:516892 
14:00 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516887 
Saturday, 14 Sep 2019
22:01 jbeich search for other commits by this committer
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
Original commitRevision:512079 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Tuesday, 11 Sep 2018
18:34 zeising search for other commits by this committer
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
Original commitRevision:479538 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
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
Original commitRevision:479406 
Saturday, 4 Aug 2018
17:03 jbeich search for other commits by this committer
multimedia/mpc-qt: track PORTEPOCH since r331464
Original commitRevision:476371 
16:59 jbeich search for other commits by this committer
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
Original commitRevision:476370 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Friday, 11 May 2018
01:50 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 18.03

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/78c4816...v18.03
Original commitRevision:469606 
Friday, 26 Jan 2018
14:38 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.11.10

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/0fff34c...78c4816
Original commitRevision:459995 
Saturday, 23 Dec 2017
00:16 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.11.8

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/b6b5e54...0fff34c
Original commitRevision:457015 
Sunday, 19 Nov 2017
01:06 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.11.4

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.11...b6b5e54
Original commitRevision:454470 
Wednesday, 1 Nov 2017
14:35 jbeich search for other commits by this committer
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)
Original commitRevision:453289 
Monday, 2 Oct 2017
09:55 jbeich search for other commits by this committer
multimedia/mpc-qt: chase submodule after r451073

Changes:	https://github.com/Argon-/mpv-stats/compare/6a37a6d...f42aa68
MFH:		2017Q4
Original commitRevision:451074 
09:50 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.10

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/1f6806d...v17.10
MFH:		2017Q4
Original commitRevision:451073 
Monday, 25 Sep 2017
03:19 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.09.18

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/485ba78...1f6806d
Original commitRevision:450567 
Monday, 11 Sep 2017
15:57 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.09.12

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.09...485ba78
Original commitRevision:449659 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Sunday, 3 Sep 2017
00:42 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.09

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/af00b5b...v17.09
Original commitRevision:449166 
Sunday, 20 Aug 2017
13:41 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.08.13

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.08...af00b5b
Original commitRevision:448425 
Sunday, 13 Aug 2017
11:24 jbeich search for other commits by this committer
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
Original commitRevision:447880 
Friday, 11 Aug 2017
04:41 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 17.07.34

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.07...ec7ef77
MFH:		2017Q3
Original commitRevision:447731 
04:41 jbeich search for other commits by this committer
multimedia/mpc-qt: fix missing icons after r443673
Original commitRevision:447730 
Wednesday, 19 Jul 2017
23:06 cpm search for other commits by this committer
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
Original commitRevision:446240 
Saturday, 1 Jul 2017
15:54 jbeich search for other commits by this committer
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
Original commitRevision:444829 
Friday, 30 Jun 2017
20:10 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170630

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/55cfb22...8835b7f
Original commitRevision:444779 
Monday, 19 Jun 2017
13:05 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170618

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/999d18f...55cfb22
MFH:		2017Q2
Original commitRevision:443871 
Friday, 16 Jun 2017
08:39 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170616

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/508ddd0...999d18f
MFH:		2017Q2
Original commitRevision:443673 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Wednesday, 26 Apr 2017
03:39 jbeich search for other commits by this committer
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:	https://github.com/cmdrkotori/mpc-qt/compare/76fd545...508ddd0
MFH:		2017Q2
Original commitRevision:439430 
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 
Thursday, 13 Apr 2017
20:25 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170412

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/3cd13a9...76fd545
MFH:		2017Q2
Original commitRevision:438479 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Friday, 31 Mar 2017
14:00 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170329

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/30b2294...3cd13a9
Original commitRevision:437357 
Tuesday, 21 Mar 2017
13:24 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170321

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/e9be455...30b2294
Original commitRevision:436603 
Sunday, 12 Mar 2017
09:13 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170312

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/7ffd261...e9be455
Original commitRevision:435981 
Sunday, 5 Mar 2017
14:19 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170305

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/1aee565...7ffd261
Original commitRevision:435478 
Wednesday, 22 Feb 2017
02:29 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20170221

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/54b0be7...1aee565
Original commitRevision:434559 
Saturday, 31 Dec 2016
16:05 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20161230

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/165c793...54b0be7
Original commitRevision:430137 
Thursday, 15 Dec 2016
19:54 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0s20161214

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/5853b77...165c793
Original commitRevision:428632 
Thursday, 17 Nov 2016
02:58 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20161114

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/24223b8...5853b77
Original commitRevision:426274 
Wednesday, 2 Nov 2016
02:13 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20161028

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/5d410a5...24223b8
Original commitRevision:425100 
Friday, 7 Oct 2016
13:03 jbeich search for other commits by this committer
multimedia/mpc-qt: update to 0.0.0.s20161007

Re-enable -Werror as upstream fixed all warnings per cmdrkotori/mpc-qt#46

Changes:	https://github.com/cmdrkotori/mpc-qt/compare/e4c46f6...5d410a5
MFH:		2016Q4
Original commitRevision:423463 
Thursday, 29 Sep 2016
00:26 jbeich search for other commits by this committer
multimedia/mpc-qt: oops, consistently use PORTNAME
Original commitRevision:422897 
Wednesday, 28 Sep 2016
23:55 jbeich search for other commits by this committer
multimedia/mpc-qt: add new port

Media Player Classic Home Cinema is considered by many to be the
quintessential media player for the Windows desktop. Media Player
Classic Qute Theater (mpc-qt) aims to reproduce most of the interface
and functionality of mpc-hc while using libmpv to play video instead
of DirectShow.

https://github.com/cmdrkotori/mpc-qt
Original commitRevision:422896 

Number of commits found: 67