mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
libdvdcss: fix hybrid support
This commit is contained in:
committed by
Kacper Kasper
parent
c1747df208
commit
347cf24005
@@ -8,20 +8,20 @@ LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Copyright (C) 1998-2008 VideoLAN"
|
||||
SRC_URI="http://download.videolan.org/pub/libdvdcss/1.2.12/libdvdcss-1.2.12.tar.bz2"
|
||||
CHECKSUM_SHA256="72465395d494f609b180cab23f9679acf6083fb821bd84979a8e70f7b795db5d"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="libdvdcss-${portVersion}.patch"
|
||||
|
||||
PROVIDES="
|
||||
libdvdcss${secondaryArchSuffix} = $portVersion
|
||||
lib:libdvdcss
|
||||
cmd:dvdcss_config
|
||||
libdvdcss$secondaryArchSuffix = $portVersion
|
||||
lib:libdvdcss$secondaryArchSuffix
|
||||
cmd:dvdcss_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix} >= $haikuVersion
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -29,8 +29,8 @@ BUILD_REQUIRES="
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:gcc${secondaryArchSuffix}
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
@@ -65,9 +65,9 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
libdvdcss${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdvdcss${secondaryArchSuffix} = $portVersion
|
||||
devel:libdvdcss$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdvdcss${secondaryArchSuffix} == $portVersion base
|
||||
libdvdcss$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user