1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Revert to wxgtk2-2.6 to fix volume bar position [1]

- Bump PORTREVISION [1]
- Revert inttypes.h patch [2]

PR:		118104 [1]
		124665 [2]
Submitted by:	Mark Kane <mark@mkproductions.org> [1]
		Rafael Carre <funman@videolan.org> (maintainer) [2]
Approved by:	maintainer
This commit is contained in:
Pietro Cerutti 2008-06-24 11:02:06 +00:00
parent 9d5cbdc3ea
commit 19b99d8af6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215679
2 changed files with 14 additions and 4 deletions

View File

@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6h
PORTREVISION= 0
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@ -63,8 +63,6 @@ OPTIONS+= X264 "Enable H.264/AVC codec support" On
CONFLICTS= vlc-devel-[0-9]*
WITH_VLC_DEFAULT_FONT?= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@ -99,6 +97,8 @@ MAN1= vlc.1 \
.include <bsd.port.pre.mk>
WITH_VLC_DEFAULT_FONT?= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf
.if ${PERL_LEVEL} < 500800
BROKEN= Does not compile with perl ${PERL_VERSION}
.endif
@ -172,7 +172,7 @@ CONFIGURE_ARGS+=--disable-loader
.endif
.if !defined(WITHOUT_WXGTK)
USE_WX= 2.8
USE_WX= 2.6
WX_UNICODE= yes
CONFIGURE_ARGS+=--enable-wxwidgets
.else

View File

@ -0,0 +1,10 @@
--- 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