2014-03-18 06:50:18 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.84 2014/03/18 06:50:18 dcoppa Exp $
|
2009-03-16 09:53:18 +00:00
|
|
|
|
|
|
|
COMMENT = GTK+/GNOME frontend for MPlayer
|
2013-05-24 13:34:11 +00:00
|
|
|
|
2014-01-13 11:28:03 +00:00
|
|
|
V = 1.0.9b
|
|
|
|
DISTNAME = gnome-mplayer-${V}
|
2014-03-18 06:50:18 +00:00
|
|
|
REVISION = 1
|
2009-03-16 09:53:18 +00:00
|
|
|
CATEGORIES = x11 multimedia
|
|
|
|
|
2010-03-29 12:16:07 +00:00
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
2009-03-16 09:53:18 +00:00
|
|
|
|
2012-01-09 22:52:37 +00:00
|
|
|
HOMEPAGE = http://kdekorte.googlepages.com/gnomemplayer/
|
2009-03-16 09:53:18 +00:00
|
|
|
|
2013-08-07 21:31:12 +00:00
|
|
|
MASTER_SITES = https://gnome-mplayer.googlecode.com/files/
|
2009-03-16 09:53:18 +00:00
|
|
|
|
|
|
|
# GPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-05-24 08:31:37 +00:00
|
|
|
WANTLIB = X11 Xss atk-1.0 c cairo cairo-gobject \
|
2013-05-27 11:43:08 +00:00
|
|
|
dbus-1 dbus-glib-1 fontconfig freetype \
|
|
|
|
gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
|
|
|
gmlib>=2 gmtk>=2 gobject-2.0 gpod \
|
|
|
|
gthread-2.0 gtk-3 m notify pango-1.0 \
|
|
|
|
pangocairo-1.0 pangoft2-1.0 pthread z
|
2009-03-16 09:53:18 +00:00
|
|
|
|
2011-04-28 11:47:48 +00:00
|
|
|
MODULES = devel/gettext \
|
|
|
|
devel/dconf
|
2009-03-16 09:53:18 +00:00
|
|
|
|
2011-04-21 07:04:56 +00:00
|
|
|
LIB_DEPENDS = devel/libnotify>=0.7.2 \
|
2010-11-22 08:36:47 +00:00
|
|
|
audio/libgpod \
|
2011-04-21 07:04:56 +00:00
|
|
|
x11/dbus-glib \
|
2012-10-31 13:22:03 +00:00
|
|
|
x11/gmtk>=${V}
|
2010-11-22 08:36:47 +00:00
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
2011-12-03 23:20:52 +00:00
|
|
|
x11/gtk+2,-guic
|
2009-03-16 09:53:18 +00:00
|
|
|
|
2011-05-26 07:51:55 +00:00
|
|
|
|
2009-03-16 09:53:18 +00:00
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
2013-10-07 10:22:37 +00:00
|
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
AUTOCONF_VERSION = 2.69
|
2009-03-16 09:53:18 +00:00
|
|
|
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include \
|
|
|
|
-I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib \
|
2012-10-31 13:22:03 +00:00
|
|
|
-L${X11BASE}/lib"
|
2011-07-04 13:32:55 +00:00
|
|
|
CONFIGURE_ARGS = --with-dbus \
|
|
|
|
--with-gio \
|
2009-03-16 09:53:18 +00:00
|
|
|
--with-libgpod \
|
2011-07-04 13:32:55 +00:00
|
|
|
--with-libnotify \
|
2012-10-31 13:22:03 +00:00
|
|
|
--enable-gtk3 \
|
2009-10-31 12:26:25 +00:00
|
|
|
--without-alsa \
|
2013-05-24 08:31:37 +00:00
|
|
|
--without-libgda \
|
2013-05-27 11:43:08 +00:00
|
|
|
--without-libmusicbrainz3 \
|
2011-04-28 11:47:48 +00:00
|
|
|
--without-pulseaudio \
|
2013-10-07 10:37:57 +00:00
|
|
|
--disable-nautilus \
|
|
|
|
--disable-nemo
|
2009-03-16 09:53:18 +00:00
|
|
|
|
2012-01-09 12:10:22 +00:00
|
|
|
pre-install:
|
|
|
|
${SUBST_CMD} ${WRKBUILD}/apps.gnome-mplayer.preferences.gschema.xml
|
|
|
|
|
2009-03-16 09:53:18 +00:00
|
|
|
.include <bsd.port.mk>
|