pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg Depend on revsion 3.98.2nb1 or newer...
details: https://anonhg.NetBSD.org/pkgsrc/rev/83d6e217bae3
branches: trunk
changeset: 569063:83d6e217bae3
user: tron <tron%pkgsrc.org@localhost>
date: Tue Jan 05 23:12:54 2010 +0000
description:
Depend on revsion 3.98.2nb1 or newer of the "lame" package to make sure
that audio encoding actually works. Bump package revision.
Approved by Alistair Crooks.
diffstat:
multimedia/ffmpeg/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r caea61190c9e -r 83d6e217bae3 multimedia/ffmpeg/Makefile
--- a/multimedia/ffmpeg/Makefile Tue Jan 05 23:02:22 2010 +0000
+++ b/multimedia/ffmpeg/Makefile Tue Jan 05 23:12:54 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2009/09/25 11:10:21 tron Exp $
+# $NetBSD: Makefile,v 1.55 2010/01/05 23:12:54 tron Exp $
-PKGREVISION= 4
+PKGREVISION= 5
MAINTAINER= ahoka%NetBSD.org@localhost
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
@@ -31,6 +31,9 @@
.include "options.mk"
+# "lame-3.98" isn't compatible with "ffmpeg" which breaks audio encoding.
+BUILDLINK_ABI_DEPENDS.lame+= lame>=3.98.2nb1
+
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/ffmpeg/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index