Saturday, February 05, 2022

UPDATE: x264 20220205

Here is an update to x264 20220205.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/Makefile,v
retrieving revision 1.60
diff -u -p -u -p -r1.60 Makefile
--- Makefile 28 Apr 2021 04:03:24 -0000 1.60
+++ Makefile 6 Feb 2022 03:32:15 -0000
@@ -2,13 +2,13 @@

COMMENT= free H.264/MPEG-4 AVC encoder

-DISTNAME= x264-20210415
+DISTNAME= x264-20220205
GH_ACCOUNT= mirror
GH_PROJECT= x264
-GH_COMMIT= c347e7a0b476d77674e2c9a6f137f57da026e8fc
+GH_COMMIT= 5585eafe31c2299163dcb206e05e18be7dd93098
CATEGORIES= multimedia

-SHARED_LIBS= x264 23.0
+SHARED_LIBS= x264 25.0

HOMEPAGE= https://www.videolan.org/developers/x264.html

@@ -34,7 +34,6 @@ CONFIGURE_ENV= API=${LIBx264_VERSION}
CONFIGURE_ARGS+=--prefix=${PREFIX} \
--bashcompletionsdir=${LOCALBASE}/share/bash-completion/completions \
--enable-bashcompletion \
- --enable-pic \
--enable-shared \
--enable-static \
--system-libx264 \
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/distinfo,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 distinfo
--- distinfo 28 Apr 2021 04:03:24 -0000 1.25
+++ distinfo 6 Feb 2022 03:22:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (x264-20210415-c347e7a0.tar.gz) = /suw9UF7/cQN7gRcfllTeXeFr2jVhlkqP0uIcG9uXps=
-SIZE (x264-20210415-c347e7a0.tar.gz) = 937339
+SHA256 (x264-20220205-5585eafe.tar.gz) = UiGO3v0iPGbrgf3OGLglOaVxHwQ2Rj0c1x4F+bL/yko=
+SIZE (x264-20220205-5585eafe.tar.gz) = 939716
Index: patches/patch-Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/patches/patch-Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 patch-Makefile
--- patches/patch-Makefile 28 Apr 2021 04:03:24 -0000 1.20
+++ patches/patch-Makefile 2 Feb 2022 22:50:33 -0000
@@ -12,7 +12,7 @@ Index: Makefile

checkasm8$(EXE): $(GENERATED) .depend $(OBJCHK) $(OBJCHK_8) $(LIBX264)
$(LD)$@ $(OBJCHK) $(OBJCHK_8) $(LIBX264) $(LDFLAGS)
-@@ -407,7 +407,6 @@ ifneq ($(IMPLIBNAME),)
+@@ -408,7 +408,6 @@ ifneq ($(IMPLIBNAME),)
$(INSTALL) -m 755 $(SONAME) $(DESTDIR)$(bindir)
$(INSTALL) -m 644 $(IMPLIBNAME) $(DESTDIR)$(libdir)
else ifneq ($(SONAME),)
Index: patches/patch-configure
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/patches/patch-configure,v
retrieving revision 1.29
diff -u -p -u -p -r1.29 patch-configure
--- patches/patch-configure 28 Apr 2021 04:03:24 -0000 1.29
+++ patches/patch-configure 28 Aug 2021 05:34:28 -0000
@@ -34,18 +34,7 @@ Index: configure
fi
fi
[ "$lto" = "auto" ] && lto="no"
-@@ -1367,10 +1363,6 @@ if cc_check '' -Wshadow ; then
- CFLAGS="-Wshadow $CFLAGS"
- fi
-
--if cc_check '' -Wmaybe-uninitialized ; then
-- CFLAGS="-Wno-maybe-uninitialized $CFLAGS"
--fi
--
- if [ $compiler = GNU ] && cc_check '' -fvisibility=hidden ; then
- CFLAGS="$CFLAGS -fvisibility=hidden"
- fi
-@@ -1570,7 +1562,6 @@ if [ "$cli" = "yes" ]; then
+@@ -1570,7 +1566,6 @@ if [ "$cli" = "yes" ]; then
fi

if [ "$shared" = "yes" ]; then
@@ -53,7 +42,7 @@ Index: configure
if [ "$SYS" = "WINDOWS" -o "$SYS" = "CYGWIN" ]; then
echo "SONAME=libx264-$API.dll" >> config.mak
if [ $compiler_style = MS ]; then
-@@ -1591,7 +1582,7 @@ if [ "$shared" = "yes" ]; then
+@@ -1591,7 +1586,7 @@ if [ "$shared" = "yes" ]; then
else
echo "SOSUFFIX=so" >> config.mak
echo "SONAME=libx264.so.$API" >> config.mak

No comments:

Post a Comment