Difference between revisions of "Beryl Plugins Unsupported"

From CBLFS
Jump to navigationJump to search
 
Line 18: Line 18:
  
 
== Non-Multilib ==
 
== Non-Multilib ==
 
The installation prefix for Beryl-vidcap is provided by the Makefile file. The default location is /usr/local. The following sed will put Beryl-vidcap into /usr:
 
 
sed -i -e "s/\/local//" Makefile
 
  
 
Compile the package:
 
Compile the package:
Line 29: Line 25:
 
Install the package
 
Install the package
  
  make install
+
  make PREFIX=/usr install
  
 
== Multilib ==
 
== Multilib ==
  
 
=== 32Bit ===
 
=== 32Bit ===
 
The installation prefix for Beryl-vidcap is provided by the Makefile file. The default location is /usr/local. The following sed will put Beryl-vidcap into /usr:
 
 
sed -i -e "s/\/local//" Makefile
 
  
 
Compile the package:
 
Compile the package:
Line 45: Line 37:
 
Install the package
 
Install the package
  
  make install
+
  make PREFIX=/usr install
  
 
=== N32 ===
 
=== N32 ===
 
The installation prefix for Beryl-vidcap is provided by the Makefile file. The default location is /usr/local. The following sed will put Beryl-vidcap into /usr:
 
 
sed -i -e "s/\/local//" Makefile
 
  
 
Compile the package:
 
Compile the package:
Line 59: Line 47:
 
Install the package
 
Install the package
  
  make install
+
  make PREFIX=/usr install
  
 
=== 64Bit ===
 
=== 64Bit ===
 
The installation prefix for Beryl-vidcap is provided by the Makefile file. The default location is /usr/local. The following sed will put Beryl-vidcap into /usr:
 
 
sed -i -e "s/\/local//" Makefile
 
  
 
Compile the package:
 
Compile the package:
Line 73: Line 57:
 
Install the package
 
Install the package
  
  make install
+
  make PREFIX=/usr install
  
 
= Contents =
 
= Contents =

Revision as of 15:16, 25 January 2007

Download Source: http://releases.beryl-project.org/0.2.1/beryl-vidcap-0.2.1.tar.bz2

Introduction to Beryl Vidcap

Beryl-vidcap is a video capture plugin for Beryl.

Dependencies

Required

Non-Multilib

Compile the package:

make

Install the package

make PREFIX=/usr install

Multilib

32Bit

Compile the package:

To do ...

Install the package

make PREFIX=/usr install

N32

Compile the package:

To do ...

Install the package

make PREFIX=/usr install

64Bit

Compile the package:

To do ...

Install the package

make PREFIX=/usr install

Contents

Installed Programs: None
Installed Libraries: libcapture.{a,la,so}
Installed Directory: /usr/lib/beryl