mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Reformat 10 recipes
Update libnsgif-0.1.1.recipe Update libsdl2-2.0.0.recipe Update haikuwebkit-1.2.0.recipe Update haikuwebkit-1.2.1.recipe Update haikuwebkit-1.2.2.recipe Update haikuwebkit-1.2.3.recipe Update haikuwebkit-1.2.0.recipe Update haikuwebkit-1.2.1.recipe Update haikuwebkit-1.2.2.recipe Update libnsbmp-0.1.1.recipe Update libnsgif-0.1.1.recipe Update libsdl2-2.0.0.recipe Update libmpdclient-2.11_git.recipe Update libpng-1.5.25.recipe Update libcss-0.4.0.recipe Update libdvdnav-4.2.0.recipe Update libsdl2-2.0.0.recipe
This commit is contained in:
@@ -1,37 +1,42 @@
|
||||
SUMMARY="Easy use of sophisticated DVD navigation features"
|
||||
DESCRIPTION="
|
||||
libdvdnav allows easy use of sophisticated DVD navigation features such as \
|
||||
DVD menus, multiangle playback and even interactive DVD games.
|
||||
"
|
||||
DESCRIPTION="libdvdnav allows easy use of sophisticated DVD navigation features such as \
|
||||
DVD menus, multiangle playback and even interactive DVD games."
|
||||
HOMEPAGE="http://dvdnav.mplayerhq.hu/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000 Rich Wareham
|
||||
2001-2004 the dvdnav project"
|
||||
2001-2004 the dvdnav project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://dvdnav.mplayerhq.hu/releases/libdvdnav-4.2.0.tar.bz2"
|
||||
CHECKSUM_SHA256="8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="libdvdnav-${portVersion}"
|
||||
PATCHES="libdvdnav-${portVersion}.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="libdvdnav-${portVersion}.patch"
|
||||
|
||||
PROVIDES="
|
||||
libdvdnav${secondaryArchSuffix} = $portVersion
|
||||
lib:libdvdnav
|
||||
cmd:dvdnav_config
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
libdvdread${secondaryArchSuffix}
|
||||
libdvdcss${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libdvdnav${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdvdnav$secondaryArchSuffix = $portVersion
|
||||
devel:libdvdnavmini$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdvdnav$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libdvdread${secondaryArchSuffix}_devel
|
||||
@@ -44,8 +49,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
"
|
||||
|
||||
SOURCE_DIR="libdvdnav-${portVersion}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
@@ -68,14 +71,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libdvdnav${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdvdnav$secondaryArchSuffix = $portVersion
|
||||
devel:libdvdnavmini$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdvdnav$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user