<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c15b4046dbf0f786dd69d7910492cc0128a12d64">https://github.com/macports/macports-ports/commit/c15b4046dbf0f786dd69d7910492cc0128a12d64</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c15b4046dbf0f786dd69d7910492cc0128a12d64
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Tue Jun 4 17:23:41 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> mp4v2: non-functional: conflict with bento4
</span>---
multimedia/mp4v2/Portfile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mp4v2/Portfile b/multimedia/mp4v2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d4d40a438d8..1aec2f8f0a1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mp4v2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mp4v2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,9 @@ PortGroup github 1.0
</span>
epoch 2
# TechSmith/mp4v2 4.1.4 introduced a breaking API change that totally
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# broke the ability for C code to use this library. Don't upgrade to a
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# newer version unless the API breakage has been reverted. So far, the
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# developers have not responded to this issue, which was filed 20201211.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# broke the ability for C code to use this library. Don't upgrade to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# a newer version unless the API breakage has been reverted. So far,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# the developers have not responded to this issue, which was filed 20201211.
</span> # https://github.com/TechSmith/mp4v2/issues/47
github.setup TechSmith mp4v2 4.1.3 Release-ThirdParty-MP4v2-
revision 1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,6 +23,8 @@ long_description The mp4v2 library provides an API to create and modify mp4 \
</span> files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. \
mp4v2 used to be part of the mpeg4ip library.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts bento4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.tarball_from archive
depends_build port:help2man
</pre><pre style='margin:0'>
</pre>