libdvbpsi: update to 1.1.2 (soname bump).
This commit is contained in:
parent
4b30fd3848
commit
83821a0140
|
@ -407,7 +407,7 @@ libmatroska.so.5 libmatroska-1.3.0_1
|
|||
libebml.so.3 libebml-1.2.0_1
|
||||
libdvdread.so.4 libdvdread-4.1.3_1
|
||||
libdvdnav.so.4 libdvdnav-4.1.3_1
|
||||
libdvbpsi.so.5 libdvbpsi-0.1.6_1
|
||||
libdvbpsi.so.9 libdvbpsi-1.1.2_1
|
||||
libdca.so.0 libdca-0.0.5_1
|
||||
libmpeg2.so.0 libmpeg2-0.5.1_1
|
||||
libmpeg2convert.so.0 libmpeg2-0.5.1_1
|
||||
|
|
|
@ -1,45 +1,28 @@
|
|||
# Template file for 'libdvbpsi'
|
||||
pkgname=libdvbpsi
|
||||
version=0.1.6
|
||||
revision=5
|
||||
wrksrc="${pkgname}5-${version}"
|
||||
version=1.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="PSI decoder and generator library for MPEG2 and DVB streams"
|
||||
homepage="http://www.videolan.org/developers/libdvbpsi.html"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://download.videolan.org/pub/libdvbpsi/0.1.6/libdvbpsi5-$version.tar.bz2"
|
||||
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."
|
||||
distfiles="http://download.videolan.org/pub/libdvbpsi/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=22436366beaa1bff27b3f6d80e43de1012b16d3b63b1e22d37d4a6fcb5db8933
|
||||
|
||||
libdvbpsi-devel_package() {
|
||||
depends="libdvbpsi>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
depends="libdvbpsi>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libdvbpsi_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue