2010-11-15 06:11:34 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2010/11/15 11:11:34 dcoppa Exp $
|
2009-03-16 05:53:18 -04:00
|
|
|
|
|
|
|
COMMENT = GTK+/GNOME frontend for MPlayer
|
2010-11-08 10:04:15 -05:00
|
|
|
DISTNAME = gnome-mplayer-1.0.0
|
2010-11-15 06:11:34 -05:00
|
|
|
REVISION = 0
|
2009-03-16 05:53:18 -04:00
|
|
|
CATEGORIES = x11 multimedia
|
|
|
|
|
2010-03-29 08:16:07 -04:00
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
2009-03-16 05:53:18 -04:00
|
|
|
|
|
|
|
HOMEPAGE = http://kdekorte.googlepages.com/gnomemplayer
|
|
|
|
|
|
|
|
MASTER_SITES = http://gnome-mplayer.googlecode.com/files/
|
|
|
|
|
|
|
|
# GPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-08 10:04:15 -05:00
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
|
|
|
Xfixes Xi Xinerama Xrandr Xrender Xss Xxf86vm atk-1.0 c cairo \
|
|
|
|
dbus-1 dbus-glib-1 drm expat fontconfig freetype gdk-x11-2.0 \
|
2010-10-11 04:11:24 -04:00
|
|
|
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
2010-03-29 08:16:07 -04:00
|
|
|
gthread-2.0 gtk-x11-2.0 m neon pango-1.0 pangocairo-1.0 \
|
2010-07-30 05:23:28 -04:00
|
|
|
pangoft2-1.0 pixman-1 png pthread pthread-stubs musicbrainz3 \
|
2010-11-08 10:04:15 -05:00
|
|
|
xcb xcb-render xcb-shm z notify gpod curl
|
2009-03-16 05:53:18 -04:00
|
|
|
|
2010-11-08 10:04:15 -05:00
|
|
|
MODULES = devel/gettext
|
2009-03-16 05:53:18 -04:00
|
|
|
|
2010-07-30 05:23:28 -04:00
|
|
|
LIB_DEPENDS = ::devel/libnotify \
|
|
|
|
::audio/libgpod \
|
|
|
|
::audio/libmusicbrainz \
|
|
|
|
::net/curl
|
2009-03-16 05:53:18 -04:00
|
|
|
RUN_DEPENDS = ::devel/desktop-file-utils \
|
2010-03-29 08:16:07 -04:00
|
|
|
:gnome-icon-theme-*:x11/gnome/icon-theme \
|
2010-09-22 08:04:07 -04:00
|
|
|
:mplayer->=20090828:x11/mplayer
|
2009-03-16 05:53:18 -04:00
|
|
|
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
USE_GMAKE = Yes
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2009-03-16 05:53:18 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include \
|
|
|
|
-I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib \
|
|
|
|
-L${X11BASE}/lib -pthread"
|
2009-06-07 02:41:26 -04:00
|
|
|
CONFIGURE_ARGS = --with-gio \
|
2009-03-16 05:53:18 -04:00
|
|
|
--with-libnotify \
|
|
|
|
--with-libgpod \
|
2009-03-16 07:27:21 -04:00
|
|
|
--with-libmusicbrainz3 \
|
2010-09-22 08:04:07 -04:00
|
|
|
--enable-panscan \
|
2009-10-31 08:26:25 -04:00
|
|
|
--without-alsa \
|
|
|
|
--without-flat-volume \
|
2010-11-08 10:04:15 -05:00
|
|
|
--without-gconf \
|
2009-03-16 07:27:21 -04:00
|
|
|
--disable-nautilus
|
2009-03-16 05:53:18 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|