diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-03-24 22:33:28 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-03-24 22:33:28 +0300 |
commit | f0d24082a9950a6ad43640e81bec22786a6dc8ca (patch) | |
tree | 4c1a81d30cc62640227639168ee0cfdee9bdc78e | |
parent | d888c851e859cc9eda6b54ad37ea712ce5a1155e (diff) |
motion: new upstream url, sqlite option added, disabled unavailable
and unwanted features
-rw-r--r-- | packages/media-video/motion/motion.exlib | 8 |
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() { |