enable matroska (.mka/.mkv) and musepack (.mpc) support
This commit is contained in:
parent
679f717c72
commit
a31a7ba6c7
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2006/03/20 05:53:18 jakemsr Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2006/03/22 01:33:06 jolan Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "videolan client; multimedia player"
|
||||
V= 0.8.4a
|
||||
DISTNAME= vlc-${V}
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/
|
||||
|
||||
@ -37,11 +37,14 @@ LIB_DEPENDS= SDL_image.1.3::devel/sdl-image \
|
||||
a52.0.0::audio/liba52 \
|
||||
theora.1::multimedia/libtheora \
|
||||
xml2.9::textproc/libxml \
|
||||
FLAC.7.0::audio/flac
|
||||
FLAC.7.0::audio/flac \
|
||||
mpcdec.1::audio/libmpcdec \
|
||||
matroska.0::multimedia/libmatroska \
|
||||
ebml.0::textproc/libebml
|
||||
|
||||
WANTLIB= X11 Xext Xinerama Xv c freetype m ncurses ossaudio \
|
||||
pthread usbhid z \
|
||||
SDL jpeg
|
||||
pthread stdc++ usbhid z \
|
||||
SDL jpeg tiff
|
||||
|
||||
CONFIGURE_STYLE=autoconf
|
||||
AUTOCONF_VERSION=2.59
|
||||
@ -96,7 +99,6 @@ CONFIGURE_ARGS+=--disable-pth \
|
||||
--disable-libcddb \
|
||||
--disable-cdda \
|
||||
--disable-vcd \
|
||||
--disable-mkv \
|
||||
--disable-quicktime \
|
||||
--disable-dts \
|
||||
--disable-x264 \
|
||||
@ -122,7 +124,6 @@ CONFIGURE_ARGS+=--disable-pth \
|
||||
--disable-cmml \
|
||||
--disable-shout \
|
||||
--disable-gnomevfs \
|
||||
--disable-mpc \
|
||||
--disable-real \
|
||||
--disable-realrtsp \
|
||||
--disable-cyberlink \
|
||||
@ -152,7 +153,9 @@ CONFIGURE_ARGS+=--enable-ncurses \
|
||||
--enable-libxml2 \
|
||||
--enable-faad \
|
||||
--enable-theora \
|
||||
--enable-flac
|
||||
--enable-flac \
|
||||
--enable-mkv \
|
||||
--enable-mpc
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.18 2005/12/24 09:01:17 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.19 2006/03/22 01:33:06 jolan Exp $
|
||||
%%SHARED%%
|
||||
%%altivec%%
|
||||
%%win32%%
|
||||
@ -105,6 +105,7 @@ lib/vlc/demux/libid3tag_plugin.so
|
||||
lib/vlc/demux/libm3u_plugin.so
|
||||
lib/vlc/demux/libm4v_plugin.so
|
||||
lib/vlc/demux/libmp4_plugin.so
|
||||
lib/vlc/demux/libmpc_plugin.so
|
||||
lib/vlc/demux/libmpga_plugin.so
|
||||
lib/vlc/demux/libmpgv_plugin.so
|
||||
lib/vlc/demux/libnsc_plugin.so
|
||||
@ -124,6 +125,7 @@ lib/vlc/demux/libxa_plugin.so
|
||||
lib/vlc/gui/
|
||||
lib/vlc/gui/libncurses_plugin.so
|
||||
lib/vlc/libffmpeg.a
|
||||
lib/vlc/libmkv.a
|
||||
lib/vlc/libstream_out_switcher.a
|
||||
lib/vlc/libtheora.a
|
||||
lib/vlc/libxvideo.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user