View | Details | Raw Unified | Return to bug 184206
Collapse All | Expand All

(-)x11amp/Makefile (-1 lines)
Lines 13-19 Link Here
13
COMMENT=	X11-based MP3 player with nice graphical interface
13
COMMENT=	X11-based MP3 player with nice graphical interface
14
14
15
USE_GNOME=	gtk12 esound
15
USE_GNOME=	gtk12 esound
16
NO_STAGE=	yes
17
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--disable-static
18
CONFIGURE_ARGS=	--disable-static
(-)x11amp/files/patch-x11amp::playlist.c (+11 lines)
Line 0 Link Here
1
--- x11amp/playlist.c.orig	1999-04-14 05:26:35.000000000 +0900
2
+++ x11amp/playlist.c	2013-11-24 13:04:58.000000000 +0900
3
@@ -224,7 +224,7 @@
4
 		}
5
 		g_list_free(list);
6
 		playlist_generate_shuffle_list();
7
-		return;
8
+		return 0;
9
 	}
10
 	g_free(temp);
11
 	if(dir=opendir(path))

Return to bug 184206