dcoppa d08c423a47 If the user gives some mplayer video output driver (vo) options in
the "Video Output" preferences they should be passed along on the
mplayer command line (upstream svn revision r222)

Minor string cleanups (upstream svn revision r223)
2013-07-12 09:58:56 +00:00

56 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.19 2013/07/12 09:58:56 dcoppa Exp $
COMMENT = gnome-mplayer toolkit
DISTNAME = gmtk-1.0.8
REVISION = 2
SHARED_LIBS = gmlib 2.0 \
gmtk 2.0
CATEGORIES = x11 devel
HOMEPAGE = http://kdekorte.googlepages.com/gmtk/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://gmtk.googlecode.com/files/
MODULES = devel/gettext \
textproc/intltool
WANTLIB = ICE SM X11 Xcomposite Xcursor Xdamage Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 \
atk-bridge-2.0 atspi cairo cairo-gobject \
dbus-1 expat ffi fontconfig freetype gdk-3 \
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 graphite2 gthread-2.0 gtk-3 \
harfbuzz m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \
pthread pthread-stubs xcb xcb-render xcb-shm z
LIB_DEPENDS = x11/gtk+3
RUN_DEPENDS = x11/mplayer
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--enable-gsettings \
--enable-gtk3 \
--disable-gconf \
--disable-keystore \
--with-gio \
--without-alsa \
--without-pulseaudio
NO_TEST = Yes
.include <bsd.port.mk>