summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-09-26 21:27:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-09-26 21:27:50 +0000
commit51299aae6871a739da5cf08c06896cd08fcdc03b (patch)
treed23e567ac5f7d24c7ec6f32efa32e777c57f7b8f /multimedia
parentSupport the use of JPEG files instead of PPM. (diff)
Upgrade to 2.70.6.3
Add creative encoding
Notes
Notes: svn path=/head/; revision=3880
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xanim/Makefile14
-rw-r--r--multimedia/xanim/distinfo3
-rw-r--r--multimedia/xanim/files/patch-ab60
-rw-r--r--multimedia/xanim/pkg-comment2
4 files changed, 44 insertions, 35 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile
index 7bbdfa708e0e..3c6241bb3450 100644
--- a/multimedia/xanim/Makefile
+++ b/multimedia/xanim/Makefile
@@ -1,19 +1,21 @@
# New ports collection makefile for: xanim
-# Version required: 2.70.4.3
+# Version required: 2.70.6.3
# Date created: Sat Nov 5 11:43:03 PST 1994
# Whom: piero
#
-# $Id: Makefile,v 1.7 1996/03/09 11:43:35 asami Exp $
+# $Id: Makefile,v 1.8 1996/03/26 04:02:32 ache Exp $
#
-DISTNAME= xanim27043
-PKGNAME= xanim-2.70.4.3
+DISTNAME= xanim27063
+PKGNAME= xanim-2.70.6.3
CATEGORIES+= graphics x11
MASTER_SITES= ftp://ftp.portal.com/pub/podlipec/ \
ftp://ftp.portal.com/pub/podlipec/cinepak/ \
- ftp://ftp.portal.com/pub/podlipec/indeo/
+ ftp://ftp.portal.com/pub/podlipec/indeo/ \
+ ftp://ftp.portal.com/pub/podlipec/creative/
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-EXTRA_FILES= xa2.0_cvid_netbsd386.o.Z xa2.0_iv32_netbsd386.o.Z
+EXTRA_FILES= xa2.0_cvid_netbsd386.o.Z xa2.0_iv32_netbsd386.o.Z \
+ xa1.0_cyuv_netbsd386.o.Z
DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES}
USE_IMAKE= yes
diff --git a/multimedia/xanim/distinfo b/multimedia/xanim/distinfo
index d02750982aa2..7c3439191a13 100644
--- a/multimedia/xanim/distinfo
+++ b/multimedia/xanim/distinfo
@@ -1,3 +1,4 @@
-MD5 (xanim27043.tar.gz) = 3202755847e9da1e6e9047055c24ab54
+MD5 (xanim27063.tar.gz) = 044708c971c6b2137c884489c68841c5
MD5 (xa2.0_cvid_netbsd386.o.Z) = 80a70d69ea532c7f32a074381fff8468
MD5 (xa2.0_iv32_netbsd386.o.Z) = 1968c29d77e02c53df14bc4f2a29a1c0
+MD5 (xa1.0_cyuv_netbsd386.o.Z) = 9f2d2b1a14f4518ffd02c0f45ccbf9e6
diff --git a/multimedia/xanim/files/patch-ab b/multimedia/xanim/files/patch-ab
index 0d831676852a..8cfddc062cfe 100644
--- a/multimedia/xanim/files/patch-ab
+++ b/multimedia/xanim/files/patch-ab
@@ -1,30 +1,36 @@
-*** Imakefile.orig Wed Mar 20 00:17:56 1996
---- Imakefile Tue Mar 26 06:34:59 1996
+*** Imakefile.orig Sat Aug 3 01:32:32 1996
+--- Imakefile Fri Sep 27 00:53:38 1996
***************
-*** 58,67 ****
- XCOMM -- always available in the /pub/podlipec directory on ftp.portal.com
- XCOMM **********************************************************************
- XCOMM =========
-! XCOMM XA_VIDEO_DEFS = -DXA_CINEPAK -DXA_INDEO
-! XCOMM XA_VIDEO_LIBS = xa2.0_cvid_sparcCOFF.o xa2.0_iv32_sparcCOFF.o
-! XA_VIDEO_DEFS =
-! XA_VIDEO_LIBS =
- XA_VIDEO_INCS =
- XA_VIDEO_DEPS =
- XCOMM
---- 58,67 ----
- XCOMM -- always available in the /pub/podlipec directory on ftp.portal.com
- XCOMM **********************************************************************
- XCOMM =========
-! XA_VIDEO_DEFS = -DXA_CINEPAK -DXA_INDEO
-! XA_VIDEO_LIBS = xa2.0_cvid_netbsd386.o xa2.0_iv32_netbsd386.o
-! XCOMM XA_VIDEO_DEFS =
-! XCOMM XA_VIDEO_LIBS =
- XA_VIDEO_INCS =
- XA_VIDEO_DEPS =
+*** 68,80 ****
+ XCOMM AND have downloaded the proper decompression modules AND have verified
+ XCOMM that they are the correct size in bytes as listed in the readmes.
+ XCOMM
+! XCOMM XA_IV32_DEF = -DXA_INDEO
+! XCOMM XA_CVID_DEF = -DXA_CINEPAK
+! XCOMM XA_CYUV_DEF = -DXA_CYUV
+! XCOMM
+! XA_IV32_LIB =
+! XA_CVID_LIB =
+! XA_CYUV_LIB =
+ XCOMM
+ XCOMM -- NOTE: SGI Machines only: if you see an error like
+ XCOMM -- "merge_ext returns nil during relocation" or similiar
+--- 68,80 ----
+ XCOMM AND have downloaded the proper decompression modules AND have verified
+ XCOMM that they are the correct size in bytes as listed in the readmes.
+ XCOMM
+! XA_IV32_DEF = -DXA_INDEO
+! XA_CVID_DEF = -DXA_CINEPAK
+! XA_CYUV_DEF = -DXA_CYUV
+! XCOMM
+! XA_IV32_LIB = xa2.0_cvid_netbsd386.o
+! XA_CVID_LIB = xa2.0_iv32_netbsd386.o
+! XA_CYUV_LIB = xa1.0_cyuv_netbsd386.o
XCOMM
+ XCOMM -- NOTE: SGI Machines only: if you see an error like
+ XCOMM -- "merge_ext returns nil during relocation" or similiar
***************
-*** 149,155 ****
+*** 183,189 ****
XCOMM XA_AUDIO_DEFS =
XCOMM
XCOMM -- Sun Sparcs -----------------------------------------------------------
@@ -32,7 +38,7 @@
XCOMM
XCOMM NOTE: Imakefile should add the -DSVR4 to Sun Solaris machines, if not
XCOMM use the following:
---- 149,155 ----
+--- 183,189 ----
XCOMM XA_AUDIO_DEFS =
XCOMM
XCOMM -- Sun Sparcs -----------------------------------------------------------
@@ -41,7 +47,7 @@
XCOMM NOTE: Imakefile should add the -DSVR4 to Sun Solaris machines, if not
XCOMM use the following:
***************
-*** 185,191 ****
+*** 224,230 ****
XCOMM XA_MACH_LIBS = -lc
XCOMM
XCOMM -- Also FreeBSD, and BSDI with SBlast-BSD-1.5 (development stages)-------
@@ -49,7 +55,7 @@
XCOMM XA_AUDIO_LIBS = -lc
XCOMM
XCOMM -- SGI Indigo -----------------------------------------------------------
---- 185,191 ----
+--- 224,230 ----
XCOMM XA_MACH_LIBS = -lc
XCOMM
XCOMM -- Also FreeBSD, and BSDI with SBlast-BSD-1.5 (development stages)-------
diff --git a/multimedia/xanim/pkg-comment b/multimedia/xanim/pkg-comment
index ff68cf72636a..48fc0a1208ac 100644
--- a/multimedia/xanim/pkg-comment
+++ b/multimedia/xanim/pkg-comment
@@ -1 +1 @@
-XAnim 2.70.1 - play most popular animation formats
+play most popular animation formats and show pictures