mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
libnice: bump version.
This commit is contained in:
@@ -13,17 +13,16 @@ COPYRIGHT="2006-2011 Collabora Ltd.
|
||||
LICENSE="MPL v1.1
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://nice.freedesktop.org/releases/libnice-0.1.13.tar.gz"
|
||||
CHECKSUM_SHA256="61112d9f3be933a827c8365f20551563953af6718057928f51f487bfe88419e1"
|
||||
PATCHES="libnice-0.1.13.patchset"
|
||||
SOURCE_URI="http://nice.freedesktop.org/releases/libnice-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="be120ba95d4490436f0da077ffa8f767bf727b82decf2bf499e39becc027809c"
|
||||
PATCHES="libnice-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libnice$secondaryArchSuffix = $portVersion
|
||||
lib:libnice$secondaryArchSuffix = $portVersion
|
||||
lib:libstun$secondaryArchSuffix = $portVersion
|
||||
lib:libnice$secondaryArchSuffix = 10.7.0 compat >= 10
|
||||
cmd:sdp_example$secondaryArchSuffix = $portVersion
|
||||
cmd:simple_example$secondaryArchSuffix = $portVersion
|
||||
cmd:stunbdc$secondaryArchSuffix = $portVersion
|
||||
@@ -33,19 +32,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgio_2.0$secondaryArchSuffix
|
||||
lib:libgmodule_2.0$secondaryArchSuffix
|
||||
lib:libz_2.0$secondaryArchSuffix
|
||||
lib:libgobject_2.0$secondaryArchSuffix
|
||||
lib:libffi_2.0$secondaryArchSuffix
|
||||
lib:libgthread_2.0$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libintl_2.0$secondaryArchSuffix
|
||||
lib:libiconv_2.0$secondaryArchSuffix
|
||||
lib:libgnutls$secondaryArchSuffix
|
||||
lib:libgobject_2.0$secondaryArchSuffix
|
||||
lib:libgthread_2.0$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libnice${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libnice$secondaryArchSuffix = $portVersion
|
||||
devel:libnice$secondaryArchSuffix = 10.7.0 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libnice$secondaryArchSuffix == $portVersion
|
||||
@@ -53,21 +49,21 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libgio_2.0$secondaryArchSuffix
|
||||
devel:libgmodule_2.0$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libgnutls$secondaryArchSuffix
|
||||
devel:libgobject_2.0$secondaryArchSuffix
|
||||
devel:libgthread_2.0$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:gtkdocize
|
||||
cmd:aclocal
|
||||
cmd:libtoolize
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -79,7 +75,11 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libnice.la
|
||||
|
||||
prepareInstalledDevelLibs libnice
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
Reference in New Issue
Block a user