diff options
author | wiz <wiz> | 2002-02-27 12:15:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-27 12:15:37 +0000 |
commit | 9a58f63b4f7a149f8854ba59fb0b0d697c0d0b35 (patch) | |
tree | 4931964c4e53c02b6662a53f056f5869e71ee09a /audio/gqmpeg | |
parent | 22c918c4c37ae17c15c2bde3ce15236d6b989bf7 (diff) | |
download | pkgsrc-9a58f63b4f7a149f8854ba59fb0b0d697c0d0b35.tar.gz |
Update to 0.13.0. Changes:
- Updated French, and added Finnish translations.
- Added on demand load of song information for the playlist window.
- Searches further into mp3 files with ID3v2 tags for header info.
- Added ID3 blank genre option.
* Fixed file descriptor leak in mpg123 fork pipe.
* ogg song information tags are now case insensitive.
* Fixed possible buffer overruns with sprintf, strcpy, etc.
* More bug fixes.
Diffstat (limited to 'audio/gqmpeg')
-rw-r--r-- | audio/gqmpeg/Makefile | 8 | ||||
-rw-r--r-- | audio/gqmpeg/PLIST | 3 | ||||
-rw-r--r-- | audio/gqmpeg/distinfo | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 49c160322ec..3029b706a88 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2002/02/14 01:38:08 wiz Exp $ -# FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp +# $NetBSD: Makefile,v 1.53 2002/02/27 12:15:37 wiz Exp $ +# -DISTNAME= gqmpeg-0.12.1 +DISTNAME= gqmpeg-0.13.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/} @@ -13,7 +13,7 @@ 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 +DEPENDS+= xmp>=2.0.2:../../audio/xmp USE_BUILDLINK_ONLY= YES USE_X11BASE= YES diff --git a/audio/gqmpeg/PLIST b/audio/gqmpeg/PLIST index dd885565f6a..54a61363cb5 100644 --- a/audio/gqmpeg/PLIST +++ b/audio/gqmpeg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:29 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/02/27 12:15:37 wiz Exp $ bin/gqmpeg bin/gqmpeg-shoutcast-plugin.sh man/man1/gqmpeg.1 @@ -7,6 +7,7 @@ share/gqmpeg/skins/README share/gqmpeg/skins/SKIN-SPECS ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gqmpeg.mo +${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gqmpeg.mo diff --git a/audio/gqmpeg/distinfo b/audio/gqmpeg/distinfo index 192af008472..f6cae8c9d74 100644 --- a/audio/gqmpeg/distinfo +++ b/audio/gqmpeg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2002/02/04 17:04:10 rxg Exp $ +$NetBSD: distinfo,v 1.11 2002/02/27 12:15:37 wiz Exp $ -SHA1 (gqmpeg-0.12.1.tar.gz) = 569c56562b37124ee6d82dc3d7cfcdf59463a6c5 -Size (gqmpeg-0.12.1.tar.gz) = 627819 bytes +SHA1 (gqmpeg-0.13.0.tar.gz) = 1be7b2e6b4367510312503f1b46230e74ea805c9 +Size (gqmpeg-0.13.0.tar.gz) = 658473 bytes SHA1 (patch-aa) = c006f7a0490bced6a80e30e3aced606fc6eef5ab |