diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-01-02 20:16:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-01-02 20:16:06 +0000 |
commit | c5d9fdc9ca0f2011e980cfb56f165a4b28330cef (patch) | |
tree | 1b1908b1ea4fe9e143103e34ecf1a3797b4c289e | |
parent | c5c8d6dd5f9393b656069569625f33980158ad82 (diff) | |
download | freebsd-ports-c5d9fdc9ca0f2011e980cfb56f165a4b28330cef.zip |
- Update to 0.8.5.20060102
-rw-r--r-- | multimedia/vlc-devel/Makefile | 21 | ||||
-rw-r--r-- | multimedia/vlc-devel/distinfo | 6 | ||||
-rw-r--r-- | multimedia/vlc-devel/files/patch-configure | 45 | ||||
-rw-r--r-- | multimedia/vlc-devel/files/patch-include_vlc_control.h | 56 |
4 files changed, 112 insertions, 16 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 15d1937b97ca..c3f0f1610ea3 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -228,11 +228,10 @@ # PORTNAME= vlc -DISTVERSION= 0.8.5.20051128 +DISTVERSION= 0.8.5.20060102 PORTREVISION= 0 CATEGORIES= multimedia audio ipv6 net www -MASTER_SITES= http://download2.videolan.org/pub/vlc/snapshots/ \ - http://download.videolan.org/pub/vlc/snapshots/ +MASTER_SITES= http://nightlies.videolan.org/build/source/ # http://download2.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/ \ # http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ # http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \ @@ -250,7 +249,7 @@ LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg CONFLICTS= vlc-*-0.8.4* -WRKSRC= ${WRKDIR}/${PORTNAME}-snapshot-${PORTVERSION:S/0.8.5.//} +WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.5-svn WITH_VLC_DEFAULT_FONT?= ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf @@ -279,7 +278,8 @@ CONFIGURE_ARGS+= --enable-ffmpeg \ --with-ffmpeg-zlib \ --disable-gnome \ --disable-gtk \ - --without-libintl-prefix + --without-libintl-prefix \ + --without-dv-raw1394 MAN1= vlc.1 \ vlc-config.1 @@ -299,11 +299,6 @@ CPPFLAGS+= -I${X11BASE}/include/wx-2.6/ BROKEN= "Does not compile with perl ${PERL_VERSION}" .endif -#.if ${ARCH}=="amd64" -# Maybe this works now?? -#WITH_WXGTK_VER= 2.4 -#.endif - # compatible knobs. .if defined(WITH_DEBUG) DEBUG= yes @@ -407,9 +402,9 @@ CONFIGUE_ARGS+= --disable-bonjour LIB_DEPENDS+= vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ cdio.6:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ - --enable-libcddb \ - --enable-libcdio \ - --enable-cddax + --disable-libcdio \ + --disable-libcddb \ + --disable-cddax .else CONFIGURE_ARGS+=--disable-vcd \ --disable-libcddb \ diff --git a/multimedia/vlc-devel/distinfo b/multimedia/vlc-devel/distinfo index 194699a2ffd7..9c7e71bdf9a1 100644 --- a/multimedia/vlc-devel/distinfo +++ b/multimedia/vlc-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (vlc-snapshot-20051128.tar.gz) = 684b60f212024ca1d9a0b0b2997bad41 -SHA256 (vlc-snapshot-20051128.tar.gz) = be94189011097265d0b98ba690dec50d5eb15e3c59a83d2fa36f78e3a881113b -SIZE (vlc-snapshot-20051128.tar.gz) = 10598222 +MD5 (vlc-snapshot-20060102.tar.gz) = dbd19e4e7b4f71646425db315bf6bbff +SHA256 (vlc-snapshot-20060102.tar.gz) = 717870dfbdb99ae6cdeb1c2813027354519813d0619a5efa44d1992fb3f17197 +SIZE (vlc-snapshot-20060102.tar.gz) = 10797391 diff --git a/multimedia/vlc-devel/files/patch-configure b/multimedia/vlc-devel/files/patch-configure new file mode 100644 index 000000000000..d5326ad5963f --- /dev/null +++ b/multimedia/vlc-devel/files/patch-configure @@ -0,0 +1,45 @@ +--- configure.orig Sun Jan 1 18:01:13 2006 ++++ configure Mon Jan 2 14:38:53 2006 +@@ -21195,11 +21195,7 @@ + done + + else +- echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6 +- { { echo "$as_me:$LINENO: error: cannot find ${with_dv_raw1394}/include/libraw1394/raw1394.h" >&5 +-echo "$as_me: error: cannot find ${with_dv_raw1394}/include/libraw1394/raw1394.h" >&2;} +- { (exit 1); exit 1; }; } ++ echo "not found" + fi + else + +@@ -21361,8 +21357,7 @@ + if test -n "${enable_dv}" + then + { { echo "$as_me:$LINENO: error: cannot find libraw1394 headers" >&5 +-echo "$as_me: error: cannot find libraw1394 headers" >&2;} +- { (exit 1); exit 1; }; } ++echo "$as_me: error: cannot find libraw1394 headers" >&2;} ;} + fi + + fi +@@ -21381,8 +21376,7 @@ + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + { { echo "$as_me:$LINENO: error: cannot cd to ${real_dv_raw1394_tree}" >&5 +-echo "$as_me: error: cannot cd to ${real_dv_raw1394_tree}" >&2;} +- { (exit 1); exit 1; }; } ++echo "$as_me: error: cannot cd to ${real_dv_raw1394_tree}" >&2;} ;} + fi + if test -f "${real_dv_raw1394_tree}/src/.libs/libraw1394.a" + then +@@ -21610,8 +21604,7 @@ + if test -n "${enable_dv}" + then + { { echo "$as_me:$LINENO: error: cannot find libavc1394 headers" >&5 +-echo "$as_me: error: cannot find libavc1394 headers" >&2;} +- { (exit 1); exit 1; }; } ++echo "$as_me: error: cannot find libavc1394 headers" >&2;} ; } + fi + + fi diff --git a/multimedia/vlc-devel/files/patch-include_vlc_control.h b/multimedia/vlc-devel/files/patch-include_vlc_control.h new file mode 100644 index 000000000000..0cd3ac2d17f9 --- /dev/null +++ b/multimedia/vlc-devel/files/patch-include_vlc_control.h @@ -0,0 +1,56 @@ +--- /dev/null Mon Jan 2 14:48:08 2006 ++++ include/vlc_control.h Mon Jan 2 14:46:25 2006 +@@ -0,0 +1,53 @@ ++/***************************************************************************** ++ * control.h: private header for mediacontrol ++ ***************************************************************************** ++ * Copyright (C) 2005 the VideoLAN team ++ * $Id: vlc.h 10101 2005-03-02 16:47:31Z robux4 $ ++ * ++ * Authors: Olivier Aubert <olivier.aubert@liris.univ-lyon1.fr> ++ * ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation; either version 2 of the License, or ++ * (at your option) any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with this program; if not, write to the Free Software ++ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. ++ *****************************************************************************/ ++ ++#ifndef _VLC_PRIVATE_CONTROL_H ++#define _VLC_PRIVATE_CONTROL_H 1 ++ ++# ifdef __cplusplus ++extern "C" { ++# endif ++ ++#include <vlc/vlc.h> ++#include "vlc/control_structures.h" ++ ++typedef struct { ++ vlc_object_t *p_vlc; ++ playlist_t *p_playlist; ++ intf_thread_t *p_intf; ++ int vlc_object_id; ++} mediacontrol_Instance; ++ ++vlc_int64_t mediacontrol_unit_convert( input_thread_t *p_input, ++ mediacontrol_PositionKey from, ++ mediacontrol_PositionKey to, ++ vlc_int64_t value ); ++vlc_int64_t mediacontrol_position2microsecond( ++ input_thread_t *p_input, ++ const mediacontrol_Position *pos ); ++ ++# ifdef __cplusplus ++} ++# endif ++ ++#endif |