Added libdvbpsi-0.1.6 build template.
--HG-- extra : convert_revision : 345a85b7949b705b5f8a851a638f8308224ff053
This commit is contained in:
parent
b272f872e0
commit
933ff2e7c7
4 changed files with 52 additions and 0 deletions
1
srcpkgs/libdvbpsi-devel
Symbolic link
1
srcpkgs/libdvbpsi-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libdvbpsi
|
2
srcpkgs/libdvbpsi/depends
Normal file
2
srcpkgs/libdvbpsi/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.1.6"
|
||||
api_depends="${abi_depends}"
|
19
srcpkgs/libdvbpsi/libdvbpsi-devel.template
Normal file
19
srcpkgs/libdvbpsi/libdvbpsi-devel.template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'libdvbpsi-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libdvbpsi
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
#mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
#mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
30
srcpkgs/libdvbpsi/template
Normal file
30
srcpkgs/libdvbpsi/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'libdvbpsi'
|
||||
pkgname=libdvbpsi
|
||||
version=0.1.6
|
||||
wrksrc="${pkgname}5-${version}"
|
||||
distfiles="http://download.videolan.org/pub/libdvbpsi/0.1.6/libdvbpsi5-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="PSI decoder and generator library for MPEG2 and DVB streams"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e875210131805ca9a67f190a86dd0c9fd87d6addcb7405e8584620837af805b8
|
||||
long_desc="
|
||||
lbdvbpsi is a simple library designed for decoding and generation of MPEG TS
|
||||
and DVB PSI tables.
|
||||
|
||||
Current features
|
||||
|
||||
Program Association Table (PAT), decoder and generator.
|
||||
Program Map Table (PMT), decoder and generator.
|
||||
All MPEG 2 descriptors, decoders and generators.
|
||||
|
||||
The libdvbpsi is part of the VideoLAN project, a full MPEG2
|
||||
client/server solution. The libdvbpsi can also be used with extra
|
||||
programs that need DVB and PSI decoders and generators.
|
||||
|
||||
The VideoLAN team decided to write the libdvbpsi to make the VideoLAN
|
||||
Client and the VideoLAN Server capable of demultiplexing a satellite
|
||||
DVB stream. The library aims at making it easy to decode PSI tables
|
||||
(such as PAT, PMT etc.) present in a TS/DVB stream."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
Loading…
Reference in a new issue