Difference between revisions of "LiVES"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-{{LiVES-Version}}.tar.bz2 |} ---- {{Package-Introduc...) |
Weibullguy (talk | contribs) (Added multiarch instructions and library contents.) |
||
Line 42: | Line 42: | ||
== Multilib == | == Multilib == | ||
− | |||
− | |||
=== 32Bit === | === 32Bit === | ||
Line 49: | Line 47: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc && | |
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== N32 === | === N32 === | ||
Line 59: | Line 58: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \ | |
+ | --sysconfdir=/etc && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== 64Bit === | === 64Bit === | ||
Line 69: | Line 70: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ | |
+ | --sysconfdir=/etc && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
== Contents == | == Contents == | ||
Line 86: | 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} |
|} | |} |
Revision as of 14:33, 2 August 2008
Download Source: | http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-0.9.9.5.tar.bz2 |
---|
Contents
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 |
---|---|
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} |