diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-01 14:04:20 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-01 14:04:20 +0000 |
commit | ce216f3e59f420584434222cf1c86cc826bccbb9 (patch) | |
tree | 1dfb775ea779cba0648260ed0d49de560d4b6254 /multimedia/mplayerxp/files/patch-ab | |
parent | o add the codecs from mplayer-codecs, this port will hold all win32 (diff) |
o update to 0.50 pre 1
o add script to "autodetect" some machine features such as 3DNow!
o it is no longer limitted to i386 arch (e.g., alpha, hurray :)
o make it CFLAGS safe
o add several WITH{,OUT} options
o depend on win32-codecs as of rev 1.12 win32-codecs/Makefile
instead of mplayer-codecs
o Makefile style: rearrange the file a bit to make it ports' style
compliant (easier to maintain)
o simplify targets with for/endfor constructs in post-install
o due to new features, update: COMMENT, DESCR, PKGMESSAGE
o fix all URI to include a trailing /
o support NOPORTDOCS in PLIST
Submitted by: MAINTAINER et al
Notes
Notes:
svn path=/head/; revision=48312
Diffstat (limited to 'multimedia/mplayerxp/files/patch-ab')
-rw-r--r-- | multimedia/mplayerxp/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/mplayerxp/files/patch-ab b/multimedia/mplayerxp/files/patch-ab deleted file mode 100644 index dd5250a5197a..000000000000 --- a/multimedia/mplayerxp/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -*** /home/volodya/usr/ports/graphics/mplayer/work/MPlayer-0.18pre5/DOCS/FREEBSD Thu Jun 21 03:06:40 2001 ---- DOCS/FREEBSD Thu Aug 16 03:54:08 2001 -*************** -*** 6,11 **** ---- 6,13 ---- - - 2. To run mplayer you will need to re-compile the kernel with - "options USER_LDT" (unless you are running -CURRENT, where this is default). -+ If you have a CPU with SSE also use "options CPU_ENABLE_SSE" to use it -+ (FreeBSD-STABLE required, or use kernel patches). - - 3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a - symbolic link : ln -s /dev/<your_cdrom_device> /dev/cdrom |