multimedia/motion: update to 4.6.0
Changelog: https://github.com/Motion-Project/motion/releases/tag/release-4.6.0 PR: 275250
This commit is contained in:
parent
4a18122ef0
commit
247c44927e
5 changed files with 4 additions and 65 deletions
|
@ -1,7 +1,7 @@
|
|||
# PORTNAME block
|
||||
PORTNAME= motion
|
||||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSION= 4.5.1
|
||||
DISTVERSION= 4.6.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
# Maintainer block
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1694746910
|
||||
SHA256 (Motion-Project-motion-release-4.5.1_GH0.tar.gz) = 0c824276bb23565b7cf10409ebdcb46b85fb1f6abca957252e52290bb1fe473e
|
||||
SIZE (Motion-Project-motion-release-4.5.1_GH0.tar.gz) = 856665
|
||||
TIMESTAMP = 1700617831
|
||||
SHA256 (Motion-Project-motion-release-4.6.0_GH0.tar.gz) = 9268df31a5ebeaf8daca4747cdcd01c86e223625b6f971e9bcec98edf35ec06f
|
||||
SIZE (Motion-Project-motion-release-4.6.0_GH0.tar.gz) = 857255
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
--- configure.ac.orig 2020-10-25 20:53:44 UTC
|
||||
+++ configure.ac
|
||||
@@ -181,8 +181,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_CPPFLAGS="$TEMP_CPPFLAGS "`pkgconf --cflags libwebpmux libwebp`
|
||||
+ TEMP_LIBS="$TEMP_LIBS "`pkgconf --libs libwebpmux libwebp`
|
||||
],[
|
||||
AC_MSG_RESULT(no)
|
||||
]
|
||||
@@ -327,15 +327,11 @@ AS_IF([test "${MYSQL}" = "no"], [
|
||||
AC_MSG_CHECKING(for MySQL)
|
||||
AC_MSG_RESULT(skipped)
|
||||
],[
|
||||
- TEMP_PATH=$PKG_CONFIG_PATH
|
||||
- AC_MSG_CHECKING(MySQL pkg-config path)
|
||||
AS_IF([test "${MYSQL}" != "yes"], [
|
||||
- PKG_CONFIG_PATH=${MYSQL}/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
+ TEMP_CFLAGS="$TEMP_CFLAGS -I${MYSQL}"
|
||||
MYSQL="yes"
|
||||
]
|
||||
)
|
||||
- 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"], [
|
||||
]
|
||||
)
|
||||
AC_MSG_RESULT([$MYSQL])
|
||||
- PKG_CONFIG_PATH=$TEMP_PATH
|
||||
- export PKG_CONFIG_PATH
|
||||
]
|
||||
)
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- po/de.po.orig 2020-10-25 20:53:44 UTC
|
||||
+++ po/de.po
|
||||
@@ -1920,7 +1920,7 @@ msgid "Could not allocate %llu bytes of memory!"
|
||||
#: src/motion.c
|
||||
#, c-format
|
||||
msgid "Could not allocate %llu bytes of memory!"
|
||||
-msgstr "%Llu Bytes Speicher konnten nicht zugeordnet werden!"
|
||||
+msgstr "%llu Bytes Speicher konnten nicht zugeordnet werden!"
|
||||
|
||||
#: src/motion.c
|
||||
#, c-format
|
|
@ -1,11 +0,0 @@
|
|||
--- po/fi.po.orig 2020-10-25 20:53:44 UTC
|
||||
+++ po/fi.po
|
||||
@@ -1907,7 +1907,7 @@ msgid "Could not allocate %llu bytes of memory!"
|
||||
#: src/motion.c
|
||||
#, c-format
|
||||
msgid "Could not allocate %llu bytes of memory!"
|
||||
-msgstr "%Llu-tavua muistia ei voitu varata!"
|
||||
+msgstr "%llu-tavua muistia ei voitu varata!"
|
||||
|
||||
#: src/motion.c
|
||||
#, c-format
|
Loading…
Reference in a new issue