From aeb4a3a62d9237efd0cdf2bf715bf0767fb70feb Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 20 Sep 2017 18:32:30 +0200 Subject: [PATCH] libnice: bump version. --- ...ce-0.1.13.recipe => libnice-0.1.14.recipe} | 38 +++++++++---------- ....1.13.patchset => libnice-0.1.14.patchset} | 0 2 files changed, 19 insertions(+), 19 deletions(-) rename net-libs/libnice/{libnice-0.1.13.recipe => libnice-0.1.14.recipe} (76%) rename net-libs/libnice/patches/{libnice-0.1.13.patchset => libnice-0.1.14.patchset} (100%) diff --git a/net-libs/libnice/libnice-0.1.13.recipe b/net-libs/libnice/libnice-0.1.14.recipe similarity index 76% rename from net-libs/libnice/libnice-0.1.13.recipe rename to net-libs/libnice/libnice-0.1.14.recipe index a98d7d8c4..b6b9a64de 100644 --- a/net-libs/libnice/libnice-0.1.13.recipe +++ b/net-libs/libnice/libnice-0.1.14.recipe @@ -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 } diff --git a/net-libs/libnice/patches/libnice-0.1.13.patchset b/net-libs/libnice/patches/libnice-0.1.14.patchset similarity index 100% rename from net-libs/libnice/patches/libnice-0.1.13.patchset rename to net-libs/libnice/patches/libnice-0.1.14.patchset