mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Merge pull request #425 from fbrosson/patch-1
libbdplus: 0.1.1→0.1.2, ARCHITECTURES += ?arm ?ppc, reorder sections
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
SUMMARY="Library to handle the BD+ protection scheme on Blu-ray disks"
|
||||
SUMMARY="Library to handle the BD+ protection scheme on Blu-ray discs"
|
||||
DESCRIPTION="This library is written for the purpose of playing Blu-ray \
|
||||
movies. It is intended for software that want to support Blu-ray playback \
|
||||
(such as VLC and MPlayer)."
|
||||
HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/libbdplus/$portVersion/libbdplus-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="deb5e64984e625e40e1e0e1b6b1f9c041e7c77101b4b39df0d76ab8a4ec426cf"
|
||||
COPYRIGHT="2011-2014 VideoLAN"
|
||||
COPYRIGHT="2011-2015 VideoLAN"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/libbdplus/$portVersion/libbdplus-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="a631cae3cd34bf054db040b64edbfc8430936e762eb433b1789358ac3d3dc80a"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -21,6 +21,7 @@ REQUIRES="
|
||||
lib:libgcrypt$secondaryArchSuffix
|
||||
lib:libgpg_error$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libbdplus${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libbdplus$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
@@ -28,6 +29,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libbdplus$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgcrypt$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user