pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Update to 1.0.1. Notable fixes and impr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/608006adf30b
branches:  trunk
changeset: 398341:608006adf30b
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Sat Aug 29 13:51:56 2009 +0000

description:
Update to 1.0.1. Notable fixes and improvements include:

- fix flv and mpeg2 seeking,
- fixes for wmv, wav, rtsp and ssa support,
- fixes for Qt and Mac OS X interface,
- fix an integer underflow in Real pseudo-RTSP module,
- updates of some translations,
- port of the ZVBI module to Windows for full teletext support and
- codecs updates for Windows and Mac OS X versions.

diffstat:

 multimedia/vlc/Makefile         |   5 ++---
 multimedia/vlc/distinfo         |   9 ++++-----
 multimedia/vlc/patches/patch-aa |  11 -----------
 3 files changed, 6 insertions(+), 19 deletions(-)

diffs (50 lines):

diff -r 69e43b182295 -r 608006adf30b multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Sat Aug 29 13:49:20 2009 +0000
+++ b/multimedia/vlc/Makefile   Sat Aug 29 13:51:56 2009 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.81 2009/08/26 19:56:48 sno Exp $
+# $NetBSD: Makefile,v 1.82 2009/08/29 13:51:56 hasso Exp $
 #
 
 DISTNAME=              vlc-${VLC_VERSION}
 CATEGORIES=            multimedia
-PKGREVISION=           2
 MASTER_SITES=          http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/
 EXTRACT_SUFX=          .tar.bz2
 
-VLC_VERSION=           1.0.0
+VLC_VERSION=           1.0.1
 
 MAINTAINER=            ahoka%NetBSD.org@localhost
 HOMEPAGE=              http://videolan.org/
diff -r 69e43b182295 -r 608006adf30b multimedia/vlc/distinfo
--- a/multimedia/vlc/distinfo   Sat Aug 29 13:49:20 2009 +0000
+++ b/multimedia/vlc/distinfo   Sat Aug 29 13:51:56 2009 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.29 2009/08/09 12:18:17 kefren Exp $
+$NetBSD: distinfo,v 1.30 2009/08/29 13:51:56 hasso Exp $
 
-SHA1 (vlc-1.0.0.tar.bz2) = fff08528d97d26f6f7faeafba94b445e0e3562e8
-RMD160 (vlc-1.0.0.tar.bz2) = 7d0ed52c580c75d09003788f5a2d27b7de18b410
-Size (vlc-1.0.0.tar.bz2) = 19973964 bytes
-SHA1 (patch-aa) = 49157d57e4e7755be87b22234d6c04ef997f91b6
+SHA1 (vlc-1.0.1.tar.bz2) = 4bd670f538651633c1115c8f4efc94211ff882ec
+RMD160 (vlc-1.0.1.tar.bz2) = 9604d3fd33888a058472ebda711ac17f78f8de3f
+Size (vlc-1.0.1.tar.bz2) = 19794042 bytes
 SHA1 (patch-configure) = 88a32710eea4987975839bf982d7a6958b977a5c
 SHA1 (patch-v4l2) = 1f91206f8e2f78514056386977a6c2230a710211
diff -r 69e43b182295 -r 608006adf30b multimedia/vlc/patches/patch-aa
--- a/multimedia/vlc/patches/patch-aa   Sat Aug 29 13:49:20 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- modules/access/rtsp/real.c.orig    2009-08-09 13:00:43.000000000 +0300
-+++ modules/access/rtsp/real.c 2009-08-09 13:01:54.000000000 +0300
-@@ -592,6 +592,8 @@ int real_get_rdt_chunk(rtsp_client_t *rt
- 
-   int n;
-   rmff_dump_pheader(ph, (char*)*buffer);
-+  if (ph->length < 12)
-+      return 0;
-   n=rtsp_read_data(rtsp_session, (uint8_t*)(*buffer + 12), ph->length - 12);
-   return (n <= 0) ? 0 : n+12;
- }



Home | Main Index | Thread Index | Old Index