diff options
author | wiz <wiz> | 2002-09-11 09:48:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-11 09:48:46 +0000 |
commit | 02167133401fbb966efd8af40e2340a58c98ac0e (patch) | |
tree | d6b997051cd2ccd4b043458bc2bfcda7c9bab5aa /audio | |
parent | f0753db7a8ae081f67e48a30f69717a4e70517e0 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | audio/gqmpeg/Makefile | 16 | ||||
-rw-r--r-- | audio/gqmpeg/distinfo | 6 |
2 files changed, 10 insertions, 12 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" diff --git a/audio/gqmpeg/distinfo b/audio/gqmpeg/distinfo index 4223b57fa99..1c090413468 100644 --- a/audio/gqmpeg/distinfo +++ b/audio/gqmpeg/distinfo @@ -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 |