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

Latest Comments

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

encelo commented on 2012-06-24 17:45 (UTC)

- /bin/touch -> /usr/bin/touch fixed

<deleted-account> commented on 2012-06-24 17:34 (UTC)

IT WORKS. TNX add find -type f -exec sed -i 's:/bin/touch:/usr&:g' {} \; above ./configure so that people don't have to symlink touch...

encelo commented on 2012-06-24 17:21 (UTC)

Updated to 1.6.2 - Added ffmpeg as a dependency - Removed libtheora and libvorbis as dependencies (covered by ffmpeg) - Removed jack and perl as dependencies (covered by mplayer)

gtmanfred commented on 2012-05-15 17:11 (UTC)

add find -type f -exec sed -i 's:/bin/touch:/usr&:g' {} \; above ./configure so that people don't have to symlink touch...

Oncer commented on 2012-04-30 14:43 (UTC)

missing 'glee' build dependency

<deleted-account> commented on 2012-04-29 15:03 (UTC)

I confirm the /bin/touch issue. Should this be reported upstream? This isn't effecting only the Arch distribution; touch can be installed at any location.

wirew0rm commented on 2012-04-14 19:56 (UTC)

i had to create a the symlink /bin/touch to get the startup wizzard working because it tried to check if it can write to the chosen direktory. i got something like "lives was unable to create/write into the given directory. please check permissions" and on stdout: "sh: /bin/touch: No such file or directory"

matthiaskrgr commented on 2012-02-07 20:16 (UTC)

When I tried to run lives video.mp4 I got lives: error while loading shared libraries: libweed_slice.so.0: cannot open shared object file: No such file or directory

encelo commented on 2012-02-04 16:29 (UTC)

Updated to 1.6.1

<deleted-account> commented on 2012-01-20 21:44 (UTC)

Thanks. Just to clarify, you don't actually need to install the static libs - except in dev pakages, but you must make sure you compile the source (for lives plugins) against the static versions.