update to 0.53.3.
PR: 24631 Submitted by: maintainer
This commit is contained in:
parent
e7e5ac6550
commit
1215e22daa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37610
16 changed files with 148 additions and 84 deletions
|
@ -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 @@ MAINTAINER= holger@eit.uni-kl.de
|
|||
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 @@ CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \
|
|||
--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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,20 +3,36 @@ Windows binary codecs.
|
|||
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/
|
||||
|
|
|
@ -60,7 +60,7 @@ lib/win32/divx_c32.ax
|
|||
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/ir50_qcx.dll
|
|||
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
|
||||
|
|
|
@ -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 @@ MAINTAINER= holger@eit.uni-kl.de
|
|||
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 @@ CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \
|
|||
--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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,20 +3,36 @@ Windows binary codecs.
|
|||
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/
|
||||
|
|
|
@ -60,7 +60,7 @@ lib/win32/divx_c32.ax
|
|||
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/ir50_qcx.dll
|
|||
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
|
||||
|
|
|
@ -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 @@ MAINTAINER= holger@eit.uni-kl.de
|
|||
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 @@ CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \
|
|||
--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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,20 +3,36 @@ Windows binary codecs.
|
|||
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/
|
||||
|
|
|
@ -60,7 +60,7 @@ lib/win32/divx_c32.ax
|
|||
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/ir50_qcx.dll
|
|||
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
|
||||
|
|
|
@ -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 @@ MAINTAINER= holger@eit.uni-kl.de
|
|||
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 @@ CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \
|
|||
--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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,20 +3,36 @@ Windows binary codecs.
|
|||
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/
|
||||
|
|
|
@ -60,7 +60,7 @@ lib/win32/divx_c32.ax
|
|||
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/ir50_qcx.dll
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue