diff options
author | hubertf <hubertf> | 1999-02-27 20:32:54 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-27 20:32:54 +0000 |
commit | 3f127c4047965a3c47f44a38ed15c041ff4bca55 (patch) | |
tree | ee18410b1106c940317aaec889c9258008ce45a3 /audio | |
parent | fb885cb59cfdb1cd96df0fabc9cfd0217b46a427 (diff) | |
download | pkgsrc-3f127c4047965a3c47f44a38ed15c041ff4bca55.tar.gz |
Update to V0.6, changes:
Support for GTK 1.1 (and thus themes). A couple of bugfixes. Considerable
tidyup in the source and distribution.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xhippo/Makefile | 6 | ||||
-rw-r--r-- | audio/xhippo/files/md5 | 4 | ||||
-rw-r--r-- | audio/xhippo/patches/patch-aa | 32 | ||||
-rw-r--r-- | audio/xhippo/patches/patch-ab | 13 | ||||
-rw-r--r-- | audio/xhippo/patches/patch-ac | 20 |
5 files changed, 13 insertions, 62 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 384bc04a91b..bc94a72dd0f 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/02/04 00:06:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/02/27 20:32:54 hubertf Exp $ # -DISTNAME= xhippo -PKGNAME= xhippo-0.3 +DISTNAME= xhippo-0.6 CATEGORIES= audio x11 MASTER_SITES= http://zenchaos.netpedia.net/software/ @@ -11,7 +10,6 @@ HOMEPAGE= http://zenchaos.netpedia.net/ DEPENDS= gtk+-1.1.12:../../x11/gtk -NO_WRKSUBDIR= YES USE_X11= YES post-install: diff --git a/audio/xhippo/files/md5 b/audio/xhippo/files/md5 index defeb6f65b6..c306ad078b3 100644 --- a/audio/xhippo/files/md5 +++ b/audio/xhippo/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/02/04 00:06:38 hubertf Exp $ +$NetBSD: md5,v 1.2 1999/02/27 20:32:54 hubertf Exp $ -MD5 (xhippo.tar.gz) = d6694052e05530289c351723024f6cd8 +MD5 (xhippo-0.6.tar.gz) = 0196cbd6ec3de7b9387aa202265a1cfe diff --git a/audio/xhippo/patches/patch-aa b/audio/xhippo/patches/patch-aa index 2dcea4025fd..4a7e073d9fe 100644 --- a/audio/xhippo/patches/patch-aa +++ b/audio/xhippo/patches/patch-aa @@ -1,25 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/02/04 00:06:38 hubertf Exp $ - ---- Makefile.orig Sat Jan 9 19:04:10 1999 -+++ Makefile Tue Jan 19 03:59:18 1999 -@@ -1,10 +1,10 @@ - # Makefile for xhippo +--- Makefile.BAK Sat Feb 27 21:25:27 1999 ++++ Makefile Sat Feb 27 21:25:32 1999 +@@ -3,7 +3,7 @@ + # Prefix for installation. /usr/local is probably a reasonable choice + # on most systems; you may prefer to make this your home directory if + # you do not have root access on the system you're using. +-PREFIX=/usr/local ++PREFIX?=/usr/local - # Where binaries are installed to. --BINDEST=/usr/local/bin -+BINDEST=${PREFIX}/bin + #--- - # Where the config file is installed to. --ETCDEST=/usr/local/etc -+ETCDEST=${PREFIX}/etc - - CC=gcc - CFLAGS=-Wall `gtk-config --cflags` -@@ -18,6 +18,7 @@ - $(CC) -o xhippo `gtk-config --libs` $(OBJECTS) - - xhippo.o: xhippo.c xhippo.h -+ ${CC} ${CFLAGS} -c xhippo.c -DSYSTEMXHIPPOCONFIG=\"${PREFIX}/etc/xhippo.config\" - - clean: - rm -f *~ $(OBJECTS) xhippo xhippo.tar.gz diff --git a/audio/xhippo/patches/patch-ab b/audio/xhippo/patches/patch-ab deleted file mode 100644 index 52cba26cacb..00000000000 --- a/audio/xhippo/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/02/04 00:06:38 hubertf Exp $ - ---- xhippo.h.orig Sat Jan 9 19:19:51 1999 -+++ xhippo.h Tue Jan 19 03:59:39 1999 -@@ -10,7 +10,7 @@ - #define MAXFILETYPES 100 - - /* The location of the system config file. */ --#define SYSTEMXHIPPOCONFIG "/usr/local/etc/xhippo.config" -+/* #define SYSTEMXHIPPOCONFIG PREFIX # "/etc/xhippo.config" */ - - /*---No user-servicable parts below this line!---*/ - diff --git a/audio/xhippo/patches/patch-ac b/audio/xhippo/patches/patch-ac deleted file mode 100644 index 09d0111fc3e..00000000000 --- a/audio/xhippo/patches/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/02/04 00:06:38 hubertf Exp $ - -I got this patch from Adam Sampson <azz@josstix.demon.co.uk>, the -author of xhippo. - - ---- xhippo.c.orig Sat Jan 9 21:29:39 1999 -+++ xhippo.c Wed Feb 3 01:47:12 1999 -@@ -391,7 +391,11 @@ - - /* Create the filelist widget. */ - filelist = gtk_list_new(); -+#if 0 - gtk_container_add(GTK_CONTAINER(scroll), filelist); -+#else -+ gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scroll), filelist); -+#endif - gtk_signal_connect(GTK_OBJECT(filelist), "selection_changed", - GTK_SIGNAL_FUNC(handle_listclick), NULL); - gtk_widget_set_name(filelist, "filelist"); |