Update to version 1.2.0

- Add no_ogg FLAVOR;
- Stability fixes.

From MAINTAINER: Jolan Luff <jolan@cryptonomicon.org>
This commit is contained in:
margarida 2003-04-05 22:19:35 +00:00
parent e09f90db54
commit cc94fb6c1d
7 changed files with 39 additions and 53 deletions

View File

@ -1,18 +1,12 @@
# $OpenBSD: Makefile,v 1.18 2003/03/06 00:19:26 pvalchev Exp $
# $OpenBSD: Makefile,v 1.19 2003/04/05 22:19:35 margarida Exp $
COMMENT= "full featured GTK Napster client"
DISTNAME= lopster-1.0.1-dev5.12
PKGNAME= lopster-1.0.1-dev5.12p1
DISTNAME= lopster-1.2.0
CATEGORIES= audio
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lopster/}
MASTER_SITES= http://lopster.sourceforge.net/download/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lopster/}
HOMEPAGE= http://lopster.sourceforge.net/
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
ogg.4::audio/libogg
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
# GPL
@ -23,15 +17,27 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= gettext
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
USE_GMAKE= Yes
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# XXX workaround gcc bugs on sparc64
.if ${MACHINE_ARCH:Msparc64}
PATCH_LIST= gcc-* patch-*
.endif
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FLAVORS= no_ogg
FLAVOR?=
.if ${FLAVOR:L:Mno_ogg}
CONFIGURE_ARGS+=--without-ogg
.else
LIB_DEPENDS+= ogg.4::audio/libogg
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (lopster-1.0.1-dev5.12.tar.gz) = c4fbbf5c805833efdf939a97b12307fe
RMD160 (lopster-1.0.1-dev5.12.tar.gz) = e8b4e4a264bc535a3de16a75110eff1b9b4be190
SHA1 (lopster-1.0.1-dev5.12.tar.gz) = eff10123779b533c7f631cc2b9e93ec814274598
MD5 (lopster-1.2.0.tar.gz) = fedbe6b5c7944a4a21bc4554358a057d
RMD160 (lopster-1.2.0.tar.gz) = cbe281edd5c749b907a60b508d46bcd9feb39e4b
SHA1 (lopster-1.2.0.tar.gz) = 055ba228f37e0da3bb95fe512625be455491fc75

View File

