From 83821a01408cb348f51d1ccb24555c060e4d308e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Dec 2013 14:58:00 +0100 Subject: [PATCH] libdvbpsi: update to 1.1.2 (soname bump). --- common/shlibs | 2 +- srcpkgs/libdvbpsi/template | 35 +++++++++-------------------------- 2 files changed, 10 insertions(+), 27 deletions(-) diff --git a/common/shlibs b/common/shlibs index 0c0c1a58b8f..d6a1001f0b1 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libdvbpsi/template b/srcpkgs/libdvbpsi/template index 7c3a31a9516..c07c232e51a 100644 --- a/srcpkgs/libdvbpsi/template +++ b/srcpkgs/libdvbpsi/template @@ -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 " -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 } }