freebsd-ports/multimedia/linux-xmovie/pkg-descr
Doug Barton 989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00

33 lines
794 B
Text

* xmovie
MPEG-2 and Quicktime movie player
WWW: http://heroines.sourceforge.net/xmovie.php3
documentation is in /usr/X11R6/share/doc/xmovie/.
* Tips
- If you use with 3.2-RELEASE, 3.3-RELEASE, 3.4-RELEASE,
it need to update /module/linux.ko file.
- Below options for kernel are useful for xmovie.
(SEE ALSO NOTES or LINT file in you source tree)
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
or
options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L
- If you use with 4.x-RELEASE, it need to add ``options USER_LDT''
in your kernel config.
- If you had ``failed to open /proc/cpuinfo',
add below line into your /etc/fstab file.
linproc /compat/linux/proc linprocfs rw 0 0