Difference between revisions of "LiVES"

From CBLFS
Jump to navigationJump to search
(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...)
 
 
(2 intermediate revisions by one other user not shown)
Line 42: Line 42:
 
== Multilib ==
 
== Multilib ==
  
 
'''''This package does not provide any libraries so only one installation is required.'''''
 
  
 
=== 32Bit ===
 
=== 32Bit ===
Line 49: Line 47:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc &&
 +
make
  
 
Install the package:
 
Install the package:
  
  To do ...
+
  make install
  
 
=== N32 ===
 
=== N32 ===
Line 59: Line 58:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \
 +
--sysconfdir=/etc &&
 +
make
  
 
Install the package:
 
Install the package:
  
  To do ...
+
  make install
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 69: Line 70:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \
 +
--sysconfdir=/etc &&
 +
make
  
 
Install the package:
 
Install the package:
  
  To do ...
+
  make install
  
 
== Contents ==
 
== Contents ==
Line 80: 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 86: Line 89:
 
|-valign="top"
 
|-valign="top"
 
!Installed Libraries:
 
!Installed Libraries:
|None
+
|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.
 
|}
 
|}
 +
 +
[[Category:Media Utilities]]

Latest revision as of 16:19, 19 March 2009

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.