mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
[qrencode_kdl] recipe updated to qrencode_kdl-3.4.4
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
From e2478a5bf978e600a7b5a07af9672f0ac1359635 Mon Sep 17 00:00:00 2001
|
||||
From: Jessica Hamilton <jessica.l.hamilton@gmail.com>
|
||||
Date: Sun, 19 Oct 2014 21:39:14 +0000
|
||||
From 3720440b137b4ff65d310077fe95baf86e68592e Mon Sep 17 00:00:00 2001
|
||||
From: none <user@shredder>
|
||||
Date: Tue, 26 May 2015 22:34:48 +0200
|
||||
Subject: Provide a preconfigured config.h
|
||||
|
||||
|
||||
diff --git a/config.h b/config.h
|
||||
new file mode 100644
|
||||
index 0000000..928db41
|
||||
index 0000000..46319f3
|
||||
--- /dev/null
|
||||
+++ b/config.h
|
||||
@@ -0,0 +1,98 @@
|
||||
@@ -22,7 +22,7 @@ index 0000000..928db41
|
||||
+/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
+#define HAVE_INTTYPES_H 1
|
||||
+
|
||||
+/* Define to 1 if you have the `pthread' library (-lpthread). */
|
||||
+/* Define to 1 if using pthread is enabled. */
|
||||
+/* #undef HAVE_LIBPTHREAD */
|
||||
+
|
||||
+/* Define to 1 if you have the <memory.h> header file. */
|
||||
@@ -60,10 +60,10 @@ index 0000000..928db41
|
||||
+#define MAJOR_VERSION 3
|
||||
+
|
||||
+/* Micro version number */
|
||||
+#define MICRO_VERSION 0
|
||||
+#define MICRO_VERSION 4
|
||||
+
|
||||
+/* Minor version number */
|
||||
+#define MINOR_VERSION 3
|
||||
+#define MINOR_VERSION 4
|
||||
+
|
||||
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||
+/* #undef NO_MINUS_C_MINUS_O */
|
||||
@@ -93,7 +93,7 @@ index 0000000..928db41
|
||||
+#define STDC_HEADERS 1
|
||||
+
|
||||
+/* Version number of package */
|
||||
+#define VERSION "3.3.0"
|
||||
+#define VERSION "3.4.4"
|
||||
+
|
||||
+/* Define to empty if `const' does not conform to ANSI C. */
|
||||
+/* #undef const */
|
||||
@@ -10,16 +10,14 @@ Debugger. It can be used as a way to export kernel messages when you don't \
|
||||
have a serial port on the debugged machine.
|
||||
"
|
||||
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"
|
||||
CHECKSUM_SHA256="e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72"
|
||||
SOURCE_DIR="qrencode-$portVersion"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
PATCHES="qrencode-3.3.0.patchset"
|
||||
PATCHES="qrencode_kdl-3.4.4.patchset"
|
||||
|
||||
PROVIDES="
|
||||
qrencode_kdl = $portVersion
|
||||
@@ -58,7 +56,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
qrencode_kdl_devel = $portVersion compat >= 3
|
||||
devel:libqrencode_kdl = 3.3.0 compat >= 3
|
||||
devel:libqrencode_kdl = 3.4.4 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku
|
||||
Reference in New Issue
Block a user