summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/media-video/motion/motion.exlib8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/media-video/motion/motion.exlib b/packages/media-video/motion/motion.exlib
index 02685ba..76588fa 100644
--- a/packages/media-video/motion/motion.exlib
+++ b/packages/media-video/motion/motion.exlib
@@ -1,7 +1,7 @@
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
-require github [ user=Mr-Dave tag=release-${PV} ] autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
+require github [ user=Motion-Project tag=release-${PV} ] autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
export_exlib_phases src_prepare src_install
@@ -15,6 +15,7 @@ MYOPTIONS="
ffmpeg
mysql
postgres
+ sqlite
v4l
webp
ffmpeg? ( ( providers: ffmpeg libav ) [[ number-selected = exactly-one ]] )
@@ -26,6 +27,7 @@ DEPENDENCIES="
user/motion
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
+ sqlite? ( dev-db/sqlite:3 )
v4l? (
media-libs/v4l-utils
sys-kernel/linux-headers
@@ -43,6 +45,7 @@ DEFAULT_SRC_CONFIGURE_OPTION_WITHS=(
ffmpeg
mysql
'postgres pgsql'
+ 'sqlite sqlite3'
'v4l v4l2'
webp
)
@@ -51,6 +54,9 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
--hates=disable-silent-rules
--hates=disable-dependency-tracking
--hates=enable-fast-install
+ --without-mmal
+ --without-optimizecpu
+ --without-bktr
)
motion_src_prepare() {