New port:
The superset of win32 codecs for mplayer includes support for a lot of different movie types including - Inter Video 3.2, 4.1 - MPEG-4 v1,v2,v3 (DivX :-)) - Cinepack Video - WMA Audio, MPEG-Layer 1,2,3, GSM6.1 and much more. This compilation of codecs is provided by the makers of mplayer. WWW: http://mplayer.sourceforge.net Riggs told on ports (not gnats) > The problem is that Vladimir and I have worked out a little different > concept for this mplayer port: To divide it in 3 sections: fonts, > codecs and the program with docs. > (Anyway, the other ports isn't working for the make install target > though. FreeBSD doesn't support install -D.)
This commit is contained in:
parent
c03846137b
commit
e92d716fcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46622
@ -158,6 +158,7 @@
|
||||
SUBDIR += mpeg_stat
|
||||
SUBDIR += mpegedit
|
||||
SUBDIR += mpgtx
|
||||
SUBDIR += mplayer-codecs
|
||||
SUBDIR += mplayer-fonts
|
||||
SUBDIR += mplex
|
||||
SUBDIR += mtv
|
||||
|
29
graphics/mplayer-codecs/Makefile
Normal file
29
graphics/mplayer-codecs/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: mplayer-codecs
|
||||
# Date created: 10 August 2001
|
||||
# Whom: Thomas E. Zander
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mplayer-codecs
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= graphics audio
|
||||
MASTER_SITES= http://mp.dev.hu/MPlayer/releases/ \
|
||||
http://www.stud.uni-karlsruhe.de/~uedc/mplayer/
|
||||
DISTNAME= w32codec-${PORTVERSION}
|
||||
|
||||
MAINTAINER= riggs@rrr.de
|
||||
|
||||
RESTRICTED= Unsure of codec\'s license
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/mplayer-codecs
|
||||
@${CHMOD} 0555 ${PREFIX}/lib/mplayer-codecs
|
||||
@${INSTALL_DATA} ${WRKDIR}/* ${PREFIX}/lib/mplayer-codecs
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/mplayer-codecs/distinfo
Normal file
1
graphics/mplayer-codecs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (w32codec-0.18.zip) = 80afcd781e6c6a7d93989e9128d8c753
|
1
graphics/mplayer-codecs/pkg-comment
Normal file
1
graphics/mplayer-codecs/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A superset of win32 codecs to play movies with mplayer
|
13
graphics/mplayer-codecs/pkg-descr
Normal file
13
graphics/mplayer-codecs/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
The superset of win32 codecs for mplayer
|
||||
includes support for a lot of different movie types including
|
||||
|
||||
- Inter Video 3.2, 4.1
|
||||
- MPEG-4 v1,v2,v3 (DivX :-))
|
||||
- Cinepack Video
|
||||
- WMA Audio, MPEG-Layer 1,2,3, GSM6.1
|
||||
|
||||
and much more.
|
||||
|
||||
This compilation of codecs is provided by the makers of mplayer.
|
||||
|
||||
WWW: http://mplayer.sourceforge.net
|
35
graphics/mplayer-codecs/pkg-plist
Normal file
35
graphics/mplayer-codecs/pkg-plist
Normal file
@ -0,0 +1,35 @@
|
||||
lib/mplayer-codecs/acelpdec.ax
|
||||
lib/mplayer-codecs/asusasv2.dll
|
||||
lib/mplayer-codecs/asusasvd.dll
|
||||
lib/mplayer-codecs/ativcr2.dll
|
||||
lib/mplayer-codecs/avimszh.dll
|
||||
lib/mplayer-codecs/avizlib.dll
|
||||
lib/mplayer-codecs/divx_c32.ax
|
||||
lib/mplayer-codecs/divxa32.acm
|
||||
lib/mplayer-codecs/divxc32.dll
|
||||
lib/mplayer-codecs/huffyuv.dll
|
||||
lib/mplayer-codecs/i263_32.drv
|
||||
lib/mplayer-codecs/iccvid.dll
|
||||
lib/mplayer-codecs/icmw_32.dll
|
||||
lib/mplayer-codecs/imaadp32.acm
|
||||
lib/mplayer-codecs/ir32_32.dll
|
||||
lib/mplayer-codecs/ir41_32.dll
|
||||
lib/mplayer-codecs/ir50_32.dll
|
||||
lib/mplayer-codecs/l3codeca.acm
|
||||
lib/mplayer-codecs/lhacm.acm
|
||||
lib/mplayer-codecs/mcmjpg32.dll
|
||||
lib/mplayer-codecs/mpg4c32.dll
|
||||
lib/mplayer-codecs/mpg4ds32.ax
|
||||
lib/mplayer-codecs/msadp32.acm
|
||||
lib/mplayer-codecs/msg711.acm
|
||||
lib/mplayer-codecs/msgsm32.acm
|
||||
lib/mplayer-codecs/msh261.drv
|
||||
lib/mplayer-codecs/msms001.vwp
|
||||
lib/mplayer-codecs/msvidc32.dll
|
||||
lib/mplayer-codecs/qdv.dll
|
||||
lib/mplayer-codecs/tm20dec.ax
|
||||
lib/mplayer-codecs/tssoft32.acm
|
||||
lib/mplayer-codecs/voxmsdec.ax
|
||||
lib/mplayer-codecs/wmv8ds32.ax
|
||||
lib/mplayer-codecs/wmvds32.ax
|
||||
@dirrm lib/mplayer-codecs
|
Loading…
Reference in New Issue
Block a user