From 27f2fd669df4d61b5f012e2c47fac0034c7672bf Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 2 Jan 2020 19:03:51 +0100 Subject: [PATCH] libdvdnav: rebuild after libdvdread SONAME bump. --- media-libs/libdvdnav/libdvdnav-6.0.1.recipe | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/media-libs/libdvdnav/libdvdnav-6.0.1.recipe b/media-libs/libdvdnav/libdvdnav-6.0.1.recipe index 01ba9b0a7..625c00085 100644 --- a/media-libs/libdvdnav/libdvdnav-6.0.1.recipe +++ b/media-libs/libdvdnav/libdvdnav-6.0.1.recipe @@ -5,7 +5,7 @@ HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html" COPYRIGHT="2000 Rich Wareham 2001-2004 the dvdnav project" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.videolan.org/pub/videolan/libdvdnav/$portVersion/libdvdnav-$portVersion.tar.bz2" CHECKSUM_SHA256="e566a396f1950017088bfd760395b0565db44234195ada5413366c9d23926733" PATCHES="libdvdnav-$portVersion.patchset" @@ -19,7 +19,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - libdvdread$secondaryArchSuffix + lib:libdvdread$secondaryArchSuffix " PROVIDES_devel=" @@ -32,8 +32,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - libdvdcss${secondaryArchSuffix}_devel # required by libdvdread - libdvdread${secondaryArchSuffix}_devel + devel:libdvdread$secondaryArchSuffix >= 7 " BUILD_PREREQUIRES=" cmd:aclocal @@ -49,8 +48,7 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -fi - runConfigure ./configure --enable-shared --enable-static \ - --disable-maintainer-mode + runConfigure ./configure --enable-shared --disable-static make $jobArgs }