mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Recipe cosmetics. Improved SUMMARY/DESCRIPTION, re-ordered blocks.
This commit is contained in:
@@ -6,18 +6,17 @@ used as a multimedia file format in a variety of platforms and applications. \
|
||||
It is a very powerful and extensible format that can accommodate practically \
|
||||
any type of media."
|
||||
HOMEPAGE="https://code.google.com/p/mp4v2/"
|
||||
COPYRIGHT="2008 Kona Blend"
|
||||
LICENSE="MPL v1.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://mp4v2.googlecode.com/files/mp4v2-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="0319b9a60b667cf10ee0ec7505eb7bdc0a2e21ca7a93db96ec5bd758e3428338"
|
||||
SOURCE_DIR="mp4v2-$portVersion"
|
||||
PATCHES="libmp4v2-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="https://mp4v2.googlecode.com/files/mp4v2-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="0319b9a60b667cf10ee0ec7505eb7bdc0a2e21ca7a93db96ec5bd758e3428338"
|
||||
COPYRIGHT="2008 Kona Blend"
|
||||
SOURCE_DIR="mp4v2-$portVersion"
|
||||
PATCHES="libmp4v2-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libmp4v2$secondaryArchSuffix = $portVersion compat >= 2
|
||||
lib:libmp4v2$secondaryArchSuffix = 2.0.0 compat >= 2
|
||||
@@ -34,6 +33,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libmp4v2${secondaryArchSuffix}_devel = $portVersion compat >= 2
|
||||
devel:libmp4v2$secondaryArchSuffix = 2.0.0 compat >= 2
|
||||
@@ -41,10 +41,11 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libmp4v2$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user