mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
libdvbpsi: exhume 1.2.0, fix 1.3.0 versioning, drop static lib. (#636)
This commit is contained in:
@@ -9,7 +9,7 @@ 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="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.videolan.org/pub/libdvbpsi/$portVersion/libdvbpsi-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="a2fed1d11980662f919bbd1f29e2462719e0f6227e1a531310bd5a706db0a1fe"
|
||||
PATCHES="libdvbpsi-$portVersion.patchset"
|
||||
@@ -19,7 +19,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libdvbpsi$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libdvbpsi$secondaryArchSuffix = 9.0.0 compat >= 9
|
||||
lib:libdvbpsi$secondaryArchSuffix = 10.0.0 compat >= 10
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -27,7 +27,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libdvbpsi${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libdvbpsi$secondaryArchSuffix = 9.0.0 compat >= 9
|
||||
devel:libdvbpsi$secondaryArchSuffix = 10.0.0 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdvbpsi$secondaryArchSuffix == $portVersion base
|
||||
@@ -43,14 +43,14 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoreconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libdvbpsi
|
||||
prepareInstalledDevelLib libdvbpsi
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
|
||||
Reference in New Issue
Block a user