re-enable liveMedia
tested by streaming MPEG TS via RTP unicast to/from i386 and amd64 from brad@
This commit is contained in:
parent
bdd1e35648
commit
b5e800ec10
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.58 2007/09/28 07:59:06 jakemsr Exp $
|
# $OpenBSD: Makefile,v 1.59 2007/10/03 04:12:43 jakemsr Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ COMMENT= videolan client; multimedia player
|
|||||||
|
|
||||||
V= 0.8.6c
|
V= 0.8.6c
|
||||||
DISTNAME= vlc-${V}
|
DISTNAME= vlc-${V}
|
||||||
PKGNAME= ${DISTNAME}p3
|
PKGNAME= ${DISTNAME}p4
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/
|
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ USE_LIBTOOL= Yes
|
|||||||
USE_X11= Yes
|
USE_X11= Yes
|
||||||
|
|
||||||
MODULES= devel/gettext
|
MODULES= devel/gettext
|
||||||
|
BUILD_DEPENDS+= ::net/livemedia
|
||||||
LIB_DEPENDS= SDL_image.>=1.3::devel/sdl-image \
|
LIB_DEPENDS= SDL_image.>=1.3::devel/sdl-image \
|
||||||
png.>=4.1::graphics/png \
|
png.>=4.1::graphics/png \
|
||||||
id3tag.>=3.0::audio/libid3tag \
|
id3tag.>=3.0::audio/libid3tag \
|
||||||
@ -62,7 +62,6 @@ CONFIGURE_ARGS+=--disable-pth \
|
|||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-release \
|
--disable-release \
|
||||||
--without-contrib \
|
--without-contrib \
|
||||||
--disable-live555 \
|
|
||||||
--disable-v4l \
|
--disable-v4l \
|
||||||
--disable-pvr \
|
--disable-pvr \
|
||||||
--disable-vcdx \
|
--disable-vcdx \
|
||||||
@ -159,7 +158,9 @@ CONFIGURE_ARGS+=--enable-ncurses \
|
|||||||
--enable-wxwidgets \
|
--enable-wxwidgets \
|
||||||
--enable-dvdread \
|
--enable-dvdread \
|
||||||
--enable-dvdnav \
|
--enable-dvdnav \
|
||||||
--enable-dvbpsi
|
--enable-dvbpsi \
|
||||||
|
--enable-live555 \
|
||||||
|
--with-live555-tree=${LOCALBASE}/live
|
||||||
|
|
||||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.30 2007/09/28 07:59:06 jakemsr Exp $
|
@comment $OpenBSD: PLIST,v 1.31 2007/10/03 04:12:43 jakemsr Exp $
|
||||||
%%altivec%%
|
%%altivec%%
|
||||||
%%win32%%
|
%%win32%%
|
||||||
%%x86opt%%
|
%%x86opt%%
|
||||||
@ -149,6 +149,7 @@ lib/vlc/demux/libxa_plugin.so
|
|||||||
lib/vlc/gui/
|
lib/vlc/gui/
|
||||||
lib/vlc/gui/libncurses_plugin.so
|
lib/vlc/gui/libncurses_plugin.so
|
||||||
lib/vlc/gui/libwxwidgets_plugin.so
|
lib/vlc/gui/libwxwidgets_plugin.so
|
||||||
|
lib/vlc/liblive555.a
|
||||||
lib/vlc/libmux_ts.a
|
lib/vlc/libmux_ts.a
|
||||||
lib/vlc/libtheora.a
|
lib/vlc/libtheora.a
|
||||||
lib/vlc/libxvideo.a
|
lib/vlc/libxvideo.a
|
||||||
|
Loading…
Reference in New Issue
Block a user