Changes since 0.16.0: The default skin now includes a playlist viewer, and uses standard X fonts so that international characters will display correctly. Several new skin features were added, and ID3 tag v1.1 track numbers are now supported. Support for use of X fonts in skins has been added to allow the display of international characters. The mrclean skin has been updated to help users test the new font features. A bug causing Ogg zombie processes was fixed.
20 lines
734 B
Text
20 lines
734 B
Text
$NetBSD: patch-aa,v 1.15 2002/08/20 11:39:10 wiz Exp $
|
|
|
|
--- Makefile.in.orig Tue Aug 20 12:25:47 2002
|
|
+++ Makefile.in
|
|
@@ -120,11 +120,11 @@ EXTRA_DIST = config.rpath \
|
|
skindir = $(prefix)/share/gqmpeg/skins
|
|
skin_DATA = SKIN-SPECS README
|
|
|
|
-@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 = @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_AMFLAGS = -I m4
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|