Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2008 13:40:38 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        funman@videolan.org
Subject:   ports/125834: [PATCH] multimedia/vlc: Update to 0.8.6i
Message-ID:  <200807211740.m6LHecgZ087901@kirby.cyberbotx.com>
Resent-Message-ID: <200807211750.m6LHo1en069704@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125834
>Category:       ports
>Synopsis:       [PATCH] multimedia/vlc: Update to 0.8.6i
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 21 17:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.0-STABLE FreeBSD 7.0-STABLE #2: Fri Jul 18 21:21:17 EDT 2008
>Description:
Update to 0.8.6i

Also fixes problem with building Mozilla plugin, should use xulrunner

Removed file(s):
- files/patch-modules-visualization-galaktos_PCM.c

Port maintainer (funman@videolan.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- vlc-0.8.6.i,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/vlc/Makefile /kirby/shared/ports/vlc/Makefile
--- /usr/ports/multimedia/vlc/Makefile	2008-06-24 07:02:06.000000000 -0400
+++ /kirby/shared/ports/vlc/Makefile	2008-07-19 08:06:58.000000000 -0400
@@ -9,8 +9,7 @@
 #
 
 PORTNAME=	vlc
-DISTVERSION=	0.8.6h
-PORTREVISION=	1
+DISTVERSION=	0.8.6i
 PORTEPOCH=	2
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@@ -367,8 +366,7 @@
 .endif
 
 .if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITHOUT_VLC_MOZILLA_PLUGIN)
-USE_GECKO=	firefox mozilla seamonkey nvu
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
+USE_GECKO=	xulrunner firefox3 firefox mozilla seamonkey nvu
 CONFIGURE_ENV+=	MOZILLA_CONFIG="${GECKO_CONFIG}" \
 		XPIDL="${XPIDL}" \
 		XPIDL_INCL="${XPIDL_INCL}"
diff -ruN --exclude=CVS /usr/ports/multimedia/vlc/distinfo /kirby/shared/ports/vlc/distinfo
--- /usr/ports/multimedia/vlc/distinfo	2008-06-12 06:03:35.000000000 -0400
+++ /kirby/shared/ports/vlc/distinfo	2008-07-16 14:38:48.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (vlc-0.8.6h.tar.bz2) = 4a6eece2f56d4ad5dfa786e934d2b4a8
-SHA256 (vlc-0.8.6h.tar.bz2) = 50ed87c869228274043b7fa468f908fe6ee571196510177593c701d99b357221
-SIZE (vlc-0.8.6h.tar.bz2) = 11762435
+MD5 (vlc-0.8.6i.tar.bz2) = 3c90520c9f22a68d287458d5a8af989e
+SHA256 (vlc-0.8.6i.tar.bz2) = a866768f7dd8254c62e059327094073800ed968214b5b35e2682eb81f448214f
+SIZE (vlc-0.8.6i.tar.bz2) = 11786172
diff -ruN --exclude=CVS /usr/ports/multimedia/vlc/files/patch-modules-visualization-galaktos_PCM.c /kirby/shared/ports/vlc/files/patch-modules-visualization-galaktos_PCM.c
--- /usr/ports/multimedia/vlc/files/patch-modules-visualization-galaktos_PCM.c	2008-06-24 07:02:06.000000000 -0400
+++ /kirby/shared/ports/vlc/files/patch-modules-visualization-galaktos_PCM.c	1969-12-31 19:00:00.000000000 -0500
@@ -1,10 +0,0 @@
---- modules/visualization/galaktos/PCM.c.orig	2008-06-24 00:46:12.000000000 +0200
-+++ modules/visualization/galaktos/PCM.c	2008-06-24 00:46:31.000000000 +0200
-@@ -32,6 +32,7 @@
- 
- #include <stdlib.h>
- #include <stdio.h>
-+#include <inttypes>
- 
- double **PCMd;    //data structure to store PCM data  PCM[channels][maxsamples]
- int maxsamples;   //size of PCM buffer
--- vlc-0.8.6.i,2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807211740.m6LHecgZ087901>