LiVES: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added multiarch instructions and library contents. |
Weibullguy (talk | contribs) mNo edit summary |
||
| Line 83: | Line 83: | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
|/usr/share/lives, /usr/share/doc/lives-{{LiVES-Version}} | |/usr/share/lives, /usr/share/doc/lives-{{LiVES-Version}}, /usr/lib/lives/plugins | ||
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
| Line 89: | Line 89: | ||
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
|libweed.{a,la,so},libweed-utils,{a,la,so}, libweed-plugin-utils.{a,la,so}, libweed_slice.{a,la,so} | |libweed.{a,la,so},libweed-utils,{a,la,so}, libweed-plugin-utils.{a,la,so}, libweed_slice.{a,la,so}, various plugin libraries in /usr/lib/lives/plugins. | ||
|} | |} | ||
Revision as of 14:34, 2 August 2008
| Download Source: | http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-0.9.9.5.tar.bz2 |
|---|
Introduction to LiVES
LiVES is a simple to use, yet powerful video editor and VJ tool. It allows you to combine realtime and rendered effects, streams and multiple video/audio files, and then encode to over 50 formats.
Project Homepage: http://lives.sourceforge.net/
Dependencies
Required
Recommended
Required (Runtime)
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \
--sysconfdir=/etc &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \
--sysconfdir=/etc &&
make
Install the package:
make install
Contents
| Installed Directories: | /usr/share/lives, /usr/share/doc/lives-0.9.9.5, /usr/lib/lives/plugins |
|---|---|
| Installed Programs: | lives-exe, dirac_encoder.py, avi_encoder.py, gif_encoder.py, mkv_encoder.py, mng_encoder.py, mpeg_encoder.py, ogm_encoder.py, theora_encoder.py, lives, smogrify, midistart, midistop, autolives.pl, build-lives-rfx-plugin, build-lives-rfx-plugin-multi |
| Installed Libraries: | libweed.{a,la,so},libweed-utils,{a,la,so}, libweed-plugin-utils.{a,la,so}, libweed_slice.{a,la,so}, various plugin libraries in /usr/lib/lives/plugins. |