diff options
author | cube <cube@pkgsrc.org> | 2005-03-22 14:58:55 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-03-22 14:58:55 +0000 |
commit | 66f61ba672bbfab5aa185a1f54c0d8387f945bd4 (patch) | |
tree | 216e65269c04af63d4d1ca29f8fdad81f39d779a /audio/gkrellm-volume/Makefile | |
parent | 03b2910075f410c6897a524601a355af0f623899 (diff) | |
download | pkgsrc-66f61ba672bbfab5aa185a1f54c0d8387f945bd4.tar.gz |
Update to 2.1.13.
2.1.13:
* Brown paper bag bug in alsa backend introduced in the previous version.
2.1.12:
* Fix mousewheel scrolling in the balance slider (pointed out by
Philip Lafleur <headcheese@carolina.rr.com>)
* es translatoion by YoaR <yoar@users.sourceforge.net>
* Backend support for switches, not available in the frontend yet
2.1.11:
* Added alsa support !
2.1.10:
* Updated french translation by Jérôme UZEL <jerome.uzel@free.fr>
* Fixed some spelling errors in the info thanks to A Costa <agcosta@gis.net>
* React on horizontal scrolling correctly
Diffstat (limited to 'audio/gkrellm-volume/Makefile')
-rw-r--r-- | audio/gkrellm-volume/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/gkrellm-volume/Makefile b/audio/gkrellm-volume/Makefile index c3f712fad69..18a4ba86fbb 100644 --- a/audio/gkrellm-volume/Makefile +++ b/audio/gkrellm-volume/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:13:05 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/03/22 14:58:55 cube Exp $ -DISTNAME= gkrellm-volume-2.1.9 -WRKSRC= ${WRKDIR}/gkrellm-volume -PKGREVISION= 2 +DISTNAME= gkrellm-volume-2.1.13 CATEGORIES= audio MASTER_SITES= http://gkrellm.luon.net/files/ @@ -15,6 +13,7 @@ BUILD_USES_MSGFMT= YES USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= YES +WRKSRC= ${WRKDIR}/gkrellm-volume MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale \ enable_nls=1 |