fca0ac2486
Development 1.0.9 Don't force a minimum size on the tracker 1.0.9b Only do the media player allocation event if no video is present Fix parameter warning to gtk_widget_get_visible Add backend variable to gmtk.pc Run autoreconf Updated Hungarian translation Updated Polish translation Updated Portuguese translation Add key bindings for h tv_step_channel down and k tv_step_channel up 1.0.9a Only emit size_allocation when the widget is visible Fix bug where title was getting reset when genre was found Fix gnome-mplayer Issue 683 more granular gmtk_media_player - fix OSD messages so they only displayed for level 1 and higher gmtk_media_player - exclude input.conf from file not found message Use case inspecific parsing of metadata attributes fixes issue #13
30 lines
761 B
Makefile
30 lines
761 B
Makefile
# $NetBSD: Makefile,v 1.26 2014/09/13 02:40:38 obache Exp $
|
|
#
|
|
|
|
DISTNAME= gmtk-1.0.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://gmtk.googlecode.com/svn/packages/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/gmtk/
|
|
COMMENT= Gnome-mplayer toolkit
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config intltool msgfmt
|
|
|
|
PKGCONFIG_OVERRIDE+= src/gmtk.pc.in
|
|
PKGCONFIG_OVERRIDE+= src/gmlib.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk3
|
|
CONFIGURE_ARGS+= --disable-gsettings
|
|
CONFIGURE_ARGS+= --enable-gconf
|
|
CONFIGURE_ARGS+= --disable-keystore
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|