Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
30.2.3 07 Oct 2024 10:58:28 |
Dimitry Andric (dim) |
multimedia/obs-studio: fix build with clang 19
Clang 19 has become more strict about mixing different enum types, which
results in an error building multimedia/obs-studio:
/wrkdirs/usr/ports/multimedia/obs-studio/work/obs-studio-30.2.3/plugins/obs-outputs/flv-mux.c:659:37:
error: bitwise operation between different enumeration types ('enum
multitrack_type_t' and 'enum packet_type_t') [-Werror,-Wenum-enum-conversion]
659 | s_w8(&s, MULTITRACKTYPE_ONE_TRACK |
PACKETTYPE_METADATA);
| ~~~~~~~~~~~~~~~~~~~~~~~~ ^
~~~~~~~~~~~~~~~~~~~
This can be fixed by explicitly casting each enum type to uint8_t.
PR: 281890
Approved by: yuri (maintainer)
MFH: 2024Q3 |
30.2.3 18 Sep 2024 03:20:16 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: update 30.1.2 → 30.2.3
Reported by: portscout |
30.1.2_1 27 Apr 2024 05:55:20 |
Yuri Victorovich (yuri) |
www/libdatachannel: update 0.20.3 → 0.21.0
Reported by: portscout |
30.1.2 07 Apr 2024 23:45:53 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: update 30.1.1 → 30.1.2
Reported by: portscout |
30.1.1 05 Apr 2024 02:01:55 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Broken on i386
Reported by: fallout |
30.1.1 24 Mar 2024 22:21:56 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: update 30.1.0 → 30.1.1
Reported by: portscout |
30.1.0 14 Mar 2024 17:44:08 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: update 30.0.2 → 30.1.0
Reported by: portscout |
30.0.2_1 21 Jan 2024 09:44:54 |
Yuri Victorovich (yuri) |
www/libdatachannel: update 0.19.5 → 0.20.1
Reported by: portscout |
30.0.2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
30.0.2 13 Dec 2023 01:26:29 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: update 29.1.3 → 30.0.2
Reported by: portscout |
29.1.3_3 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
29.1.3_2 26 Jul 2023 19:58:56 |
Loïc Bartoletti (lbartoletti) |
devel/qt6: bump dependent ports |
29.1.3_1 16 Jul 2023 16:55:41 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Bump
PR: 271085 |
29.1.3 16 Jul 2023 16:51:33 |
Yuri Victorovich (yuri) Author: Vladimir Druzenko |
multimedia/obs-studio: Fix conflict caused by luajit
USES=luajit resolves it.
PR: 271085 |
29.1.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
29.1.3 20 Jun 2023 06:31:19 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Remove unnecessary patch |
29.1.3 19 Jun 2023 23:06:15 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 29.0.2 → 29.1.3 |
29.0.2_2 25 May 2023 20:26:22 |
Li-Wen Hsu (lwhsu) Author: Sheng-Yi Hong |
multimedia/obs-studio: Fix build on -CURRENT
Fix type conversion error on libftl over new version of clang.
Reviewed by: yuri
Differential Revision: https://reviews.freebsd.org/D39774 |
29.0.2_2 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
29.0.2_1 27 Apr 2023 12:01:45 |
Daniel Engberg (diizzy) |
multimedia/obs-studio: Adjust patches and fix build with FFmpeg 6
Adjust patches to use merged commits with upstream and
2e79d4c902abf3e6bb4ad1b5bf779c0cc22a6fd0 to fix build with FFmpeg 6
References:
https://github.com/obsproject/obs-studio/commit/2e79d4c902abf3e6bb4ad1b5bf779c0cc22a6fd0
PR: 270968
Reviewed by: yuri (maintainer) |
29.0.2_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
29.0.2 05 Feb 2023 21:04:12 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 29.0.0 → 29.0.2
Reported by: portscout |
29.0.0 12 Jan 2023 05:25:22 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 28.1.2 -> 29.0.0
Reported by: portscout |
28.1.2_3 05 Jan 2023 10:42:33 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Broken on FreeBSD 12
Reported by: fallout |
28.1.2_3 02 Jan 2023 00:37:43 |
Jan Beich (jbeich) |
multimedia/obs-studio: add to wayland category after d2a8bda64298 |
28.1.2_3 01 Jan 2023 23:47:33 |
Jan Beich (jbeich) |
multimedia/obs-studio: enable Wayland support
This is for obs UI. pipewire and wlrobs plugins work fine under
Xwayland via QT_QPA_PLATFORM=xcb or env -u WAYLAND_DISPLAY.
No impact under X11. Under Wayland requires qt6-wayland package
to avoid Xwayland, similar to any other Qt6 application. |
28.1.2_2 01 Jan 2023 23:02:47 |
Jan Beich (jbeich) |
multimedia/obs-studio: enable PIPEWIRE by default
Mainly for Plasma/Wayland and to avoid regressing pkg-plist on updates.
PR: 268690
Approved by: yuri (maintainer) |
28.1.2_1 01 Jan 2023 06:28:04 |
Jan Beich (jbeich) |
multimedia/obs-studio: drop extra newline after 2021e69a7cf4 |
28.1.2_1 01 Jan 2023 05:50:19 |
Jan Beich (jbeich) |
multimedia/obs-studio: expose PipeWire support
Requires xdg-desktop-portal-wlr, plasma5-xdg-desktop-portal-kde or
similar to provide org.freedesktop.impl.portal.ScreenCast in order to
be visible as Screen Capture source. |
28.1.2_1 01 Jan 2023 02:48:47 |
Jan Beich (jbeich) |
multimedia/obs-studio: lift BROKEN on i386 after e8143874e821
https://github.com/obsproject/obs-studio/commit/5889e2905ef6 |
28.1.2_1 31 Dec 2022 18:39:20 |
Jan Beich (jbeich) |
multimedia/wlrobs: update to 1.1
Changes: https://hg.sr.ht/~scoopta/wlrobs/log?rev=v1.1 |
28.1.2 29 Dec 2022 22:15:35 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 27.2.4 -> 28.1.2
Thanks to Li-Wen Hsu (lwhsu@) for providing a WIP version. |
27.2.4_1 18 Sep 2022 11:55:57 |
Jan Beich (jbeich) |
multimedia/x264: update to 0.164.3095
Changes: https://code.videolan.org/videolan/x264/compare/5db6aa6...baee400f |
27.2.4 11 Sep 2022 10:20:14 |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
27.2.4 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
27.2.4 27 Apr 2022 03:35:35 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 27.2.3 -> 27.2.4
Reported by: portscout |
27.2.3_1 06 Mar 2022 21:01:14 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Add back support for v4l2loopback
It was removed recently due to the PR not applying any more.
Now this is fixed and this PR is backported again.
PR: 262380
Patch authors: David Schlachter <fbsd-bugzilla@schlachter.ca> and Hans Petter
Selasky <hps@selasky.org> |
27.2.3 06 Mar 2022 04:44:32 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 27.2.1 -> 27.2.3
Reported by: portscout |
27.2.1 24 Feb 2022 23:07:10 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 27.1.3 -> 27.2.1
Reported by: portscout |
27.1.3_1 28 Jan 2022 12:14:09 |
Tijl Coosemans (tijl) |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
27.1.3 22 Oct 2021 15:58:25 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 27.0.1 -> 27.1.3
Reported by: portscout |
27.0.1_4 14 Oct 2021 19:26:55 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Backport patch enabling OBS Studio Virtual Camera |
27.0.1_3 12 Oct 2021 18:37:04 |
Piotr Kubaj (pkubaj) |
multimedia/obs-studio: add powerpc64le to LUAJIT users |
27.0.1_3 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
27.0.1_3 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
27.0.1_2 06 Jul 2021 15:47:24 |
Piotr Kubaj (pkubaj) |
multimedia/obs-studio: fix build on powerpc64*
Invalid argument "gcc-c++17-lang", valid arguments are: c++11-lib c++11-lang
c++14-lang c++17-lang c11 features openmp env nestedfct c++0x gcc-c++11-lib
Also, this port builds fine with clang now. |
27.0.1_2 28 Jun 2021 10:27:59 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Re-enable the linux-capture plugin
It got broken in 27.0.1 by the new linux-specific include which,
as it turned out, can be disabled with ENABLE_PIPEWIRE=OFF.
PR: 256862
Reported by: Patricio Villar <patovm04@gmail.com> |
27.0.1_1 21 Jun 2021 17:46:26 |
Jan Beich (jbeich) |
multimedia/x264: update to 0.163.3060
Changes: https://code.videolan.org/videolan/x264/compare/55d517b...5db6aa6 |
27.0.1 12 Jun 2021 00:19:56 |
Yuri Victorovich (yuri) |
multimedia/obs-studio: Update 26.1.2 -> 27.0.1 |
26.1.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
26.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
26.1.2 11 Jan 2021 09:55:23 |
yuri |
multimedia/obs-studio: Update 26.1.1 -> 26.1.2
Reported by: portscout |
26.1.1 06 Jan 2021 23:38:13 |
yuri |
multimedia/obs-studio: Update 26.1.0 -> 26.1.1 |
26.1.0_1 06 Jan 2021 19:54:12 |
yuri |
multimedia/obs-studio: Optionalize audio backends
PR: 252476
Submitted by: swills (original version for SNDIO) |
26.1.0 01 Jan 2021 16:23:16 |
pkubaj |
multimedia/obs-studio: fix build on powerpc64le |
26.1.0 17 Dec 2020 20:05:35 |
yuri |
multimedia/obs-studio: Update 26.1.0-rc2 -> 26.1.0
Reported by: portscout |
26.1.0.r2 12 Dec 2020 16:48:45 |
pkubaj |
multimedia/obs-studio: fix build on powerpc64
/wrkdirs/usr/ports/multimedia/obs-studio/work/obs-studio-26.1.0-rc2/plugins/obs-outputs/librtmp/rtmp.c:362:1:
warning: label 'error' defined but not used [-Wunused-label]
362 | error: |
26.1.0.r2 06 Dec 2020 22:04:32 |
yuri |
multimedia/obs-studio: Update 26.0.2 -> 26.1.0-rc2 |
26.0.2_1 07 Nov 2020 15:49:39 |
jbeich |
multimedia/x264: update to 0.161.3020
Changes: https://code.videolan.org/videolan/x264/compare/cde9a93...d198931
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
26.0.2 11 Oct 2020 04:32:55 |
yuri |
multimedia/obs-studio: Update 26.0.0 -> 26.0.2 |
26.0.0_1 01 Oct 2020 22:03:43 |
pkubaj |
multimedia/obs-studio: add libunwind dependency on powerpc64
Builds fine with it. |
26.0.0 30 Sep 2020 09:19:23 |
yuri |
multimedia/obs-studio: Update 26.0.0-rc1 -> 26.0.0 |
26.0.0.r1_1 19 Sep 2020 21:17:53 |
yuri |
multimedia/obs-studio: Remove BROKEN_aarch64 because it was there for 2+ years
and needs to be retested
If it still breaks on aarch64 - please post the log here:
https://github.com/obsproject/obs-browser/issues/242 |
26.0.0.r1_1 19 Sep 2020 21:03:21 |
yuri |
multimedia/obs-studio: Broken on i386 |
26.0.0.r1_1 08 Sep 2020 19:47:10 |
yuri |
multimedia/obs-studio: Fix build when it was failing with the missing -fPIC
reason
Reported by: fallout |
26.0.0.r1 05 Sep 2020 17:19:14 |
yuri |
multimedia/obs-studio: Update 25.0.8 -> 26.0.0-rc1
Reported by: portscout |
25.0.8_1 27 Aug 2020 13:00:28 |
tcberner |
multimedia/obs-studio: fix build on recent current
Obtained
from: https://github.com/obsproject/obs-studio/commit/c7f84f8fc4e90ef779a204ac268f5ee1a962e324 |
25.0.8_1 03 Jul 2020 22:30:12 |
jbeich |
multimedia/x264: update to 0.160.3011
Changes: https://code.videolan.org/videolan/x264/compare/296494a4...cde9a93
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
25.0.8 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
25.0.8 29 Apr 2020 07:00:44 |
yuri |
multimedia/obs-studio: Update 25.0.7 -> 25.0.8
Reported by: portscout |
25.0.7 17 Apr 2020 06:50:07 |
yuri |
multimedia/obs-studio: Update 25.0.6 -> 25.0.7
Reported by: portscout |
25.0.6 14 Apr 2020 20:29:38 |
yuri |
multimedia/obs-studio: Update 25.0.5 -> 25.0.6
Reported by: portscout |
25.0.5 11 Apr 2020 17:44:38 |
pkubaj |
multimedia/obs-studio: fix build on powerpc64 elfv2
obs-studio uses SSE unconditionally, but Clang can't doesn't have good enough
SSE -> Altivec translation layer, like GCC does:
In file included from
/wrkdirs/usr/ports/multimedia/obs-studio/work/obs-studio-25.0.1/libobs/graphics/../util/sse-intrin.h:63:
In file included from /usr/lib/clang/10.0.0/include/xmmintrin.h:13:
/usr/lib/clang/10.0.0/include/mmintrin.h:50:12: error: invalid conversion
between vector type '__m64' (vector of 1 'long long' value) and integer type
'int' of different size
return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use GCC on powerpc64. |
25.0.5 09 Apr 2020 06:51:53 |
yuri |
multimedia/obs-studio: Update 25.0.4 -> 25.0.5
Reported by: portscout |
25.0.4_1 06 Apr 2020 18:30:56 |
yuri |
multimedia/obs-studio: Change FreeBSD and Dragonfly support in
os_get_executable_path_ptr() from procfs(5) to sysctl/KERN_PROC_PATHNAME
PR: 245403
Submitted by: Ka Ho Ng <khng300@gmail.com> |
25.0.4 06 Apr 2020 06:07:38 |
yuri |
multimedia/obs-studio: Update 25.0.3 -> 25.0.4
Chengelog: https://github.com/obsproject/obs-studio/releases/tag/25.0.4
This is mostly a bugfix release, therefore requesting MFH.
MFH: 2020Q2 |
25.0.3_2 05 Apr 2020 02:11:31 |
yuri |
multimedia/obs-studio: Install ObsPluginHelpers.cmake to facilitate plugins |
25.0.3_1 04 Apr 2020 22:31:01 |
yuri |
multimedia/obs-studio: Install one more .cmake file to support some use cases |
25.0.3 03 Apr 2020 16:00:33 |
yuri |
multimedia/obs-studio: Update 25.0.1 -> 25.0.3 (25.0.3 contains bugfixes)
Bug fixed:
https://github.com/obsproject/obs-studio/issues/2627#issuecomment-608509154
25.0.1 crashed on microphone change.
MFH: 2020Q2 |
25.0.1_3 03 Apr 2020 04:58:33 |
yuri |
multimedia/obs-studio: Add missing header for depending projects to access the
OBS Studio API |
25.0.1_2 03 Apr 2020 01:22:22 |
yuri |
multimedia/obs-studio: Add the vlc plugin that wasn't enabled on FreeBSD for
some reason |
25.0.1_1 02 Apr 2020 23:42:35 |
yuri |
multimedia/obs-studio: Fix the procfs(5) link for the executable path:
/proc/self/exe -> /proc/curproc/file
PR: 245299
Reported by: Keith Hellman <khellman@mcprogramming.com> (the reported issue
seems to be the same) |
25.0.1 21 Mar 2020 21:05:47 |
yuri |
multimedia/obs-studio: Update 25.0.0 -> 25.0.1
Reported by: portscout |
25.0.0_1 20 Mar 2020 15:53:18 |
yuri |
multimedia/obs-studio: Add patch to disable the X509 certificate verification,
so that the software works with FaceBook Live under FreeBSD
Submitted by: hps (via ports-committers@) |
25.0.0 18 Mar 2020 20:22:17 |
yuri |
multimedia/obs-studio: Update 24.0.6 -> 25.0.0
Reported by: portscout |
24.0.6 24 Jan 2020 21:34:34 |
pkubaj |
multimedia/obs-studio: fix packaging on architectures without luajit
The previous patch missed packaging fix. obslua.so is not installed without
luajit.
PR: 243562
Approved by: yuri (maintainer)
MFH: 2020Q1 (fix build blanket) |
24.0.6 08 Jan 2020 21:36:58 |
pkubaj |
multimedia/obs-studio: fix build on powerpc64
Merge upstream commit to use GCC's SSE->AltiVec translation. Since it depends on
compiling with GCC, it only works on ELFv1. Hopefully it will be possible to
build it on ELFv2 in the future.
Also use luajit only where it's actually available. Since it's optional, the
port builds anyway.
PR: 243199
Approved by: yuri (maintainer)
MFH: 2020Q1 (fix build blanket) |
24.0.6 05 Jan 2020 10:45:47 |
yuri |
multimedia/obs-studio: Update 24.0.5 -> 24.0.6
Reported by: repology |
24.0.5_1 21 Dec 2019 19:00:27 |
jbeich |
multimedia/x264: update to 0.159.2991
Changes: https://code.videolan.org/videolan/x264/compare/34c06d1...1771b55
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
24.0.5 14 Dec 2019 07:19:01 |
yuri |
multimedia/obs-studio: Update 24.0.4 -> 24.0.5
Reported by: portscout |
24.0.4 07 Dec 2019 06:09:12 |
yuri |
multimedia/obs-studio: Update 24.0.3 -> 24.0.4
Reported by: repology |
24.0.3 13 Oct 2019 15:04:32 |
yuri |
multimedia/obs-studio: Update 24.0.2 -> 24.0.3
Reported by: portscout |
24.0.2 12 Oct 2019 07:02:20 |
yuri |
multimedia/obs-studio: Update 24.0.1 -> 24.0.2
Reported by: portscout |
24.0.1 05 Oct 2019 17:15:09 |
yuri |
multimedia/obs-studio: Update 24.0.0 -> 24.0.1
Reported by: portscout |
24.0.0 21 Sep 2019 06:52:53 |
yuri |
multimedia/obs-studio: Update 23.2.1 -> 24.0.0
Reported by: portscout |
23.2.1_2 14 Sep 2019 22:01:13 |
jbeich |
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 |
23.2.1_2 05 Aug 2019 23:06:50 |
jbeich |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
23.2.1_1 26 Jul 2019 20:46:57 |
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 |
23.2.1 19 Jun 2019 08:28:35 |
yuri |
multimedia/obs-studio: Update 23.2.0 -> 23.2.1
Reported by: portscout |