Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.0.20240928_1 19 Oct 2024 15:40:53 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder}: Fix WITH_DEBUG build
Newer clang versions are not happy when passing -mcpu=<something> on
i386 and amd64. This fixes the construction of CFLAGS during configure
in the WITH_DEBUG case.
Also, as it turns out, there was a const ptr issue in
libmpcodecs/ad_spdif.c whith also needed to be fixed.
PR: 280818
Reported by: cryptogranny@gmail.com |
1.5.0.20240928 12 Oct 2024 08:03:48 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder}: Update to new upstream snapshot
Details:
- Move to upstream snapshot as of 2024-09-28
- Use ffmpeg6+ instead of ffmpeg4
PR: 275846 |
1.5.0.20240106 16 May 2024 22:19:50 |
Piotr Kubaj (pkubaj) |
multimedia/mplayer: fix build on powerpc*
cc: error: unsupported option '-mabi=' for target
'powerpc64-unknown-freebsd14.1' |
1.5.0.20240106 01 May 2024 11:13:54 |
Daniel Engberg (diizzy) |
multimedia/mplayer: Remove support for librtmp
Remove invalid option as support for librtmp was removed in
8d01b5458f4660725fcaf562cdbb073debc9b751
Approved by: portmgr (blanket) |
1.5.0.20240106 02 Mar 2024 18:36:02 |
Thomas Zander (riggs) |
multimedia/{mplayer/mencoder}: Move DEBUG from OPTIONS to WITH_DEBUG
Details:
This is a revert of c1e0f931e3ddecb86d83ffc14cb8b05a38922cdd plus
removing the DEBUG OPTION from mencoder as well, following the trend to
phase out DEBUG as an option. |
1.5.0.20240106 25 Feb 2024 20:26:37 |
Thomas Zander (riggs) |
multimedia/mplayer: Fix icon install with GUI build
While on it: Remove additional "-f" passing to ${CP}.
PR: 277295
Reported by: m.ne@gmx.net
MFH: 2024Q1 |
1.5.0.20240106 24 Feb 2024 13:21:37 |
Thomas Zander (riggs) |
multimedia/mplayer: Use DEBUG OPTION, deprecate WITH_DEBUG knob |
1.5.0.20240106 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.5.0.20240106 08 Jan 2024 07:45:38 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder} Update to newer upstream snapshot
Details:
- Update to upstream snapshot as of 2024-01-06
- No major functional changes, but adds detection for new CPU
instructions
MFH: 2024Q1 |
1.5.0.20230924 29 Sep 2023 22:49:32 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder}: Update to newer upstream snapshot |
1.5.0.20230321_6 29 Jul 2023 09:09:47 |
Thomas Zander (riggs) |
multimedia/mplayer: Update CFLAGS for clang16+
clang16+ will error on incompatible function pointer types. Workaround
by adding -Wno-incompatible-function-pointer-types to clang CFLAGS. |
1.5.0.20230321_6 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.5.0.20230321_5 20 Jun 2023 01:49:59 |
Piotr Kubaj (pkubaj) |
multimedia/mplayer: enable altivec on compatible CPUs |
1.5.0.20230321_4 01 May 2023 15:57:18 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder} Add missing CFLAGS for ffmpeg4 headers
Details:
This was missed in the previous commit. Ensure the ffmpeg4 headers are
included, not the ffmpeg 6 ones.
PR: 270569
Reported by: diizzy
Tested by: george@m5p.com, riggs |
1.5.0.20230321_3 01 May 2023 09:38:22 |
Thomas Zander (riggs) Author: Daniel Engberg |
multimedia/{mplayer|mencoder}: Fix ffmpeg4 linking if ffmpeg6 present
PR: 270569
Reported by: george@m5p.com
Reviewed by: riggs |
1.5.0.20230321_3 30 Apr 2023 17:42:38 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder} Use ffmpeg4 instead of ffmpeg6
Details: Hopefully temporary workaround to fix a whole bunch of decoding
problems with various ffmpeg codecs.
PR: 270569 |
1.5.0.20230321_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) |
1.5.0.20230321_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.5.0.20230321 25 Mar 2023 20:29:10 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder}: Update to newer upstream snapshot
Details:
- Update to upstream snapshot as of 2023-03-21
- Preparation for the ffmpeg 6.0 update
PR: 270294
Reported by: diizzy |
1.5.0.20220924_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
1.5.0.20220924 12 Feb 2023 11:59:46 |
Thomas Zander (riggs) |
multimedia/mplayer: Fix build with llvm15
Details:
- clang15 performs stricter checks for pointer conversions, some
questionable conversions graduated from warnings to errors
- Fixes multimedia/mencoder builds as well
MFH: 2023Q1 |
1.5.0.20220924 06 Jan 2023 23:15:56 |
Thomas Zander (riggs) |
multimedia/mplayer: Fix build with clang 15
PR: 268789
Reported by: dim
MFH: 2023Q1 |
1.5.0.20220924 24 Sep 2022 14:05:00 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder} Update to upstream snapshot 2022-09-24 |
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) |
1.5.0.20220310_1 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 ) |
1.5.0.20220310_1 07 Aug 2022 12:22:08 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder}: Fix stage-qa warnings
Details:
- Rework dependencies to fix stage-qa warnings, at least for the default
packages and a couple configs tested.
- Add JPEG OPTION to allow to actually disable it (as it is picked up
automatically in most systems via build dependencies, even if the user
does not want to include it).
PR: 256994
Reported by: bsd@philippost.de
MFH: 2022Q3 |
1.5.0.20220310 20 Jul 2022 14:22:30 |
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> (Only the first 15 lines of the commit message are shown above ) |
1.5.0.20220310 20 Mar 2022 15:11:05 |
Thomas Zander (riggs) |
multimedia/mplayer: Simplify REINPLACE_CMD, avoid warnings re no-ops |
1.5.0.20220310 17 Mar 2022 08:19:19 |
Thomas Zander (riggs) |
multimedia/{mplayer|mencoder} Update to upstream snapshot 2022-03-10
Details:
- This updates multimedia/mplayer and mencoder to a recent upstream
snapshot (2022-03-10).
- It is functionally identical to the 1.5.0 release, but:
- Uses external ffmpeg instead of the bundled one in the 1.5.0 release. |
1.4.0.20211229_2 20 Feb 2022 14:05:04 |
Dima Panov (fluffy) |
multimedia/m{player|encoder}: switch to graphics/openjpeg (+)
Mplayer engine indeed require openjpeg >= 2.1.0.
Depend on openjpeg15 is irrelevant, player even connot link with it.
MFH: 2022Q1
Approved by: portmgr (fix build blanket)
Sponsored by: Netzkommune GmbH |
1.4.0.20211229_1 20 Feb 2022 10:40:07 |
Thomas Zander (riggs) |
multimedia/mplayer: Migrate some knobs to CONFIGURE_ENABLE
PR: 262014
Reported by: VVD <vvd@unislabs.com>
MFH: 2022Q1 |
1.4.0.20211229_1 18 Feb 2022 09:03:26 |
Dima Panov (fluffy) |
multimedia/mplayer: use openjpeg15 includes in Right Way (tm)
Sponsored by: Netzkommune GmbH |
1.4.0.20211229 31 Dec 2021 11:47:35 |
Thomas Zander (riggs) |
multimedia/mplayer, mencoder: Update to upstream snapshot 2021-12-29 |
1.4.0.20210929_1 04 Nov 2021 00:30:29 |
Thomas Zander (riggs) |
multimedia/mplayer: Fix build on armv6, armv7
Details:
- Add dependency on binutils, as -no-integrated-as is used on both
armv6 and armv7
PR: 259401
Reported by: fuz@fuz.su
MFH: 2021Q4 |
1.4.0.20210929_1 09 Oct 2021 00:45:18 |
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 |
1.4.0.20210929 30 Sep 2021 14:27:04 |
Thomas Zander (riggs) |
multimedia/(mencoder|mplayer): Update to recent upstream snapshot. |
1.4.0.20210703_1 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) |
1.4.0.20210703 04 Jul 2021 21:42:46 |
Thomas Zander (riggs) |
multimedia/(mplayer|mencoder): Update to upstream snapshot 2021-07-03.
MFH: 2021Q3 |
1.4.0.20210314_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
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 |
1.4.0.20210314 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0.20210314 18 Mar 2021 17:36:57 |
riggs |
Update to upstream snapshot as of 2021-03-14.
Details:
- No critical updates (that I am aware of).
- Add NLS OPTION. |
1.4.0.20201225 26 Dec 2020 17:18:04 |
riggs |
Update to upstream snapshot as of 2020-12-25. |
1.4.0.20200621_2 12 Jul 2020 09:30:29 |
tobik |
audio/sndio: Update to 1.7.0 |
1.4.0.20200621_1 08 Jul 2020 19:07:07 |
naddy |
Switch the CDDB default to gnudb.org.
The freedb.org CD track database has been discontinued.
Approved by: riggs |
1.4.0.20200621 23 Jun 2020 08:10:07 |
riggs |
Update to recent upstream snapshot 2020-06-21
MFH: 2020Q2 (hat: ports-secteam) |
1.4.0.20200328 16 May 2020 19:19:29 |
riggs |
Fix build on an i386 world WITHOUT_BINUTILS. (Non-i386 should be ok.) |
1.4.0.20200328 29 Mar 2020 09:43:23 |
riggs |
Update to recent upstream snapshot (as of 2020-03-28) |
1.4.0.20191227_1 27 Mar 2020 11:23:42 |
martymac |
Update multimedia/libdvdread and multimedia/libdvdnav to 6.1.0
Changelogs are available here:
https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog
Also, bump dependent ports' revisions and mark sysutils/dvdbackup as BROKEN [1]
Approved by: ehaupt [1] |
1.4.0.20191227 03 Mar 2020 12:56:16 |
mat |
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940 |
1.4.0.20191227 28 Dec 2019 13:02:53 |
riggs |
Update to recent upstream snapshot as of 2019-12-27 |
1.4.0.20190928_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/ |
1.4.0.20190928 06 Nov 2019 18:09:45 |
zeising |
Add USES=xorg USES=gl, ports categories l and m
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.4.0.20190928 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
1.4.0.20190928 29 Sep 2019 09:08:04 |
riggs |
Update to recent upstream snapshot (as of 2019-09-28) (minor fixes only) |
1.4.0.20190706_3 23 Sep 2019 07:08:22 |
hselasky |
Fix OSS audio playback of some videos after SVN r351847.
Make sure mplayer sets a sensible fragment and buffer size.
Discussed with: riggs@
Tested by: naddy@
Approved by: pi |
1.4.0.20190706_2 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.4.0.20190706_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/ |
1.4.0.20190706_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 |
1.4.0.20190706 06 Jul 2019 11:54:31 |
riggs |
Update to recent snapshot as of 20190706
Details:
- Upstream fix for possible subtitle corruption during play
- Upstream fix to allow SSE2 aligned loads on subtitle data
MFH: 2019Q3 (with hat: ports-secteam) |
1.4.0.20190629 29 Jun 2019 13:12:46 |
riggs |
Update to snapshot as of 2019-06-29, drop RTC option in mplayer |
1.3.0.20190329_2 04 Jun 2019 14:17:39 |
antoine |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
1.3.0.20190329_1 07 Apr 2019 12:09:24 |
riggs |
Chase update of libbluray to upstream release 1.1.1 |
1.3.0.20190329 30 Mar 2019 11:32:56 |
riggs |
Update to upstream snapshot as of 2019-03-29 |
1.3.0.20181224_3 24 Feb 2019 17:57:37 |
riggs |
Fix linking error with lld 7
Details:
- The linker script in mplayer's WRKSRC causes linking problems when
used with lld 7. Remove it during post-patch
PR: 235957, 220103
Reported by: jakub_lach@mailplus.pl, dim
Reviewed by: dim
MFH: 2019Q1 |
1.3.0.20181224_2 06 Feb 2019 13:33:13 |
jbeich |
multimedia/libvpx: update 1.8.0
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ |
1.3.0.20181224_1 19 Jan 2019 17:45:15 |
riggs |
Workaround a hopefully transient linker problem on head
PR: 234845
Reported by: glebius |
1.3.0.20181224 09 Jan 2019 16:28:18 |
riggs |
Prep for lld default on head i386: add LDFLAGS_i386+= -Wl,-z,notext
PR: 214864
Reported by: emaste |
1.3.0.20181224 24 Dec 2018 19:31:20 |
riggs |
Update to upstream snapshot as of 2018-12-24 |
1.3.0.20180920_3 12 Dec 2018 01:35:36 |
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 |
1.3.0.20180920_2 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
1.3.0.20180920_1 29 Sep 2018 08:04:27 |
riggs |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
1.3.0.20180920 21 Sep 2018 09:41:54 |
riggs |
Update to upstream snapshot as of 2018-09-20
Details:
- Update to latest upstream snapshot as of 2018-09-20
- Fix build warnings due to USES for gnome and gl |
1.3.0.20180413_5 11 Sep 2018 18:34:28 |
zeising |
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 |
1.3.0.20180413_4 01 Sep 2018 17:05:48 |
antoine |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
1.3.0.20180413_3 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
1.3.0.20180413_2 29 Jul 2018 22:18:46 |
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 |
1.3.0.20180413_1 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
1.3.0.20180413 15 Apr 2018 08:23:54 |
riggs |
Update to upstream snapshot as of 20180413
Details:
- Update to recent upstream snapshot (20180413)
- Drop SCHROEDINGER OPTION (removed upstream)
- Remove --disable-libdirac-lavc from
CONFIGURE_ARGS (removed upstream) |
1.3.0.20171220_4 05 Apr 2018 20:13:34 |
jhale |
Update sysutils/libcdio to 2.0.0
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes
(libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469 |
1.3.0.20171220_3 17 Feb 2018 21:45:30 |
yuri |
multimedia/libbluray: Update to 1.0.2
Additional port changes:
* Changed to DISTVERSION
* Removed USES=autoreconf (not needed)
* Added post-extract creating symlink linux->freebsd
Bumped 6 depending ports.
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14406 |
1.3.0.20171220_2 25 Jan 2018 21:20:12 |
jbeich |
multimedia/libvpx: update 1.7.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ |
1.3.0.20171220_1 23 Dec 2017 07:03:21 |
antoine |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
1.3.0.20171220 21 Dec 2017 12:31:31 |
riggs |
Update to recent snapshot (as of 20171220) |
1.3.0.20170722_1 05 Nov 2017 15:27:59 |
riggs |
Retain API compatibility with faac 1.29.9 and later
Details:
- See PR 223416 |
1.3.0.20170722_1 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
1.3.0.20170722 12 Oct 2017 15:57:51 |
mat |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
1.3.0.20170722 10 Oct 2017 21:31:30 |
linimon |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial) |
1.3.0.20170722 22 Jul 2017 12:02:39 |
riggs |
Update to a recent upstream snapshot as of 2017-07-22
MFH: 2017Q3 |
1.3.0.20170415_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.3.0.20170415_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.3.0.20170415 16 Apr 2017 14:51:14 |
riggs |
Update to upstream snapshot as of 2017-04-15
Details:
- Update to upstream snapshot as of 2017-04-15
- Fix stage-qa in mencoder after recent changes to the
aggressiveness of shebangfix:
- Fix TOOLS/vobshift.py erroneously missing from
SHEBANG_FILES
- Add USES=python and PYTHON_NO_DEPENDS |
1.3.0.20161228_6 25 Mar 2017 23:37:05 |
antoine |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
1.3.0.20161228_5 21 Mar 2017 21:59:31 |
antoine |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
1.3.0.20161228_4 20 Feb 2017 18:00:05 |
riggs |
Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR: 216837
Reported by: cpm
MFH: 2017Q1 |
1.3.0.20161228_3 05 Feb 2017 08:17:43 |
riggs |
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by: robert.burmeister@utoledo.edu (via email) |
1.3.0.20161228_2 23 Jan 2017 15:52:00 |
jbeich |
multimedia/mplayer: lift BROKEN after r429960 |
1.3.0.20161228_2 14 Jan 2017 12:48:30 |
riggs |
Convert remaining X-related OPTIONs to option helpers + deps via IMPLIES
MFH: 2017Q1 |
1.3.0.20161228_2 14 Jan 2017 07:58:31 |
riggs |
Convert GUI and SKINS to OPTION helpers; fix dependency: GUI implies ASS
PR: 216030
Reported by: rjk@wintek.com
MFH: 2017Q1 |
1.3.0.20161228_2 12 Jan 2017 11:30:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
1.3.0.20161228_2 02 Jan 2017 21:15:34 |
riggs |
Unbundle libass from mplayer / mencoder
Log:
- Use libass from ports instead of bundled version (this likely
addresses some vulnerabilities since bundled libass is from 2013)
- New default OPTION ASS
- Bump portrevision
Reported by: jbeich
MFH: 2017Q1 |