summaryrefslogtreecommitdiff
path: root/audio/gqmpeg/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-11 09:48:46 +0000
committerwiz <wiz>2002-09-11 09:48:46 +0000
commit02167133401fbb966efd8af40e2340a58c98ac0e (patch)
treed6b997051cd2ccd4b043458bc2bfcda7c9bab5aa /audio/gqmpeg/Makefile
parentf0753db7a8ae081f67e48a30f69717a4e70517e0 (diff)
downloadpkgsrc-02167133401fbb966efd8af40e2340a58c98ac0e.tar.gz
Update to 0.19.0, convert to buildlink2.
Changes: * Speed improvement when removing many songs at once from the playlist. * Fixed incorrect column location for text entry when editing comments in the playlist window. * Fixed bug causing flybys to never show when the delay between songs is set to 0 seconds. - Skin resizing speed improvements. - List scrolling speed improvements. - Added skin release info editing to the skin editor (comments button). - Added keyboard window sizing support. * Fixed list bugs when clicking on a non active row. * Fixed events being sent to a window twice. * Skin editor fixes. * Fixed initial path display in file dialogs.
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r--audio/gqmpeg/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile
index c8771c634a2..b594b81d985 100644
--- a/audio/gqmpeg/Makefile
+++ b/audio/gqmpeg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2002/09/01 09:22:34 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2002/09/11 09:48:46 wiz Exp $
#
-DISTNAME= gqmpeg-0.18.0
+DISTNAME= gqmpeg-0.19.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/}
@@ -10,13 +10,12 @@ HOMEPAGE= http://gqmpeg.sourceforge.net/
COMMENT= GTK+ front end to mpg123
BUILD_USES_MSGFMT= yes
-
DEPENDS+= mpg123>=0.59.18:../../audio/mpg123
DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools
DEPENDS+= xmp>=2.0.2:../../audio/xmp
-USE_BUILDLINK_ONLY= YES
-USE_X11BASE= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-included-gettext \
--datadir=${PREFIX}/${PKGLOCALEDIR}
@@ -36,8 +35,7 @@ pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/gnome/apps/Multimedia
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
-.include "../../devel/gettext-lib/buildlink.mk"
-.include "../../graphics/gdk-pixbuf/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"