diff options
author | hq <hq@FreeBSD.org> | 2005-04-18 22:22:33 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-04-18 22:22:33 +0800 |
commit | d76a30574f735e95f812f2312e843a30fa9159f4 (patch) | |
tree | 5a286e2be518d54e3734777be36b84c8c479edd7 | |
parent | 0cf1b6695bc64f8750f317c9e7e8284380fd2fc0 (diff) | |
download | freebsd-ports-gnome-d76a30574f735e95f812f2312e843a30fa9159f4.tar.gz freebsd-ports-gnome-d76a30574f735e95f812f2312e843a30fa9159f4.tar.zst freebsd-ports-gnome-d76a30574f735e95f812f2312e843a30fa9159f4.zip |
Update to 0.8.0 with the following changes:
- Added support for multiple audio and subtitle streams in ogm and matroska
containers
- Added telecine, progressive and deinterlace support for NTSC DVD
- Added a denoise option
- Many fixes
-rw-r--r-- | multimedia/ogmrip/Makefile | 3 | ||||
-rw-r--r-- | multimedia/ogmrip/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index 7fe8ae4de604..f50cc9ede807 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ogmrip -PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTVERSION= 0.8.0 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/multimedia/ogmrip/distinfo b/multimedia/ogmrip/distinfo index 1d5d3ecc6691..db35c631ff1b 100644 --- a/multimedia/ogmrip/distinfo +++ b/multimedia/ogmrip/distinfo @@ -1,2 +1,2 @@ -MD5 (ogmrip-0.7.1.tar.gz) = 601470fc028b7c14b9e84455d198b8f9 -SIZE (ogmrip-0.7.1.tar.gz) = 489483 +MD5 (ogmrip-0.8.0.tar.gz) = 26d4b45af42a9721199c7cffb068ecf4 +SIZE (ogmrip-0.8.0.tar.gz) = 502386 |