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.
This commit is contained in:
parent
a502380e75
commit
166e62e832
2 changed files with 10 additions and 12 deletions
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.19 2002/08/20 11:39:08 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.20 2002/09/11 09:48:46 wiz Exp $
|
||||
|
||||
SHA1 (gqmpeg-0.18.0.tar.gz) = 83ac354648f3c95c9b35a0b4a5b05258feea25f7
|
||||
Size (gqmpeg-0.18.0.tar.gz) = 956651 bytes
|
||||
SHA1 (gqmpeg-0.19.0.tar.gz) = a5bb948558cc16b86618837cf509186f2c1db3ce
|
||||
Size (gqmpeg-0.19.0.tar.gz) = 961647 bytes
|
||||
SHA1 (patch-aa) = 00f989d188bd6b578c492505204c68017f9445a1
|
||||
SHA1 (patch-ab) = b49b9fda51342dff25d097bbdaeee22657ea2dc6
|
||||
|
|
Loading…
Reference in a new issue