From 6b59d4f192e609048075d3e7abdce8014ddbe55c Mon Sep 17 00:00:00 2001 From: taos Date: Thu, 21 May 2015 23:17:33 +0200 Subject: [PATCH] recipe updated to qrencode-3.4.4 command-line utility "qrencode" added by removing ./configure option "without-tools" --- ...code-3.3.0.recipe => qrencode-3.4.4.recipe} | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) rename media-gfx/qrencode/{qrencode-3.3.0.recipe => qrencode-3.4.4.recipe} (79%) diff --git a/media-gfx/qrencode/qrencode-3.3.0.recipe b/media-gfx/qrencode/qrencode-3.4.4.recipe similarity index 79% rename from media-gfx/qrencode/qrencode-3.3.0.recipe rename to media-gfx/qrencode/qrencode-3.4.4.recipe index 065a8adf8..33cfb6fa1 100644 --- a/media-gfx/qrencode/qrencode-3.3.0.recipe +++ b/media-gfx/qrencode/qrencode-3.4.4.recipe @@ -1,6 +1,6 @@ SUMMARY="QR Code encoding library" DESCRIPTION=" -QLibqrencode is a library for encoding data in a QR Code symbol, a kind of 2D \ +Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D \ symbology that can be scanned by handy terminals such as a mobile phone with \ CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has \ high robustness. @@ -12,19 +12,18 @@ bitmap data directly. This library also contains a command-line utility outputs a QR Code symbol as a PNG image. It will help light-weight CGI programs. " HOMEPAGE="http://fukuchi.org/works/qrencode/" -COPYRIGHT=" - Copyright (C) 2006-2012 Kentaro Fukuchi - " +COPYRIGHT="2006-2012 Kentaro Fukuchi" LICENSE="GNU LGPL v2.1" SRC_URI="http://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz" -CHECKSUM_SHA256="499b2c86c218b16378e2496fefc858e4db4271c048336a29df9cc5754413d1d1" -REVISION="3" +CHECKSUM_SHA256="e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72" +REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" qrencode$secondaryArchSuffix = $portVersion - lib:libqrencode$secondaryArchSuffix = 3.3.0 compat >= 3 + cmd:qrencode$secondaryArchSuffix = $portVersion + lib:libqrencode$secondaryArchSuffix = 3.4.4 compat >= 3 " REQUIRES=" haiku$secondaryArchSuffix @@ -47,8 +46,7 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure --without-tools \ - --enable-static + runConfigure ./configure --enable-static make $jobArgs } @@ -68,7 +66,7 @@ INSTALL() PROVIDES_devel=" qrencode${secondaryArchSuffix}_devel = $portVersion compat >= 3 - devel:libqrencode$secondaryArchSuffix = 3.3.0 compat >= 3 + devel:libqrencode$secondaryArchSuffix = 3.4.4 compat >= 3 " REQUIRES_devel=" qrencode$secondaryArchSuffix == $portVersion