non port: multimedia/vlc/Makefile |
Number of commits found: 606 (showing only 100 on this page) |
Saturday, 8 Mar 2025
|
14:05 Gleb Popov (arrowd)
*: Bump revisions after dbus update
PR: 285253
Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
a347a92 |
Sunday, 23 Feb 2025
|
12:47 Jason E. Hale (jhale)
*/*: Chase devel/abseil update
cbef78a |
Saturday, 8 Feb 2025
|
06:43 Jason E. Hale (jhale)
multimedia/vlc: Fix build with net/liveMedia >= 2024.11.28
access/live555.cpp:542:36: error: cannot initialize a parameter of type
'EventLoopWatchVariable *' (aka 'atomic<char> *') with an rvalue of type 'char
*'
542 | p_sys->scheduler->doEventLoop( &p_sys->event_rtsp );
| ^~~~~~~~~~~~~~~~~~
/usr/local/include/UsageEnvironment/UsageEnvironment.hh:155:52: note: passing
argument to parameter 'watchVariable' here
155 | virtual void doEventLoop(EventLoopWatchVariable* watchVariable = NULL)
= 0;
| ^
access/live555.cpp:1444:36: error: cannot initialize a parameter of type
'EventLoopWatchVariable *' (aka 'atomic<char> *') with an rvalue of type 'char
*'
1444 | p_sys->scheduler->doEventLoop( &p_sys->event_data );
| ^~~~~~~~~~~~~~~~~~
/usr/local/include/UsageEnvironment/UsageEnvironment.hh:155:52: note: passing
argument to parameter 'watchVariable' here
155 | virtual void doEventLoop(EventLoopWatchVariable* watchVariable = NULL)
= 0;
Reported by: pkg-fallout
9526f73 |
Tuesday, 28 Jan 2025
|
17:23 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 29.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
adfb819 |
Saturday, 23 Nov 2024
|
08:31 Gleb Popov (arrowd)
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC
5505c50 |
Saturday, 2 Nov 2024
|
01:01 Jan Beich (jbeich)
multimedia/libvpx: update 1.15.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.14.1..v1.15.0
Reported by: Repology
888cea7 |
Tuesday, 29 Oct 2024
|
14:38 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
94829e7 |
Sunday, 6 Oct 2024
|
11:49 Robert Clausecker (fuz)
*/*: bump port revisions of dependents following x265 updates
PR: 281680
90e1580 |
Wednesday, 18 Sep 2024
|
19:10 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 28.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
edc44d2 |
Sunday, 15 Sep 2024
|
20:09 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
f01013c |
Sunday, 25 Aug 2024
|
08:17 Daniel Engberg (diizzy)
multimedia/vlc: Remove Musepack library support
Remove support for Musepack audio library
PR: 281025
6547f8d |
Thursday, 15 Aug 2024
|
10:55 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 27.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
216e30a |
Thursday, 8 Aug 2024
|
07:41 Alexey Dokuchaev (danfe)
Bump revisions of dependent ports after Abseil C++ libraries update
Requested by: madpilot
8c120af |
Monday, 5 Aug 2024
|
21:55 Daniel Engberg (diizzy)
multimedia/vlc: Remove support for deprecated library libsidplay2
Removed in commit 55007e649e632734fbddceffb909ff4a7b1294b0
61fbe99 |
Friday, 14 Jun 2024
|
05:29 Jason E. Hale (jhale)
*/*: Chase audio/taglib shlib version bump
PR: 266677
621c438 |
Thursday, 13 Jun 2024
|
10:30 Jason E. Hale (jhale)
multimedia/vlc: Link to libOpenGL instead of libGL
This fixes a dependency problem if the X11 option is off in
graphics/libglvnd for whatever reason.
Reported by: olgeni (via private mail)
8238768 |
Wednesday, 12 Jun 2024
|
06:04 Jason E. Hale (jhale)
multimedia/vlc: Update to 3.0.21
Enable CHROMECAST option by default for user convenience [1].
Fix SKINS option where if a skin was selected, application would not
start (needs --enable-archive) and enable by default.
PR: 278297 [1]
Reported by: acm [1]
6580feb |
Thursday, 6 Jun 2024
|
22:54 Jason E. Hale (jhale)
multimedia/vlc: Prepare for Taglib 2.x
Backport several upstream commits to fix the build with taglib 2.x. [1]
Disable some compiler warnings that bloat the build log to the point
where it is barely readable.
Toggle the svgdec plugin in the LIBRSVG2 option to fix dependency issues
on live systems if it is set to off and the required dependencies are
auto-detected.
PR: 276677 [1]
eda5553 |
Saturday, 25 May 2024
|
18:11 Vladimir Druzenko (vvd)
multimedia/vlc: prevent silent grab several libs, add dependency from
devel/abseil to CHROMECAST, make portclippy happy
1. Add options ARIBSUB and SRT.
2. Add libabsl_base.so:devel/abseil to CHROMECAST_LIB_DEPENDS.
3. Sort options to make portclippy happy.
4. Remove GNU_CONFIGURE_MANPREFIX.
5. Prevent silent grab aribb25.
PR: 278916
Approved by: multimedia (maintainer, timeout 2 weeks)
668f0b7 |
Saturday, 11 May 2024
|
11:38 Daniel Engberg (diizzy) Author: Vladimir Druzenko
multimedia/vlc: Fix build with FREERDP option enabled
Fixes build on FreeBSD 13.3 and 14+
PR: 278706
Differential Revision: https://reviews.freebsd.org/D45071
437d793 |
11:38 Daniel Engberg (diizzy)
multimedia/vlc: Fix typo in CONFIGURE_ARGS
--disable-mpg123--disable-vnc --> --disable-mpg123--disable-vnc
Reported by: vvd
5de38df |
Thursday, 9 May 2024
|
07:58 Daniel Engberg (diizzy)
multimedia/vlc: Remove support for CDDB
Legacy lookup service/protocol that yet again is broken.
Drop support
Reference: https://hydrogenaud.io/index.php/topic,125880.0.html
b3d74db |
Thursday, 2 May 2024
|
13:06 Nuno Teixeira (eduardo)
*/*: Bump consumers of dns/libidn
Reported by: vvd
bae03bd |
Friday, 12 Apr 2024
|
06:04 Mathieu Arnold (mat)
cleanup: remove occurrences of WITH_DEBUG
DEBUG like all ports features, must not ever be set in a port, they are
user facing features, that the user needs to enable in their
environment/make.conf, either by defining WITH_DEBUG globally, or by
setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled
in.
0660187 |
Tuesday, 30 Jan 2024
|
11:49 Muhammad Moinur Rahman (bofh)
multimedia/vlc: Moved man to share/man
Approved by: portmgr (blanket)
19bf1fd |
Saturday, 20 Jan 2024
|
00:41 Jan Beich (jbeich)
multimedia/libvpx: update 1.14.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.13.1..v1.14.0
Reported by: portscout
589aaae |
Wednesday, 27 Dec 2023
|
15:14 Vladimir Druzenko (vvd)
multimedia/vlc: fix build with CHROMECAST ON and devel/protobuf 24 and fix plist
error if QT5 is ON and xext,xinerama,xpm installed
1. Non default option CHROMECAST require devel/protobuf.
After this commit
https://cgit.freebsd.org/ports/commit/?id=69e2e87fa56b54e267429b326f7f6188a7baaa71
consumers require USE_CXXSTD=c++17.
2. There is default ON configure option "skins2" in vlc. It require QT5 and
xext,xinerama,xpm - if they installed then it build bin/svlc and it is in
stage after build. Added option SKINS default OFF to handle bin/svlc.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D43128
96a9498 |
Saturday, 23 Dec 2023
|
18:14 Nuno Teixeira (eduardo)
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
3572ca3 |
Friday, 22 Dec 2023
|
20:00 Jan Beich (jbeich)
multimedia/x265: force rebuild consumers after 645419c8e465
$ ffmpeg
ld-elf.so.1: Shared object "libx265.so.192" not found, required by
"libavcodec.so.60"
PR: 274526
Reported by: vvd (on dev-commits-ports-main@ list)
Reported by: Kevin Oberman (on multimedia@ list)
10be66c |
Thursday, 14 Dec 2023
|
17:03 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
69e2e87 |
Monday, 4 Dec 2023
|
08:38 Dima Panov (fluffy)
multimedia/vlc: update to 3.0.20 release (+)
Release Notes: http://www.videolan.org/vlc/releases/3.0.20.html
Security: VideoLAN-SB-VLC-3019
VideoLAN-SB-VLC-3020
Approved by: multimedia (tcberner)
Sponsored by: Serenity Cybersecurity, LLC
4978159 |
Thursday, 5 Oct 2023
|
16:36 Jan Beich (jbeich)
multimedia/dav1d: update to 1.3.0
Changes: https://code.videolan.org/videolan/dav1d/-/tags/1.3.0
Reported by: Repology
4fb0230 |
Saturday, 30 Sep 2023
|
11:14 Muhammad Moinur Rahman (bofh)
multimedia/vlc: Remove non-default option SKINS
SKINS options depends on expired port devel/libtar so remove SKINS
option.
Reported by: vvd
Approved by: portmgr (blanket)
5fa4269 |
Monday, 7 Aug 2023
|
16:34 Gleb Popov (arrowd)
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
b1ecad5 |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Thursday, 27 Apr 2023
|
19:48 Jan Beich (jbeich)
multimedia/vlc: chase f7accb23bf4c rebuild
1af6388 |
12:01 Daniel Engberg (diizzy)
multimedia/vlc: Disable VA-API
No support VA-API on FFmpeg 5.0 or higher
Reference:
https://code.videolan.org/videolan/vlc/-/merge_requests/1245
PR: 270308
a493687 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Monday, 13 Mar 2023
|
10:02 Daniel Engberg (diizzy)
multimedia/vlc: Update MASTER_SITES
Make use of VideoLAN's CDN and add some fallback sites if it fails
Reference:
https://get.videolan.org/vlc/3.0.18/vlc-3.0.18.tar.xz?mirrorlist
PR: 270051
Approved by: multimedia (tcberner)
077549a |
Friday, 10 Mar 2023
|
14:02 Joseph Mingrone (jrm)
multimedia/vlc: Turn off ASLR
Starting with 13.2, elf processes will have ASLR turned on by default.
However, the vlc binary core dumps with ASLR on, so turn it off until a
proper fix can be found.
This fix is based on a discussion between emaste and Peter
<pmc@citylink.dinoex.sub.org>.
See
also: https://lists.freebsd.org/archives/freebsd-stable/2023-March/001181.html
PR: 270038
Reviewed by: emaste, mjg, riggs
Approved by: multimedia (tcberner, maintainer)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D38994
3452720 |
Saturday, 11 Feb 2023
|
08:46 Jan Beich (jbeich)
multimedia/libvpx: update 1.13.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by: portscout
17f6d79 |
Monday, 2 Jan 2023
|
04:05 Jan Beich (jbeich)
multimedia/vlc: add to wayland category
8bfe6a2 |
Wednesday, 21 Dec 2022
|
00:57 Piotr Kubaj (pkubaj)
multimedia/vlc: fix build on powerpc with ALTIVEC
video_chroma/i420_yuy2.c:227:5: error: use of undeclared identifier 'vector'
vector unsigned char u_vec;
^
video_chroma/i420_yuy2.c:228:5: error: use of undeclared identifier 'vector'
vector unsigned char v_vec;
^
61581ea |
Thursday, 8 Dec 2022
|
22:33 Thomas Zander (riggs)
multimedia/vlc: Retire support for libkate
Rationale:
libkate is going away in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268179 after being
unmaintained upstream for a long time.
PR: 268182
Reported by: diizzy
6fbb7cb |
Friday, 25 Nov 2022
|
23:13 Thomas Zander (riggs)
multimedia/vlc: Update to upstream release 3.0.18
MFH: 2022Q4
5c01f3e |
Saturday, 12 Nov 2022
|
20:22 Jan Beich (jbeich)
graphics/libplacebo: update to 5.229.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.1
Reported by: Repology
f23f6a9 |
Sunday, 9 Oct 2022
|
15:37 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
05e7a8b |
Sunday, 18 Sep 2022
|
11:55 Jan Beich (jbeich)
multimedia/x264: update to 0.164.3095
Changes: https://code.videolan.org/videolan/x264/compare/5db6aa6...baee400f
8f87e3d |
Saturday, 17 Sep 2022
|
21:08 Jan Beich (jbeich)
multimedia/aom: avoid leaking libjxl and vmaf via pkg-config
$ make stage-qa -C graphics/libavif
[...]
Error: /usr/local/lib/libavif.so.14.0.1 is linked to /usr/local/lib/libvmaf.so.1
from multimedia/vmaf but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libvmaf.so:multimedia/vmaf
Error: /usr/local/lib/libavif.so.14.0.1 is linked to
/usr/local/lib/libjxl.so.0.7 from graphics/libjxl but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libjxl.so:graphics/libjxl
Reported by: Tatsuki Makino (on ports@ list), Jan Henrik Sylvester (private
mail)
3dae2b9 |
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, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Ashish Shukla <wahjava@gmail.com>
* Ben Woods <woodsb02@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Byung-Hee HWANG <bh@izb.knu.ac.kr>
* Charlie Kester <corky1951@comcast.net>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Christopher Key <cjk32@cam.ac.uk>
* Chuck Hein <chein@FreeBSD.org> & Jim Overholt <overholt@isdw.net>
* Daniel Morante <daniel@morante.net>
* Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
* Dierk Sacher <dierk@blaxxtarz.de>
* Dreamcat4 <dreamcat4@gmail.com>
* Earl Gay <earl@eeg3.net>
* Ed Schouten <ed@FreeBSD.org>
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Felix Palmen <felix@palmen-it.de>
* Franz Bettag <franz@bett.ag>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Gea-Suan Lin <gslin@gslin.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Gustau Perez <gustau.perez@gmail.com>
* Harold Gutch <logix@foobar.franken.de>
* Heiner <h.eichmann@gmx.de>
* Heiner Eichmann <h.eichmann@gmx.de>
* Hendrik Scholz <hendrik@scholz.net>
* Herbert J. Skuhra <h.skuhra@gmail.com>
* Herve Quiroz <hq@FreeBSD.org>
* Holger Lamm
* J.R. Oldroyd <fbsd@opal.com>
* Jason Harmening <jason.harmening@gmail.com>
* Jille Timmermans (jille@quis.cx)
* Juergen Lock <nox@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* KalleDK <plexmaintainer@k-moeller.dk>
* Koop Mast <kwm@FreeBSD.org>
* Koop Mast <kwm@rainbow-runner.nl>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Kris Moore
* Kuan-Chung Chiu <buganini@gmail.com>
* Lars Eggert <lars.eggert@gmx.net>
* Leinier Cruz Salfran <salfrancl@yahoo.es>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* Manuel Creach <manuel.creach@icloud.com>
* Marc van Woerkom <3d@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Neubauer <m.ne@gmx.net>
* Martin Wilke <miwi@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael Nottebrock <michaelnottebrock@gmx.net>
* Michael Nottebrock <michaelnottebrock@gmx.net> et al
* Mina Naguib <webmaster@topfx.com>
* Mykola Dzham <i@levsha.me>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Pascal Vizeli <pvizeli@yahoo.de>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Petar Zhivkov Petrov <pesho.petrov@gmail.com>
* Phil Oleson
* Phil Oleson <oz@nixil.net>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Raaf <freebsd@luna.afraid.org>
* Randall Hopper <aa8vb@nc.rr.com>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Rozhuk Ivan 2018 <rozhuk.im@gmail.com>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rozhuk Ivan rozhuk.im@gmail.com
* Rusmir Dusko <nemysis@FreeBSD.org>
* Stacey Son <mythdev@son.org>, Ari Maniatis <ari@ish.com.au>
* Steve Wills <steve@mouf.net>
* Steve Wills <swills@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sylvio Cesar <sylvio@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas E. Zander
* Thomas E. Zander with help from Vladimir Kushnir
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* William Grzybowski <wg@FreeBSD.org>
* William Grzybowski <william88@gmail.com>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Zastupov Stepan [RedChrom] <redchrom@mail.ru>
* adamw
* alex
* arved
* erich@FreeBSD.org
* freebsd-ports@evilcode.net
* giffunip@asme.org
* ijliao
* kamikaze@bsdforen.de
* michael johnson <ahze@ahze.net>
* mikael.urankar@gmail.com
* mm
* nox@FreeBSD.org
* osa
* pb@FreeBSD.org
* piero
* se@FreeBSD.org
* sumikawa
With hat: portmgr
63f36d3 |
Monday, 11 Jul 2022
|
21:46 Po-Chuan Hsieh (sunpoet)
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2
- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change
2bbe718 |
Sunday, 3 Jul 2022
|
15:55 Thomas Zander (riggs)
multimedia/vlc: Remove SCHROEDINGER option
Details:
- libschroedinger has been removed from the ports tree due to lack of
upstream support.
- This change removes the vlc port support for libschroedinger.
PR: 264995
Reported by: bsd@philippost.de
MFH: 2022Q3
f0954aa |
Wednesday, 29 Jun 2022
|
21:07 Jan Beich (jbeich)
graphics/libplacebo: update to 4.208.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.208.0-rc1
Reported by: Repology
79eb473 |
Saturday, 21 May 2022
|
11:49 Thomas Zander (riggs)
multimedia/vlc: Make UPNP a default OPTION
Rationale: UPNP / DLNA is a widespread way of serving media via various
off-the-shelf NAS devices, and also with our own port of minidlna. It's
well suited to be included in the official VLC package.
PR: 260617
Reported by: hellocodebsd@gmail.com
MFH: 2022Q2
5f5f27a |
Thursday, 28 Apr 2022
|
18:21 Tobias C. Berner (tcberner)
multimedia/vlc: update to 3.0.17.4
- add patch obtained from arch linux to build against liveMedia >=
2021.x
457cf78 |
Saturday, 16 Apr 2022
|
04:19 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
10d211b |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Friday, 18 Mar 2022
|
18:06 Tobias C. Berner (tcberner)
multimedia/vlc: update to 3.0.17.3
12d5808 |
14:41 Jan Beich (jbeich)
multimedia/dav1d: update to 1.0.0
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by: Repology
3468f19 |
Monday, 28 Feb 2022
|
12:46 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
f7e42ce |
Tuesday, 25 Jan 2022
|
06:35 Loïc Bartoletti (lbartoletti)
archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip
Import minizip-ng and zlib-ng
Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.
+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.
some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.
Mk/Uses: Introduce USES=minizip[:ng]
To simplify, the LIB_DEPENDS part a new USES tag is added.
USES=minizip will add a LIB_DEPENDS on legacy minizip and
USES=minizip:ng will add a LIB_DEPENDS on minizip-ng.
minizip [1]:
databases/spatialite
databases/spatialite-tools
devel/collada-dom
games/mrboom
games/oolite
graphics/comical
misc/xiphos
science/libkml
textproc/sigil
www/domoticz
deskutils/anydesk
emulators/mupen64plus-core
multimedia/assimp
multimedia/vlc
net-im/psi
net-im/telegram-desktop
minizip-ng:
devel/axmldec
[1] Some are known to work with minizip-ng but have to be patched.
Approved by: tcberner (portmgr)
Differential Revision: https://reviews.freebsd.org/D33771
45ab80b |
Tuesday, 18 Jan 2022
|
10:17 Jan Beich (jbeich)
graphics/libplacebo: update to 4.192.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0-rc1
ed6dfa7 |
Saturday, 27 Nov 2021
|
10:09 Thomas Zander (riggs)
audio/fluidsynth: Update to upstream version 2.2.4
MFH: 2021Q4
e40e82b |
Thursday, 14 Oct 2021
|
22:20 Jan Beich (jbeich)
multimedia/aom: force rebuild consumers after 6f68add3f9ab
$ ffmpeg ... -c:v libaom-av1 ...
[libaom-av1 @ 0x804a89900] 3.2.0
[libaom-av1 @ 0x804a89900] Failed to initialize encoder: ABI version mismatch
Error initializing output stream 0:0 -- Error while opening encoder for output
stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
https://aomedia.googlesource.com/aom/+/bbdfa68d13a0%5E%21/
a950db7 |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2c672a4 |
Saturday, 9 Oct 2021
|
00:45 Jan Beich (jbeich)
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology
f16d8e5 |
Monday, 4 Oct 2021
|
04:56 Thomas Zander (riggs)
audio/fluidsynth: Update to upstream version 2.2.3
MFH: 2021Q4
4c2db26 |
Thursday, 30 Sep 2021
|
21:23 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
620968a |
Friday, 10 Sep 2021
|
21:17 Bernhard Froehlich (decke)
multimedia/vlc: Add CPE information
Approved by: portmgr (blanket)
2a1c531 |
Monday, 6 Sep 2021
|
18:22 Daniel Engberg (diizzy)
multimedia/vlc: Enable support for subtitles and add missing deps
Additionally disable autodetection of (lib)mpg123 to avoid undefined
dependencies and define wchar_t (iconv) usage
Commit also includes suggestions by Philipp Ost
PR: 256593
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D31859
fe3ca40 |
Tuesday, 17 Aug 2021
|
00:44 Jan Beich (jbeich)
graphics/libplacebo: update to 4.157.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/4.157.0-rc1
Reported by: Repology
4648f21 |
Monday, 2 Aug 2021
|
16:03 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)
5708ae4 |
Wednesday, 21 Jul 2021
|
18:11 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine
f4acead |
Sunday, 4 Jul 2021
|
20:41 Tobias C. Berner (tcberner)
multimedia/vlc: update to 3.0.16
Changes between 3.0.15 and 3.0.16:
----------------------------------
Video Output:
* Fix a D3D11 crash on Windows 8/8.1
Access:
* Fix RTSP server timeout handling
Interfaces:
* macOS: Add touchbar support
Misc
* Multiple settings improvements
Changes between 3.0.14 and 3.0.15:
----------------------------------
Core:
* Add Opus & Alac wave format mappings
Access:
* Fix opening DVD folders with non-ascii characters
Demux:
* Fix asf regression with broadcast streams
* MP4: Fix audio drop on seek
Video Output:
* Fix seek & volume sliders overlapping with subtitles
* Fix delays when seeking with D3D11
Text renderer:
* Improve freetype fonts outlining
Misc:
* Fix GnuTLS support for Windows XP
878f06b |
Monday, 21 Jun 2021
|
17:46 Jan Beich (jbeich)
multimedia/x264: update to 0.163.3060
Changes: https://code.videolan.org/videolan/x264/compare/55d517b...5db6aa6
d6e8497 |
Sunday, 6 Jun 2021
|
09:13 Thomas Zander (riggs)
multimedia/vlc: Update to upstream version 3.0.14.
Changes since 3.0.12:
---------------------
Demux:
* Adaptive: fix artefacts in HLS streams with wrong profiles/levels
* Fix regression on some MP4 files for the audio track
* Fix MPGA and ADTS probing in TS files
* Fix Flac inside AVI files
* Fix VP9/Webm artefacts when seeking
Codec:
* Support SSA text scaling
* Fix rotation on Android rotation
* Fix WebVTT subtitles that start at 00:00
Access:
* Update libnfs to support NFSv4
* Improve SMB2 integration
* Fix Blu-ray files using Unicode names on Windows
* Disable mcast lookups on Android for RTSP playback
Video Output:
* Rework the D3D11 rendering wait, to fix choppiness on display
Interfaces:
* Fix VLC getting stuck on close on X11 (#21875)
* Improve RTL on preferences on macOS
* Add mousewheel horizontal axis control
* Fix crash on exit on macOS
* Fix sizing of the fullscreen controls on macOS
Windows:
* Fix subtitles/OSD under Windows XP
Misc:
* Update translations
* Improve MIDI fonts search on Linux
* Update Soundcloud, Youtube, liveleak
* Fix compilation with GCC11
* Fix input-slave option for subtitles
MFH: 2021Q2
984c3ef |
Thursday, 29 Apr 2021
|
19:14 Ganael LAPLANCHE (martymac)
multimedia/libdvd{read,nav}: Update to latest version
Update libdvdread to 6.1.2, changelog:
https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
Update libdvdnav to 6.1.1, changelog:
https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog
and bump dependent ports' revisions.
d8503c0 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
08:11 Jan Beich (jbeich)
graphics/libplacebo: update to 3.120.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.0
Reported by: Repology
cc87022 |
Tuesday, 23 Mar 2021
|
22:01 jbeich
multimedia/aom: update to 3.0.0
Changes: https://aomedia.googlesource.com/aom/+log/v2.0.2..v3.0.0
Reported by: portscout
 |
Wednesday, 17 Feb 2021
|
16:16 tcberner
multimedia/vlc: update to 3.0.12
Changes between 3.0.11.1 and 3.0.12:
----------------------------------
Access:
* Add new RIST access module compliant with simple profile (VSF_TR-06-1)
Access Output:
* Add new RIST access output module compliant with simple profile (VSF_TR-06-1)
Demux:
* Fixed adaptive's handling of resolution settings
* Improve Bluray tracks support
* Improve WMV seeking and DASH support
* Fix crashes in AVI, MKV modules
Audio output:
* Fix audio distortion on macOS during start of playback
Video Output:
* Direct3D11: Fix some potential crashes when using video filters
macOS:
* Add native support for Apple Silicon / ARM-64
* Visual UI adaptations for macOS Big Sur
* Fix displaying EQ bands in the UI depending on which frequency
presets are set for the EQ in advanced preferences
* Fix UI issues in bookmarks window
Misc:
* Several fixes in the web interface, including privacy and security
improvements
* Update YouTube and Vocaroo scripts
* Fix rotation filter mouse handling
* Update translations
Changes between 3.0.11 and 3.0.11.1:
----------------------------------
Demux:
* Fixed HLS playlist update mechanism, unable to start
in some cases.
* Because of broken HLS servers, adaptive no longer
considers Content-Type as authoritative.
* Fixed handling of WEBM WebVTT subtitles
* Workaround invalid ADTS in TS from Makito encoders
* Fixed Opus when using avformat demuxer
Decoders:
* Fixed inverted explicit start/end positioning
Service Discovery:
* Fix listing of media on certain Panasonic recorders discovered via UPnP
macOS:
* Fix automatic playback resume with "Music" app
* Fix possible freeze after pause, seek, unpause
Contribs:
* Updated gnutls to 3.6.14
* Updated libebml to 1.4.0
* Updated libmatroska to 1.6.0
* Updated mpg123 to 1.26.2
PR: 253571
Submitted by: VVD <vvd@unislabs.com>
 |
Tuesday, 26 Jan 2021
|
14:01 sunpoet
Bump PORTREVISION for devel/protobuf shlib change
 |
Friday, 1 Jan 2021
|
21:07 jbeich
graphics/libplacebo: update to 3.104.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.104.0
Reported by: Repology
 |
Saturday, 28 Nov 2020
|
22:35 jbeich
multimedia/vlc: hide QT5 on FreeBSD < 12 unless using newer OpenSSL
Makes binary package available again. Without Qt5 GUI but still better
than nothing.
 |
Monday, 23 Nov 2020
|
22:08 jbeich
multimedia/dav1d: update to 0.8.0
Changes: https://code.videolan.org/videolan/dav1d/-/tags/0.8.0
Changes: https://code.videolan.org/videolan/dav1d/-/blob/0.8.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.7.1...0.8.0
 |
Monday, 9 Nov 2020
|
17:08 tcberner
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
 |
Saturday, 7 Nov 2020
|
15:49 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/
 |
Saturday, 3 Oct 2020
|
17:50 tcberner
devel/upnp: update to 1.14.0
Update to newer release which contains a fix for CVE-2020-13848:
https://github.com/pupnp/pupnp/commit/c805c1de1141cb22f74c0d94dd5664bda37398e0
MFH: 2020Q4
Security: CVE-2020-13848
 |
Sunday, 30 Aug 2020
|
20:19 sunpoet
Bump PORTREVISION for devel/protobuf shlib change
 |
Sunday, 12 Jul 2020
|
09:30 tobik
audio/sndio: Update to 1.7.0
 |
Friday, 3 Jul 2020
|
22:30 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/
 |
Sunday, 28 Jun 2020
|
06:10 tcberner
Update multimedia/libmatroska and multimedia/libmatroska to 1.4.0 and 1.6.0
 |
Friday, 19 Jun 2020
|
14:32 tcberner
multimed/vlc: update to 3.0.11
Access:
* rtp descriptor leak on error fix
Demux:
* Fixed regression with some encrypted HLS streams
* Live HLS delay until first update fix
* HLS rendition switch regression fix
* Fix imprecise m4a seek
Decoder:
* Fixed missing captions with some capture cards
Audio filters:
* soxr resampling fixes
Contribs:
* Updated libfaad to 2.9.2 (Parametric Stereo regression)
* Updated libarchive to 3.4.2
macOS:
* Fixed moving video window with mouse
* Fixed UI issue showing "permissions warning" unnecessarily often
* Fixed stack buffer overflow listing bluray mount points
* Fixed potential crashes at startup
Audio Output:
* Fix sound not coming back after a pause with CoreAudio (macOS/iOS)
Misc:
* Update Youtube script
http://www.videolan.org/security/sb-vlc3011.html
https://github.com/videolan/vlc-3.0/releases/tag/3.0.11
https://github.com/videolan/vlc-3.0/blob/3.0.11/NEWS
PR: 247395
Submitted by: VVD <vvd@unislabs.com>
MFH: 2020Q2
Relnotes:a
Security: 77896891-b08a-11ea-937b-b42e99a1b9c3
 |
Friday, 12 Jun 2020
|
12:53 jbeich
graphics/libplacebo: update to 2.72.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.72.0
Reported by: Repology
 |
Monday, 8 Jun 2020
|
04:41 kevans
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
 |
Wednesday, 3 Jun 2020
|
18:32 sunpoet
Bump PORTREVISION for devel/protobuf shlib change
 |
Saturday, 9 May 2020
|
08:09 tcberner
multimedia/vlc: Remove redundant dependencies
Adjust default options so we don't pull in external libraries when
ffmpeg/(lib)avcodec can be used instead.
Deselects following options:
A52, DCA, FAAD, FLAC, MAD and MPEG2
There is no loss in functionality for the user.
PR: 246253
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
 |
Number of commits found: 606 (showing only 100 on this page) |