diff options
author | wiz <wiz> | 2006-12-23 10:33:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-12-23 10:33:29 +0000 |
commit | 79fc2227cb05ebc81c28c3c57df7a3f22e0cad92 (patch) | |
tree | 76eeabce73960cbac3d0442b1b6900dcc62bf357 /multimedia/xanim/patches | |
parent | cd9c210424db9bd351fbed35a99b50663e119213 (diff) | |
download | pkgsrc-79fc2227cb05ebc81c28c3c57df7a3f22e0cad92.tar.gz |
Enable zlib support, improves support for MOVs slightly.
Add HOMEPAGE. Bump PKGREVISION.
From Sergey Svishchev.
Diffstat (limited to 'multimedia/xanim/patches')
-rw-r--r-- | multimedia/xanim/patches/patch-ab | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/multimedia/xanim/patches/patch-ab b/multimedia/xanim/patches/patch-ab index c8363d72d18..a59bd27985e 100644 --- a/multimedia/xanim/patches/patch-ab +++ b/multimedia/xanim/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.2 2005/10/11 10:06:35 tron Exp $ +$NetBSD: patch-ab,v 1.3 2006/12/23 10:33:29 wiz Exp $ ---- Imakefile.orig 2002-04-21 00:25:06.000000000 +0100 -+++ Imakefile 2005-10-11 10:56:41.000000000 +0100 -@@ -120,14 +120,14 @@ +--- Imakefile.orig 2002-04-20 23:25:06.000000000 +0000 ++++ Imakefile +@@ -120,14 +120,14 @@ XCOMM ### You may need this library. XCOMM XA_DLL_LIB = -ldl XCOMM XCOMM HP/UX should use the following: @@ -20,7 +20,18 @@ $NetBSD: patch-ab,v 1.2 2005/10/11 10:06:35 tron Exp $ XCOMM ######################################################################### -@@ -351,9 +351,9 @@ +@@ -138,8 +138,8 @@ XCOMM + XCOMM ######################################################################### + XCOMM + XCOMM -- Uncomment these if you have the library libz.* on your machine. +-XCOMM XA_ZLIB_DEF = -DXA_ZLIB +-XCOMM XA_ZLIB_LIB = -lz ++XA_ZLIB_DEF = -DXA_ZLIB ++XA_ZLIB_LIB = -lz + XCOMM + XCOMM -- If the file libz.* is not in a directory that is normally + XCOMM searched by your linker, then you need to uncomment the +@@ -351,9 +351,9 @@ XCOMM XA_AUDIO_DEFS = -DXA_HP_AUDIO XCOMM XA_AUDIO_LIBS = -lAlib XCOMM -- XCOMM -- HP/UX 10.x AServer @@ -33,7 +44,7 @@ $NetBSD: patch-ab,v 1.2 2005/10/11 10:06:35 tron Exp $ XCOMM XCOMM ------ AF (AudioFile) Support ------------------------------------------ XCOMM -- You need to indicate where the AF libraries libAFUtil.a and libAF.a -@@ -470,7 +470,7 @@ +@@ -470,7 +470,7 @@ DEFINES = $(XA_DEFS) PROGRAMS = $(XANIM) |