mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libdvdnav: rebuild after libdvdread SONAME bump.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user