Difference between revisions of "Libdvbpsi"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://download.videolan.org/pub/libdvbpsi/{{libdvbpsi-Version}}/libdvbpsi4-{{libdvbpsi-Version...)
 
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
|-valign="top"
 
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://download.videolan.org/pub/libdvbpsi/{{libdvbpsi-Version}}/libdvbpsi4-{{libdvbpsi-Version}}.tar.bz2
+
| http://download.videolan.org/pub/libdvbpsi/{{libdvbpsi-Version}}/libdvbpsi-{{libdvbpsi-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
== Introduction to Libdvbpsi ==
+
{{Package-Introduction|Libdvbpsi is a very simple and fully portable library designed for MPEG TS and DVB PSI table decoding and generation.|http://www.videolan.org/developers/libdvbpsi.html}}
 
 
Libdvbpsi is a very simple and fully portable library designed for MPEG TS and DVB PSI table decoding and generation.
 
 
 
'''Project Home Page''': http://www.videolan.org/developers/libdvbpsi.html
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 19: Line 15:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr --disable-dependency-tracking &&
+
autoreconf -f -i &&
 +
  ./configure --prefix=/usr &&
 
  make
 
  make
  
Line 32: Line 29:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  autoreconf -f -i &&
 +
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
 +
make
  
 
Install the package
 
Install the package
Line 42: Line 41:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  autoreconf -f -i &&
 +
CC="gcc ${BUILD32}" ./configure --prefix=/usr \
 +
    --libdir=/usr/lib32 &&
 +
make
  
 
Install the package
 
Install the package
Line 52: Line 54:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  autoreconf -f -i &&
 +
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
 +
    --libdir=/usr/lib64 &&
 +
make
  
 
Install the package
 
Install the package
Line 71: Line 76:
 
| /usr/include/dvbpsi
 
| /usr/include/dvbpsi
 
|}
 
|}
 +
 +
[[Category:Media Libraries]]

Latest revision as of 16:20, 13 May 2010

Download Source: http://download.videolan.org/pub/libdvbpsi/0.1.7/libdvbpsi-0.1.7.tar.bz2

Introduction to Libdvbpsi

Libdvbpsi is a very simple and fully portable library designed for MPEG TS and DVB PSI table decoding and generation.

Project Homepage: http://www.videolan.org/developers/libdvbpsi.html

Dependencies

Non-Multilib

Compile the package:

autoreconf -f -i &&
./configure --prefix=/usr &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

autoreconf -f -i &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

autoreconf -f -i &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

autoreconf -f -i && 
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: libdvbpsi.{a,la,so}
Installed Directory: /usr/include/dvbpsi