non port: multimedia/baka-mplayer/Makefile |
Number of commits found: 29 |
Thursday, 4 May 2023
|
05:45 Jan Beich (jbeich)
multimedia/baka-mplayer: drop maintainership
688aaad |
05:45 Jan Beich (jbeich)
multimedia/baka-mplayer: unbreak under Wayland (with qt5-wayland)
$ baka-mplayer
Segmentation fault
* thread #1, name = 'baka-mplayer', stop reason = signal SIGBUS: hardware error
frame #0: 0x0000000820df9a52
libX11.so.6`_XInternAtom(dpy=0x000000088683af00, name="_NET_WM_CM_S0",
onlyIfExists=0, psig=0x000000082092bd70, pidx=0x000000082092bd6c,
pn=0x000000082092bd68) at IntAtom.c:86:30
83 if (atoms) {
84 firstidx = idx = HASH(sig);
85 while ((e = atoms->table[idx])) {
-> 86 if (e != RESERVED && e->sig == sig) {
87 for (i = n, s1 = (char *)name, s2 = EntryName(e); --i >=
0; ) {
88 if (*s1++ != *s2++)
89 goto nomatch;
(lldb) bt
* thread #1, name = 'baka-mplayer', stop reason = signal SIGBUS: hardware error
* frame #0: 0x0000000820df9a52
libX11.so.6`_XInternAtom(dpy=0x000000088683af00, name="_NET_WM_CM_S0",
onlyIfExists=0, psig=0x000000082092bd70, pidx=0x000000082092bd6c,
pn=0x000000082092bd68) at IntAtom.c:86:30
frame #1: 0x0000000820df97d9 libX11.so.6`XInternAtom(dpy=0x000000088683af00,
name="_NET_WM_CM_S0", onlyIfExists=0) at IntAtom.c:176:17
frame #2: 0x0000000000263695 baka-mplayer`Util::DimLightsSupported() at
linux.cpp:28:14
frame #3: 0x000000000026c71a
baka-mplayer`BakaEngine::BakaEngine(this=0x00000008a964bd00,
parent=0x000000082092fe10) at bakaengine.cpp:31:8
frame #4: 0x00000000002b1739
baka-mplayer`MainWindow::MainWindow(this=0x000000082092fe10,
parent=0x0000000000000000) at mainwindow.cpp:31:16
frame #5: 0x00000000002648ec baka-mplayer`main(argc=1,
argv=0x000000082092ff48) at main.cpp:21:16
frame #6: 0x00000000002633a0 baka-mplayer`_start(ap=<unavailable>,
cleanup=<unavailable>) at crt1.c:76:7
7a77117 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Saturday, 12 Nov 2022
|
20:21 Jan Beich (jbeich)
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)
bc9f898 |
Sunday, 16 Oct 2022
|
05:33 Jan Beich (jbeich)
multimedia/baka-mplayer: unbreak with mpv 0.35
src/mpvhandler.cpp:218:18: error: use of undeclared identifier
'MPV_EVENT_UNPAUSE'; did you mean 'MPV_EVENT_NONE'?
case MPV_EVENT_UNPAUSE:
^~~~~~~~~~~~~~~~~
MPV_EVENT_NONE
/usr/local/include/mpv/client.h:1223:5: note: 'MPV_EVENT_NONE' declared here
MPV_EVENT_NONE = 0,
^
src/mpvhandler.cpp:221:18: error: use of undeclared identifier 'MPV_EVENT_PAUSE'
case MPV_EVENT_PAUSE:
^
44dad2d |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
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
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 20 Jan 2020
|
02:01 jbeich
Simplify port-specific manpages location after r523104
Not all of my ports are covered because:
- USES=cmake requires patching devel/cmake to undo BSD-specific defaults
(A good example why BSD quirks should stay in ports, not to be upstreamed)
- USES=meson and GNU_CONFIGURE require dropping --mandir argument
- ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man
 |
Sunday, 22 Dec 2019
|
00:36 jbeich
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
 |
Friday, 26 Jul 2019
|
20:46 gerald
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
 |
Wednesday, 16 Jan 2019
|
11:13 tijl
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)
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
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
 |
Sunday, 29 Jul 2018
|
22:18 gerald
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
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
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
 |
Sunday, 10 Sep 2017
|
20:55 gerald
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
 |
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
 |
Saturday, 1 Apr 2017
|
15:23 gerald
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
 |
Wednesday, 16 Mar 2016
|
12:58 jbeich
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
 |
Wednesday, 2 Dec 2015
|
03:26 jbeich
multimedia/baka-mplayer: update to 2.0.4
Changes: https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.4
 |
Saturday, 18 Jul 2015
|
17:28 jbeich
Per r390886 stop pulling unnecessary GTK+ deps in my ports
 |
Thursday, 4 Jun 2015
|
05:39 jbeich
multimedia/baka-mplayer: update to 2.0.3
Changes: https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.3
 |
Thursday, 7 May 2015
|
16:32 mat
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 27 Jan 2015
|
12:59 jbeich
Update to upstream version 2.0.2
Changes: https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.2
Differential Revision: https://reviews.freebsd.org/D1686
Approved by: bapt (mentor)
 |
Tuesday, 20 Jan 2015
|
22:03 jbeich
Per convention change my address to @FreeBSD.org
Differential Revision: https://reviews.freebsd.org/D1565
Approved by: bapt (mentor)
 |
Tuesday, 30 Dec 2014
|
13:47 riggs
- Update to upstream version 2.0.1
- add NLS option
- switch to vendor install + post-install
- move .svg icon to hicolor theme as well
- unbreak USES=qmake:outsource (unused)
PR: 196371
Submitted by: jbeich@vfemail.net (maintainer)
 |
Saturday, 6 Dec 2014
|
12:42 riggs
Update to version 2.0.0
PR: 195369
Submitted by: jbeich@vfemail.net (maintainer)
 |
Sunday, 19 Oct 2014
|
21:42 makc
Add new port multimedia/baka-mplayer:
Qt 5 multimedia player based on Mpv.
WWW: http://bakamplayer.u8sand.net/
PR: 193455
Submitted by: Jan Beich
 |
Number of commits found: 29 |