From 0afe2baaaed99eb2605855eba1dfddc2cd3a09dc Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 16 Feb 2017 22:38:24 +0100 Subject: [PATCH] libdvbpsi: bump version. --- .../{libdvbpsi-1.3.0.recipe => libdvbpsi-1.3.1.recipe} | 7 +++++-- .../{libdvbpsi-1.3.0.patchset => libdvbpsi-1.3.1.patchset} | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename media-libs/libdvbpsi/{libdvbpsi-1.3.0.recipe => libdvbpsi-1.3.1.recipe} (92%) rename media-libs/libdvbpsi/patches/{libdvbpsi-1.3.0.patchset => libdvbpsi-1.3.1.patchset} (100%) diff --git a/media-libs/libdvbpsi/libdvbpsi-1.3.0.recipe b/media-libs/libdvbpsi/libdvbpsi-1.3.1.recipe similarity index 92% rename from media-libs/libdvbpsi/libdvbpsi-1.3.0.recipe rename to media-libs/libdvbpsi/libdvbpsi-1.3.1.recipe index e54fa1d5a..1ba40908b 100644 --- a/media-libs/libdvbpsi/libdvbpsi-1.3.0.recipe +++ b/media-libs/libdvbpsi/libdvbpsi-1.3.1.recipe @@ -9,9 +9,9 @@ DVB stream. The library aims at making it easy to decode PSI tables \ HOMEPAGE="https://www.videolan.org/libdvbpsi" COPYRIGHT="2001-2015 VideoLAN" LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="1" SOURCE_URI="https://download.videolan.org/pub/libdvbpsi/$portVersion/libdvbpsi-$portVersion.tar.bz2" -CHECKSUM_SHA256="a2fed1d11980662f919bbd1f29e2462719e0f6227e1a531310bd5a706db0a1fe" +CHECKSUM_SHA256="d68367afd5ad8e6ebca813e7958a3ceb9743b421adb4265eceeb6a3511c84420" PATCHES="libdvbpsi-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -45,6 +45,7 @@ BUILD_PREREQUIRES=" cmd:ld$secondaryArchSuffix cmd:libtoolize$secondaryArchSuffix cmd:make + cmd:xsltproc " BUILD() @@ -58,6 +59,8 @@ INSTALL() { make install + rm $libDir/libdvbpsi.la + prepareInstalledDevelLib libdvbpsi fixPkgconfig diff --git a/media-libs/libdvbpsi/patches/libdvbpsi-1.3.0.patchset b/media-libs/libdvbpsi/patches/libdvbpsi-1.3.1.patchset similarity index 100% rename from media-libs/libdvbpsi/patches/libdvbpsi-1.3.0.patchset rename to media-libs/libdvbpsi/patches/libdvbpsi-1.3.1.patchset