summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg045
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-10 17:54:33 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-10 17:54:33 +0000
commit5a1004688f57261302228f140760952f399e66f1 (patch)
tree1f7d4c69ec553813e286cca18f60a3b5c4eef09c /multimedia/ffmpeg045
parentreduce MASTER_SITES (diff)
- After repo copy from ffmpeg port:
o Add NO_LATEST_LINK since ffmpeg port will be shortly updated to later version of the same development branch o Add PKGMESSAGE explaining the differences between this and ffmpeg port Repo copied by: cvs (joe) Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=72851
Diffstat (limited to 'multimedia/ffmpeg045')
-rw-r--r--multimedia/ffmpeg045/Makefile3
-rw-r--r--multimedia/ffmpeg045/pkg-message16
2 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/ffmpeg045/Makefile b/multimedia/ffmpeg045/Makefile
index 0de5e6a4f254..b0db58d9fad2 100644
--- a/multimedia/ffmpeg045/Makefile
+++ b/multimedia/ffmpeg045/Makefile
@@ -29,6 +29,7 @@ CONFIGURE_ARGS= --cc="${CC}" --prefix="${PREFIX}" \
--extra-libs="-lm -L${LOCALBASE}/lib"
PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION}
INSTALLS_SHLIB= yes
+NO_LATEST_LINK= yes
SHLIB_VERSION= 0
#
@@ -173,6 +174,8 @@ post-install:
# add shared lib link
@${LN} -sf libavcodec.so \
${PREFIX}/lib/libavcodec.so.${SHLIB_VERSION}
+# show PKGMESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/multimedia/ffmpeg045/pkg-message b/multimedia/ffmpeg045/pkg-message
new file mode 100644
index 000000000000..7e3dd64d7df8
--- /dev/null
+++ b/multimedia/ffmpeg045/pkg-message
@@ -0,0 +1,16 @@
+ ATTENTIONATTENTION:
+
+ffmpeg users have reported that older version 0.4.5 encodes faster
+than later ffmpeg versions. Therefore, it might prove better for
+capturing purporses with Brooktree bktr(4) devices. The current
+ffmpeg port should be used for all other purposes unless you really
+need the additional speed.
+
+Do not install both ports at the same time. They install conflicting
+files.
+
+- ffmpeg 0.4.5
+ports/multimedia/ffmpeg045
+
+- ffmpeg current
+ports/multimedia/ffmpeg