e92d716fcf
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.)
29 lines
647 B
Makefile
29 lines
647 B
Makefile
# 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>
|