diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-01-14 22:40:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-01-14 22:40:18 +0800 |
commit | ae3488f77d018a32281618cb2039a628bed8b638 (patch) | |
tree | 367c6bad62eb85d706ad3f3651cb563276a13749 /multimedia/yamdi | |
parent | 6f05db26bd90d3e4ffbec89856e5ea594e4c9f80 (diff) | |
download | freebsd-ports-graphics-ae3488f77d018a32281618cb2039a628bed8b638.tar.gz freebsd-ports-graphics-ae3488f77d018a32281618cb2039a628bed8b638.tar.zst freebsd-ports-graphics-ae3488f77d018a32281618cb2039a628bed8b638.zip |
- Update to 1.7
Changes:
1.7:
- [Fix] off-by-one bug while indexing an FLV file
1.6:
- [Fix] Large file support
- [Fix] VP62 occasional wrong width/height detection [jgreer-zencoder]
- [Add] onLastKeyframe event with -k
- [Add] onLastSecond event with -s. -l deprecated
- [Add] Strip all metadata with -M
- [Add] Omit the keyframes tag in the XML output with -X.
PR: ports/153970
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'multimedia/yamdi')
-rw-r--r-- | multimedia/yamdi/Makefile | 2 | ||||
-rw-r--r-- | multimedia/yamdi/distinfo | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/yamdi/Makefile b/multimedia/yamdi/Makefile index 0c22953869f..897adaf24e9 100644 --- a/multimedia/yamdi/Makefile +++ b/multimedia/yamdi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yamdi -PORTVERSION= 1.5 +PORTVERSION= 1.7 CATEGORIES= multimedia MASTER_SITES= SF diff --git a/multimedia/yamdi/distinfo b/multimedia/yamdi/distinfo index e26cf793b08..e25400ce5bb 100644 --- a/multimedia/yamdi/distinfo +++ b/multimedia/yamdi/distinfo @@ -1,3 +1,2 @@ -MD5 (yamdi-1.5.tar.gz) = a15bd84e6b96288dc27bc53e4af5c96a -SHA256 (yamdi-1.5.tar.gz) = 37e1c3d535c1ed2db31a0fefa6c2d1087378dd3e4c252fb0954a0dfdbc4d907c -SIZE (yamdi-1.5.tar.gz) = 12986 +SHA256 (yamdi-1.7.tar.gz) = b1792e529e35655b06da754b1aabda3f3b538101a6ebe46f1e9023206884c379 +SIZE (yamdi-1.7.tar.gz) = 15711 |