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.
This commit is contained in:
hubertf 2001-11-27 02:07:09 +00:00
parent df302d528b
commit cc48760cf8
4 changed files with 23 additions and 25 deletions

View file

@ -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

View file

@ -1,10 +1,6 @@
$NetBSD: distinfo,v 1.5 2001/08/24 08:27:42 lukem Exp $
$NetBSD: distinfo,v 1.6 2001/11/27 02:07:10 hubertf Exp $
SHA1 (gqmpeg-0.9.0.tar.gz) = ee19187ec6057f339206cf42c0e5dbdfb18d3a5b
Size (gqmpeg-0.9.0.tar.gz) = 538514 bytes
SHA1 (patch-aa) = ab5b8c9d994d0ee2a1401d3d9cb6eb2617af208c
SHA1 (patch-ab) = 98f5a71298f23fd82cfca5b086b25bd784582f74
SHA1 (patch-ac) = c785ce1a8e248b21c696c66d71849ea0303720e7
SHA1 (patch-ad) = 378854c95b4ca4a837a82cea607337dfb4ca01ef
SHA1 (patch-ae) = e10060592a0031d876c0173d6eb0a32734249421
SHA1 (patch-af) = 6060d77be24fd7c655f2619fca2fce58da258ab1
SHA1 (gqmpeg-0.10.0.tar.gz) = 3f3342eb8652fc78448241fd9093fee63dea0c96
Size (gqmpeg-0.10.0.tar.gz) = 556531 bytes
SHA1 (patch-aa) = e8fc5d86d12bd09091b791da8c071532f7be24b1
SHA1 (patch-ab) = fffebb06c6c970e2072b284f7a10a3153dd89cbc

View file

@ -1,19 +1,19 @@
$NetBSD: patch-aa,v 1.12 2001/01/18 04:04:32 hubertf Exp $
$NetBSD: patch-aa,v 1.13 2001/11/27 02:07:10 hubertf Exp $
--- Makefile.in.orig Thu Jan 18 04:42:51 2001
--- Makefile.in.orig Sat Oct 27 00:29:16 2001
+++ Makefile.in
@@ -109,11 +109,11 @@
@@ -116,11 +116,11 @@
skindir = $(prefix)/share/gqmpeg/skins
skin_DATA = SKIN-SPECS
-@HAVE_GNOME_TRUE@desktopdir = $(GNOME_DATADIR)/gnome/apps/Multimedia
-@HAVE_GNOME_TRUE@desktop_DATA = gqmpeg.desktop
+desktopdir = $(datadir)/gnome/apps/Multimedia
-@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/gnome/apps/Multimedia
-@HAVE_GNOME_TRUE@desktop_DATA = @HAVE_GNOME_TRUE@gqmpeg.desktop
+desktopdir = $(GNOME_DATADIR)/gnome/apps/Multimedia
+desktop_DATA = gqmpeg.desktop
-@HAVE_GNOME_TRUE@icondir = $(GNOME_DATADIR)/pixmaps
-@HAVE_GNOME_TRUE@icon_DATA = gqmpeg.png
+icondir = $(datadir)/pixmaps
-@HAVE_GNOME_TRUE@icondir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/pixmaps
-@HAVE_GNOME_TRUE@icon_DATA = @HAVE_GNOME_TRUE@gqmpeg.png
+icondir = $(GNOME_DATADIR)/pixmaps
+icon_DATA = gqmpeg.png
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

View file

@ -1,8 +1,8 @@
$NetBSD: patch-ab,v 1.16 2001/03/01 17:09:03 jlam Exp $
$NetBSD: patch-ab,v 1.17 2001/11/27 02:07:10 hubertf Exp $
--- configure.orig Wed Feb 28 02:00:28 2001
--- configure.orig Sat Oct 27 00:26:56 2001
+++ configure
@@ -2192,7 +2192,6 @@
@@ -2290,7 +2290,6 @@
FALSE_FALSE=
fi
@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.16 2001/03/01 17:09:03 jlam Exp $
ALL_LINGUAS="cs de fr ja pt_BR"
@@ -4023,6 +4022,8 @@
@@ -4121,6 +4120,8 @@
< $srcdir/po/POTFILES.in > po/POTFILES