- add live555 support
from brad ok robert@
This commit is contained in:
parent
c2b0a0cb83
commit
60afd097c3
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2007/04/08 17:34:20 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2007/04/19 09:22:09 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "videolan client; multimedia player"
|
||||
V= 0.8.6
|
||||
DISTNAME= vlc-${V}
|
||||
PKGNAME= vlc-${V}p3
|
||||
PKGNAME= vlc-${V}p4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/
|
||||
|
||||
@ -22,6 +22,7 @@ USE_X11= Yes
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS+= ::net/livemedia
|
||||
LIB_DEPENDS= SDL_image.>=1.3::devel/sdl-image \
|
||||
png.>=4.1::graphics/png \
|
||||
id3tag.>=3.0::audio/libid3tag \
|
||||
@ -59,7 +60,6 @@ CONFIGURE_ARGS+=--disable-pth \
|
||||
--disable-debug \
|
||||
--disable-release \
|
||||
--without-contrib \
|
||||
--disable-livedotcom \
|
||||
--disable-v4l \
|
||||
--disable-pvr \
|
||||
--disable-vcdx \
|
||||
@ -155,7 +155,9 @@ CONFIGURE_ARGS+=--enable-ncurses \
|
||||
--enable-mpc \
|
||||
--enable-wxwidgets \
|
||||
--enable-dvdread \
|
||||
--enable-dvdnav
|
||||
--enable-dvdnav \
|
||||
--enable-live555 \
|
||||
--with-live555-tree=${LOCALBASE}/live
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.24 2007/04/08 17:34:20 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.25 2007/04/19 09:22:09 ajacoutot Exp $
|
||||
%%altivec%%
|
||||
%%win32%%
|
||||
%%x86opt%%
|
||||
@ -147,6 +147,7 @@ lib/vlc/demux/libxa_plugin.so
|
||||
lib/vlc/gui/
|
||||
lib/vlc/gui/libncurses_plugin.so
|
||||
lib/vlc/gui/libwxwidgets_plugin.so
|
||||
lib/vlc/liblive555.a
|
||||
lib/vlc/libtheora.a
|
||||
lib/vlc/libxvideo.a
|
||||
lib/vlc/misc/
|
||||
|
Loading…
Reference in New Issue
Block a user