@ -1,7 +1,7 @@
$OpenBSD: gcc-src_Makefile_in,v 1.1 2002/10/19 07:17:45 pvalchev Exp $
--- src/Makefile.in.orig Mon Sep 9 16:04:02 2002
+++ src/Makefile.in Sat Oct 19 00:27:36 2002
@@ -176,6 +176,9 @@ uninstall-binPROGRAMS:
$OpenBSD: gcc-src_Makefile_in,v 1.2 2003/04/05 22:19:35 margarida Exp $
--- src/Makefile.in.orig Tue Mar 4 14:08:56 2003
+++ src/Makefile.in Sat Mar 8 16:47:23 2003
@@ -158,6 +158,9 @@ uninstall-binPROGRAMS:
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
done

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2002/12/23 20:36:01 pvalchev Exp $
--- src/Makefile.in.orig Mon Dec 23 10:30:39 2002
+++ src/Makefile.in Mon Dec 23 10:30:47 2002
@@ -92,7 +92,7 @@ INCLUDES = @GTK_CFLAGS@
$OpenBSD: patch-src_Makefile_in,v 1.2 2003/04/05 22:19:35 margarida Exp $
--- src/Makefile.in.orig Tue Mar 4 14:08:56 2003
+++ src/Makefile.in Wed Mar 5 16:58:10 2003
@@ -70,7 +70,7 @@ INCLUDES = @GTK_CFLAGS@
bin_PROGRAMS = lopster
-lopster_SOURCES = main.c lopster.h support.c support.h interface.c interface.h callbacks.c callbacks.h connection.c connection.h global.c global.h handler.c handler.h commands.c commands.h hotlist.c hotlist.h chat.c chat.h transfer.c transfer.h dirselect.c dirselect.h search.c search.h log.c log.h scheme.c scheme.h resume.c resume.h server.c server.h preferences.c preferences.h browse.c browse.h dialog.c dialog.h splash.c splash.h exec.c exec.h md5.c md5.h wizard.c wizard.h statistic.c statistic.h whois.c whois.h about.c about.h filetips.c filetips.h getopt.c getopt1.c getopt.h string_list.c string_list.h whiteboard.c whiteboard.h subscription.c subscription.h userinfo.c userinfo.h share2.c share2.h mp3_ext.c mp3_ext.h ogg_ext.c ogg_ext.h clist_rename.c clist_rename.h ping.c ping.h wpnp.c wpnp.h irc.c irc.h irc_handler.c irc_handler.h napster_handler.c napster_handler.h
+lopster_SOURCES = main.c lopster.h support.c support.h interface.c interface.h callbacks.c callbacks.h connection.c connection.h global.c global.h handler.c handler.h commands.c commands.h hotlist.c hotlist.h chat.c chat.h transfer.c transfer.h dirselect.c dirselect.h search.c search.h log.c log.h scheme.c scheme.h resume.c resume.h server.c server.h preferences.c preferences.h browse.c browse.h dialog.c dialog.h splash.c splash.h exec.c exec.h md5.c md5.h wizard.c wizard.h statistic.c statistic.h whois.c whois.h about.c about.h filetips.c filetips.h string_list.c string_list.h whiteboard.c whiteboard.h subscription.c subscription.h userinfo.c userinfo.h share2.c share2.h mp3_ext.c mp3_ext.h ogg_ext.c ogg_ext.h clist_rename.c clist_rename.h ping.c ping.h wpnp.c wpnp.h irc.c irc.h irc_handler.c irc_handler.h napster_handler.c napster_handler.h
-lopster_SOURCES = global.c global.h browse.c browse.h sarray.c sarray.h buffer.c buffer.h transfer.c transfer.h bannet.c bannet.h files.c files.h utils.c utils.h main.c lopster.h log.c log.h support.c support.h file_tree.c file_tree.h interface.c interface.h dirselect.c dirselect.h scheme.c scheme.h resume.c resume.h server.c server.h preferences.c preferences.h dialog.c dialog.h splash.c splash.h exec.c exec.h md5.c md5.h wizard.c wizard.h statistic.c statistic.h whois.c whois.h about.c about.h napster.c napster.h share2.c share2.h callbacks.c callbacks.h filetips.c filetips.h handler.c handler.h connection.c connection.h getopt.c getopt1.c getopt.h string_list.c string_list.h commands.c commands.h subscription.c subscription.h chat.c chat.h search.c search.h userinfo.c userinfo.h mp3_ext.c mp3_ext.h hotlist.c hotlist.h ogg_ext.c ogg_ext.h clist_rename.c clist_rename.h ping.c ping.h irc.c irc.h irc_handler.c irc_handler.h napster_handler.c napster_handler.h
+lopster_SOURCES = global.c global.h browse.c browse.h sarray.c sarray.h buffer.c buffer.h transfer.c transfer.h bannet.c bannet.h files.c files.h utils.c utils.h main.c lopster.h log.c log.h support.c support.h file_tree.c file_tree.h interface.c interface.h dirselect.c dirselect.h scheme.c scheme.h resume.c resume.h server.c server.h preferences.c preferences.h dialog.c dialog.h splash.c splash.h exec.c exec.h md5.c md5.h wizard.c wizard.h statistic.c statistic.h whois.c whois.h about.c about.h napster.c napster.h share2.c share2.h callbacks.c callbacks.h filetips.c filetips.h handler.c handler.h connection.c connection.h string_list.c string_list.h commands.c commands.h subscription.c subscription.h chat.c chat.h search.c search.h userinfo.c userinfo.h mp3_ext.c mp3_ext.h hotlist.c hotlist.h ogg_ext.c ogg_ext.h clist_rename.c clist_rename.h ping.c ping.h irc.c irc.h irc_handler.c irc_handler.h napster_handler.c napster_handler.h
# wpnp.c wpnp.h
lopster_LDADD = @GTK_LIBS@

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_exec_c,v 1.1 2002/12/29 00:10:48 pvalchev Exp $
--- src/exec.c.orig Sat Dec 28 15:37:30 2002
+++ src/exec.c Sat Dec 28 15:37:38 2002
@@ -402,7 +402,7 @@ static int exec_fire_up(exec_t* exec) {
$OpenBSD: patch-src_exec_c,v 1.2 2003/04/05 22:19:35 margarida Exp $
--- src/exec.c.orig Tue Mar 4 14:08:56 2003
+++ src/exec.c Wed Mar 5 16:41:48 2003
@@ -405,7 +405,7 @@ static int exec_fire_up(exec_t* exec) {
for (i = 3; i < 1024; i++)
close(i);

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-src_server_c,v 1.1 2002/10/16 05:27:41 mark Exp $
--- src/server.c.orig Tue Sep 3 06:33:21 2002
+++ src/server.c Tue Oct 15 22:16:35 2002
@@ -3264,7 +3264,8 @@ void napigator_request(gpointer data, in
gdk_input_remove(socket->output);
socket->output = -1;
-#define NAPSERV "www.napigator.com"
+//#define NAPSERV "www.napigator.com"
+#define NAPSERV "client2.napigator.com"
#define NAPCORE "/servers.php?version=107&client=lopster HTTP/1.0\nHost: " NAPSERV "\n\n"
#define NAPPROX "GET http://" NAPSERV NAPCORE
#define NAPDIR "GET " NAPCORE

View File

@ -1,16 +1,9 @@
@comment $OpenBSD: PLIST,v 1.7 2002/10/16 05:27:41 mark Exp $
@comment $OpenBSD: PLIST,v 1.8 2003/04/05 22:19:35 margarida Exp $
bin/lopster
lib/locale/ca/LC_MESSAGES/lopster.mo
lib/locale/de/LC_MESSAGES/lopster.mo
lib/locale/fr/LC_MESSAGES/lopster.mo
lib/locale/it/LC_MESSAGES/lopster.mo
lib/locale/ja/LC_MESSAGES/lopster.mo
share/lopster/pixmaps/arrowd.xpm
share/lopster/pixmaps/arrowl.xpm
share/lopster/pixmaps/arrowr.xpm
share/lopster/pixmaps/arrowu.xpm
share/lopster/pixmaps/book1.xpm
share/lopster/pixmaps/book2.xpm
share/lopster/pixmaps/bug.xpm
share/lopster/pixmaps/chat.xpm
share/lopster/pixmaps/close.xpm