diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-11-27 02:07:09 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-11-27 02:07:09 +0000 |
commit | cc48760cf89efe158a2284facf8fc05050b3fe4b (patch) | |
tree | 4adf5d2805ba66f4b404c5229451fcc161b2f536 /audio/gqmpeg/Makefile | |
parent | df302d528ba08b9531ea7fba9cf9f36fcdd49636 (diff) | |
download | pkgsrc-cc48760cf89efe158a2284facf8fc05050b3fe4b.tar.gz |
Update gqmpeg to 0.10.0. Changes:
* Added video4linux radio tuner support of /dev/radio,
stations are added by 'opening custom' and choosing
'Radio station'.
* Updated French translation.
* Allow user options entry for ogg123.
* Attempt to set the correct ogg123 device for the platform.
* Added (untested) support for mixers on Tru64 and HPUX.
* Added Russian ID3 tag support (configure --enable-russian).
* Show overwrite confirm dialog when overwriting a playlist.
* Fix closing of a pipe twice in ogg123 module.
* Fix incorrect warning flags during ogg123 playback.
* Make double size work again.
* Minor bug fixes.
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 696097a4355..2858311067f 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2001/11/02 01:24:05 hubertf Exp $ +# $NetBSD: Makefile,v 1.46 2001/11/27 02:07:09 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp -DISTNAME= gqmpeg-0.9.0 -PKGNAME= gqmpeg-0.9.0nb1 +DISTNAME= gqmpeg-0.10.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/} @@ -22,6 +21,9 @@ CONFIGURE_ARGS+= --without-included-gettext .if !defined(GQMPEG_NO_JAPANESE) CONFIGURE_ARGS+= --enable-japanese .endif +.if !defined(GQMPEG_NO_RUSSIAN) +CONFIGURE_ARGS+= --enable-russian +.endif CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" # in case gnome isn't installed, we need to create the directories |