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.000002
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 10 .. 16 Next › Last »

jumaxotl commented on 2016-07-18 08:32 (UTC)

Same issue apparently : toonz.cpp:783:60: required from here toonz.cpp:364:28: error: 'rbern' was not declared in this scope toonz.cpp:360:20: warning: unused variable 'g' [-Wunused-variable] uchar const* g = grayscale.ptruchar const(y); ^ toonz.cpp:354:17: warning: unused variable 'norm_const' [-Wunused-variable] float const norm_const = 1.0f / std::numeric_limitsuchar::max(); ^~~~~~~~~~ toonz.cpp:357:14: warning: unused variable 'seed' [-Wunused-variable] unsigned seed = std::chrono::system_clock::now().time_since_epoch().count(); ^~~~ toonz.cpp: In instantiation of 'int phatch_kernel(cv::Mat, cv::Mat, int, weed_plant_t**) [with VecT = cv::Vecunsigned char, 3; weed_plant_t = weed_leaf]': toonz.cpp:785:60: required from here toonz.cpp:364:28: error: 'rbern' was not declared in this scope n[x] = rbern(engine) ? std::numeric_limitsuchar::max() : 0; ^ toonz.cpp:360:20: warning: unused variable 'g' [-Wunused-variable] uchar const* g = grayscale.ptruchar const(y); ^ toonz.cpp:354:17: warning: unused variable 'norm_const' [-Wunused-variable] float const norm_const = 1.0f / std::numeric_limitsuchar::max(); ^~~~~~~~~~ toonz.cpp:357:14: warning: unused variable 'seed' [-Wunused-variable] unsigned seed = std::chrono::system_clock::now().time_since_epoch().count(); ^~~~ make[3]: *** [Makefile:1604: toonz_la-toonz.lo] Error 1 make[3]: Leaving directory '/home/arnaud/tempo/yaourt-tmp-arnaud/aur-lives/src/lives-2.6.3/lives-plugins/weed-plugins' make[2]: *** [Makefile:1623: all-recursive] Error 1 make[2]: Leaving directory '/home/arnaud/tempo/yaourt-tmp-arnaud/aur-lives/src/lives-2.6.3/lives-plugins/weed-plugins' make[1]: *** [Makefile:513: all-recursive] Error 1 make[1]: Leaving directory '/home/arnaud/tempo/yaourt-tmp-arnaud/aur-lives/src/lives-2.6.3/lives-plugins' make: *** [Makefile:642: all-recursive] Error 1 == ERROR: A failure occurred in build(). Aborting... == ERROR: Makepkg was unable to build lives.

ArnaudNux commented on 2016-07-16 14:35 (UTC)

toonz.cpp: In function 'int phatch_kernel(cv::Mat&, cv::Mat&, int, weed_plant_t**)': toonz.cpp:358:5: error: 'mt19937_64' is not a member of 'std' std::mt19937_64 engine(seed); ^~~ toonz.cpp:363:9: error: 'bernoulli_distribution' is not a member of 'std' std::bernoulli_distribution rbern(g[x] * norm_const); ^~~ toonz.cpp:364:22: error: 'engine' was not declared in this scope n[x] = rbern(engine) ? std::numeric_limits<uchar>::max() : 0; ^~~~~~ toonz.cpp:364:28: error: there are no arguments to 'rbern' that depend on a template parameter, so a declaration of 'rbern' must be available [-fpermissive] n[x] = rbern(engine) ? std::numeric_limits<uchar>::max() : 0; ^ toonz.cpp:364:28: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) toonz.cpp: In instantiation of 'int phatch_kernel(cv::Mat&, cv::Mat&, int, weed_plant_t**) [with VecT = cv::Vec<unsigned char, 4>; weed_plant_t = weed_leaf]': toonz.cpp:783:60: required from here toonz.cpp:364:28: error: 'rbern' was not declared in this scope toonz.cpp:360:20: warning: unused variable 'g' [-Wunused-variable] uchar const* g = grayscale.ptr<uchar const>(y); ^ toonz.cpp:354:17: warning: unused variable 'norm_const' [-Wunused-variable] float const norm_const = 1.0f / std::numeric_limits<uchar>::max(); ^~~~~~~~~~ toonz.cpp:357:14: warning: unused variable 'seed' [-Wunused-variable] unsigned seed = std::chrono::system_clock::now().time_since_epoch().count(); ^~~~ toonz.cpp: In instantiation of '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:785:60: required from here toonz.cpp:364:28: error: 'rbern' was not declared in this scope n[x] = rbern(engine) ? std::numeric_limits<uchar>::max() : 0; ^ toonz.cpp:360:20: warning: unused variable 'g' [-Wunused-variable] uchar const* g = grayscale.ptr<uchar const>(y); ^ toonz.cpp:354:17: warning: unused variable 'norm_const' [-Wunused-variable] float const norm_const = 1.0f / std::numeric_limits<uchar>::max(); ^~~~~~~~~~ toonz.cpp:357:14: warning: unused variable 'seed' [-Wunused-variable] unsigned seed = std::chrono::system_clock::now().time_since_epoch().count(); ^~~~ make[3]: *** [Makefile:1604: toonz_la-toonz.lo] Error 1 make[3]: Leaving directory '/home/arnaud/tempo/yaourt-tmp-arnaud/aur-lives/src/lives-2.6.3/lives-plugins/weed-plugins' make[2]: *** [Makefile:1623: all-recursive] Error 1 make[2]: Leaving directory '/home/arnaud/tempo/yaourt-tmp-arnaud/aur-lives/src/lives-2.6.3/lives-plugins/weed-plugins' make[1]: *** [Makefile:513: all-recursive] Error 1 make[1]: Leaving directory '/home/arnaud/tempo/yaourt-tmp-arnaud/aur-lives/src/lives-2.6.3/lives-plugins' make: *** [Makefile:642: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build lives. ==> Restart building lives ? [y/N] ==> ------------------------------ ==>

