mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
potrace: bump version.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
From 77efdb2dbf1053ffd8d3d611744294b42b9edae1 Mon Sep 17 00:00:00 2001
|
||||
From c60a3c6dcf242dd295507b309ee20edebc828b05 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Mon, 1 Aug 2016 19:08:15 +0000
|
||||
Subject: Haiku patch
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 93be9b1..576d65b 100644
|
||||
index dc554ab..d56789b 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -197,7 +197,7 @@ for PostScript level 3 compression.])
|
||||
@@ -189,7 +189,7 @@ for PostScript level 3 compression.])
|
||||
])
|
||||
fi
|
||||
|
||||
@@ -17,7 +17,7 @@ index 93be9b1..576d65b 100644
|
||||
|
||||
dnl ----------------------------------------------------------------------
|
||||
dnl Check for library functions.
|
||||
@@ -264,6 +264,7 @@ AC_SUBST(POTRACE)
|
||||
@@ -256,6 +256,7 @@ AC_SUBST(POTRACE)
|
||||
AC_SUBST(MKBITMAP)
|
||||
AC_SUBST(EXTRA_OBJS)
|
||||
AC_SUBST(EXTRA_LIBS)
|
||||
@@ -26,7 +26,7 @@ index 93be9b1..576d65b 100644
|
||||
AC_SUBST(POTRACELIB_VERSION)
|
||||
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index bf84312..3414c06 100644
|
||||
index 1f657e0..d6786ad 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -20,16 +20,16 @@ potrace_SOURCES = main.c main.h bitmap_io.c bitmap_io.h backend_eps.c \
|
||||
@@ -51,7 +51,7 @@ index bf84312..3414c06 100644
|
||||
#----------------------------------------------------------------------
|
||||
@@ -44,7 +44,7 @@ EXTRA_LTLIBRARIES = libpotrace.la
|
||||
libpotrace_la_SOURCES = $(libsources)
|
||||
libpotrace_la_LDFLAGS = -version-info 0:3:0 -rpath '$(libdir)' \
|
||||
libpotrace_la_LDFLAGS = -version-info 0:4:0 -rpath '$(libdir)' \
|
||||
-export-symbols $(srcdir)/libpotrace-export.sym -no-undefined
|
||||
-libpotrace_la_LIBADD = -lm
|
||||
+libpotrace_la_LIBADD = @MATH_LIBS@
|
||||
@@ -59,5 +59,5 @@ index bf84312..3414c06 100644
|
||||
|
||||
# header files to install
|
||||
--
|
||||
2.7.0
|
||||
2.10.2
|
||||
|
||||
@@ -22,7 +22,7 @@ COPYRIGHT="2001-2015 Peter Selinger"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://potrace.sourceforge.net/download/$portVersion/potrace-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6252438b6b6644b9b6298056b4c5de3690a1d4e862b66889abe21eecdf16b784"
|
||||
CHECKSUM_SHA256="db72b65311cfdcb63880b317f610d84485f086e15f88ca2346012d49414cd97e"
|
||||
PATCHES="potrace-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -30,7 +30,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
potrace$secondaryArchSuffix = $portVersion
|
||||
lib:libpotrace$secondaryArchSuffix = 0.0.3 compat >= 0
|
||||
lib:libpotrace$secondaryArchSuffix = 0.0.4 compat >= 0
|
||||
cmd:mkbitmap
|
||||
cmd:potrace
|
||||
"
|
||||
@@ -41,7 +41,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
potrace${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpotrace$secondaryArchSuffix = 0.0.3 compat >= 0
|
||||
devel:libpotrace$secondaryArchSuffix = 0.0.4 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
potrace$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user