Build with libnotify support. From Brad.
This commit is contained in:
parent
aad20716cf
commit
5ed5681579
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.89 2010/05/09 00:16:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.90 2010/05/16 08:37:48 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT-main= VideoLAN client; multimedia player
|
||||
|
||||
V= 1.0.6
|
||||
DISTNAME= vlc-${V}
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
PKGNAME-main= ${DISTNAME}p1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@ -50,14 +50,18 @@ LIB_DEPENDS-main=${LIB_DEPENDS} \
|
||||
speex::audio/speex \
|
||||
tag::audio/taglib \
|
||||
dca::audio/libdca \
|
||||
proxy::net/libproxy
|
||||
proxy::net/libproxy \
|
||||
notify::devel/libnotify
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
WANTLIB-main= GL GLU ICE SM SDL X11 Xau Xdmcp Xext Xinerama \
|
||||
Xrandr Xrender Xv Xxf86vm bz2 c expat faac fontconfig \
|
||||
freetype jpeg m mp3lame oil-0.3 ogg pthread-stubs \
|
||||
pthread stdc++.>=46.0 sndio tiff usbhid vorbis vorbisenc \
|
||||
xcb-keysyms xcb z
|
||||
WANTLIB-main= GL GLU ICE SM SDL X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
|
||||
Xext Xfixes Xi Xinerama Xrandr Xrender Xv Xxf86vm atk-1.0 bz2 \
|
||||
c cairo dbus-glib-1 expat faac fontconfig freetype gdk-x11-2.0 \
|
||||
gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
||||
gthread-2.0 gtk-x11-2.0 jpeg m mp3lame oil-0.3 ogg pango-1.0 \
|
||||
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 pthread-stubs pthread \
|
||||
stdc++.>=46.0 sndio tiff usbhid vorbis vorbisenc xcb-keysyms \
|
||||
xcb-render xcb-render-util xcb z
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
@ -82,7 +86,6 @@ CONFIGURE_ARGS+=--disable-altivec \
|
||||
--disable-lua \
|
||||
--disable-mod \
|
||||
--disable-mtp \
|
||||
--disable-notify \
|
||||
--disable-oss \
|
||||
--disable-pulse \
|
||||
--disable-remoteosd \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2010/05/09 00:16:26 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.10 2010/05/16 08:37:48 sthen Exp $
|
||||
@pkgpath x11/vlc
|
||||
%%amd64%%
|
||||
%%i386%%
|
||||
@ -505,6 +505,9 @@ lib/vlc/misc/liblogger_plugin.so
|
||||
@comment lib/vlc/misc/libmemcpy_plugin.a
|
||||
lib/vlc/misc/libmemcpy_plugin.la
|
||||
lib/vlc/misc/libmemcpy_plugin.so
|
||||
@comment lib/vlc/misc/libnotify_plugin.a
|
||||
lib/vlc/misc/libnotify_plugin.la
|
||||
lib/vlc/misc/libnotify_plugin.so
|
||||
@comment lib/vlc/misc/libosd_parser_plugin.a
|
||||
lib/vlc/misc/libosd_parser_plugin.la
|
||||
lib/vlc/misc/libosd_parser_plugin.so
|
||||
@ -829,19 +832,9 @@ share/doc/vlc/bugreport-howto.txt
|
||||
share/doc/vlc/fortunes.txt
|
||||
share/doc/vlc/intf-cdda.txt
|
||||
share/doc/vlc/intf-vcd.txt
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/128x128/
|
||||
share/icons/hicolor/128x128/apps/
|
||||
share/icons/hicolor/128x128/apps/vlc.png
|
||||
share/icons/hicolor/16x16/
|
||||
share/icons/hicolor/16x16/apps/
|
||||
share/icons/hicolor/16x16/apps/vlc.png
|
||||
share/icons/hicolor/32x32/
|
||||
share/icons/hicolor/32x32/apps/
|
||||
share/icons/hicolor/32x32/apps/vlc.png
|
||||
share/icons/hicolor/48x48/
|
||||
share/icons/hicolor/48x48/apps/
|
||||
share/icons/hicolor/48x48/apps/vlc.png
|
||||
share/locale/af/LC_MESSAGES/vlc.mo
|
||||
share/locale/ar/LC_MESSAGES/vlc.mo
|
||||
@ -890,8 +883,6 @@ share/locale/mk/LC_MESSAGES/vlc.mo
|
||||
share/locale/ml/LC_MESSAGES/vlc.mo
|
||||
share/locale/mn/LC_MESSAGES/vlc.mo
|
||||
share/locale/ms/LC_MESSAGES/vlc.mo
|
||||
share/locale/my/
|
||||
share/locale/my/LC_MESSAGES/
|
||||
share/locale/my/LC_MESSAGES/vlc.mo
|
||||
share/locale/nb/LC_MESSAGES/vlc.mo
|
||||
share/locale/ne/LC_MESSAGES/vlc.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user