encelo commented on 2016-07-04 12:45 (UTC)

Updated to 2.6.3 Many thanks to rtfreedman. :-)

cokomoko commented on 2016-06-06 00:00 (UTC)

return PIX_FMT_UYYVYY411; ^~~~~~~~~~~~~~~~~ /usr/include/weed/weed-compat.h:680:12: hata: 'PIX_FMT_GRAY8' undeclared (first use in this function) return PIX_FMT_GRAY8; ^~~~~~~~~~~~~ /usr/include/weed/weed-compat.h:682:12: hata: 'PIX_FMT_MONOBLACK' undeclared (first use in this function) return PIX_FMT_MONOBLACK; ^~~~~~~~~~~~~~~~~ /usr/include/weed/weed-compat.h:685:12: hata: 'PIX_FMT_NONE' undeclared (first use in this function) return PIX_FMT_NONE; ^~~~~~~~~~~~ colourspace.c: 'weed_palette_is_resizable' işlevinde: colourspace.c:10243:3: hata: void ifade kullanımı geçersiz if (in_out&&sws_isSupportedInput(weed_palette_to_avi_pix_fmt(pal,&clamped))) return TRUE; ^~ colourspace.c:10244:3: hata: void ifade kullanımı geçersiz else if (sws_isSupportedOutput(weed_palette_to_avi_pix_fmt(pal,&clamped))) return TRUE; ^~~~ colourspace.c: 'resize_layer' işlevinde: colourspace.c:10568:12: hata: void değer yoksayılması gerekirken yoksayılmadı ipixfmt=weed_palette_to_avi_pix_fmt(palette,&iclamped); ^ colourspace.c:10569:12: hata: void değer yoksayılması gerekirken yoksayılmadı opixfmt=weed_palette_to_avi_pix_fmt(opal_hint,&oclamp_hint); ^ make[1]: *** [Makefile:1020: colourspace.o] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-cokomoko/aur-lives/src/lives-2.6.3/src' make: *** [Makefile:642: all-recursive] Error 1 ==> HATA: build() içinde bir hata oluştu. Çıkılıyor...

rtfreedman commented on 2016-05-22 18:59 (UTC)

2.6.3 builds with ffmpeg2.8 and 'PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" ./configure ...'

rtfreedman commented on 2016-05-09 18:33 (UTC)

LiVES 2.6.3 is out (8 May 2016)!

blackhole commented on 2016-03-26 16:16 (UTC)

No, but now that the last git of kdenlive is working without crash. I will go back to it.

c0da commented on 2016-03-26 14:16 (UTC)

I cannot compile too. The error is same. @blackhole, maybe you have found some patches?

blackhole commented on 2016-03-21 12:01 (UTC)

I cannot compile: ../libweed/weed-compat.h:598:50: error: parameter 1 (‘pix_fmt’) has incomplete type int avi_pix_fmt_to_weed_palette(enum PixelFormat pix_fmt, int *clamped) { ^ ../libweed/weed-compat.h: In function ‘avi_pix_fmt_to_weed_palette’: ../libweed/weed-compat.h:602:8: error: ‘PIX_FMT_RGB24’ undeclared (first use in this function) etc.

encelo commented on 2016-02-13 12:44 (UTC)

Updated to 2.6.0