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 03 Feb 2025 23:26:46
![commit hash: 823bd066c923cb107485270d0f021a8ee0171b8a commit hash: 823bd066c923cb107485270d0f021a8ee0171b8a](/images/git.png) ![commit hash: 823bd066c923cb107485270d0f021a8ee0171b8a commit hash: 823bd066c923cb107485270d0f021a8ee0171b8a](/images/codeberg.svg) ![commit hash: 823bd066c923cb107485270d0f021a8ee0171b8a commit hash: 823bd066c923cb107485270d0f021a8ee0171b8a](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Yasuhiro Kimura (yasu) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/Uses/samba.mk: Remove legacy variables
* Replace occurrence of them in each port with new ones.
* Add entry to CHANGES.
Reviewed by: kiwi, mikael
Differential Revision: https://reviews.freebsd.org/D48801 |
1.5.0.20240928_1 19 Oct 2024 15:40:53
![commit hash: d78f92cabfc61e61fa5f13705134f6b0e0e2f599 commit hash: d78f92cabfc61e61fa5f13705134f6b0e0e2f599](/images/git.png) ![commit hash: d78f92cabfc61e61fa5f13705134f6b0e0e2f599 commit hash: d78f92cabfc61e61fa5f13705134f6b0e0e2f599](/images/codeberg.svg) ![commit hash: d78f92cabfc61e61fa5f13705134f6b0e0e2f599 commit hash: d78f92cabfc61e61fa5f13705134f6b0e0e2f599](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: adcaaf9898e15c1f760a9a1d448348d75f6c5a3d commit hash: adcaaf9898e15c1f760a9a1d448348d75f6c5a3d](/images/git.png) ![commit hash: adcaaf9898e15c1f760a9a1d448348d75f6c5a3d commit hash: adcaaf9898e15c1f760a9a1d448348d75f6c5a3d](/images/codeberg.svg) ![commit hash: adcaaf9898e15c1f760a9a1d448348d75f6c5a3d commit hash: adcaaf9898e15c1f760a9a1d448348d75f6c5a3d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 0cbae2d0ef0aa7edec0bffa9a6371d5c0bc5c535 commit hash: 0cbae2d0ef0aa7edec0bffa9a6371d5c0bc5c535](/images/git.png) ![commit hash: 0cbae2d0ef0aa7edec0bffa9a6371d5c0bc5c535 commit hash: 0cbae2d0ef0aa7edec0bffa9a6371d5c0bc5c535](/images/codeberg.svg) ![commit hash: 0cbae2d0ef0aa7edec0bffa9a6371d5c0bc5c535 commit hash: 0cbae2d0ef0aa7edec0bffa9a6371d5c0bc5c535](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Piotr Kubaj (pkubaj) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 13034929818b3279cd9a0af3c440372b987a8a25 commit hash: 13034929818b3279cd9a0af3c440372b987a8a25](/images/git.png) ![commit hash: 13034929818b3279cd9a0af3c440372b987a8a25 commit hash: 13034929818b3279cd9a0af3c440372b987a8a25](/images/codeberg.svg) ![commit hash: 13034929818b3279cd9a0af3c440372b987a8a25 commit hash: 13034929818b3279cd9a0af3c440372b987a8a25](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Daniel Engberg (diizzy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: a995b8b0ab54b250167531dafc38fc1342558446 commit hash: a995b8b0ab54b250167531dafc38fc1342558446](/images/git.png) ![commit hash: a995b8b0ab54b250167531dafc38fc1342558446 commit hash: a995b8b0ab54b250167531dafc38fc1342558446](/images/codeberg.svg) ![commit hash: a995b8b0ab54b250167531dafc38fc1342558446 commit hash: a995b8b0ab54b250167531dafc38fc1342558446](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 2e499eeab4df13d21e960beb701af1bb81bac148 commit hash: 2e499eeab4df13d21e960beb701af1bb81bac148](/images/git.png) ![commit hash: 2e499eeab4df13d21e960beb701af1bb81bac148 commit hash: 2e499eeab4df13d21e960beb701af1bb81bac148](/images/codeberg.svg) ![commit hash: 2e499eeab4df13d21e960beb701af1bb81bac148 commit hash: 2e499eeab4df13d21e960beb701af1bb81bac148](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: c1e0f931e3ddecb86d83ffc14cb8b05a38922cdd commit hash: c1e0f931e3ddecb86d83ffc14cb8b05a38922cdd](/images/git.png) ![commit hash: c1e0f931e3ddecb86d83ffc14cb8b05a38922cdd commit hash: c1e0f931e3ddecb86d83ffc14cb8b05a38922cdd](/images/codeberg.svg) ![commit hash: c1e0f931e3ddecb86d83ffc14cb8b05a38922cdd commit hash: c1e0f931e3ddecb86d83ffc14cb8b05a38922cdd](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/mplayer: Use DEBUG OPTION, deprecate WITH_DEBUG knob |
1.5.0.20240106 10 Jan 2024 13:13:03
![commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d](/images/git.png) ![commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d](/images/codeberg.svg) ![commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Baptiste Daroussin (bapt) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.5.0.20240106 08 Jan 2024 07:45:38
![commit hash: ee62c0523858b3a89a825ba9ae0da3d9555321c1 commit hash: ee62c0523858b3a89a825ba9ae0da3d9555321c1](/images/git.png) ![commit hash: ee62c0523858b3a89a825ba9ae0da3d9555321c1 commit hash: ee62c0523858b3a89a825ba9ae0da3d9555321c1](/images/codeberg.svg) ![commit hash: ee62c0523858b3a89a825ba9ae0da3d9555321c1 commit hash: ee62c0523858b3a89a825ba9ae0da3d9555321c1](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 26c57ed486fd94923ddeecfa42e890d30ef4c0d3 commit hash: 26c57ed486fd94923ddeecfa42e890d30ef4c0d3](/images/git.png) ![commit hash: 26c57ed486fd94923ddeecfa42e890d30ef4c0d3 commit hash: 26c57ed486fd94923ddeecfa42e890d30ef4c0d3](/images/codeberg.svg) ![commit hash: 26c57ed486fd94923ddeecfa42e890d30ef4c0d3 commit hash: 26c57ed486fd94923ddeecfa42e890d30ef4c0d3](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/{mplayer|mencoder}: Update to newer upstream snapshot |
1.5.0.20230321_6 29 Jul 2023 09:09:47
![commit hash: ddda6e3a47177bce8e76fa8a90162227c73f4dfe commit hash: ddda6e3a47177bce8e76fa8a90162227c73f4dfe](/images/git.png) ![commit hash: ddda6e3a47177bce8e76fa8a90162227c73f4dfe commit hash: ddda6e3a47177bce8e76fa8a90162227c73f4dfe](/images/codeberg.svg) ![commit hash: ddda6e3a47177bce8e76fa8a90162227c73f4dfe commit hash: ddda6e3a47177bce8e76fa8a90162227c73f4dfe](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f](/images/git.png) ![commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f](/images/codeberg.svg) ![commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Daniel Engberg (diizzy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.5.0.20230321_5 20 Jun 2023 01:49:59
![commit hash: 4514cc83c6cf66cac17697904ce314a5d72fcdc2 commit hash: 4514cc83c6cf66cac17697904ce314a5d72fcdc2](/images/git.png) ![commit hash: 4514cc83c6cf66cac17697904ce314a5d72fcdc2 commit hash: 4514cc83c6cf66cac17697904ce314a5d72fcdc2](/images/codeberg.svg) ![commit hash: 4514cc83c6cf66cac17697904ce314a5d72fcdc2 commit hash: 4514cc83c6cf66cac17697904ce314a5d72fcdc2](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Piotr Kubaj (pkubaj) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/mplayer: enable altivec on compatible CPUs |
1.5.0.20230321_4 01 May 2023 15:57:18
![commit hash: 5348dafc8864fb387609b408a94568bb844a7ead commit hash: 5348dafc8864fb387609b408a94568bb844a7ead](/images/git.png) ![commit hash: 5348dafc8864fb387609b408a94568bb844a7ead commit hash: 5348dafc8864fb387609b408a94568bb844a7ead](/images/codeberg.svg) ![commit hash: 5348dafc8864fb387609b408a94568bb844a7ead commit hash: 5348dafc8864fb387609b408a94568bb844a7ead](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520 commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520](/images/git.png) ![commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520 commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520](/images/codeberg.svg) ![commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520 commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) 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
![commit hash: 2df216b41d143e27e251b8d4447586a82e7554a5 commit hash: 2df216b41d143e27e251b8d4447586a82e7554a5](/images/git.png) ![commit hash: 2df216b41d143e27e251b8d4447586a82e7554a5 commit hash: 2df216b41d143e27e251b8d4447586a82e7554a5](/images/codeberg.svg) ![commit hash: 2df216b41d143e27e251b8d4447586a82e7554a5 commit hash: 2df216b41d143e27e251b8d4447586a82e7554a5](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5](/images/git.png) ![commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5](/images/codeberg.svg) ![commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Daniel Engberg (diizzy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: 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
![commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96](/images/git.png) ![commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96](/images/codeberg.svg) ![commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Christian Weisgerber (naddy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
audio/opus: bump consumers after update to 1.4 |
1.5.0.20230321 25 Mar 2023 20:29:10
![commit hash: ca40d3ceca50880b1c5cf9c34a673d54e2910379 commit hash: ca40d3ceca50880b1c5cf9c34a673d54e2910379](/images/git.png) ![commit hash: ca40d3ceca50880b1c5cf9c34a673d54e2910379 commit hash: ca40d3ceca50880b1c5cf9c34a673d54e2910379](/images/codeberg.svg) ![commit hash: ca40d3ceca50880b1c5cf9c34a673d54e2910379 commit hash: ca40d3ceca50880b1c5cf9c34a673d54e2910379](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8](/images/git.png) ![commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8](/images/codeberg.svg) ![commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: d8b84fe7c9c4ac81c77f67e941b27bfd51bb3678 commit hash: d8b84fe7c9c4ac81c77f67e941b27bfd51bb3678](/images/git.png) ![commit hash: d8b84fe7c9c4ac81c77f67e941b27bfd51bb3678 commit hash: d8b84fe7c9c4ac81c77f67e941b27bfd51bb3678](/images/codeberg.svg) ![commit hash: d8b84fe7c9c4ac81c77f67e941b27bfd51bb3678 commit hash: d8b84fe7c9c4ac81c77f67e941b27bfd51bb3678](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 4a33de10dd5bf5c8442830e89b9da08b0dff719f commit hash: 4a33de10dd5bf5c8442830e89b9da08b0dff719f](/images/git.png) ![commit hash: 4a33de10dd5bf5c8442830e89b9da08b0dff719f commit hash: 4a33de10dd5bf5c8442830e89b9da08b0dff719f](/images/codeberg.svg) ![commit hash: 4a33de10dd5bf5c8442830e89b9da08b0dff719f commit hash: 4a33de10dd5bf5c8442830e89b9da08b0dff719f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/mplayer: Fix build with clang 15
PR: 268789
Reported by: dim
MFH: 2023Q1 |
1.5.0.20220924 24 Sep 2022 14:05:00
![commit hash: 6b5c048b862156bad0e4a908ad6c5eaa4ed93b2b commit hash: 6b5c048b862156bad0e4a908ad6c5eaa4ed93b2b](/images/git.png) ![commit hash: 6b5c048b862156bad0e4a908ad6c5eaa4ed93b2b commit hash: 6b5c048b862156bad0e4a908ad6c5eaa4ed93b2b](/images/codeberg.svg) ![commit hash: 6b5c048b862156bad0e4a908ad6c5eaa4ed93b2b commit hash: 6b5c048b862156bad0e4a908ad6c5eaa4ed93b2b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/{mplayer|mencoder} Update to upstream snapshot 2022-09-24 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 381fe1e14c076068b8a4f14f11db176dc683b668 commit hash: 381fe1e14c076068b8a4f14f11db176dc683b668](/images/git.png) ![commit hash: 381fe1e14c076068b8a4f14f11db176dc683b668 commit hash: 381fe1e14c076068b8a4f14f11db176dc683b668](/images/codeberg.svg) ![commit hash: 381fe1e14c076068b8a4f14f11db176dc683b668 commit hash: 381fe1e14c076068b8a4f14f11db176dc683b668](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80](/images/git.png) ![commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80](/images/codeberg.svg) ![commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 9f47879b22ddf606b275d4e963f5ab503d8d888d commit hash: 9f47879b22ddf606b275d4e963f5ab503d8d888d](/images/git.png) ![commit hash: 9f47879b22ddf606b275d4e963f5ab503d8d888d commit hash: 9f47879b22ddf606b275d4e963f5ab503d8d888d](/images/codeberg.svg) ![commit hash: 9f47879b22ddf606b275d4e963f5ab503d8d888d commit hash: 9f47879b22ddf606b275d4e963f5ab503d8d888d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/mplayer: Simplify REINPLACE_CMD, avoid warnings re no-ops |
1.5.0.20220310 17 Mar 2022 08:19:19
![commit hash: b3dcec679647c16b30b5ba64c34841a295e91e55 commit hash: b3dcec679647c16b30b5ba64c34841a295e91e55](/images/git.png) ![commit hash: b3dcec679647c16b30b5ba64c34841a295e91e55 commit hash: b3dcec679647c16b30b5ba64c34841a295e91e55](/images/codeberg.svg) ![commit hash: b3dcec679647c16b30b5ba64c34841a295e91e55 commit hash: b3dcec679647c16b30b5ba64c34841a295e91e55](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 7beae5bb0fa6b7a5c35418ada41b5016a52157ba commit hash: 7beae5bb0fa6b7a5c35418ada41b5016a52157ba](/images/git.png) ![commit hash: 7beae5bb0fa6b7a5c35418ada41b5016a52157ba commit hash: 7beae5bb0fa6b7a5c35418ada41b5016a52157ba](/images/codeberg.svg) ![commit hash: 7beae5bb0fa6b7a5c35418ada41b5016a52157ba commit hash: 7beae5bb0fa6b7a5c35418ada41b5016a52157ba](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: d514f4514dacf0b6fb2626545b71e8ec4a4dbe3c commit hash: d514f4514dacf0b6fb2626545b71e8ec4a4dbe3c](/images/git.png) ![commit hash: d514f4514dacf0b6fb2626545b71e8ec4a4dbe3c commit hash: d514f4514dacf0b6fb2626545b71e8ec4a4dbe3c](/images/codeberg.svg) ![commit hash: d514f4514dacf0b6fb2626545b71e8ec4a4dbe3c commit hash: d514f4514dacf0b6fb2626545b71e8ec4a4dbe3c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: ccdb7b7b9e0272bfd830f72657ccb9eca01af225 commit hash: ccdb7b7b9e0272bfd830f72657ccb9eca01af225](/images/git.png) ![commit hash: ccdb7b7b9e0272bfd830f72657ccb9eca01af225 commit hash: ccdb7b7b9e0272bfd830f72657ccb9eca01af225](/images/codeberg.svg) ![commit hash: ccdb7b7b9e0272bfd830f72657ccb9eca01af225 commit hash: ccdb7b7b9e0272bfd830f72657ccb9eca01af225](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/mplayer: use openjpeg15 includes in Right Way (tm)
Sponsored by: Netzkommune GmbH |
1.4.0.20211229 31 Dec 2021 11:47:35
![commit hash: d5273fee75f684721d640f914f94737d47080bd9 commit hash: d5273fee75f684721d640f914f94737d47080bd9](/images/git.png) ![commit hash: d5273fee75f684721d640f914f94737d47080bd9 commit hash: d5273fee75f684721d640f914f94737d47080bd9](/images/codeberg.svg) ![commit hash: d5273fee75f684721d640f914f94737d47080bd9 commit hash: d5273fee75f684721d640f914f94737d47080bd9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/mplayer, mencoder: Update to upstream snapshot 2021-12-29 |
1.4.0.20210929_1 04 Nov 2021 00:30:29
![commit hash: 276a151ebc8de073077485d09de58d8b7e554d47 commit hash: 276a151ebc8de073077485d09de58d8b7e554d47](/images/git.png) ![commit hash: 276a151ebc8de073077485d09de58d8b7e554d47 commit hash: 276a151ebc8de073077485d09de58d8b7e554d47](/images/codeberg.svg) ![commit hash: 276a151ebc8de073077485d09de58d8b7e554d47 commit hash: 276a151ebc8de073077485d09de58d8b7e554d47](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af](/images/git.png) ![commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af](/images/codeberg.svg) ![commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: e64b9ef9462aec568be939c1a93cedf8516243f6 commit hash: e64b9ef9462aec568be939c1a93cedf8516243f6](/images/git.png) ![commit hash: e64b9ef9462aec568be939c1a93cedf8516243f6 commit hash: e64b9ef9462aec568be939c1a93cedf8516243f6](/images/codeberg.svg) ![commit hash: e64b9ef9462aec568be939c1a93cedf8516243f6 commit hash: e64b9ef9462aec568be939c1a93cedf8516243f6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/(mencoder|mplayer): Update to recent upstream snapshot. |
1.4.0.20210703_1 02 Aug 2021 16:03:15
![commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd](/images/git.png) ![commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd](/images/codeberg.svg) ![commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Yuri Victorovich (yuri) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 56f8f0ac2a21e1672029d3c59aeec07a5532029f commit hash: 56f8f0ac2a21e1672029d3c59aeec07a5532029f](/images/git.png) ![commit hash: 56f8f0ac2a21e1672029d3c59aeec07a5532029f commit hash: 56f8f0ac2a21e1672029d3c59aeec07a5532029f](/images/codeberg.svg) ![commit hash: 56f8f0ac2a21e1672029d3c59aeec07a5532029f commit hash: 56f8f0ac2a21e1672029d3c59aeec07a5532029f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thomas Zander (riggs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/(mplayer|mencoder): Update to upstream snapshot 2021-07-03.
MFH: 2021Q3 |
1.4.0.20210314_1 22 Jun 2021 18:53:08
![commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77](/images/git.png) ![commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77](/images/codeberg.svg) ![commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Kevin Bowling (kbowling) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0.20210314 18 Mar 2021 17:36:57
![Revision:568751 Revision:568751](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:559296 Revision:559296](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to upstream snapshot as of 2020-12-25. |
1.4.0.20200621_2 12 Jul 2020 09:30:29
![Revision:542069 Revision:542069](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
audio/sndio: Update to 1.7.0 |
1.4.0.20200621_1 08 Jul 2020 19:07:07
![Revision:541612 Revision:541612](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
naddy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:539962 Revision:539962](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to recent upstream snapshot 2020-06-21
MFH: 2020Q2 (hat: ports-secteam) |
1.4.0.20200328 16 May 2020 19:19:29
![Revision:535495 Revision:535495](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build on an i386 world WITHOUT_BINUTILS. (Non-i386 should be ok.) |
1.4.0.20200328 29 Mar 2020 09:43:23
![Revision:529786 Revision:529786](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to recent upstream snapshot (as of 2020-03-28) |
1.4.0.20191227_1 27 Mar 2020 11:23:42
![Revision:529240 Revision:529240](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
martymac ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:527673 Revision:527673](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:521216 Revision:521216](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to recent upstream snapshot as of 2019-12-27 |
1.4.0.20190928_1 21 Dec 2019 19:00:27
![Revision:520577 Revision:520577](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:516917 Revision:516917](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zeising ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:514142 Revision:514142](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
1.4.0.20190928 29 Sep 2019 09:08:04
![Revision:513209 Revision:513209](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to recent upstream snapshot (as of 2019-09-28) (minor fixes only) |
1.4.0.20190706_3 23 Sep 2019 07:08:22
![Revision:512612 Revision:512612](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
hselasky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:508882 Revision:508882](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.4.0.20190706_2 05 Aug 2019 23:06:50
![Revision:508216 Revision:508216](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:507372 Revision:507372](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:505979 Revision:505979](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:505349 Revision:505349](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to snapshot as of 2019-06-29, drop RTC option in mplayer |
1.3.0.20190329_2 04 Jun 2019 14:17:39
![Revision:503475 Revision:503475](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:498277 Revision:498277](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase update of libbluray to upstream release 1.1.1 |
1.3.0.20190329 30 Mar 2019 11:32:56
![Revision:497247 Revision:497247](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to upstream snapshot as of 2019-03-29 |
1.3.0.20181224_3 24 Feb 2019 17:57:37
![Revision:493791 Revision:493791](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:492305 Revision:492305](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:490727 Revision:490727](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Workaround a hopefully transient linker problem on head
PR: 234845
Reported by: glebius |
1.3.0.20181224 09 Jan 2019 16:28:18
![Revision:489814 Revision:489814](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:488280 Revision:488280](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to upstream snapshot as of 2018-12-24 |
1.3.0.20180920_3 12 Dec 2018 01:35:36
![Revision:487272 Revision:487272](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:484273 Revision:484273](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:480899 Revision:480899](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
1.3.0.20180920 21 Sep 2018 09:41:54
![Revision:480245 Revision:480245](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:479538 Revision:479538](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zeising ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:478711 Revision:478711](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:476013 Revision:476013](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zeising ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:475857 Revision:475857](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:468844 Revision:468844](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:467373 Revision:467373](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:466597 Revision:466597](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jhale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:462195 Revision:462195](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
yuri ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:459963 Revision:459963](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:457024 Revision:457024](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:456904 Revision:456904](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to recent snapshot (as of 20171220) |
1.3.0.20170722_1 05 Nov 2017 15:27:59
![Revision:453549 Revision:453549](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:452570 Revision:452570](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:451901 Revision:451901](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:451721 Revision:451721](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:446391 Revision:446391](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to a recent upstream snapshot as of 2017-07-22
MFH: 2017Q3 |
1.3.0.20170415_1 23 May 2017 05:03:16
![Revision:441503 Revision:441503](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rezny ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:439367 Revision:439367](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.3.0.20170415 16 Apr 2017 14:51:14
![Revision:438663 Revision:438663](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:436925 Revision:436925](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:436659 Revision:436659](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![Revision:434479 Revision:434479](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:433383 Revision:433383](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:432240 Revision:432240](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/mplayer: lift BROKEN after r429960 |
1.3.0.20161228_2 14 Jan 2017 12:48:30
![Revision:431464 Revision:431464](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert remaining X-related OPTIONs to option helpers + deps via IMPLIES
MFH: 2017Q1 |
1.3.0.20161228_2 14 Jan 2017 07:58:31
![Revision:431457 Revision:431457](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
riggs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:431251 Revision:431251](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |