Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2001 11:10:01 -0800 (PST)
From:      Holger Lamm <holger.lamm@evk-koeln.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24631: Update port: graphics/avifile
Message-ID:  <200101261910.f0QJA1j52343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24631; it has been noted by GNATS.

From: Holger Lamm <holger.lamm@evk-koeln.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/24631: Update port: graphics/avifile
Date: Fri, 26 Jan 2001 20:09:51 +0100 (CET)

 Oops. typo in the pkg-plist.
 Here we go again!
 
 CU, Holger
 ----
 diff -Nur graphics/avifile.old/Makefile graphics/avifile/Makefile
 --- graphics/avifile.old/Makefile	Tue Jan 23 18:18:28 2001
 +++ graphics/avifile/Makefile	Thu Jan 25 00:52:42 2001
 @@ -6,8 +6,7 @@
  #
  
  PORTNAME=	avifile
 -PORTVERSION=	0.53.1
 -PORTREVISION=	2
 +PORTVERSION=	0.53.3
  CATEGORIES=	graphics
  MASTER_SITES=	http://ernie.eit.uni-kl.de/avifile/ \
  		http://divx.euro.ru/ \
 @@ -22,7 +21,6 @@
  LIB_DEPENDS=	SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
  BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
  
 -WRKSRC=		${WRKDIR}/${PORTNAME}-0.53
  RESTRICTED=	Unsure of codec\'s license
  RESTRICTED_FILES=	binaries-${CODEC_VERSION}.zip \
  			wmvds32.ax.gz
 @@ -45,7 +43,7 @@
  		--enable-release
  PLIST_SUB=	LIB_VERSION="${LIB_VERSION}"
  
 -CODEC_VERSION=	001222
 +CODEC_VERSION=	010122
  LIB_VERSION=	0
  # Adhoc fix. First part.
  # qt is there but configure is not finding it
 diff -Nur graphics/avifile.old/distinfo graphics/avifile/distinfo
 --- graphics/avifile.old/distinfo	Tue Jan 23 18:18:28 2001
 +++ graphics/avifile/distinfo	Thu Jan 25 00:52:42 2001
 @@ -1,3 +1,3 @@
 -MD5 (avifile-0.53.1.tar.gz) = c74597c7b9e987dbcd0317ed26572e7b
 -MD5 (binaries-001222.zip) = f8517cf28e33fb09e3f5da58ddcbf78d
 +MD5 (avifile-0.53.3.tar.gz) = 578552049837c8ae6e6406a6d7557c23
 +MD5 (binaries-010122.zip) = ffc44e68b581994613931a9e47500446
  MD5 (wmvds32.ax.gz) = 886493bf1d0fa9ea088755c3fbddcfd7
 diff -Nur graphics/avifile.old/pkg-comment graphics/avifile/pkg-comment
 --- graphics/avifile.old/pkg-comment	Tue Jan 23 18:18:28 2001
 +++ graphics/avifile/pkg-comment	Thu Jan 25 00:52:42 2001
 @@ -1 +1 @@
 -AVI player/converter with numerous codecs, including MPEG-4(DivX)
 +AVI player/converter with numerous codecs, including MPEG-4(DivX ;-)
 diff -Nur graphics/avifile.old/pkg-descr graphics/avifile/pkg-descr
 --- graphics/avifile.old/pkg-descr	Tue Jan 23 18:18:28 2001
 +++ graphics/avifile/pkg-descr	Thu Jan 25 00:52:42 2001
 @@ -3,20 +3,36 @@
  Does not use Wine. It supports the following codecs:
  
  Video:
 -  ATI VCR-2
 -  Cinepak(R)
 -  DivX ;-)
 -  Indeo(R) Video 3.2, 4.1, 5.0
 -  Intel v.263
 -  Microsoft MPEG-4
 -  Microsoft Windows Media Video 7 (ASF)
 +- Win32 VfW DLLs:
 +    Indeo Video 3.2, 4.1
 +    Microsoft MPEG-4 v1 & v2 beta
 +    Microsoft MPEG-4 v3 ( also known as DivX ;-) )
 +    Cinepak Video
 +    ATI VCR-2
 +    I263
 +- Win32 DirectShow filters, decompression-only support:
 +    Microsoft MPEG-4 v3 ( this decoder is slower than VfW one, 
 +      but offers wider range of picture control features )
 +    Windows Media Video 7
 +    Indeo Video 5.0
 +    Motion JPEG ( using Morgan Multimedia shareware codec )
 +- Open-source plugins:
 +    Motion JPEG ( using libjpeg, very slow )
 +
  Audio:
 -  DivX ;-) Audio aka Windows Media Audio
 -  Microsoft GSM 6.10
 -  IMA ADPCM
 -  IMC (Intel Media Coder )
 -  MSN Audio
 -  MPEG Layer-1,2,3 Audio
 -  PCM
 +- Win32 ACM DLLs, decompression-only support:
 +    Windows Media Audio ( also known as DivX ;-) Audio )
 +    MS ADPCM
 +    Intel Music Codec
 +- Open-source plugins, decompression-only support:
 +    PCM
 +    AC3
 +    IMA ADPCM
 +    MPEG Layer-1,2,3 ( compression into MP3 is also supported )
 +    MSN Audio
 +    GSM 6.1 Audio
 +- Win32 DirectShow filters, untested decompression-only support:
 +    Voxware Metasound
 +    ACELP.net
  
  WWW: http://divx.euro.ru/
 diff -Nur graphics/avifile.old/pkg-message graphics/avifile/pkg-message
 --- graphics/avifile.old/pkg-message	Tue Jan 23 18:18:28 2001
 +++ graphics/avifile/pkg-message	Thu Jan 25 00:52:42 2001
 @@ -3,7 +3,7 @@
  This port requires a kernel built with
  the directive:
  
 -options USE_LDT
 +options USER_LDT
  
  Please, check the FreeBSD Handbook for instructions
  on building a custom kernel. If you do not know
 diff -Nur graphics/avifile.old/pkg-plist graphics/avifile/pkg-plist
 --- graphics/avifile.old/pkg-plist	Tue Jan 23 18:18:28 2001
 +++ graphics/avifile/pkg-plist	Thu Jan 25 00:55:19 2001
 @@ -60,7 +60,7 @@
  lib/win32/divxa32.acm
  lib/win32/divxc32.dll
  lib/win32/divxc32f.dll
 -lib/win32/i263_32.drv
 +lib/win32/acelpdec.ax
  lib/win32/iccvid.dll
  lib/win32/imc32.acm
  lib/win32/ir32_32.dll
 @@ -72,6 +72,8 @@
  lib/win32/m3jpeg32.dll
  lib/win32/mpg4c32.dll
  lib/win32/msadp32.acm
 +lib/win32/msms001.vwp
 +lib/win32/voxmsdec.ax
  lib/win32/wmvds32.ax
  @dirrm lib/win32
  lib/libaviplay.la
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101261910.f0QJA1j52343>