FreeBSD Bugzilla – Attachment 244929 Details for
Bug 273810
Update multimedia/motion to 4.5.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
multimedia/motion: update 4.3.2 -> 4.5.1
0001-multimedia-motion-update-4.3.2-4.5.1.patch (text/plain), 3.23 KB, created by
Sir l33tname
on 2023-09-16 10:32:08 UTC
(
hide
)
Description:
multimedia/motion: update 4.3.2 -> 4.5.1
Filename:
MIME Type:
Creator:
Sir l33tname
Created:
2023-09-16 10:32:08 UTC
Size:
3.23 KB
patch
obsolete
>From 7c0c0ca5dca16911f524a89c38efdc8b3ea9a068 Mon Sep 17 00:00:00 2001 >From: Sir l33tname <sirl33tname@gmail.com> >Date: Sat, 16 Sep 2023 12:04:12 +0200 >Subject: [PATCH] multimedia/motion: update 4.3.2 -> 4.5.1 > >Also update configure.ac to add libwebp to linker >https://github.com/Motion-Project/motion/pull/1686/files > >Release notes: https://github.com/Motion-Project/motion/releases/tag/release-4.5.1 >--- > multimedia/motion/Makefile | 6 +----- > multimedia/motion/distinfo | 6 +++--- > multimedia/motion/files/patch-configure.ac | 21 ++++++++++++++++----- > 3 files changed, 20 insertions(+), 13 deletions(-) > >diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile >index 1e3a52510..26e23534c 100644 >--- a/multimedia/motion/Makefile >+++ b/multimedia/motion/Makefile >@@ -1,7 +1,6 @@ > # PORTNAME block > PORTNAME= motion >-PORTVERSION= 4.3.2 >-PORTREVISION= 7 >+PORTVERSION= 4.5.1 > DISTVERSIONPREFIX= release- > CATEGORIES= multimedia > >@@ -12,9 +11,6 @@ WWW= https://motion-project.github.io/ > > # License block > LICENSE= GPLv2+ >-LICENSE_FILE= ${WRKSRC}/doc/COPYING >- >-BROKEN= fails to compile: undefined symbol: WebP* > > # Dependencies > LIB_DEPENDS= libwebp.so:graphics/webp \ >diff --git a/multimedia/motion/distinfo b/multimedia/motion/distinfo >index 33c442065..2f4682046 100644 >--- a/multimedia/motion/distinfo >+++ b/multimedia/motion/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1603754625 >-SHA256 (Motion-Project-motion-release-4.3.2_GH0.tar.gz) = dafa4264b2d8e4778f8be5871f09b6c0ec710d5a836182c583469c18db944d70 >-SIZE (Motion-Project-motion-release-4.3.2_GH0.tar.gz) = 849378 >+TIMESTAMP = 1694858732 >+SHA256 (Motion-Project-motion-release-4.5.1_GH0.tar.gz) = 0c824276bb23565b7cf10409ebdcb46b85fb1f6abca957252e52290bb1fe473e >+SIZE (Motion-Project-motion-release-4.5.1_GH0.tar.gz) = 856665 >diff --git a/multimedia/motion/files/patch-configure.ac b/multimedia/motion/files/patch-configure.ac >index 90ec4379d..ddf8dbb8b 100644 >--- a/multimedia/motion/files/patch-configure.ac >+++ b/multimedia/motion/files/patch-configure.ac >@@ -1,6 +1,17 @@ >---- configure.ac.orig 2020-10-25 20:53:44 UTC >+--- configure.ac.orig 2022-12-18 00:36:49 UTC > +++ configure.ac >-@@ -327,15 +327,11 @@ AS_IF([test "${MYSQL}" = "no"], [ >+@@ -191,8 +191,8 @@ AS_IF([test "${WEBP}" = "yes" ], [ >+ AS_IF([pkg-config libwebpmux ], [ >+ AC_MSG_RESULT(yes) >+ AC_DEFINE([HAVE_WEBP], [1], [Define to 1 if WEBP is around]) >+- TEMP_CFLAGS="$TEMP_CFLAGS "`pkg-config --cflags libwebpmux` >+- TEMP_LIBS="$TEMP_LIBS "`pkg-config --libs libwebpmux` >++ TEMP_CFLAGS="$TEMP_CFLAGS "`pkg-config --cflags libwebpmux libwebp` >++ TEMP_LIBS="$TEMP_LIBS "`pkg-config --libs libwebpmux libwebp` >+ ],[ >+ AC_MSG_RESULT(no) >+ ] >+@@ -350,15 +350,11 @@ AS_IF([test "${MYSQL}" = "no"], [ > AC_MSG_CHECKING(for MySQL) > AC_MSG_RESULT(skipped) > ],[ >@@ -14,10 +25,10 @@ > ) > - export PKG_CONFIG_PATH > - AC_MSG_RESULT($PKG_CONFIG_PATH) >- >+ > AC_MSG_CHECKING(for MySQL) > AS_IF([pkg-config mysqlclient], [ >-@@ -347,8 +343,6 @@ AS_IF([test "${MYSQL}" = "no"], [ >+@@ -370,8 +366,6 @@ AS_IF([test "${MYSQL}" = "no"], [ > ] > ) > AC_MSG_RESULT([$MYSQL]) >@@ -25,4 +36,4 @@ > - export PKG_CONFIG_PATH > ] > ) >- >+ >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273810
:
244865
|
244867
|
244868
|
244870
|
244871
|
244906
| 244929 |
244950
|
245012
|
245106
|
245130
|
245235