diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-20 09:53:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-20 09:53:15 +0000 |
commit | c0c0778ed66fa0847a617b4247cba26ff08e746f (patch) | |
tree | 0c73146bca531a28af14ba33a2875e8cd5266e9d /multimedia/ffmpeg/Makefile.common | |
parent | eecece8a19027bcc7cee24d32592c0e21c903b04 (diff) | |
download | pkgsrc-c0c0778ed66fa0847a617b4247cba26ff08e746f.tar.gz |
Update to 1.2.5:
1.2.5 was released on 2014-01-16. It is the latest stable FFmpeg
release from the 1.2 release branch, which was cut from master on
2013-03-07. Amongst lots of other changes, it includes all changes
from ffmpeg-mt, libav master of 2013-03-07, libav 9 as of 2013-03-07.
Diffstat (limited to 'multimedia/ffmpeg/Makefile.common')
-rw-r--r-- | multimedia/ffmpeg/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile.common b/multimedia/ffmpeg/Makefile.common index 42958ca6660..c1fdc0eec2e 100644 --- a/multimedia/ffmpeg/Makefile.common +++ b/multimedia/ffmpeg/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2013/10/06 16:33:23 wiz Exp $ +# $NetBSD: Makefile.common,v 1.36 2014/02/20 09:53:15 wiz Exp $ # used by multimedia/ffplay/Makefile # used by multimedia/ffmpeg/Makefile @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 -DISTVERSION= 1.2.4 +DISTVERSION= 1.2.5 PREV_PKGPATH= multimedia/ffmpeg-devel PATCHDIR= ${.CURDIR}/../../multimedia/ffmpeg/patches |