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.000000
First Submitted: 2005-07-31 22:25 (UTC)
Last Updated: 2020-11-12 10:58 (UTC)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »

encelo commented on 2012-01-07 15:11 (UTC)

- No more "|| return 1" - makedepends array removed - Quotation marks added around $srcdir and $pkgdir variables - Configured with "--disable-static"

Huulivoide commented on 2012-01-07 14:15 (UTC)

Also adding --disable-static to configure might be good idea... Who wants to have static libs in Arch???? Shared libs work 100% well in Arch....

Huulivoide commented on 2012-01-07 13:54 (UTC)

use || return 1 is deprecated and not used anymore, please remove that also all of the make depends are included in base and base-devel groups which everyone should have installed, before doing anything with AUR... Oh and please add "" aroud $srcdir and $pkgdir, becouse whit out those building in dirs like "/home/peters/aur build" will fail becouse it contains a space...

encelo commented on 2012-01-05 20:11 (UTC)

Updated to 1.4.9

polslinux commented on 2012-01-02 19:30 (UTC)

Please could you update or orphane this package so i can maintain it? Thanks :)

ryosei commented on 2011-12-03 07:53 (UTC)

1.4.8 is out: http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-1.4.8.tar.bz2

erm67 commented on 2011-11-21 21:23 (UTC)

Doesn't compile, this small patch fixes the problem: >>>>>>> --- lives-1.4.7.old/lives-plugins/plugins/decoders/asf_decoder.c 2011-09-18 21:31:04.000000000 +0200 +++ lives-1.4.7/lives-plugins/plugins/decoders/asf_decoder.c 2011-11-21 22:14:08.490793008 +0100 @@ -1227,7 +1227,7 @@ snprintf(cdata->audio_name,16,"unknown"); } else if (type == LIVES_MEDIA_TYPE_VIDEO) { - priv->st->codec->codec_type = CODEC_TYPE_VIDEO; + priv->st->codec->codec_type = AVMEDIA_TYPE_VIDEO; if (vidindex!=-1&&vidindex!=priv->st->id) { fprintf(stderr, "asf_decoder: unhandled multiple vidstreams %d and %d in %s\n",vidindex,priv->st->id,cdata->URI); got_vidst=TRUE; <<<<<

sebcactus commented on 2011-10-17 09:47 (UTC)

Works if we first uninstall lives (probably detects the already installed libweed and does not build it again)

sebcactus commented on 2011-10-17 09:41 (UTC)

not running on x86_64: lives: error while loading shared libraries: libweed_slice.so.0: cannot open shared object file: No such file or directory Apparently the libweed library is not properly installed