Package Details: lives 3.2.0-2

Git Clone URL: https://aur.archlinux.org/lives.git (read-only, click to copy)
Package Base: lives
Description: A Video Editing System
Upstream URL: http://lives-video.com
Licenses: GPL
Submitter: encelo
Maintainer: encelo
Last Packager: encelo
Votes: 201
Popularity: 0.000003
First Submitted: 2005-07-31 22:25 (UTC)
Last Updated: 2020-11-12 10:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »

encelo commented on 2017-01-21 10:57 (UTC)

Updated to 2.8.4

encelo commented on 2017-01-02 23:33 (UTC)

Removed again the patch to disable toonz

encelo commented on 2017-01-02 23:09 (UTC)

Updated to 2.8.3

rtfreedman commented on 2016-12-14 20:44 (UTC)

Version 2.8.2 (27 November 2016) -------------------------------- Fix loss of audio when cancelling Insert operation in Clip Editor. Minor compilation fix for Toonz plugins. Updated translation to Ukranian (Yuri Chornoivan).

encelo commented on 2016-11-20 16:14 (UTC)

Added again the patch to disable toonz

rtfreedman commented on 2016-11-06 23:40 (UTC)

--disable-toonz doesn't work - patch still needed --- old/lives-plugins/weed-plugins/Makefile.am.org 2016-10-23 01:03:56.000000000 +0200 +++ new/lives-plugins/weed-plugins/Makefile.am 2016-11-07 00:25:36.907891417 +0100 @@ -89,14 +89,7 @@ farneback_analyser_la_CPPFLAGS = $(AM_CPPFLAGS) farneback_analyser_la_SOURCES = farneback_analyser.cpp -if ENABLE_TOONZ -toonz_libs = toonz.la -toonz_la_LDFLAGS = $(AM_LDFLAGS) $(OPENCV_LIBS_ONLY_L) -lopencv_core -lopencv_imgproc -toonz_la_CPPFLAGS = $(AM_CPPFLAGS) -std=c++11 -toonz_la_SOURCES = toonz.cpp -else toonz_libs = -endif opencvlibdir = "$(libdir)/$(PACKAGE)/plugins/effects/realtime/weed" opencvlib_LTLIBRARIES = $(farneback_analyser_libs) $(toonz_libs)

ArnaudNux commented on 2016-11-06 14:48 (UTC)

VIDEODEV_H=1 -DHAVE_LINUX_VIDEODEV2_H=1 -DHAVE_FREI0R_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -DHAVE_LIBAVC1394_AVC1394_H=1 -DHAVE_LIBAVC1394_ROM1394_H=1 -I. -fPIC -DPIC -Wno-unused-function -DHAVE_SYSTEM_WEED -DHAVE_SYSTEM_WEED_PLUGIN_H -DHAVE_SYSTEM_WEED_COMPAT -ffast-math -Wall -std=c++11 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT toonz_la-toonz.lo -MD -MP -MF .deps/toonz_la-toonz.Tpo -c toonz.cpp -fPIC -DPIC -o .libs/toonz_la-toonz.o In file included from /usr/include/opencv2/core.hpp:54:0, from /usr/include/opencv2/core/core.hpp:48, from toonz.cpp:142: /usr/include/opencv2/core/matx.hpp: In instantiation of 'cv::Matx<_Tp, m, n>::Matx(_Tp, _Tp, _Tp, _Tp) [with _Tp = unsigned char; int m = 3; int n = 1]': /usr/include/opencv2/core/matx.hpp:925:38: required from 'cv::Vec<_Tp, cn>::Vec(_Tp, _Tp, _Tp, _Tp) [with _Tp = unsigned char; int cn = 3]' toonz.cpp:415:11: required from 'int phatch_kernel(cv::Mat&, cv::Mat&, int, weed_plant_t**) [with VecT = cv::Vec<unsigned char, 3>; weed_plant_t = weed_leaf]' toonz.cpp:786:60: required from here /usr/include/opencv2/core/matx.hpp:519:5: error: static assertion failed: Matx should have at least 4 elements. channels >= 4 CV_StaticAssert(channels >= 4, "Matx should have at least 4 elements."); ^ make[3]: *** [Makefile:1607: toonz_la-toonz.lo] Error 1 make[3]: Leaving directory '/tmp/mozilla_arnaud0/lives/src/lives-2.8.1/lives-plugins/weed-plugins' make[2]: *** [Makefile:1626: all-recursive] Error 1 make[2]: Leaving directory '/tmp/mozilla_arnaud0/lives/src/lives-2.8.1/lives-plugins/weed-plugins' make[1]: *** [Makefile:513: all-recursive] Error 1 make[1]: Leaving directory '/tmp/mozilla_arnaud0/lives/src/lives-2.8.1/lives-plugins' make: *** [Makefile:642: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

encelo commented on 2016-11-05 13:36 (UTC)

Updated to 2.8.1 - Removed toonz patch, it shouldn't be needed now that there is a configure script option

encelo commented on 2016-09-08 19:50 (UTC)

Updated to 2.8.0 - Disabled Doxygen documentation generation

rtfreedman commented on 2016-07-22 20:01 (UTC) (edited on 2016-07-24 19:02 (UTC) by rtfreedman)

For now, you can uninstall opencv and build or patch the source (removing toonz.cpp from Makefile.am) prior building or build in chroot without opencv There is already a bug report https://sourceforge.net/p/lives/bugs/217/ This patch https://ptpb.pw/VZ9f disables toonz.cpp Check here https://ptpb.pw/NlcQ for using the patch