Difference between revisions of "DVDAuthor"

From CBLFS
Jump to navigationJump to search
 
 
(6 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
|}
 
|}
  
= Introduction to DVDAuthor =
+
----
  
DVDAuthor is a simple set of tools to help with authoring a DVD. It will eventually be able to create menus, buttons, and chapters, etc, but for now it takes an MPEG stream and writes it to DVD.
+
{{Package-Introduction|DVDAuthor is a simple set of tools to help with authoring a DVD. It will eventually be able to create menus, buttons, and chapters, etc, but for now it takes an MPEG stream and writes it to DVD.|http://dvdauthor.sourceforge.net/}}
  
= Dependencies =
+
== Dependencies ==
  
== Required ==
+
=== Required ===
 
* [[cdrtools]]
 
* [[cdrtools]]
 
* [[ImageMagick]]
 
* [[ImageMagick]]
 
* [[LibXML2]]
 
* [[LibXML2]]
 
* [[FreeType]]
 
* [[FreeType]]
* [[FriBidi]]
 
 
* [[Libdvdread]]
 
* [[Libdvdread]]
  
== Optional ==
+
=== Optional ===
 
* [[Gengetopt]]
 
* [[Gengetopt]]
 +
* [[FriBidi]]  (required for Arabic/Hebrew subtitle text)
  
= Non-Multilib =
+
== Non-Multilib ==
  
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr &&
+
./configure --prefix=/usr &&
  make
+
make
  
 
Install the package:
 
Install the package:
  
  make install
+
make install
  
= Multilib =
+
== Multilib ==
  
== 32Bit ==
+
=== 32Bit ===
  
 
Compile the package:
 
Compile the package:
  
  TO DO
+
CC="gcc ${BUILD32}" USE_ARCH=32 \
 +
./configure --prefix=/usr &&
 +
make
  
 
Install the package:
 
Install the package:
  
  TO DO
+
make install
  
== N32 ==
+
=== N32 ===
  
 
Compile the package:
 
Compile the package:
  
  TO DO
+
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
 +
./configure --prefix=/usr &&
 +
make
  
 
Install the package:
 
Install the package:
  
  TO DO
+
make install
  
== 64Bit ==
+
=== 64Bit ===
  
 
Compile the package:
 
Compile the package:
  
  TO DO
+
CC="gcc ${BUILD64}" USE_ARCH=64 \
 +
./configure --prefix=/usr &&
 +
make
  
 
Install the package:
 
Install the package:
  
  TO DO
+
make install
  
 
= Contents =
 
= Contents =
Line 76: Line 82:
 
|-valign="top"
 
|-valign="top"
 
!Installed Directories:
 
!Installed Directories:
|None
+
|/usr/share/dvdauthor
 
|}
 
|}
 +
 +
[[Category:CD/DVD Utilities]]

Latest revision as of 20:45, 20 September 2009

Download Source: http://downloads.sourceforge.net/dvdauthor/dvdauthor-0.6.14.tar.gz

Introduction to DVDAuthor

DVDAuthor is a simple set of tools to help with authoring a DVD. It will eventually be able to create menus, buttons, and chapters, etc, but for now it takes an MPEG stream and writes it to DVD.

Project Homepage: http://dvdauthor.sourceforge.net/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" USE_ARCH=n32 \
./configure --prefix=/usr &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr &&
make

Install the package:

make install

Contents

Installed Programs: dvdauthor, dvdunauthor, spumux, spuunmux, mpeg2desc, dvddirdel
Installed Libraries: None
Installed Directories: /usr/share/dvdauthor