diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-07 08:41:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-07 08:41:57 +0000 |
commit | c4a86d7ff6aea3e69424db3f87b4722c79a849fd (patch) | |
tree | a5985194b27873bedf26c55fb3c30546c277cf7b /graphics | |
parent | d02e2eeda98be4bb13857b100796458b9768eeff (diff) | |
download | pkgsrc-c4a86d7ff6aea3e69424db3f87b4722c79a849fd.tar.gz |
Update to 1.0.2, provided by the maintainer Quentin Garnier in PR 21488.
Changes:
- Imported changes that make the ogmtools compile and work under FreeBSD
(and possibly under other BSD variants as well); patch by
Andrew Williams <andrew.s.williams AT adelaide.edu.au>.
- Lots of fixes for endian handling (thanks for the large patch to
Andreas Schwab <schwab AT suse.de>).
- Fixed a segfault in ogmdemux (thanks to Tilmann Bitterberg).
- Made the OGM reader more error resiliant if the file is damaged.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ogmtools/Makefile | 4 | ||||
-rw-r--r-- | graphics/ogmtools/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ogmtools/Makefile b/graphics/ogmtools/Makefile index 18141a5c197..67547368a9a 100644 --- a/graphics/ogmtools/Makefile +++ b/graphics/ogmtools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/11 07:26:44 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/05/07 08:41:57 wiz Exp $ # -DISTNAME= ogmtools-1.0.1 +DISTNAME= ogmtools-1.0.2 CATEGORIES= graphics audio MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/ogmtools/distinfo b/graphics/ogmtools/distinfo index a6313bcff48..0a067e5d752 100644 --- a/graphics/ogmtools/distinfo +++ b/graphics/ogmtools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/04/11 07:26:44 salo Exp $ +$NetBSD: distinfo,v 1.2 2003/05/07 08:41:57 wiz Exp $ -SHA1 (ogmtools-1.0.1.tar.bz2) = 6fc28a856c26355e0ff5d5311a3c24673f1f0bd4 -Size (ogmtools-1.0.1.tar.bz2) = 188204 bytes +SHA1 (ogmtools-1.0.2.tar.bz2) = 41dc21443d524d786ca5717e994cebfbe29e8ddd +Size (ogmtools-1.0.2.tar.bz2) = 188734 bytes |