aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-01-21 20:37:32 +0800
committermiwi <miwi@FreeBSD.org>2008-01-21 20:37:32 +0800
commit95c2b69a02d69bcb4d0ca517326edfc544e8bb39 (patch)
tree4f264ed52611a3795e097fbe1545940c320957ec /multimedia
parent71dc698272ef6b4ca671187f773200e395104f27 (diff)
downloadfreebsd-ports-gnome-95c2b69a02d69bcb4d0ca517326edfc544e8bb39.tar.gz
freebsd-ports-gnome-95c2b69a02d69bcb4d0ca517326edfc544e8bb39.tar.zst
freebsd-ports-gnome-95c2b69a02d69bcb4d0ca517326edfc544e8bb39.zip
- Adding an important tip for vtk5 users
PR: 119836 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vtkmpeg2encode/pkg-message17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/vtkmpeg2encode/pkg-message b/multimedia/vtkmpeg2encode/pkg-message
index 82045d41f3c8..abd2ae570a89 100644
--- a/multimedia/vtkmpeg2encode/pkg-message
+++ b/multimedia/vtkmpeg2encode/pkg-message
@@ -1,3 +1,20 @@
+*****************************************************************************
+
The MPEG2 format and all software that uses it is subject to patent
restrictions. Please see http://www.mpegla.com/m2/m2-agreement.cfm
for more information.
+
+********************************* IMPORTANT *********************************
+
+Installing this port does not enable MPEG2 functionality in math/vtk5.
+If math/vtk5 was built without the VTKMPEG2 option, it must be rebuilt
+and reinstalled with VTKMPEG2 turned on in order to enable the MPEG2
+functionality:
+
+cd /usr/ports/math/vtk5
+make deinstall
+make clean
+make config
+make reinstall
+
+*****************************************************************************